/* general settings */

* {
  font-family: Liberation Sans, DejaVu Sans, sans-serif;
  box-sizing: border-box;
}

div.tourdesc_table {
  border: none;
  display: table;
  width: 100%;
}

div.tourdesc_body {
  display: table-row-group;
}

div.tourdesc_row {
  display: table-row;
}

div.tourdesc_header1 {
  display: table-cell;
  font-size: 3.0em;
  font-weight: bold;
  padding: 6px 6px 6px 10px;
}

div.tourdesc_header2 {
  display: table-cell;
  font-size: 1.5em;
  font-weight: bold;
  padding: 6px 6px 6px 10px;
}

div.tourdesc_cell {
  display: table-cell;
  padding: 6px 6px 6px 10px;
}

div.tourdesc_footer1 {
  display: table-cell;
  font-size: 0.8em;
  padding: 6px 6px 6px 10px;
  width: 180px
}

div.tourdesc_footer2 {
  display: table-cell;
  text-align: right;
  font-size: 0.8em;
  padding: 10px 6px 6px 6px;
}

div.inside_footer {
  text-align: center;
}

figure.gallery {
  border: 1px solid black;
}

figure.image {
  opacity: 1.0;
}

figure.gallery:hover .image {
  border: 6px solid #0000FF;
  opacity: 0.6;
}

figure.gallery img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
  border: 6px solid rgba(247, 245, 225, 0); /* color 0xF7F5E1 (background) + full transparency = zero opacity */
}

figcaption.picdesc {
  color: #000000;
  font-size: 0.8em;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
}

figcaption.picdesc-left {
  color: #000000;
  font-size: 0.8em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 8px;
  text-align: left;
}

.responsive {
  padding: 0px;
  float: left;
  width: 16.66666%;
}

@media only screen and (max-width: 2560px) {
  .responsive {
    width: 25.00000%;
    margin: 0px 0;
  }
}

@media only screen and (max-width: 1920px) {
  .responsive {
    width: 33.33333%;
    margin: 0px 0;
  }
}

@media only screen and (max-width: 1280px) {
  .responsive {
    width: 50.00000%;
    margin: 0px 0;
  }
}

@media only screen and (max-width: 800px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
