.pakketten-visual {
  background-color: #4c473f;
}
.pakketten-visual .preload,
.pakketten-visual .background,
.pakketten-visual .foreground {
  width: 100%;
  min-height: 451px;
  max-height: 1170px;
}
.pakketten-visual .preload,
.pakketten-visual .background {
  position: absolute;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity .5s;
}
.pakketten-visual .preload {
  z-index: 0;
  filter: blur(5px);
}
.pakketten-visual .background {
  z-index: 1;
  opacity: 0;
}
.pakketten-visual .foreground {
  z-index: 2;
  position: relative;
  display: flex;
  color: white;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.pakketten-visual h1 {
  color: white;
  font-size: 60px;
  line-height: 70px;
  margin: 60px 0 0 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.pakketten-visual .heading2 {
  font-size: 28px;
  line-height: 36px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.pakketten {
  background-color: #d8e5eb;
  text-align: center;
  padding-bottom: 30px;
}
.pakketten .pakket {
  margin: -130px 0 30px 10px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  background: white;
  border-radius: 4px;
}
.pakketten .pakket h2 {
  color: black;
  margin: 25px 0;
}
.pakketten .pakket .price {
  font-weight: bold;
  font-size: 50px;
  line-height: 1em;
}
.pakketten .pakket .price span {
  font-size: 30px;
}
.pakketten .pakket .period {
  font-size: 20px;
}
.pakketten .pakket ul {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.pakketten .pakket ul li {
  line-height: 50px;
}
.pakketten .pakket ul li:nth-child(odd) {
  background-color: #f5f6f8;
}
.pakketten .pakket a.button {
  background-color: transparent;
  border-width: 2px;
  border-style: solid;
}
.pakketten .pakket.free .price {
  color: #7b929a;
}
.pakketten .pakket.free ul li {
  color: #7b929a;
}
.pakketten .pakket.free a.button {
  color: #7b929a;
  border-color: #7b929a;
}
.pakketten .pakket.free a.button:hover {
  background-color: #7b929a;
  color: white;
}
.pakketten .pakket.basis .price {
  color: #ff6054;
}
.pakketten .pakket.basis ul li {
  color: #ff6054;
}
.pakketten .pakket.basis a.button {
  color: #ff6054;
  border-color: #ff6054;
}
.pakketten .pakket.basis a.button:hover {
  background-color: #ff6054;
  color: white;
}
.pakketten .pakket.extra {
  margin-top: -150px;
  margin-left: 0;
  margin-bottom: 10px;
  padding-top: 20px;
  background-color: #ff6054;
  color: white;
}
.pakketten .pakket.extra h2 {
  color: white;
  margin-bottom: 0;
}
.pakketten .pakket.extra .subtitle {
  line-height: 25px;
  color: #f8bebc;
}
.pakketten .pakket.extra ul li:nth-child(odd) {
  background-color: #f3594f;
}
.pakketten .pakket.extra a.button {
  color: white;
  border-color: white;
}
.pakketten .pakket.extra a.button:hover {
  background-color: white;
  color: #ff6054;
}
.pakketten .pakket.geavanceerd {
  margin-left: 0;
}
.pakketten .pakket.geavanceerd .price {
  color: #34bbf2;
}
.pakketten .pakket.geavanceerd ul li {
  color: #34bbf2;
}
.pakketten .pakket.geavanceerd a.button {
  color: #34bbf2;
  border-color: #34bbf2;
}
.pakketten .pakket.geavanceerd a.button:hover {
  background-color: #34bbf2;
  color: white;
}
.pakketten a#show_package_details {
  background-color: white;
  color: #ff5f53;
}
.pakketten a#show_package_details:hover {
  border-color: #ff5f53;
}
#specifications-container {
  max-height: 0;
  opacity: 0;
  width: 100%;
  overflow-y: auto;
  transition: all .5s;
}
#specifications-container table {
  width: 100%;
  margin-bottom: 30px;
}
#specifications-container table thead tr td {
  text-align: center;
  font-size: 24px;
  line-height: 72px;
}
#specifications-container table thead tr td:nth-child(2) {
  color: #7b929a;
}
#specifications-container table thead tr td:nth-child(3) {
  color: #97b2bf;
}
#specifications-container table thead tr td:nth-child(4) {
  color: #ff6054;
}
#specifications-container table thead tr td:nth-child(5) {
  color: #34bbf2;
}
#specifications-container table tbody tr td {
  padding: 10px 5px;
  text-align: center;
  background-color: #d8e5eb;
  border-top: 2px dashed white;
  border-left: 2px solid white;
  vertical-align: middle;
}
#specifications-container table tbody tr td .included:before {
  content: '\2714';
}
#specifications-container table tbody tr td .not-included:before {
  content: '\2718';
}
#specifications-container table tbody tr td:first-child {
  vertical-align: top;
  text-align: right;
  background-color: transparent;
  padding: 10px 45px 10px 0;
  width: 250px;
}
#specifications-container table tbody tr:first-child td {
  border-top: none;
}
#specifications-container table tbody tr:last-child td {
  border-top: none;
  background-color: transparent;
  padding: 20px 0 0 0;
}
@media (max-width: 1024px) {
  .pakketten-visual h1 {
    margin: 30px 15px 0;
    font-size: 40px;
  }
  .pakketten-visual .heading2 {
    margin: 20px 10px;
    font-size: 20px;
  }
  .pakketten {
    padding-top: 15px;
  }
  .pakketten .pakket:first-child {
    margin-top: -120px;
  }
  .pakketten .pakket,
  .pakketten .pakket.extra {
    margin: 0 0 10px 0;
  }
  .pakketten li.empty {
    display: none;
  }
}
