@font-face {
  font-family: "machine";
  src: url("./fonts/MachineFont.woff") format("woff"),
    url("./fonts/MachineFont.woff2") format("woff2")
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 200px;
  color:rgba(0,0,0,0.8);
  font-family: 'United', sans-serif;
  font-size:14px;
  font-weight:400;
  letter-spacing: 0.08em;
}

/*############ EXTRA BASE START ############*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal!important;
  font-family: ddc_hardwarecondensed, sans-serif;
  letter-spacing: -0.3px;
}

.parallax h2 {
	color: #fff;
}

a {
  transition: all 0.2s;
  text-decoration: none!important;
  color: rgba(0,0,0,0.7);
}

a:hover {
  color: rgba(0,0,0,1);
}

.breadcrumb {
  font-size: 14px;
  line-height: 25px;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.smoothLoad {
  opacity: 0;
}

.lazy {
  visibility: hidden;
}

.pointer {
  cursor: pointer;
}

label{
  font-weight: bold;
}

.radio label {
  cursor: pointer;
}

.fa, .fab, .fal, .far, .fas {
   line-height: unset;
}

.fa, .fab, .fal, .far, .fas {
    min-height:30px;
 }

.line-header {
  display: block;
  line-height: 0.2em;
  border-bottom: 1px solid #dedede;
}

.line-header span {
  background-color: #fff;
}

abbr {
  color:#f00;
}

.text-black {
  color:#000;
}

/*############ EXTRA BASE END ############*/


/*############ INPUT CONTROL START ############*/

.form-control,
.custom-select,
.form-control:focus {
  border: 0px!important;
  background-color: #f8f9fa;
  box-shadow: none!important;
  border: none!important;
  color: rgba(0,0,0,0.7);
  font-size: 12px;
  line-height: 1!important;
  height: calc(1.785rem);
  font-weight: 400;
  letter-spacing: 1.25px;
}

.input-group-text {
  border:none!important;
  background-color:#f8f9fa;
}

.form-control::placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 0.7; /* Firefox */
}

.form-control:-ms-input-placeholder {
  color: rgba(0,0,0,0.4);
  opacity: 0.7; /* Firefox */
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(0,0,0,0.4);
  opacity: 0.7; /* Firefox */
}

.custom-control-label::before {
  background-color: #e9ecef!important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #007dc2!important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color:#e9ecef;
}

/*############ INPUT CONTROL END ############*/


/*############ NAVBAR START ############*/

.navbar-first {
  z-index: 1030;
  padding: 0px;
  height: 30px;
  font-size:10px;
  background-color: #000;
  color: rgba(255, 255, 255, 0.5);
}

.navbar-first a {
  color:rgba(255, 255, 255, 0.5);
}

.navbar-first a:hover {
  color:rgba(255, 255, 255, 0.7);
}

.navbar-second {
  z-index: 900;
  padding: 0px;
  height: 80px;
  transition: all 0.4s;
  background-color: rgba(21, 40, 74, 0);
}

.navbar-second.mode2 {
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
}

.navbar-second #logo {
  left: 50%;
  margin-left: -210px;
  top: 40px;
  width:420px;
  transition:all 0.3s;
  position:absolute;
  pointer-events: none;
}

.navbar-second.mode2 #logo {
  width:240px;
  margin-left: -120px;
  top:0;
}

.navbar-second .nav-link {
  color:rgba(255, 255, 255, 0.9);
}
.navbar-second .nav-link:hover {
  color:rgba(235, 102, 7, 1);
}

/*
.navbar-second #navbarSearch {
}
*/

.navbar-second #navbarSearch .btn {
  border-radius: 0px 2px 2px 0px;
  background-color: #eb6607;
}

.navbar-second input[type="search"] {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.9)!important;
  border-radius: 2px 0px 0px 2px;
  height: 28px;
  text-transform: uppercase;
}

.navbar-second input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255,255,255,0.6)!important;
  opacity: 0.6; /* Firefox */
}

.navbar-second input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff!important;
}

.navbar-second input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff!important;
}

/* style active navbar items */
.nav-item.active a,.dropdown-item.active a,
.dropdown-item:active a {
  color: rgba(235,102,7,1);
}

/* Show dropdown menu on hover */
.dropdown:hover>.dropdown-menu {
  display: block;
}

#navbar-categories {
  position: relative;
  padding-top: 0;
}

@media (max-width: 992px) {
  #navbar-categories {
    position: absolute;
  }
}

@media (max-width: 992px) {
  .navbar-nav {
    width:100%;
    background: #002552;
  }
}

/*############ NAVBAR END ############*/


/*############ NAVBAR MINICART START ############*/

#miniCart {
  transition: all 0.4s;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  right:0px;
  top: 40px;
  min-height: 100px;
  width: 400px;
  background-color: rgba(255, 255, 255);
  border: 0px;
  border-radius:2px;
  padding: 10px 10px 40px 10px;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.27);
}

#miniCart #cartTable {
  max-height:60vh;
  overflow-y: scroll;
}

#miniCart #cartTable a {
  color:#000;
}

#miniCart p {
  text-align: center;
}

#miniCart.show {
  visibility: visible;
  opacity: 1;
}

#miniCart #goToCart {
  border: 0px;
  border-radius: 0px;
  bottom: 0px;
  left: 0px;
}


.navbar-toggler {
  font-size:inherit;
  line-height: inherit;
  padding: .375rem .75rem;
}

/*############ NAVBAR MINICART END ############*/


/*############ STARTPAGE SLIDER START ############*/

.carousel-inner {
  height:40vw;
  height:600px;
  background-color:#002552;
  margin-top:-80px;
}

.sliderImage {
  min-width:1500px;
}

.carousel-item {
  align-items: center; /* horizontal */
  justify-content: center; /* vertical */
}

.start-slider-text {
  left: 10vw;
  top: 120px;
  max-width: 80vw;
  position: absolute;
  text-align: left;
  color:#fff;
}

.start-slider-text h1 {
  line-height: 30px;
  font-size:20px;
}

@media (min-width: 768px) {
  .start-slider-text {
    left: 20vw;
    top: 160px;
    max-width: 450px;
    position: absolute;
    text-align: left;
    color:#fff;
  }

  .start-slider-text h1 {
    line-height: 50px;
    font-size: 55px;
  }
}

/*############ STARTPAGE SLIDER END ############*/


/*############ STARTPAGE WELCOME-TEXT START ############*/

.slider-bottom {
  background-color:#007dc2;
  color:#fff;
}

.slider-bottom-arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #007dc2;
}

/*############ STARTPAGE WELCOME-TEXT END ############*/

/*############ STARTPAGE BANNER-BOX START ############*/

.banner-box {
  height:300px;
}

.banner-box div {
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
}

#banner-box-1 .bg {
  background-image: url(./images/image-bannerbox1.jpg);
  background-color:#002552;
}

#banner-box-1 h1 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 9px;
}

#banner-box-2 .bg {
  background-image: url(./images/image-bannerbox2.jpg);
  background-color:#002552;
}

#banner-box-2 h1 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 9px;
}

/*############ STARTPAGE BOX-BANNER END ############*/


/*############ STARTPAGE SORTIMENT-BOX START ############*/

.sortiment-box {
  overflow: hidden;
}

.sortiment-box img {
  transition: all 0.8s;
  transform: scale(1.05);
}

.sortiment-box-text {
  transition: all 0.4s;
  padding: 10px;
  display: block;
  background-color: rgba(0, 59, 121, 0.5);
  color: #fff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: -30px;
}

.sortiment-box-text .extra {
  color:#003B79;
  opacity: 0;
  transition: all 1s;
}

.sortiment-box:hover .sortiment-box-text {
  margin-bottom: 0px;
  color: #fff;
  background-color: rgba(255, 210, 0, 0.8);
}

.sortiment-box:hover .sortiment-box-text  .extra {
  opacity: 1;
}

.sortiment-box:hover img {
  transform: scale(1.1);
}

/*############ STARTPAGE SORTIMENT-BOX END ############*/

#info-box {
  background-color:#eb6607;
}

/*############ PRODUCTBOX START ############*/

.product {
  cursor: pointer;
  overflow: hidden;
}

.product-title {
  position: absolute;
  margin:0;
  width: 100%;
  color:#000;
  bottom:0px;
  z-index:2;
  font-size:12px;
  background-color: rgba(255, 255, 255, 0.7);
}

.product-price {
  color:#000;
  top:0px; z-index:2;
  font-size:1.3rem;
}

.product .image-holder {
  padding-bottom: 100%;
  height: 0;
  position: relative;
  overflow:hidden;
}

.product .image-holder img {
  width: 100%;
  position: absolute;
  z-index: 2;
  transition: transform 0.2s;
  transform: scale(1.02);
}

.product .image-holder div {
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(./images/default/placeholder.jpg?2);
  background-repeat: no-repeat;
  background-size: 200px 200px;
  background-position: 50% 50%;
}

.product:hover img {
  transform: scale(1.05);
}

.product-button {
  height: 40px;
  overflow: hidden;
}

.product-button .btn {
  opacity: 0;
  transition: opacity 1s ease-in-out,margin 0.2s linear;
  margin-top: -50px;
}

.product a:hover >.product-button .btn {
  margin-top: 0px;
  opacity: 1;
}

/*############ PRODUCTBOX END ############*/


/*############ BUTTONS START ############*/

.btn {
  font-size: 12px;
  font-weight: 400;
  line-height: 1!important;
  letter-spacing: 1.25px;
  min-height: 28px;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  border: none;
  box-shadow: none!important;
  border-radius: 2px;
  font-family: 'united';
}

.btn-primary {
  background-color: #eb6607;
  color: rgba(255,255,255,0.9);
}

.btn-primary:hover {
  background-color: #eb6607;
  color: rgba(255,255,255,1);
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #eb6607;
  color: rgba(255,255,255,1);
}

.btn-secondary {
  background-color: #ffd000;
  color: rgba(0,0,0,0.9);
}

.btn-secondary:hover {
  background-color: #ffd000;
  color: rgba(0,0,0,1);
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background-color: #ffd000;
  color: rgba(0,0,0,1);
}

.btn-outline-primary {
  background-color: transparent;
  color: rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.9);
}

.btn-outline-primary:hover {
  background-color: rgba(255,255,255,0.2);
  color: rgba(255,255,255,1);
  border: 1px solid rgba(255,255,255,1);
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  background-color: transparent;
  color: rgba(255,255,255,1);
}

/*############ BUTTONS END ############*/

/*############ FOOTER START ############*/

footer {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  color: #fff;
}

.footer-wrapper {
  background-color: #071e42;
}

.footer-usp {
  background-color: #eb6607;
  color:#fff;
  font-size:12px;
  padding-top: 4rem!important;
  padding-bottom: 4rem!important;
}

.footer-partners {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  border-top: 1px solid rgba(255,255,255,0.4);
  border-bottom: 1px solid rgba(255,255,255,0.4);
}

.footer-partners img {
  opacity: 0.4;
  width: 60%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) {
  .footer-partners div:not(:last-child) {
    border-right: 1px solid rgba(255,255,255,0.4);
  }
}

.footer-wrapper ul {
  list-style: none;
  line-height: 2;
}

.footer-wrapper a,.footer-wrapper p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-wrapper ul li a:hover {
  color: rgba(255, 255, 255, 1);
}

.footer-copyright {
  font-size: 12px;
  font-weight: 300;
  background-color: #000;
  text-align: center;
  text-transform: uppercase;
}

.footer-copyright ,.footer-copyright a,.footer-copyright a:hover {
  color: rgba(255, 255, 255, 0.7);
  font-weight: lighter;
}

.footer-copyright img {
  height: 12px;
  margin-right: 20px;
  padding-bottom: 2px;
  opacity: 0.4;
}

/*############ FOOTER END ############*/

/*############ MISC START ############*/

.toTop {
  transition: 1s all;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none!important;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.toTop.active {
  opacity: 1;
  visibility: visible;
}

table.contact th {
  background-color: #0d192e;
  color: #fff;
}

table.contact td {
  color: #666;
}

.imagePreview{
  cursor: zoom-in;
}

.parallax {
  background-image: url("./images/dommerslider.jpg");
  background-size: cover;
  background-position: 50% calc(50%) ;
  background-repeat: no-repeat;
  color: #fff
}

.parallax a {
  color: #fff
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-radius: 0;
}

/*############ MISC END ############*/


/* ---------------------------------------------------
  Spinner
----------------------------------------------------- */
.spinner {
  display: inline-block;
}

.spinner:after {
  content: " ";
  display: block;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.4s ease-in-out infinite;
}

@keyframes lds-dual-ring {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}

/***** 5 column design ****/

/* 5 Columns */

.col-xs-25,
.col-sm-25,
.col-md-25,
.col-lg-25,
.col-xl-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-24 {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

@media (min-width: 576px) {
  .col-sm-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .col-md-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 992px) {
  .col-lg-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-24 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


.ribbon {
    --f: 10px; /* control the folded part*/
    --r: 15px; /* control the ribbon shape */
    --t: 20px; /* the top offset */

    z-index: 2;
    position: absolute;
    inset: var(--t) calc(-1*var(--f)) auto auto;
    padding: 5px 10px calc(5px + var(--f)) calc(10px + var(--r));
    clip-path: 
        polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
        calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
        var(--r) calc(50% - var(--f)/2));
    background: #FFCE00;
    color:#002A4D;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
}