@charset "UTF-8";
/* variables */
/* fonts */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?41nkun");
  src: url("../fonts/icomoon.eot?41nkun#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?41nkun") format("truetype"), url("../fonts/icomoon.woff?41nkun") format("woff"), url("../fonts/icomoon.svg?41nkun#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* defaults */
*,
*:before,
*:after {
  box-sizing: border-box;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 51, 92);
}

::selection {
  color: rgb(255, 255, 255);
  background-color: rgb(31, 51, 92);
}

svg {
  overflow: hidden;
}

@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* general */
body,
html {
  background-color: rgb(255, 255, 255);
  color: rgb(31, 51, 92);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-weight: 400;
}

body {
  position: relative;
}

body,
html,
button,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
  font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6,
.pushy,
.navwrap {
  color: rgb(31, 51, 92);
  font-family: "Varela Round", sans-serif;
}

p,
a,
a:hover,
a:focus,
a:active {
  color: rgb(31, 51, 92);
}

.container-fluid {
  max-width: 1170px;
}
.container-fluid .spacer {
  margin: 0 30px;
}

/* header */
.site-header {
  width: 100%;
  background-color: rgb(255, 255, 255);
  top: 0;
  color: rgb(31, 51, 92);
  font-size: 1.6rem;
  position: relative;
  z-index: 999;
}
.site-header a {
  color: rgb(31, 51, 92);
  text-decoration: none;
}

.site-logo {
  margin: 20px auto 10px;
}
.site-logo img {
  width: 100%;
}

.logorow {
  position: relative;
}

.headercontact {
  position: relative;
  top: 60px;
}
.headercontact p {
  font-size: 1.4rem;
  color: rgb(31, 51, 92);
  text-align: left;
  color: rgb(180, 180, 180);
}
.headercontact a {
  color: inherit;
}
.headercontact a:hover, .headercontact a:focus {
  color: rgb(31, 51, 92);
}

.menu-btn {
  display: none;
}

.navwrap {
  padding-top: 15px;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px solid rgb(31, 51, 92);
  transform: translateZ(0);
}

.main-menu {
  margin: 10px auto 0;
  text-align: justify;
  position: relative;
}
.main-menu a {
  display: inline-block;
  text-align: center;
}
.main-menu .active,
.main-menu a:hover,
.main-menu a:focus,
.main-menu a:active {
  border-bottom: 1px solid rgb(31, 51, 92);
}
.main-menu:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.lang-nav {
  position: absolute;
  top: 65px;
  right: 150px;
}
.lang-nav a,
.lang-nav a.active,
.lang-nav a:hover,
.lang-nav a:active,
.lang-nav a:focus {
  border: none;
}
.lang-nav .lang-item {
  width: 36px;
  height: 27px;
}
.lang-nav .lang-item.currentlang {
  border: 1px solid rgb(31, 51, 92);
  cursor: pointer;
}
.lang-nav .lang-item.currentlang:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: rgb(31, 51, 92) transparent transparent transparent;
  cursor: pointer;
}
.lang-nav .lang-item.fi {
  background-image: url("/images/flags/fi.svg");
  background-size: contain;
  text-indent: -9999px;
}
.lang-nav .lang-item.sv {
  background-image: url("/images/flags/se.svg");
  background-size: contain;
  text-indent: -9999px;
}
.lang-nav .lang-item.no {
  background-image: url("/images/flags/no.svg");
  background-size: contain;
  text-indent: -9999px;
}
.lang-nav .lang-item.da {
  background-image: url("/images/flags/dk.svg");
  background-size: contain;
  text-indent: -9999px;
}
.lang-nav .otherlangs {
  display: none;
  position: absolute;
  top: 40px;
  left: -10px;
  background-color: rgb(31, 51, 92);
  padding: 8px 12px 0;
  z-index: 9999;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.lang-nav .otherlangs:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: transparent transparent rgb(31, 51, 92) transparent;
}
.lang-nav .lang-item {
  margin-bottom: 8px;
}

.navi-logo {
  background-image: url("../images/layout/medcom_logo_new.png");
  background: url("../images/layout/medcom_logo_new.svg"), linear-gradient(transparent, transparent);
  background-size: contain;
  background-position: center center;
  height: 30px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.1s;
}

.scroll-to-fixed-fixed .navi-logo {
  opacity: 1;
}

/* layout */
.textbox {
  text-align: center;
  border: 1px solid rgb(31, 51, 92);
}
.textbox p {
  padding: 1rem 1rem;
  text-align: center;
}

h1 {
  display: inline-block;
  text-transform: none;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2.4rem;
}

h2 {
  font-size: 1.8rem;
  text-transform: none;
}

p {
  font-size: 1.6rem;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.page-header {
  text-align: center;
  border-color: rgb(180, 180, 180);
  margin: 0;
}

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgb(31, 51, 92);
  margin-top: 60px;
  padding-top: 20px;
  /*.footer-logo {
    background-image: url('../images/layout/medcom_logo_bw.png');
    background: url('../images/layout/medcom_logo_bw.svg'), linear-gradient(transparent, transparent);
    background-size: contain;
    background-position: center center;
    height: 30px;
    background-repeat: no-repeat;
  }*/
}
footer .footerlogo a:hover {
  border: none;
}
footer img {
  height: 30px;
}
footer p {
  color: rgb(255, 255, 255);
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 12px;
}
footer a,
footer a:hover,
footer a:focus,
footer a:active {
  color: rgb(255, 255, 255);
}
footer a:hover,
footer a:focus,
footer a:active {
  border-bottom: 1px solid rgb(255, 255, 255);
}

footer div {
  margin: 0;
}

main {
  padding-bottom: 120px;
}

.heroimage {
  margin-bottom: -60px;
  height: 300px;
  background-size: cover;
}

/* index */
.frontpage .box-1 {
  height: 500px;
  min-height: calc(100vh - 150px);
  background-size: cover;
  background-position: top left;
  position: relative;
}
.frontpage .box-1 .container-fluid {
  max-width: none;
}
.frontpage .box-1 .container-fluid,
.frontpage .box-1 .spacer {
  height: 100%;
}
.frontpage .box-1 div {
  height: auto;
}
.frontpage .box-1 .textbox,
.frontpage .box-1 .textbox div,
.frontpage .box-1 .newsbox,
.frontpage .box-1 .newsbox div {
  height: auto;
}
.frontpage .box-1 .textbox,
.frontpage .box-1 .newsbox {
  max-width: 500px;
  margin: 0 auto;
}
.frontpage .box-1 .newsbox {
  color: rgb(31, 51, 92);
  padding: 5px 20px 20px 15px;
  margin-left: -45px;
}
.frontpage .box-1 .newsbox h2 {
  border-bottom: 1px solid rgb(31, 51, 92);
  display: inline-block;
}
.frontpage .box-1 .newsbox h2,
.frontpage .box-1 .newsbox h3,
.frontpage .box-1 .newsbox a {
  color: rgb(31, 51, 92);
}
.frontpage .box-1 .newsbox h3 a {
  font-size: 16px;
  padding: 0;
  text-transform: none;
  border-color: transparent;
  display: inline;
}
.frontpage .box-1 .newsbox h3 a:hover, .frontpage .box-1 .newsbox h3 a:focus, .frontpage .box-1 .newsbox h3 a:active {
  border-bottom: 1px solid rgb(31, 51, 92);
}
.frontpage .box-1 .newsbox h3:after {
  content: " »";
  font-size: 16px;
}
.frontpage .box-1 h1 {
  font-size: 2.6rem;
  text-transform: uppercase;
  margin: 2rem;
}
.frontpage .box-1 a {
  padding: 1.2rem;
  display: block;
  border-top: 1px solid rgb(31, 51, 92);
  color: rgb(31, 51, 92);
  font-size: 1.9rem;
  text-transform: none;
  transition: color 0.2s, background-color 0.2s;
  text-decoration: none;
}
.frontpage .box-1 a:hover span {
  border-bottom: 1px solid rgb(31, 51, 92);
}
.frontpage .box-2 {
  min-height: 500px;
  background-color: rgb(255, 255, 255);
  text-align: center;
  color: rgb(31, 51, 92);
  overflow: auto;
}
.frontpage .box-2 a,
.frontpage .box-2 p,
.frontpage .box-2 h2,
.frontpage .box-2 h3 {
  background-color: rgb(255, 255, 255);
  color: rgb(31, 51, 92);
}
.frontpage .box-2 h2 {
  display: inline-block;
  border-bottom: 1px solid rgb(255, 255, 255);
  font-size: 2.6rem;
  text-align: center;
  text-transform: none;
  margin: 30px;
}
.frontpage .box-2 h2:hover,
.frontpage .box-2 h2:active,
.frontpage .box-2 h2:focus {
  border-bottom: solid 1px rgb(31, 51, 92);
}
.frontpage .box-3 {
  position: relative;
}
.frontpage .box-3 .textbox {
  position: relative;
  border: none;
}
.frontpage .box-3 .col-sm-4 {
  border: solid 1px rgb(31, 51, 92);
  height: auto !important;
  background-color: rgb(255, 255, 255);
}
.frontpage .box-3 .container-fluid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.frontpage .box-3 h2 {
  width: 100%;
  text-transform: none;
  font-size: 2.6rem;
  padding: 1.5rem 2rem;
  margin: 15px 0;
}
.frontpage .box-3 h2:hover span {
  border-bottom: solid 1px rgb(31, 51, 92);
}
.frontpage .box-3 .mapwrap,
.frontpage .box-3 .map {
  height: 100%;
}
.frontpage footer {
  display: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: rgb(31, 51, 92);
}

/* front & producs */
.productrow .productcontainer {
  margin-bottom: 30px;
  position: relative;
}
.productrow .categorytextwrap {
  padding: 0 20px 20px;
}
.productrow .productcategory {
  border: solid 1px rgb(31, 51, 92);
  background-color: rgb(255, 255, 255);
  color: rgb(31, 51, 92);
  height: 100%;
}
.productrow .productcategory img {
  max-width: 100%;
  max-height: 115px;
  margin-top: 1px;
}
.productrow .productcategory p {
  margin-top: 15px;
  padding: 0;
}
.productrow .productcategory h2,
.productrow .productcategory h3 {
  display: inline-block;
  clear: both;
  border-bottom: solid 1px rgb(255, 255, 255);
  margin-bottom: 0;
  font-size: 1.8rem;
  text-transform: none;
}
.productrow .productcategory:hover h2,
.productrow .productcategory:hover h3, .productrow .productcategory:focus h2,
.productrow .productcategory:focus h3 {
  border-color: rgb(31, 51, 92);
}

/* products */
.breadcrumbs {
  margin-top: 15px;
}

.breadcrumb {
  padding: 0;
  background-color: transparent;
  margin-top: -15px;
  color: rgb(180, 180, 180);
}
.breadcrumb a {
  color: rgb(180, 180, 180);
  text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: rgb(31, 51, 92);
  text-decoration: none;
}

.productmainsection {
  background-color: rgb(255, 255, 255);
}
.productmainsection table,
.productmainsection td,
.productmainsection th {
  border-color: rgb(230, 230, 230) !important;
}

.producttext table {
  width: 100%;
  font-size: 1.4rem;
  table-layout: fixed;
  margin-top: 1.6rem;
}
.producttext table p {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  overflow-wrap: break-word;
}
.producttext thead {
  font-weight: 700;
}
.producttext th,
.producttext td {
  border: 1px solid rgb(230, 230, 230);
  font-size: 1.4rem;
  padding: 8px;
  line-height: 1;
  overflow-wrap: break-word;
}

.row.main {
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 0;
}

html.category h1 {
  margin-bottom: 0;
  border: none;
  text-align: left;
}
html.category .page-header {
  text-align: left;
  border: none;
  margin-bottom: 15px;
}
html.category .heroimage {
  height: auto;
}
html.category .heroimage img {
  width: 100%;
}

.productcard {
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.productcard:hover {
  cursor: pointer;
}

html.product h1 {
  border: none;
  margin-bottom: 20px;
}
html.product h2 {
  display: inline-block;
  border-bottom: solid 1px rgb(255, 255, 255);
  margin: 0.6rem 0 2rem;
}

.documents {
  margin-top: 40px;
  list-style: none;
  padding-left: 0;
}
.documents li {
  display: block;
  margin-bottom: 20px;
}
.documents a {
  line-height: 52px;
  vertical-align: top;
}
.documents a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 52px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 52px;
  padding-right: 10px;
}
.documents a[href$=".pdf"]::before {
  content: "\e900";
}
.documents a[href$=".jpg"]::before,
.documents a[href$=".jpeg"]::before a[href$=".gif"]::before,
.documents a[href$=".png"]::before,
.documents a[href$=".tiff"]::before,
.documents a[href$=".tif"]::before {
  content: "\e905";
}
.documents a[href$=".docx"]::before,
.documents a[href$=".doc"]::before {
  content: "\e902";
}
.documents a[href$=".xlsx"]::before,
.documents a[href$=".xls"]::before {
  content: "\e903";
}

.productimagewrap {
  padding-top: 100%;
  width: 100%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid rgb(230, 230, 230);
}

.productimg {
  width: 100%;
  height: auto;
  padding: 0;
  float: right;
  border: 1px solid rgb(230, 230, 230);
  margin-bottom: 15px;
}

.thumbrow {
  margin-left: 0;
  margin-right: 0;
}

.productthumb {
  width: 25%;
  margin: 10px 0 0;
  padding: 0;
}
.productthumb .active {
  border: 10px solid rgb(230, 230, 230);
}
.productthumb a {
  display: block;
}

.productthumb img {
  width: 100%;
  height: auto;
}

.svg {
  width: 50%;
}

.sidenavi {
  color: rgb(25, 25, 25);
  background-color: rgb(230, 230, 230);
  padding: 15px 15px 30px;
}
.sidenavi a {
  color: inherit;
}
.sidenavi .nav > li > a {
  display: inline-block;
  line-height: 1.4rem;
  padding: 0.6rem 0.6rem 0.4rem 0.4rem;
  margin: 0.1rem 0;
  font-weight: 700;
}
.sidenavi .nav > li > a:hover, .sidenavi .nav > li > a:focus, .sidenavi .nav > li > a.active {
  background-color: rgb(180, 180, 180);
}
.sidenavi .nav .nav > li > a {
  margin-left: 2rem;
  font-weight: 400;
}
.sidenavi .nav .nav .nav > li > a {
  margin-left: 4rem;
  font-weight: 400;
}

/* contact */
html.contact .mapwrap {
  max-height: 400px;
  height: 90vh;
  position: relative;
  width: 100%;
}
html.contact .mapwrap .map {
  height: 100%;
  width: calc(100% - 400px);
  float: left;
}
html.contact .contactrow {
  position: relative;
  background-color: rgb(255, 255, 255);
  z-index: 1;
}
html.contact .contactrow:first-of-type {
  margin-top: -30px;
}
html.contact .contactinfo {
  float: left;
  display: inline-block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 30px;
  width: 400px;
  height: 100%;
  text-align: center;
  background-color: rgb(31, 51, 92);
  color: rgb(255, 255, 255);
}
html.contact .contactinfo p,
html.contact .contactinfo h1,
html.contact .contactinfo h2,
html.contact .contactinfo h3 {
  color: inherit;
}
html.contact .contactinfo a,
html.contact .contactinfo a:focus,
html.contact .contactinfo a:active,
html.contact .contactinfo a:hover {
  color: rgb(255, 255, 255);
}
html.contact h2 {
  font-size: 2.4rem;
}
html.contact .contact_person {
  text-align: center;
  padding-bottom: 40px;
}
html.contact .contact_person:nth-child(4n+1) {
  clear: left;
}
html.contact .contact_person h3 {
  font-size: 1.6rem;
}
html.contact .contact_person h4 {
  font-size: 1.6rem;
}
html.contact .contact_person img {
  width: 100%;
}

/* about */
html.about,
html.orderformular,
html.orderForm {
  text-align: left;
}
html.about .heroimage,
html.orderformular .heroimage,
html.orderForm .heroimage {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
html.about main .container-fluid,
html.orderformular main .container-fluid,
html.orderForm main .container-fluid {
  margin-top: 30px;
}
html.about .content,
html.orderformular .content,
html.orderForm .content {
  background-color: rgb(255, 255, 255);
}
html.about .logo,
html.orderformular .logo,
html.orderForm .logo {
  margin-top: 40px;
}
html.about .logo img,
html.orderformular .logo img,
html.orderForm .logo img {
  width: 100%;
  margin-bottom: 30px;
}
html.about .main p,
html.orderformular .main p,
html.orderForm .main p {
  font-size: 2rem;
  margin-bottom: 30px;
}

/* ajankohtaista */
html.newslisting .content {
  background-color: rgb(255, 255, 255);
}
html.newslisting article {
  border-bottom: 1px solid rgb(180, 180, 180);
  padding: 20px 0 30px;
}
html.newslisting .readmore {
  margin-top: 20px;
  font-size: 14px;
  text-transform: none;
}

.pagination {
  margin: 30px 0;
  text-transform: none;
  width: 100%;
  position: relative;
}
.pagination .prev {
  position: absolute;
  left: 0;
}
.pagination .next {
  position: absolute;
  right: 0;
}

.heroimage {
  height: auto;
  margin-bottom: -60px;
}
.heroimage img {
  width: 100%;
}

/* general page */
html.generalpage main .container-fluid {
  margin-top: 30px;
}

/* reclamation form */
html.reclamationform .addproducts,
html.reclamationform_fi .addproducts,
html.orderformular .addproducts,
html.orderForm .addproducts,
html.brochureform .addproducts,
html.installationform .addproducts {
  cursor: pointer;
}
html.reclamationform .addproducts:hover, html.reclamationform .addproducts:focus, html.reclamationform .addproducts:active,
html.reclamationform_fi .addproducts:hover,
html.reclamationform_fi .addproducts:focus,
html.reclamationform_fi .addproducts:active,
html.orderformular .addproducts:hover,
html.orderformular .addproducts:focus,
html.orderformular .addproducts:active,
html.orderForm .addproducts:hover,
html.orderForm .addproducts:focus,
html.orderForm .addproducts:active,
html.brochureform .addproducts:hover,
html.brochureform .addproducts:focus,
html.brochureform .addproducts:active,
html.installationform .addproducts:hover,
html.installationform .addproducts:focus,
html.installationform .addproducts:active {
  border-bottom: 1px solid rgb(31, 51, 92);
}
html.reclamationform .nxstagefields,
html.reclamationform_fi .nxstagefields,
html.orderformular .nxstagefields,
html.orderForm .nxstagefields,
html.brochureform .nxstagefields,
html.installationform .nxstagefields {
  display: none;
}
html.reclamationform h3,
html.reclamationform_fi h3,
html.orderformular h3,
html.orderForm h3,
html.brochureform h3,
html.installationform h3 {
  display: inline-block;
}
html.reclamationform .required label:after,
html.reclamationform .requiredp p:after,
html.reclamationform .requiredp h3:after,
html.reclamationform_fi .required label:after,
html.reclamationform_fi .requiredp p:after,
html.reclamationform_fi .requiredp h3:after,
html.orderformular .required label:after,
html.orderformular .requiredp p:after,
html.orderformular .requiredp h3:after,
html.orderForm .required label:after,
html.orderForm .requiredp p:after,
html.orderForm .requiredp h3:after,
html.brochureform .required label:after,
html.brochureform .requiredp p:after,
html.brochureform .requiredp h3:after,
html.installationform .required label:after,
html.installationform .requiredp p:after,
html.installationform .requiredp h3:after {
  content: " *";
  color: #da3650;
}
html.reclamationform #thanks,
html.reclamationform #error,
html.reclamationform_fi #thanks,
html.reclamationform_fi #error,
html.orderformular #thanks,
html.orderformular #error,
html.orderForm #thanks,
html.orderForm #error,
html.brochureform #thanks,
html.brochureform #error,
html.installationform #thanks,
html.installationform #error {
  display: none;
}
html.reclamationform #thanks p,
html.reclamationform #error p,
html.reclamationform_fi #thanks p,
html.reclamationform_fi #error p,
html.orderformular #thanks p,
html.orderformular #error p,
html.orderForm #thanks p,
html.orderForm #error p,
html.brochureform #thanks p,
html.brochureform #error p,
html.installationform #thanks p,
html.installationform #error p {
  color: rgb(255, 255, 255);
  width: 100%;
  padding: 10px 20px;
}
html.reclamationform #thanks p,
html.reclamationform_fi #thanks p,
html.orderformular #thanks p,
html.orderForm #thanks p,
html.brochureform #thanks p,
html.installationform #thanks p {
  background-color: rgb(31, 51, 92);
}
html.reclamationform #error p,
html.reclamationform_fi #error p,
html.orderformular #error p,
html.orderForm #error p,
html.brochureform #error p,
html.installationform #error p {
  background-color: #da3650;
}
html.reclamationform input[type=submit],
html.reclamationform_fi input[type=submit],
html.orderformular input[type=submit],
html.orderForm input[type=submit],
html.brochureform input[type=submit],
html.installationform input[type=submit] {
  background-color: rgb(31, 51, 92);
  color: rgb(255, 255, 255);
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  transition: background-color 0.1s;
}
html.reclamationform input[type=submit]:disabled,
html.reclamationform_fi input[type=submit]:disabled,
html.orderformular input[type=submit]:disabled,
html.orderForm input[type=submit]:disabled,
html.brochureform input[type=submit]:disabled,
html.installationform input[type=submit]:disabled {
  background-color: rgb(180, 180, 180);
}

/* product form */
html.orderformular .producttable table,
html.orderForm .producttable table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
html.orderformular .producttable thead,
html.orderForm .producttable thead {
  background-color: rgb(31, 51, 92);
  color: rgb(255, 255, 255);
}
html.orderformular .producttable thead th,
html.orderForm .producttable thead th {
  padding-left: 5px;
  text-indent: 5px;
}
html.orderformular .producttable input,
html.orderForm .producttable input {
  border-radius: 0;
}
html.orderformular .addrow,
html.orderForm .addrow {
  border-radius: 15px;
  padding-right: 10px;
  background-color: rgb(31, 51, 92);
  color: rgb(255, 255, 255);
}

/* Brochure form */
div.brochures img {
  border: 1px solid rgb(31, 51, 92);
  width: 300px;
}

div.brochures input {
  display: inline;
  width: 60px;
}

div.brochures .brochure {
  margin-top: 30px;
}

div.brochures .form-group {
  margin-top: 20px;
}

/* 404 */
.page404 {
  margin-top: 80px;
}

@media (max-width: 1200px) {
  .lang-nav {
    right: 80px;
  }
}
@media (max-width: 991px) {
  html.contact .contact_person:nth-child(2n+1) {
    clear: left;
  }
  .lang-nav {
    right: 50px;
  }
}
@media (min-width: 768px) {
  .frontpage .box-2 .container-fluid {
    width: 100%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
  header {
    position: fixed;
    z-index: 99999;
    border-bottom: 1px solid rgb(31, 51, 92);
  }
  header > div {
    display: none !important;
  }
  header > div.container-fluid, header > div.menu-btn {
    display: block !important;
  }
  header .site-logo {
    text-align: center;
  }
  header .site-logo img {
    vertical-align: baseline;
    max-height: 40px;
    width: auto;
    margin: 0 auto;
  }
  header .menu-btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 3.6rem;
    cursor: pointer;
  }
  header .lang-nav {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .container-fluid .spacer {
    margin: 0 10px;
  }
  .frontpage .box-1 {
    margin-top: 120px;
    height: auto !important;
  }
  .frontpage .box-1 .newsbox {
    margin: 40px auto 20px !important;
  }
  body.pushy-open-left main,
  body.pushy-open-left .frontpage .box-1 {
    margin-top: 0;
  }
  html.contact main {
    margin-top: 0;
  }
  html.contact .mapwrap {
    height: auto;
    max-height: none;
  }
  html.contact .mapwrap .map {
    height: 70vh;
    float: none;
    width: 100%;
  }
  html.contact .mapwrap .contactinfo {
    position: relative;
    width: 100%;
    padding-bottom: 60px;
    float: none;
  }
}
/* mobile navi */
.pushy {
  background-color: rgb(255, 255, 255);
  font-size: 1.6rem;
  color: rgb(31, 51, 92);
}
.pushy a,
.pushy a:hover,
.pushy a:active,
.pushy a:focus {
  color: rgb(31, 51, 92);
}
.pushy ul {
  list-style: none;
  padding-left: 0;
}
.pushy img {
  padding: 20px 30px 10px;
  width: 100%;
}
.pushy p {
  padding: 0 0 0 30px;
  font-size: 1.2rem;
}
.pushy p a {
  padding: 0;
}
.pushy .mobiledivider {
  border-bottom: 1px solid rgb(200, 200, 200);
  margin: 12px 0;
}
.pushy a.active span, .pushy a:hover span, .pushy a:active span, .pushy a:focus span {
  border-bottom: 1px solid rgb(31, 51, 92);
}

body.pushy-open-left {
  overflow: hidden !important;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.pushylink a:focus, .pushylink a:hover {
  background-color: transparent;
}

/* swipebox */
#swipebox-slider .slide-loading {
  background: url(../images/layout/loader.gif) no-repeat center center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(../images/layout/icons.png);
}

#swipebox-overlay {
  background: rgba(0, 0, 0, 0.9);
}

/* PRINT */
@media print {
  a[href]:after {
    content: none !important;
  }
  .menu-btn {
    visibility: hidden !important;
  }
}/*# sourceMappingURL=nordicmedcom.css.map */