﻿@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700");
html {
  height: 100%;
  box-sizing: border-box;
  overflow-y: scroll; }

body {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 0px;
  min-height: 100%;
  font-family: 'Montserrat', sans-serif; }
  body a, body a:hover, body a:focus {
    color: #2193f5;
  }
  body h1 {
    font-size: 2em;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }
    @media (max-width: 575px) {
      body h1 {
        font-size: 1em; } }
  body h2 {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif; }
  body p {
    color: #081433; }
  body #logo {
    height: 50px; }
    @media (max-width: 575px) {
      body #logo {
        margin-left: 10px;
        margin-bottom: 10px; } }
  body .navbar {
    margin-bottom: 0px;
    border-bottom: 0px; }
    body .navbar .navbar-brand {
      color: #081433; }
    body .navbar .nav li {
      height: 100%;
      line-height: 1.6; }
      @media (max-width: 575px) {
        body .navbar .nav li {
          text-align: right; } }
      body .navbar .nav li a {
        height: 100%;
        line-height: 2.4em;
        color: #081433;
        font-weight: bold;
        text-transform: uppercase; }
      body .navbar .nav li:hover a {
        color: #fff;
        background-color: #081433; }
      body .navbar .nav li.active a {
        color: #fff;
        background-color: #081433; }
  body .navbar-default {
    background: none;
    border: none; }
    body .navbar-default .navbar-toggle .icon-bar {
      background-color: #081433; }
  body .background-image {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    opacity: 0.2;
    background-image: url("Images/background_web2_new.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body .product-title {
    color: #081433;
    text-align: center;
    font-size: 25px; }
  body .center {
    text-align: center; }
  body .row .product img {
    width: 100%; }
  body .row .product h1 {
    text-align: center;
    color: #081433; }
  body .top-image {
    background-image: url(/Content/Images/Topbillede1.png);
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 1199px) {
      body .top-image {
        height: 150px;
        background-size: 160%; } }
    @media (max-width: 991px) {
      body .top-image {
        height: 150px;
        background-size: 160%; } }
    @media (max-width: 575px) {
      body .top-image {
        height: 75px; } }
  body .margin-bottom {
    margin-bottom: 20px; }
  body .contact {
    margin-top: 30px; }
    body .contact input {
      z-index: 200; }
  @media (max-width: 575px) {
    body .carousel {
      height: 75px; } }
  @media (max-width: 575px) {
    body .carousel .carousel-inner {
      height: 75px; } }
  body .carousel .carousel-inner .item {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 575px) {
      body .carousel .carousel-inner .item {
        height: 75px; } }
  body .callout {
/*    border: 1px solid #CCCCCC; */
    overflow: hidden;
    margin-bottom: 50px;
/*    border-radius: 5px;
    position: relative;
    min-height: 140px; */
    clear: both;
  }
    body .callout img/*, body .callout a*/ {
      /*height: 140px;
      width: 140px;*/
      width: 25%;
      float: left;
/*      position: absolute; */
    }
      /*@media (max-width: 575px) {
        body .callout img, body .callout a {
          width: 80px;
          height: 80px;
          width: 20%; } }*/
  /*  body .callout a {
      text-align: center; }
      body .callout a i {
        font-size: 10em;
        color: black; }
        @media (max-width: 575px) {
          body .callout a i {
            font-size: 5em; } }*/
    body .callout .box {
      /*height: 140px;*/
      width: 25%;
      height: 100%;
      position: absolute;
      float: left;
      text-align: center; }
      /*@media (max-width: 575px) {
        body .callout .box {
          width: 80px;
          height: 80px; } }*/
      body .callout .box.payroll {
        background-color: #ff0b1f; }
      body .callout .box.flex {
        background-color: #081433; color: white; }
      body .callout .box.time {
        background-color: #ffb947; }
      body .callout .box.job {
        background-color: #64ca7b; color: white; }
  body footer {
    padding: 5px;
    background-color: #081433; }
    @media (min-width: 576px) {
      body footer {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height: 90px; } }
    body footer a {
      color: #fff; }
      body footer a:hover, body footer a:visited {
        color: #fff; }
    body footer ul li span {
      color: #fff; }

.product_image {
  width: 100%; }

.btn-designdata {
  color: #fff;
  background-color: #2193f5; }

.product-text {
  margin-top: 10px; }

/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 576px) {
    .body-content {
      margin-bottom: 70px; } }

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
  white-space: normal; }

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
  max-width: 280px; }



/* Inserted, SF: 2018-10-25 and forward */
h1, .h1 {
  font-size: 2.8vh !important;
}

h2, .h2, product-title {
  font-size: 3vh !important;
}

.product-text/*, .callout .text*/ {
  font-size: 2vh !important;
}

.alert .alert-success {
  display: none !important;
}

body .callout .box .teaser {
  color: #081433;
  padding: 0.2vmax;
  font-size: 1.5em !important
}

@media (max-width: 1199px) {
  body .callout .box .teaser {
    font-size: 1.9vmax !important
  }
}

@media (max-width: 991px) {
  body .callout .box .teaser {
    font-size: 2.8vmin !important
  }
}

body .callout .text {
padding: 0 30px 0 30px;
float: left;
width: 75%;
/* margin-left: 25%; */
font-size: 1.2em !important
}

@media (max-width: 1199px) {
  body .callout .text {
    font-size: 1.5vmax !important
  }
}

@media (max-width: 991px) {
  body .callout .text {
    font-size: 1.7vmax !important
  }
}

/*
body .callout .box {
  width: 25vh !important;
  height: 25vh !important;
}

body .callout .text {
  width: calc(100% - 25vh) !important;
}
*/
.btn, .btn-primary {
  color: #fff !important;
  background-color: #2193f5 !important;
  border: 1px solid transparent !important;
}

.container {
	padding-bottom: 60px !important
}

.container.contact form {
  margin-left: -15px;
}

.form-control, .callout {
/*  background-color: rgba(255, 255, 255, 0.8) !important; */
}

td a {
  color: #2193f5 !important;
}

.table {
  margin: 2em 0 2em 0;
  min-width: 70%;
  width: auto !important;
  background-color: rgba(255, 255, 255, 0.8);
}

.table th {
  border: none !important;
}

.table tr {
  border-bottom: 1px solid #DADADA !important;
  border-top: none !important;
}

.table td {
  min-width: 60px;
}

.top-image.map {
  height: 200px !important;
}
#map {
  height: 100% !important;
}

select[multiple], select[size] {
    height: 400px;
}

@media (max-width: 768px) {
  #logo {
    margin: 0 0 15px 15px;
  }
}