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

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

.clearfix {
  display: inline-block;
}

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

* html .clearfix {
  height: 1%;
}

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

body {
  background: none !important;
  font-size: 16px;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;

}

.scroller {
  overflow-y: scroll;
  background-color: #fff;
}

.scroller,
.scroller-inner {
  position: relative;
}

.container {
  position: relative;
}

/* COLORS */
hr {
  margin: 2em 0;
  border-top: 1px solid #d6dcde;
}

h1 {
  font: normal 2.0625em "news-gothic-std", sans-serif;
  line-height: 1.5em;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

h1.imageslide {
  font-size: 1.3em;
}

h2 {
  font: normal 1.625em/1.25em "news-gothic-std", sans-serif;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}

h2.imageslide {
  color: white;
  font: normal 0.65em/1em "news-gothic-std", sans-serif;
  font-weight: 700;
}

.overview-wrapper h2,
.product-info h2, h3 {
  font: normal 1.125em/1.25em "news-gothic-std", sans-serif;
  font-weight: 700;
  color: #4d4f53;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

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

p:not(.p-component p),
input:not(.p-inputtext,.button, [role="combobox"]),
.Indataformular label,
textarea {
  font: normal 1em/1.4em "news-gothic-std", sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0;
}

input:not(.p-inputtext, [role="combobox"]) {
  font-size: 16px;
}

input:focus {
  outline: none;
}

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

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

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

table:not(.p-datatable-table) {
  font: normal 0.75em/1.4em "news-gothic-std", sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 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;
}

p.boldlink a {
  text-transform: uppercase;
  font-weight: 700;
}

header {
  position: absolute;
  padding: 0;
  width: 100%;
  height: 0;
  z-index: 5;
}
header .logo-menu-wrapper {
  width: 92%;
  padding: 5% 5% 5% 3%;
  position: relative;
  top: 0;
  left: 0;
}
header .logo-menu-wrapper .logo {
  width: 40%;
  float: right;
}
header .logo-menu-wrapper .headicon {
  float: left;
  width: 1.7em;
  padding: 0 3% 0 3%;
}
header .logo-menu-wrapper #trigger {
  border-left: none;
  width: 1.65em;
  padding: 0 3%;
}

#content {
  padding: 0;
  width: 100%;
}

/* LOGIN PAGE */
.login-bg {
  background: url("../img/bg-login.jpg") no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}
.app-prefab .login-bg {
  background-image: url("../img/bg-login-prefab3.jpg")
}
.login-bg .input-wrapper {
  width: 220px;
  height: 235px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px;
  background-color: rgba(55, 91, 113, 0.921569);
  text-align: center;
}
.login-bg .input-wrapper {
  min-height: 235px;
  height: auto;
  top: 50%;
  margin-top: -165px;
  bottom: auto;
  padding-bottom:10px;
}
.login-bg .input-wrapper .failed-msg {
  color: white;
}
.login-bg .input-wrapper .jomalogo {
  width: 70%;
  margin: 0 auto 2em;
  display: block;
}
.login-bg .input-wrapper input[type=text],
.login-bg .input-wrapper input[type=email],
.login-bg .input-wrapper input[type=password] {
  border-radius: 0.5em;
-moz-border-radius:  0.5em;
-webkit-border-radius:  0.5em;
-ms-border-radius:  0.5em;
-o-border-radius:  0.5em;
  background: #1f3441;
  border: none;
  font-size: 1em;
  padding: 0.5em 5%;
  color: #fff;
  margin: 0;
  width: 90%;
  margin-bottom: 1.5em;
}
.login-bg .input-wrapper a {
  color: #fff;
  text-decoration: none;
  margin-top: 1.5em;
  font: normal 0.875em/1.4em "news-gothic-std", sans-serif;
  font-weight: 400;
}
.login-bg h2 {
  color: #fff;
  font-size: 16px;
  margin: 0 ;
  padding-bottom: 1em;
}
.login-bg p.failed-msg {
  color: #fff;
  font: normal 0.875em/1.4em "news-gothic-std", sans-serif;
  font-weight: 400;
  margin: 0;
}
.login-bg p.form-text {
  color: #ccc;
  
}
/* STARTPAGE */
.top-img-container {
  background: url("../img/top-img-kramlor.jpg") no-repeat;
  height: 12em;
  background-size: 100%;
  background-attachment: fixed;
}

.topmenu {
  display: none;
}

#search {
  background-color: #6fb7e7;
  background-color: rgba(99, 177, 229, 0.92);
  width: 90%;
  height: auto;
  display: none;
  padding: 5%;
  position: relative;
}
#search .searchwrapper {
  width: auto;
  display: block;
  margin: 0 auto;
}
#search .searchfield {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
-moz-border-radius:  0.5em;
-webkit-border-radius:  0.5em;
-ms-border-radius:  0.5em;
-o-border-radius:  0.5em;
  background: #1f3441;
  border: none;
  font-size: 1em;
  padding: 0.5em 5%;
  color: #fff;
  margin: 0;
  width: 60%;
}
#search .searchbutton {
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
-moz-border-radius:  0.5em;
-webkit-border-radius:  0.5em;
-ms-border-radius:  0.5em;
-o-border-radius:  0.5em;
  background: #1f3441;
  border: none;
  font-size: 1em;
  padding: 0.5em 5%;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
  margin-left: 5%;
  width: 25%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

#topmenu {
  display: none;
}

.topmenu-products {
  display: none;
}

.content-container, footer, .footer-info {
  background-color: #fff;
}

.onecol310right img {
  width: 100%;
}

.formbutton, .button {
  display: inline-block;
  outline: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0.5em 5% 0.55em;
  font: normal 1em/1.5em "news-gothic-std", sans-serif;
  font-weight: 700;
  width: auto;
  margin: 1em auto 0em auto;
  color: white;
  background-color: #cc2a30;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  border-radius: 0.5em;
-moz-border-radius:  0.5em;
-webkit-border-radius:  0.5em;
-ms-border-radius:  0.5em;
-o-border-radius:  0.5em;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.formbutton:hover, .button:hover {
  text-decoration: none;
  background-color: #cc2a30;
  color: #fff;
}
.formbutton:active, .button:active {
  position: relative;
  top: 1px;
  color: #de181f;
}

.footer-contact {
  background-color: #1f3441;
  width: 90%;
  padding: 10% 5%;
  text-align: center;
  margin-top: 0em;
}
.footer-contact h2, .footer-contact p {
  color: #fff;
}

.footer-info {
  width: 90%;
  padding: 5%;
  z-index: 12;
}
.footer-info .adress, .footer-info .info {
  margin-bottom: 1em;
}

p.production a {
  color: #6c6f70;
  font-size: 0.625em;
  text-align: center;
  display: block;
  margin-top: 2em;
}

/* ABOUTPAGE */
.company-info {
  width: 100%;
}
.company-info ul {
  margin-left: 2em;
}
.company-info ul li {
  font: normal 1em/1.4em "news-gothic-std", sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0;
}

.puff-wrapper {
  width: 100%;
}
.puff-wrapper .puff {
  width: 100%;
  margin-top: 2em;
}
.puff-wrapper .puff img {
  width: 100%;
  margin-bottom: 1em;
}
.puff-wrapper .puff p {
  font-size: 0.875em;
}

/* CONTACTPAGE */
article.contactarticle {
  width: 100%;
  margin: 0 0 0 0;
  padding-bottom: 0;
}

.maininfo {
  width: 90%;
  margin: 0 5% 4em 5%;
}

.twocol {
  margin-bottom: 2em;
}

.onecol310right {
  width: 100%;
  margin: auto;
  display: block;
}

#map_canvas {
  width: 100%;
  height: 12em;
  position: relative;
}

.contact-info hr {
  margin: 2em 0;
}

fieldset ul {
  width: 100%;
  display: block;
}
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;
-moz-border-radius:  0;
-webkit-border-radius:  0;
-ms-border-radius:  0;
-o-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: 0.5em 0 0.55em 0;
}

.address {
  background-color: #47687c;
  background-color: rgba(55, 91, 113, 0.92);
  width: 90%;
  padding: 5%;
}
.address h2, .address p, .address a {
  color: #fff;
}
.address p, .address a {
  font-size: 1em;
  line-height: 1.5em;
}

.contactperson-wrapper {
  background: url("../img/bg-document.jpg");
  width: 90%;
  padding: 5%;
}
.contactperson-wrapper .contactperson-container {
  width: 100%;
}
.contactperson-wrapper h2 {
  margin-bottom: 1em;
}
.contactperson-wrapper a {
  color: #6c6f70;
}
.contactperson-wrapper li.contactperson {
  margin-bottom: 2em;
  width: 100%;
  font-size: 0.875em;
  border-bottom: 0px solid #aaa;
  margin-bottom: 1em;
  list-style: none;
  padding-bottom: 1em;
  display: block;
}
.contactperson-wrapper li.contactperson img {
  width: 100%;
  margin-bottom: 1em;
  display: block;
}
.contactperson-wrapper li.contactperson p {
  padding-bottom: 0;
}

/* MONTERING */
.montering img {
  width: 100%;
}
.montering table.line {
  margin-bottom: 1em;
}
.montering table.line td {
  border: 1px solid #333;
  padding: 0.5em;
}
.montering table.line .gray {
  background-color: #c4c4c4;
}
.montering ul {
  margin-left: 2em;
}
.montering ul li {
  font: normal 1em/1.4em "news-gothic-std", sans-serif;
  font-weight: 400;
  color: #6c6f70;
  padding: 0 0 10px 0;
}

@media only screen and (min-width: 768px) {
  /* HEADER & FOOTER */
  header .logo-menu-wrapper .logo {
    width: 200px;
    float: right;
  }

  .button {
    display: inline-block;
    outline: none;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0.5em 5% 0.55em;
    font: normal 1em/1.5em "news-gothic-std", sans-serif;
    font-weight: 700;
    width: auto;
    margin: 1em auto 0em auto;
    color: white;
    background-color: #cc2a30;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
-moz-border-radius:  0.5em;
-webkit-border-radius:  0.5em;
-ms-border-radius:  0.5em;
-o-border-radius:  0.5em;
    width: 100%;
  }
  .button:hover {
    text-decoration: none;
    background-color: #cc2a30;
    color: #fff;
  }
  .button:active {
    position: relative;
    top: 1px;
    color: #de181f;
  }
  .button.longtext {
    text-transform: none;
  }

  .footer-contact {
    width: 90%;
    padding: 5% 5%;
  }
  .footer-contact h2, .footer-contact p {
    color: #fff;
  }
  .footer-contact .button {
    width: auto;
  }

  .footer-info {
    width: 90%;
    padding: 5%;
  }

  fieldset ul li {
    width: 47.5%;
    margin-right: 5%;
    float: left;
  }
  fieldset ul li label {
    width: 100%;
    display: block;
  }
  fieldset ul li textarea {
    height: 15em;
  }
  fieldset ul li:nth-of-type(even) {
    margin-right: 0;
  }
  fieldset ul li:nth-last-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  fieldset input.button {
    width: 100%;
    padding: 0.5em 1em 0.55em;
  }

  .contactperson-wrapper li.contactperson {
    width: 47.5%;
    float: left;
    margin-right: 5%;
  }

  .contactperson-wrapper li.contactperson:nth-of-type(2n+2) {
    margin-right: 0;
  }

  /* KONTAKTSIDA */
  #map_canvas {
    height: 24em;
  }
}
@media only screen and (min-width: 970px) {
  /* HEADER & FOOTER */
  header .logo-menu-wrapper {
    width: 96%;
    padding: 0% 2% 1em 2%;
    background-color: #47687c;
    background-color: rgba(55, 91, 113, 0.92);
    top: 0;
    position: absolute;
    margin-top: 0px;
  }
  header .logo-menu-wrapper .logo {
    width: 9em;
    float: left;
    margin-top: 1.3em;
  }
  header .logo-menu-wrapper nav {
    display: block;
    float: right;
    width: 77%;
  }
  header .logo-menu-wrapper nav #topmenu {
    display: block;
    float: right;
  }
  header .logo-menu-wrapper nav .headicon {
    float: right;
    width: 1.2em;
    padding: 0.2% 1% 0.2% 1%;
    border-left: 1px solid white;
    margin-top: 1.45em;
  }
  header .logo-menu-wrapper nav #trigger {
    display: none;
  }
  header #topmenu {
    display: block;
  }

  header .logo-menu-wrapper #trigger {
    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);
  }

  .menu-trigger {
    display: none;
  }

  .footer-wrapper {
    padding-bottom: 1.5em;
  }

  .footer-contact {
    width: 70%;
    padding: 5em 15% 4em 15%;
  }
  .footer-contact h2 {
    font: normal 2em/1.25em "news-gothic-std", sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
    text-transform: uppercase;
  }
  .footer-contact .footer-ingress {
    font: normal 1.25em/1.5em "news-gothic-std", sans-serif;
    font-weight: 400;
    margin: 0;
  }
  .footer-contact .button {
    margin-top: 2em;
  }

  .footer-info .adress {
    width: 23%;
    float: left;
    margin-right: 2%;
  }
  .footer-info .info {
    width: 50%;
    float: left;
    margin-right: 2%;
  }
  .footer-info .share {
    width: 23%;
    float: right;
  }

  p.production a {
    margin: 0 5% 0em 0;
    text-align: right;
  }

  .address {
    width: 30%;
    margin: -6em 5% 0 0;
    float: right;
    padding: 1.5em;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .maininfo {
    width: 100%;
    margin: 0 0% 4em 0%;
  }

  /* KONTAKTSIDA */
  #map_canvas {
    height: 20em;
  }

  .contactperson-wrapper li.contactperson {
    width: 30%;
    margin-right: 5%;
  }

  .contactperson-wrapper li.contactperson:nth-of-type(2n+2) {
    margin-right: 5%;
  }

  .contactperson-wrapper li.contactperson:nth-of-type(3n+3) {
    margin-right: 0%;
  }

  /* MONTERING */
  .montering img {
    width: 75%;
  }
}
@media only screen and (min-width: 1050px) {
  header {
    position: fixed;
  }
  header .logo-menu-wrapper {
    position: absolute;
    background-color: #375b71;
    background-color: #375b71;
    z-index: 999999999999;
    -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 .js .logo-menu-wrapper {
    background-color: white;
    background-color: rgba(55, 91, 113, 0);
  }
  header .js .logo-menu-wrapper:hover {
    background-color: #47687c;
    background-color: rgba(55, 91, 113, 0.92);
  }

  .js header .logo-menu-wrapper {
    background-color: white;
    background-color: rgba(55, 91, 113, 0);
  }

  .js header .logo-menu-wrapper:hover {
    background-color: #47687c;
    background-color: rgba(55, 91, 113, 0.92);
  }
  .js header .logo-menu-wrapper.light-bg nav#topmenu ul li a {
    color: #47687c;
  }
  .js header .logo-menu-wrapper.light-bg img.logo {
    content: url("../img/joma-logo-inv.png");
  }
  .js header .logo-menu-wrapper.light-bg:hover nav#topmenu ul li a {
    color: white;
  }
  .js header .logo-menu-wrapper.light-bg:hover img.logo {
    content: url("../img/joma-logo.png");
  }

  footer {
    padding-bottom: 0;
  }

  .js footer {
    z-index: -1;
    position: relative;
    padding-bottom: 6em;
    height: 230px;
  }

  .footer-info {
    position: relative;
    padding-bottom: 0;
  }

  .js .footer-info {
    position: fixed;
    bottom: 0;
    padding-bottom: 1em;
  }

  .js .product-spot {
    opacity: 0;
  }

  /* KONTAKTSIDA */
  #map_canvas {
    height: 20em;
  }
}
@media only screen and (min-width: 1200px) {
  /* MONTERING */
  .montering img {
    width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .contactperson-wrapper li.contactperson {
    width: 22%;
    height: 24em;
    margin-right: 4%;
  }

  .contactperson-wrapper li.contactperson:nth-of-type(2n+2) {
    margin-right: 4%;
  }

  .contactperson-wrapper li.contactperson:nth-of-type(3n+3) {
    margin-right: 4%;
  }

  .contactperson-wrapper li.contactperson:nth-of-type(4n+4) {
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1600px) {
  .contactperson-wrapper {
    padding: 4em 5%;
  }
}
