/* Wrapper, Spacer, Title                            */
/* ================================================= */

/*  Html, Body */

html{
  scroll-behavior: smooth;
}

body{
  font-family: var(--NonSerifFont);
  font-size: 10pt;
}

/*  Wrapper */

div.contentWrapper {
  position: relative;
  max-width: 1000px;
  min-height: 50px;
  overflow-x: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

/*  Spacer */

div.spacer{margin-bottom: 50px;}

div.spacer-qm{
  position: relative;
  width: 100%;
  color: var(--TourColor);
  font-weight: 600;
  font-family: var(--SeitentitelFont);
  font-size: 20pt;
  vertical-align: center;
}
hr {
  border: 1px solid var(--TourColor);
  position: absolute;
  width: calc(100% - 200px);
  display: inline-block;
  right: 0;
  bottom: 40%;
}

/* Icons                                             */
/* ================================================= */

img.faqIcon{
  position: absolute;
  width: 50px;
  cursor: pointer;
  /*border: 1px solid red; */
}

/* FAQ Answers                                       */
/* ================================================= */

/*  Properties of the collapse items */

/* General properties of the collapse/expansion triggering buttons */
button.collapsButton {
  background-color: white;
  max-width: 1345px;
  padding: 5px;
  margin-left: 60px;
  text-align: left;
  color: var(--TourColor);
  font-weight: 500;
  font-family: var(--NonSerifFont);
  font-size: 11pt;
  cursor: pointer;
  border: none;
  outline: none;
}

/* General properties of the collapsed/expanded content */
div.collapsContent {
  max-width: 1345px;
  max-height: 0;
  margin-left: 60px;
  margin-right: 5px;
  overflow: hidden;
  transition: max-height 0.2s linear;
  -webkit-box-shadow: inset 0px 0px 8px 2px rgba(0,0,0,0.3);
  -moz-box-shadow:    inset 0px 0px 8px 2px rgba(0,0,0,0.3);
  box-shadow:         inset 0px 0px 8px 2px rgba(0,0,0,0.3);
}

/* Inner div for spacing */
div.collapsContentInner {
  margin: 20px;
  text-align: justify;
}

img.arrow{
  transition: 0.2s;
}

/* Button properties when hovered and active */
button.collapsButton:hover {
  text-decoration: underline;
}
button.activeColl img.arrow{
  transform: rotate(-180deg);
}

/*  Paragraphs, Links and Spaces */

p.title-small{
  font-weight: 500;
  color: var(--TourColor);
  margin-top: 20px;
}

div.spacer-expl{
  /*clear: both;*/
  height: 20px;
}

/* Enumerations */
div.collapsContentInner ul, ol{
  margin-left: 20px;
}

/* Portraits */
img.faqPortrait{
  float: right;
  height: 100px;
  margin-left: 20px;
}

/* E-Mail Adresse */
img.MAdresse{vertical-align: bottom; height: 14px;}

/* Description Lists */
/* dl.past-faq-episodes, dl.future-faq-episodes{
  margin-left: 20px;
} */
dl.past-faq-episodes dt, dl.future-faq-episodes dt, dl.past-faq-articles dt{
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 5px;
}
dl.past-faq-episodes dd, dl.future-faq-episodes dd, dl.past-faq-articles dd{
  margin-left: 20px;
  text-align: left;
}
dl.past-faq-episodes dt, dl.past-faq-articles dt{
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 20px;
}
dl.past-faq-episodes dt{
  background-image: url("../graphics/navigation/page-icons/PodIconBr.svg");
  background-position: left center;
}
dl.past-faq-articles dt{
  background-image: url("../graphics/navigation/page-icons/ArtIconBr.svg");
  background-position: left top;
}
dl.future-faq-episodes dt{
  color: var(--TourColor);
}

/* Route Info */

div.route-info-wrapper table svg{
  margin-right: 10px;
}
div.route-info-wrapper td{
  vertical-align: top;
}
div.route-info-wrapper circle{
  r: 3px;
  stroke: white;
  stroke-width: 1.5px;
  filter: drop-shadow(0px 0px 1.25px #777);
  -webkit-filter: drop-shadow(0px 0px 1.25px #777);
}

div.route-info-wrapper div.galwrap img{
  height: 100px;
}

table#gpx_files td{padding-right: 15px; min-width: 95px;}
table#gpx_files td:first-child{min-width: 180px;}
table#gpx_files td.gpx_dl a, p#gpx_last_updated{color: #777; font-size: x-small;}

/*  Support Graphics */

div.supportGraphicsWrapper{
  display: block;
  float: left;
  text-align: center;
  margin: 8px;
  padding: 8px;
  -webkit-box-shadow: inset 0px 0px 4px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:    inset 0px 0px 4px 3px rgba(0,0,0,0.1);
  box-shadow:         inset 0px 0px 4px 3px rgba(0,0,0,0.1);
}

img.supportGraphics{
  height: 100px;
  margin-top: 5px;
  margin-bottom: 2px;
}
img.supportGraphicsBanner{
  height: 60px;
  margin-top: 25px;
  margin-bottom: 22px;
}
img.supportGraphicsWideBanner{
  height: 30px;
  margin-top: 40px;
  margin-bottom: 37px;
}

img.DankeBanner{
  height: 125px;
  margin: 15px;
  float: right;
}

img.DownloadIcon{
  height: 10px;
  margin-right: 3px;
}