body {
      font-family: 'Roboto', arial, sans-serif;
  background-color: var(--background);
  margin: 0;
  padding: 0;
  --background: #fff;
  --color2: #303036;
  --color3: #F3F3F3;
}

header{
  background-color: var(--background);
  margin: 0 15vw 0 15vw;
  padding: 0;
  min-height: calc(50px + 1vw);
}

header li{
  float: left;
  display: inline;
  padding: 20px 0px 20px 0px;
  margin: 0px 20px 0px 20px;
}

.current, header a:hover{
  /*border-bottom: 4px solid var(--color1);*/
  color: var(--color1) !important;
}

span{
  color: var(--color1)
}

header ul{
  margin: 0;
}

header a{
  text-decoration: none;
font-size:calc(12px + 0.25vw);
  color: black;
  font-weight: bold

}

header nav{
  font-family: 'Exo 2', sans-serif;
  float:right;
}

header img {
  height: calc(30px + 1vw);
  padding: 10px 20px 10px 20px;
}

.baggrund{
  width:100%;
  min-height: 25vw;
  background-image: url("img/baggrund.jpg");
  background-size: cover;
}

.baggrund-produkter{
  width:100%;
  min-height: 25vw;
  background-image: url("img/motorvej.jpg");
  background-size: cover;
}

.baggrund-kontakt{
  width:100%;
  min-height: 25vw;
  background-image: url("img/vej2.jpg");
  background-size: cover;
}

.baggrund-mfc{
  width:100%;
  min-height: 25vw;
  background-image: url("img/vbg.jpg") ;
  background-size: cover;
}


@media only screen and (max-width: 1250px) {
  header img {
    height: calc(50px + 2vw);
    padding: 25px 50px 25px 50px;
  }

  header{
    margin: 0 2vw 0 2vw;
  }

  header nav{
    visibility: hidden;
    position:absolute
  }

  header .menu{
      visibility: visible;
      position:relative;
  }

  .dropdown{
     visibility: visible !important;
     position: relative !important;
  }
}

/*@media only screen and (max-width: 1250px) {
  header{
  margin: 0 2vw 0 2vw;
  }

}*/

#text1{
  font-family: 'Exo 2', sans-serif;
  padding: 8vw 0vw 0vw 8vw;
  font-size: 4vw;
  color: white;
  font-weight: 900;
  text-align: left;
  margin: 0;
  line-height: 0.9;
  text-shadow: 0px 2px 10px rgba(99, 99, 99, 1);
}

.baggrund h2{
  font-size: 30px;
  color: black;
  text-align: left;
  margin: 0;
  line-height: 2;
}

.textbox-left {
  width: 30%;
    min-height: 25vw;
  padding: 0;
  float: left;
/*  background-image: url("img/vinkel.png"); */
  background-size: cover;
}

.textbox-right {
  width: 70%;
  min-height: 25vw;
  padding: 0;
  float: left;

}

.efter-baggrund {
  font-family: 'Exo 2', sans-serif;
  background-color: var(--color1);
  width: 100%
}


.textbox-efter{
  width: 100%
}

.textbox-efter h1{
  padding: 3vw 10vw 3vw 10vw;
  color: white;
  font-size: 1.2vw;
  margin: 0;

}

.textbox-efter img {
  height: 0.9vw;
   text-align: center
}

a#button{
  color: white;
  text-decoration: none;
  background-color: var(--color2);
  bottom: 0.35vw;
  padding: 0.5vw 3vw 0.5vw 3vw;
  float: right;
  border-radius: 1.5vw;
  position:relative;
  font-weight: normal;
  font-size: 1.3vw;
}

.inner-nrplade{
  height: 4.25vw;
  background: #F3A712;
  border: 0.25vw solid black;
  border-radius: 0.5vw;
  margin: 0;
  padding: 0;
}

.outer-nrplade{
  margin-left: auto;
  margin-right: auto;
margin-top: 4vw;
    width: 22.5vw;
    border-radius: 0.75vw;
    border: 0.25vw solid #F3A712;
    background-color: #F3A712;
}

.vej {
  background: url("img/vej.jpg");
  background-size: cover;
  float: left;
}

#kontakt-link{
  text-decoration: none;
  color: black;
}

.tegn {
  background: url("img/tegn.jpg");
  background-size: cover;
  float: left;
}

.motorvej {
  background: url("img/motorvej.jpg");
  background-size: cover;
  float: left;
}



.gradient{
  background: rgb(157,157,157);
background: -moz-linear-gradient(180deg, rgba(157,157,157,1) 0%, rgba(235,235,235,1) 50%, rgba(157,157,157,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(157,157,157,1) 0%, rgba(235,235,235,1) 50%, rgba(157,157,157,1) 100%);
background: linear-gradient(180deg, rgba(157,157,157,1) 0%, rgba(235,235,235,1) 50%, rgba(157,157,157,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d9d9d",endColorstr="#9d9d9d",GradientType=1);
width:2%;
height:100%;
margin: 0;
float: left;
}

#nrplade{
  background-color: rgba(0, 0, 0, 0.0);
  border: none;
  font-size: 3.75vw;
  font-weight: bold;
  width: 83%;
  height: 100%;
  float: left;
  text-align: center;
  text-transform: uppercase;
}

.eu{
  border-top-left-radius: 0.25vw;
  border-bottom-left-radius: 0.25vw;
  background-color: #1C5D96;
  width: 10%;
  height: 100%;
  float: left;
  text-align: center;
  color: white;
  font-size: 1vw;
  font-weight: bold
}

*:focus {
    outline: none;
}

textarea:focus, input:focus{
    outline: none;
}

.eu img{
  margin: 0.8vw 0px 0px 0px;
  width: 1.8vw;
}


button{
   outline:none;
   width: calc(25px + 3vw);
   height: calc(25px + 3vw);
}
button::-moz-focus-inner {
   border: 0;
}

.dropbtn {
  margin-top: 15px;
  margin-right: 50px;
  background-image: url("img/menu-black.svg");
  background-size: cover;
  background-color: white;
  border: none;
  cursor: pointer;
}

.dropdown {
  visibility: hidden;
  position: fixed;
  display: inline-block;
  float: right;
}

.dropdown-content {
  display: none;
  background-color: #fff;
  margin: 0 18vw 0 18vw;
  width: 60vw;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
    border-top: 1px solid #f5f5f5;
  color: black;
  font-size: 3vw;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd}

.show {display:block;}


.kort{
  width:100%;
  min-height: 25vw;
  background-image: url("img/kort_graa.png");
  background-size: cover;
}

.kort {
  background: url("img/kort_graa.png");
  background-size: cover;
  float: left;
}

.side{
  padding-top: 4vw;
  padding-bottom: 4vw;
  width: 100%
}

.side h1{
  font-size: 2.5vw;
  text-align: center;
  margin: 0;
  font-family: 'Exo 2', sans-serif;
}

.footer-textbox{
  display: inline;
  margin: 0;
}

.footer-textbox h1{
  font-size: 2.5vw;
  text-align: center;
  margin: 0;
  font-family: 'Exo 2', sans-serif;
}

.footer-textbox p{
  text-align: left;
}

#search{
  margin: 4vw;
  color: white;
}

#nye{
    background: url("img/hhs.jpg") no-repeat;
    background-size:cover;
}

.side-both{
  height: 25vw;
  width: 100%;
  float: left;
}

.side-left{
  height: 25vw;
  width: 50%;
  float: left;
}

.disabled{
margin: 0;
padding: 0;

}


.disabledtop{
margin-bottom: 0;
padding-bottom: 0;

}

.side-right{
height: 25vw;
width: 50%;
float: left;
}

.side h2{
  font-size: 1.5vw;
  margin: 0;
  font-family: 'Exo 2', sans-serif;
}

h3{
  font-size: 1vw;
  font-family: 'Exo 2', sans-serif;
}

.side-textbox{
  margin: 3vw
}

.footer-textbox{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 60vw;
  display: block;
}

footer li{
  display: inline-block;
  padding: 1vw 20px 1vw 20px;
}

footer ul{
  margin: 0;
  padding: 0;
}

footer a{
  font-family: "Exo 2", sans-serif;
  text-align: center;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-size: 0.75vw;

}

p{
  font-size: 1vw
}

.kort h1{
  margin-top: 4vw
}

.contact-button{
  margin-top: 4vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 35vw;

}

.contact-button a{
  float: none !important;
}

.kort p {
  text-align: left;
  margin-left: 35vw;
  margin-right: 35vw;
  font-size: 1.15vw;
  line-height: 1.75vw;
  margin-top: 2vw;
  color: #555555
}

.streg{
  background-color: var(--color1);
  height: 0.25vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
  width: 8vw;
  margin-left: auto;
  margin-right: auto;
}

#grey{
    background-color: var(--color3);
}

.container{
  padding-top: 4vw;
  margin-left: 16vw;
  margin-right: 16vw;
  position: relative;

}

#white{
    background-color: white;
}

#color2{
    background-color: var(--color2);
}



.container{
  padding-top: 4vw;
  margin-left: 16vw;
  margin-right: 16vw;
  position: relative;
}

li {
  font-size: 1vw;
}

footer {
  background-color: var(--color1)
}

body{
  min-height: 100vh;
}


/* Cards, produkter og forside */

.produkter-card p, .produkter-card li{
  font-size: 0.9vw
}

.produkter-cardbox{
  display: flex;
  flex-wrap: wrap;
}

.produkter-card{
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-bottom: 4vw;
}

.produkter-card-img{
height: 15vw;
margin-bottom: 2vw;
margin-left: auto;
margin-right: auto;
}


.produkter-card-textbox{
margin: 1vw;
height: 10vw;
}

/*@media only screen and (max-width: 1250px) {
  .side h1{
    font-size: 4vw;
  }

  .produkter-card{
    width: 30vw;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 4vw;
  }

  .produkter-card-textbox{
  margin: 2vw;
  height: 10vw;
  }

  .produkter-card-img{
  height: 20vw;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  }

  .produkter-card-textbox p, .produkter-card-textbox li{
    font-size: 1.5vw
  }

  .produkter-card-textbox{
  margin: 2vw;
  height: 15vw;
  }

  .produkter-card-textbox h3{
  font-size: 2vw
  }

  .hidden{
    height: 0px;
  }

  footer li{
    font-size: 2vw;
  }
}*/

@media only screen and (max-width: 1250px) {
  h1.produkter {
    font-size: 6vw !important;
  }

  .produkter-card{
    width: 50vw;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-bottom: 10vw;
  }

  .produkter-card-textbox{
  margin: 3vw;
  height: 25vw;
  }

  .produkter-card-img{
  height: 35vw;
  margin-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
  }

  .produkter-card-textbox p, .produkter-card-textbox li{
    font-size: 2.5vw
  }

  .produkter-card-textbox h3{
  font-size: 3.5vw
  }

  .hidden{
    height: 0px;
  }

  footer li{
    font-size: 3vw;
  }
}


.cardbox{
  display: flex;
  flex-wrap: wrap;
}

.card{
  width: 20vw;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-bottom: 4vw;
}


.card p, .card li{
  font-size: 0.9vw
}

.card-img{
height: 15vw;
margin-bottom: 2vw;
margin-left: auto;
margin-right: auto;
}

.card-textbox{
margin: 1vw;
height: 10vw;
}


.entre{
  background: url("img/IMG_01821.jpg") no-repeat;
  background-size: cover;
}

.fire{
  background: url("img/IMG_44251.jpg") no-repeat;
  background-size: cover;
}

.tre{
    background: url("img/IMG_01591.jpg") no-repeat;
  background-size: cover;
}

.pendel{
  background: url("img/IMG_13541.jpg")no-repeat;
  background-size: cover;
}

.forvogn{
    background: url("img/IMG_33671.jpg") no-repeat;
  background-size: cover;
}

.skifte{
    background: url("img/IMG_26921.jpg") no-repeat;
  background-size: cover;
}

.hejs{
    background: url("img/IMG_40371.jpg") no-repeat;
  background-size: cover;
}

.en{
    background: url("img/IMG_15061.jpg") no-repeat;
  background-size: cover;
}


#noflex{
    display: block;
    flex-wrap: nowrap;
  }

section{
  display: flex;
  flex-wrap: wrap;
}

#searchQuery{
  float: left;
  width: 15vw;
  font-size: 2vw;
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  font-weight: bold;
  height: 3vw;
  padding: 0VW;
  border: none;
    border: 2px solid black;
}

#searchBox{
  float: right;
  width: 3vw;
  font-size: 2vw;
  text-align: center;
font-family: 'Exo 2', sans-serif;
font-weight: bold;
height: 3vw;
padding: 0VW;
border: none;
background-color: pink;
  background: url("img/search-black.svg") no-repeat;
  background-size: contain;
}

#form{
  margin-left: auto;
  margin-right: auto;
  width: 20vw;
}

#fejl{
  margin: 5vw;
  margin-bottom: 0.5vw;
  font-size: 1.5vw;
  font-weight: bold;
  font-family: 'Exo 2', sans-serif;
}
#text{
  margin: 5vw;
  margin-top: 0;
  font-size: 1vw;
}
