/*border-radius: 10px;*/@font-face {
    font-family: Dosis-Bold;
    src: url("../fonts/Dosis-Bold.otf") format("opentype");
}

body{
  margin: 0;
--primary: #044ab1;
--primary-background: linear-gradient(to right, #0575e6, #0443a9);
--primary-background:  #044ab1;
--secondary: #4ab104;
--secondary: #b1044a;
--darker: #e6e6e6;
--hover-color: var(--primary);
--hover-color-darker: #fff;
  font-family: 'Roboto', "arial", sans-serif;

}

.flag{
height: clamp(15px, 1.5vw, 60px);
}

header {
  position: fixed;
  background-color: var(--primary);
    padding: 15px 0 15px 0;
    width: 100%;
    z-index: 100;
    transition: background 0.2s linear;
}

.half-container{
  width: 50%;
  display: block;
  overflow: hidden;
}

.butik .half-container.left, .showcase .half-container.left{
  width: 35%;
  margin-left: 15%;
}

.half-img{
  height: 80%;
  overflow: hidden;
  width:auto;
    padding: -2.5%;
display: block;
}

.container{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}



#butik {
    overflow: hidden;
}

.right{
  float: right;
}

.left{
  float: left;
}

img{
  height: 40px;
}

.kontakt .card{
  width: 33.33%;
  width: calc(100% / 3);
}
@media only screen and (max-width: 800px) {
  nav{
    display: none;
  }

}



nav{
  float:right;
  margin-top: auto;
  margin-bottom: auto;
}

nav a{
  text-decoration: none;
  color: white;
  padding: 0 20px 0 20px;
  line-height: 44px;
  font-weight: 400;

}


.title{
  margin: 0;
  padding-top: 8vh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vh;
  font-weight: 900;
    text-align: center;
    font-size: clamp(30px, 2vw, 80px);
  color: var(--secondary)
}

.title-underline{
  background-color: var(--secondary);
  width: 50px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5vh;
}

.title-underline.primary{
  background: white;
}

.front{
 height: 100vh;
}

.front .image{
height: calc(100% + 1.5em);
width: 100%;
overflow: hidden;
background-image: url("../img/image4.jpg");
background-position: center;
background-size: cover;
}

.front .text-overlay{
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-overlay h1{
  font-family: "Arial";
  font-weight: 800;
  font-size: clamp(60px, 6vw, 120px);
  text-align: center;
  color: white;
  margin: 0
}

.text-overlay h2{
  font-family: "Arial";
  font-weight: 800;
  font-size: clamp(20px, 2vw, 80px);
  color: white;
  margin: 0;
  text-align: center;
}

div.text-overlay h3{
  font-family: "Arial";
  font-weight: 800;
  font-size: clamp(15px, 1.5vw, 60px);
  line-height: clamp(15px, 1.5vw, 60px);
  color: white;
  margin: 0;
  text-align: center;
}

.text-overlay svg{
  height: 6em;
  width: 6em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#expand_arrow{
  fill:lime
}

.cards{
  display: grid;
grid-template-columns: repeat(3, calc(100% / 3));
grid-auto-rows: auto;
}

.productcards{
  display: grid;
grid-template-columns: repeat(3, calc(100% / 3));
grid-auto-rows: auto;
padding-top: 8vh;
}

.card{
margin-top: 2%;
display: block;
float: left;

}

.productcard{
  margin: 2%;
  display: inline-block;
  float: left;
  background: white;
  height: 50vh
}

.productcard img{
  width: 100%;
  height: auto;

}

.productcard h3{

  text-align: left !important;
  margin-left: 3vh;
  margin-bottom: 0 !important;
  font-weight: bold !important;
}

.productcard h4{
  margin: 0;
  color: var(--hover-color);
  font-weight: normal;
  margin-bottom: 2vh;
  text-align: left !important;
  margin-left: 3vh
}

.productcard h5{
  margin: 0;
  color: var(--hover-color);
  font-weight: normal;
  margin-bottom: 1vh;
  text-align: left !important;
  margin-left: 3vh
}

.cart{
  width: 6%;
  height: 6%;
  background-image: url("../img/add_cart.svg");
  background-size: contain;
  background-color: var(--primary);
  border: 1px solid var(--primary);
  float: left;
}

.status{
  width: 6%;
  height: 6%;
  margin-left: 3vh;
  border: 1px solid var(--primary);
  float: left;
}

.a{
    background: lime;
}

.o{
    background: yellow;
}

.u{
  background: red;
}

.amount{
  width: 12%;
  height: 6%;
    height: calc(6% - 2px);
    margin-left: 1%;
    margin-right: 1%;
  border: none;
  background: var(--darker);
  border: 1px solid var(--primary);
    float: left;
}

#search{
  overflow: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}

@media only screen and (max-width: 1200px) {


  .input{

    margin-right: 0 !important;
  }
    .cards{
      grid-template-columns: repeat(2, calc(100% / 2));

  }

  .productcards{
    grid-template-columns: repeat(2, calc(100% / 2));

}



  .half-container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .butik .half-container.left, .showcase .half-container.left{
    width: 70%;
    margin-left: 15%;
  }

  .left, .right{
    float: none;

  }
  .half-img{
    width: 100%;
    overflow: hidden;
    height:auto;
  }
}

@media only screen and (max-width: 700px) {

    .cards{
      grid-template-columns: repeat(1, calc(100% / 1));

  }
  .kontakt .card{
    width: 100%;
  }

.productcards{  grid-template-columns: repeat(1, calc(100% / 1));

}

}

.card img{
  width: 80%;
  height: 10em;
  margin-left: 10%;
  margin-right: 10%;
}

.card svg{
  width: 80%;
  height: 10em;
  margin-left: 10%;
  margin-right: 10%;
}

.card:hover{
  background-color: var(--darker);
    --hover-color: var(--secondary);
    --hover-color-darker: var(--darker)
}

.produkter h3{
  color: var(--hover-color);
  text-align:center;
  font-weight: normal;
  margin-top: 2vh;
  margin-bottom: 2vh;
}

 a.expand {
   padding: 1%;
   border: 3px solid var(--secondary);
   border-radius: 1000px;

   width: 20%;
   display: block;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  text-align: center;
}

.right_arrow{
  height: 1.75em !important;
  margin: 0;
  width: 1.75em !important;
  float: left;
  margin-right: 0 !important;
  margin-left: 10% !important;
}

.right_arrow{fill:var(--hover-color);}
.expand_arrow{fill:var(--secondary);}
.st0{fill:var(--hover-color-darker);stroke:var(--hover-color);stroke-width:10;stroke-miterlimit:10;}
.st1{fill:var(--hover-color-darker);stroke:var(--hover-color);stroke-width:2;stroke-miterlimit:10;}
.st2{fill:none;stroke:var(--hover-color);stroke-width:2;stroke-miterlimit:10;}
.st3{fill:none;stroke:var(--hover-color);stroke-miterlimit:10;}
.st12{fill:none;stroke:#C6C6C5;stroke-width:2;stroke-miterlimit:10;}
.st13{fill:var(--hover-color-darker);stroke:#C6C6C5;stroke-width:10;stroke-miterlimit:10;}
.st11{fill:var(--hover-color-darker);stroke:#C6C6C5;stroke-width:10.0002;stroke-miterlimit:10.0002;}
.st14{fill:var(--hover-color-darker);stroke:#C6C6C5;stroke-width:2;stroke-miterlimit:10;}
.st6{fill:none;stroke:var(--hover-color);stroke-miterlimit:10;}
.st7{fill:#C6C6C5;stroke:#C6C6C5;stroke-miterlimit:10;}
.st8{fill:#1D1D1B;stroke:#C6C6C5;stroke-miterlimit:10;}
.st9{fill:none;stroke:#C6C6C5;stroke-width:1.5;stroke-miterlimit:10;}
.st10{fill:none;stroke:#C6C6C5;stroke-miterlimit:10;}
.st15{fill:var(--hover-color-darker);stroke:#C6C6C5;stroke-miterlimit:10;}
.st16{fill:var(--hover-color);stroke:var(--hover-color);stroke-miterlimit:10;}

.primary{
  background: var(--primary);
  background: var(--primary-background);
  color: white;
}

.secondary{
  background: var(--secondary);

  color: white;
}

.transparent{
  background: none;
}

.darker{
  background-color: var(--darker)
}

.input{
  margin-right: 10%
}

input.stelnummer{
  display: block;
  width: 100%;
  height: 4em;
  font-size: clamp(15px, 1.9vw, 90px);
  text-transform: uppercase;
  font-family: 'Fira Code', 'Courier Prime', monospace;
  color: #4d4c4c;
  text-align: center;
  border: none;
  margin-left: auto;
  margin-right: auto;
  outline: none;
    background-color: #a6a6a6;
  /*text-shadow: 2px 2px #828181;*/
      padding: 0;
  letter-spacing: 7.5px;
  /*border-radius: 10px;*/
}


input.stelnummer::placeholder{
color: #4d4c4c;
outline: none;
}


input:focus, textarea:focus,
keygen:focus, select:focus {
    outline-offset: 0px;
    outline: none;
}

button{
  width: 100%;
  background: var(--secondary);
  border: none;
  color: white;
  padding:0.5em;
  font-size: 1.2rem;
    line-height: 1.5;
  margin: 10px 0 10px 0;
  font-weight: 700;
  /*border-radius: 10px;*/
  font-family: "Dosis", arial;
  display: block;
}

.more{
  margin-top: 5em;
  width: auto;
  padding-left: 3em;
  padding-right: 3em;
  margin-left: auto;
  margin-right: auto;
}

.category{
  padding-bottom: 5%;
}

footer{

  overflow: hidden;
  text-align: center;
}

footer .info{
  text-align: left;
  text-decoration: none;
  color: white;
}

.opslag h3{
  font-weight: normal;
}

.align{
  text-align: left;
}

.no-hover:hover{
  background: none;
}

.copy{
  margin-top: 2%;
}

.short{
  margin: 0;
  margin-bottom: 8%;
}

button#shop{
  width: 80%;
}



.no-margin-left{
  margin-left: 0;
}

h3 {
  margin: 0;
  line-height: 1.75em;
  font-weight: normal;
}

footer .short{
  margin-top: 3%
}

#showcase{
  overflow: hidden;
}

.top {
  margin-top: 5%
}

svg.arrow{
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5em;
  margin-top: -1.5em;
}

svg.arrow-invert{
  position: absolute;
  display: block;
  width: 100%;
  height: 1.5em;
}


div#produkter.produkter .card{
  margin-left: 1%;
  margin-right: 1%;
}

.primary-svg{fill:var(--primary);}

.white-svg{fill:white;}

.grey-svg{fill:var(--darker);}

.showcase .half-img{
  width: 100%;
  height: auto;
}

.card{
    transition: max-height .2s linear;
    height: 30em;
    max-height: 15em;
    overflow: hidden;
}

.cards .card p{
  line-height: 1.5em;
  margin: 10%;
  margin-bottom: 0;
}

.cards .card a h3, .cards .card a svg{
  text-align: left;
  margin: 0;
  text-decoration: none;
  margin-top: 2%;
}

.card a{
  text-decoration: none;
}

.expanded{
  background:  var(--darker);
  --hover-color-darker: var(--darker);
  max-height: 30em;

}



button:hover{
  filter: brightness(0.9);
}

a:hover{
  color: var(--secondary)
}

.cards.webshop{
  grid-template-columns: repeat(4, calc(100% / 4));
}

.cards.webshop .card svg{
  width: 30%;
  margin-left: 35%;
  margin-right: 35%;
}


	.w8{fill:none;stroke:var(--hover-color);stroke-width:8;stroke-miterlimit:10;}
.w5{fill:none;stroke:var(--hover-color);stroke-width:5;stroke-miterlimit:10;}
.w4{fill:none;stroke:var(--hover-color);stroke-width:4;stroke-miterlimit:10;}
.w3{fill:none;stroke:var(--hover-color);stroke-width:3;stroke-miterlimit:10;}
.w2{fill:none;stroke:var(--hover-color);stroke-width:2;stroke-miterlimit:10;}

.searchbox{
  border: none;
  height: 20px;
  font-size: .875rem;
  padding: 9px;
  float: left;
  width: 40%
}

.searchbutton {
  border: none;
  height: 20px;
  padding: 9px;
  float: left;
  background-color: var(--primary)
}

.float-left{
  float: left;
}

.search div{
  padding-top: 1%;
  padding-bottom: 1%;
}

.space{
  margin-left: 5%;

}
