*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

@media only screen and (min-width: 75em) {
  html {
    font-size: 65%;
  }
}

@media only screen and (max-width: 50em) {
  html {
    font-size: 57%;
  }
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 50%;
  }
}

body {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/luggage.jpg);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/luggage.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: black;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
}

@media only screen and (max-width: 75em) {
  body {
    background-attachment: scroll;
    background-repeat: repeat;
  }
}

@media only screen and (max-width: 25em) {
  body {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url(../img/luggageS.jpg);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/luggageS.jpg);
  }
}

.none {
  background: none;
}

.image {
  background: none;
}

a:link, a:visited {
  display: inline;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: black;
}

ul {
  list-style-type: none;
}

.content {
  background-color: rgba(255, 255, 255, 0.9);
}

h1 {
  font-size: 5rem;
}

@media only screen and (max-width: 62.5em) {
  h1 {
    font-size: 4.5rem;
  }
}

@media only screen and (max-width: 50em) {
  h1 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  h1 {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 25em) {
  h1 {
    font-size: 2.2rem;
  }
}

h2 {
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 50em) {
  h2 {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 37.5em) {
  h2 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 25em) {
  h2 {
    font-size: 1.5rem;
  }
}

h3 {
  text-align: center;
  color: #7393A0;
}

.empty h2 {
  font-size: 5rem;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  color: white;
  padding: 4rem 0;
}

@media only screen and (max-width: 62.5em) {
  .empty h2 {
    font-size: 4.5rem;
  }
}

@media only screen and (max-width: 50em) {
  .empty h2 {
    font-size: 3.5rem;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 2rem;
}

header picture {
  height: 100%;
}

header picture img {
  padding: 2rem 2rem .5rem 2rem;
  height: 15rem;
}

header nav {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

header nav ul li {
  padding: 1rem 2rem;
}

@media only screen and (max-width: 50em) {
  header nav ul li {
    padding: 1rem;
  }
}

header nav ul li a:hover {
  color: #F8C303;
}

header nav ul li img {
  height: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .hidden {
    display: none;
  }
}

.hero {
  color: white;
  text-align: center;
  margin: 16rem 2rem;
}

@media only screen and (max-width: 50em) {
  .hero {
    margin: 12rem 2rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .hero {
    margin: 10rem 2rem;
  }
}

.footer_container {
  margin-top: -1.2rem;
  background-color: #7393A0;
}

.footer_container .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150rem;
  margin: 0 auto;
  padding: 2rem 4rem;
  text-align: center;
}

.footer_container .footer_item {
  margin: 2rem;
  width: 20%;
}

.footer_container .footer_item a:hover {
  color: #F8C303;
}

.footer_container .footer_item i {
  font-size: 3rem;
  -webkit-text-stroke: black .5px;
  padding: 0 2rem 2rem 2rem;
}

.footer_container .footer_item p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 62.5em) {
  .footer_container .footer_item {
    width: 40%;
  }
}

@media only screen and (max-width: 37.5em) {
  .footer_container .footer_item {
    width: 100%;
  }
}

.EG {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-top: 2rem;
}

.EG .EGimg {
  height: 3.5rem;
}

.usps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.usps .usp {
  width: 20%;
  min-width: 30rem;
  background-color: #7393A0;
  border-radius: 2rem;
  margin: 1rem;
  padding: 3rem;
  text-align: center;
}

@media only screen and (max-width: 75em) {
  .usps .usp {
    width: 45%;
  }
}

@media only screen and (max-width: 50em) {
  .usps .usp {
    width: 100%;
  }
}

.usps .usp i {
  color: #F8C303;
  font-size: 5rem;
  -webkit-text-stroke: black .5px;
  padding: 1rem 2rem 2rem 2rem;
}

.prijzen {
  background-color: white;
  padding-bottom: 6rem;
}

.prijzen section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5b5b5b;
  max-width: 100rem;
  margin: 0 auto;
  padding: 4rem 5rem;
}

.prijzen section h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
}

.prijzen .prijs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prijzen .prijs div {
  display: inline-block;
  margin: 0 auto;
  border: 3px solid #F8C303;
  border-radius: 2rem;
  padding: 2rem 8.5rem;
  margin: 0 1rem;
  color: black;
  font-weight: 500;
  text-align: center;
}

.container {
  text-align: center;
}

.container .dienst_h2 {
  padding-top: 4rem;
  font-size: 3rem;
}

.container .diensten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 150rem;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.container .diensten .dienst {
  width: 30%;
  min-width: 30rem;
  background-color: white;
  color: #5b5b5b;
  border-radius: 2rem;
  margin: 1rem;
  padding: 3rem;
  text-align: center;
}

@media only screen and (max-width: 75em) {
  .container .diensten .dienst {
    width: 45%;
  }
}

@media only screen and (max-width: 50em) {
  .container .diensten .dienst {
    width: 100%;
  }
}

.container .diensten .dienst .bike:hover {
  color: #F8C303;
}

.container .diensten .dienst i {
  color: #7393A0;
  font-size: 5rem;
  -webkit-text-stroke: black .5px;
  padding: 1rem 2rem 2rem 2rem;
}
/*# sourceMappingURL=main.css.map */