.content-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Machine page */
}

.content-section .column-container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* Overview page */
}

.content-section .container .machine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 340px;
  margin: 2rem;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.content-section .container .machine img {
  width: 340px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-section .container .machine .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: black;
  padding: 2rem 1rem;
  color: white;
}

.content-section .container .machine .text-box h2 {
  margin-bottom: 1rem;
}

.content-section .container .machine .text-box a {
  text-decoration: none;
  color: white;
}

.content-section .container .machine .text-box span {
  font-size: 14px;
  padding-bottom: .2rem;
  border-bottom: 2px solid var(--red);
  cursor: pointer;
}

.content-section .back {
  margin-bottom: 2rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: black;
  text-decoration: none;
  -webkit-transition: .3s opacity linear;
  transition: .3s opacity linear;
}

.content-section .back:hover {
  opacity: .6;
}

.content-section .machine-card {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-section .machine-card h1 {
  margin-bottom: 2rem;
  padding-bottom: .3rem;
  font-weight: 600;
  word-break: break-all;
}

.content-section .machine-card .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content-section .machine-card .content img {
  width: 500px;
  height: 330px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-section .machine-card .content .info {
  width: 500px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-section .machine-card .content .info table {
  margin-left: 2rem;
  margin-bottom: 4rem;
}

.content-section .machine-card .content .info table tr:first-child {
  border-top: 1px solid #c5c5c5;
}

.content-section .machine-card .content .info table td {
  padding: .8rem 1rem;
  min-width: 200px;
  border-bottom: 1px solid #c5c5c5;
  color: #838383;
  word-break: break-all;
  line-height: 1.4rem;
}

.content-section .machine-card .content .info table td:nth-child(even) {
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .content-section .container .machine-card {
    width: 100%;
  }
  .content-section .container .machine-card .content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content-section .container .machine-card .content .specs {
    width: 100%;
  }
  .content-section .container .machine-card img {
    width: 520px;
    height: 350px;
    margin-right: 2rem;
  }
  .content-section .container .machine-card .info {
    width: 350px;
  }
  .content-section .container .machine-card .info table {
    width: 100%;
    margin-left: 0;
  }
  .content-section .container .machine-card .info table tr td {
    min-width: unset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 960px) {
  .content-section .container .machine-card .back {
    display: none;
  }
  .content-section .container .machine-card h1 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .content-section .container .machine-card .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-section .container .machine-card .content img {
    margin-right: 0;
    margin-bottom: 4rem;
  }
  .content-section .container .machine-card .content .specs {
    width: 520px;
  }
}

@media only screen and (max-width: 960px) {
  .content-section .container .machine-card .back {
    display: none;
  }
  .content-section .container .machine-card h1 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .content-section .container .machine-card .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-section .container .machine-card .content img {
    width: 100%;
    height: auto;
  }
  .content-section .container .machine-card .content .info, .content-section .container .machine-card .content .specs {
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .content-section .container .machine {
    width: 100%;
    margin: 2rem 0;
  }
  .content-section .container .machine img {
    width: 100%;
  }
}
/*# sourceMappingURL=verhuur.css.map */