/*
   HTGC
*/

body, p, a {
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  color: #666666;
}

body, a {
  font-size: medium;
}

body div > p {
  font-size: unset;
  margin-block-end: inherit;
  margin-block-start: inherit;
}

a {
  font-family: inherit;
  font-weight: inherit;
  color: blue;
  text-decoration: none;
}
      
img {
  border: none;
}

a:hover {
  text-decoration: underline;
}

p {
  line-height: 130%;
  margin-block-start: .5em;
  margin-block-end: .5em;
}

.menuFrame {
  float: left;
  border: none;
  width: 14em;
  height: 100%;
}

.contentFrame {
  display: flex;
  flex-direction: column;
  width: 760px;
}

.mainContent {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
}

.mainContentDiv {
  height: 100%;
}

.kebab-menu {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 10;
  display: none;
}

.kebab-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 32px;
  padding: 5px;
  position: relative;
  float: right;
}

.kebab-dropdown {
  display: none;
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  border-radius: 4px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  min-width: 17em;
  z-index: 10;
}

.kebab-dropdown li a {
  display: block;
  padding: .5em 1em;
  color: #333;
  text-decoration: none;
  font-size: medium;
}

.kebab-dropdown li a:hover {
  background: #f0f0f0;
}

.kebab-menu.open .kebab-dropdown {
  display: block;
}

.htgcStart {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: .5em;
  padding-bottom: 1em;
}

.htgcLogo {
  max-height: 90px;
  padding-right: .5em;
  vertical-align: top;
}

.htgcTitel {
  font-size: large;
  font-variant: small-caps;
  text-transform: uppercase;
  align-content: center;
  text-align: center;
  padding-right: .5em
}

.htgcLogoWebRand {
  max-width: 70px;
  margin-bottom: 16px;
  margin-right: 16px;
  content: url("images/HTGC_Tanz_eV_Logo_web.jpg");
}

.htgcLogoWeb {
  max-width: 70px;
  margin-bottom: 16px;
  margin-right: 16px;
  content: url("images/HTGC_Tanz_eV_Logo_web.jpg");
}

.htgcTitelWeb {
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: large;
  color: #666666
}

.dotImage {
    max-width: 12px;
    padding-right: .5em;
    content: url("images/BD14871_1.GIF");
}

.pdfLogo {
    max-width: 40px;
    content: url("images/pdf_logo.gif")
}

.randMenu {
  margin-top: 0;
  margin-bottom: .5em;
  height: 60vh;
}

.schnupperGrid {
  display: grid;
  grid-template-columns: .1fr 1fr;
  column-gap: 1em;
  row-gap: 1em;
  align-items: center;
}

.schnupperTermineGrid {
  display: grid;
  grid-template-columns: .7fr 1fr;
  column-gap: 1em;
}

.schnupperAnmeldungGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2em;
  row-gap: 1em;
  align-items: center;
  text-align: center;
  max-width: 20em;
}

.vorstandGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1em;
  row-gap: 1em;
  align-items: center;
}

.serviceGrid {
  display: grid;
  grid-template-columns: 1fr .5fr;
  column-gap: 1em;
  align-items: center;
}

.pdfViewerFrame {
  width: 100%;
  height: 36em;
}

.title-0 {
  font-size: large;
  font-weight: bold;
  margin-top: 2em;
}

.title-1 {
  font-size: medium;
  font-weight: bold;
}

#schnupperkurs {
/*
  display: none;
*/
}

@media screen and (max-width: 767px) and (orientation: portrait) {

  .menuFrame {
    display: none;
  }

  .kebab-menu {
    display: block;
  }

  .kebab-dropdown {
    min-width: 13em;
  }

  .kebab-dropdown li a {
    padding: .25em .5em;
    font-size: small;
  }

  .contentFrame {
    width: 100%;
  }

  .htgcLogo {
    max-height: 45px;
  }

  .htgcTitel {
    font-size: medium;
  }

  .htgcLogoWeb {
    max-width: 35px;
    margin-bottom: 1em;
    margin-right: 1em;
  }

  .htgcTitelWeb {
    margin-bottom: 1em;
    font-size: medium;
  }

  body div > p {
    font-size: medium;
  }

  .schnupperGrid {
    grid-template-columns: .1fr 1fr;
    column-gap: .5em;
    row-gap: 1em;
    align-items: center;
  }

  .schnupperGrid p {
    font-size: small;
  }

  .schnupperTermineGrid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    column-gap: .5em;
  }

  .schnupperAnmeldungGrid {
    column-gap: 1em;
    row-gap: .5em;
  }

  .vorstandGrid {
    grid-template-columns: 1fr .7fr;
    column-gap: .5em;
  }

  .serviceGrid {
    grid-template-columns: 1fr .1fr;
    column-gap: .5em;
  }

  .pdfViewerFrame {
    height: 22em;
  }

  .title-0 {
    font-size: medium;
  }

  .title-1 {
    font-size: small;
  }
}

@media screen and (max-height: 360px) and (orientation: portrait) {

  .menuFrame {
    width: 11em;
  }

  .htgcLogoWebRand {
    max-width: 35px;
    margin-bottom: 1em;
    margin-right: 1em;
  }
  
  body, a {
    font-size: small;
  }
}

@media screen and (max-width: 767px) and (width <= 40em) and (orientation: landscape) {

  .menuFrame {
    width: 11em;
  }

  .contentFrame {
    width: 100%;
  }

  .htgcLogo {
    max-height: 45px;
  }

  .htgcTitel {
    font-size: medium;
  }

  body, a {
    font-size: small;
  }

  .htgcLogoWebRand {
    max-width: 35px;
    margin-bottom: 1em;
    margin-right: 1em;
  }

  .htgcLogoWeb {
    max-width: 35px;
    margin-bottom: 1em;
    margin-right: 1em;
  }

  .htgcTitelWeb {
    margin-bottom: 1em;
    font-size: medium;
  }

  body, a {
    font-size: small;
  }

  .schnupperGrid {
    grid-template-columns: .1fr 1fr;
    column-gap: .5em;
    row-gap: 1em;
    align-items: center;
  }

  .schnupperGrid p {
    font-size: small;
  }

  .schnupperTermineGrid {
    display: grid;
    grid-template-columns: 1fr .8fr;
    column-gap: .5em;
  }

  .schnupperAnmeldungGrid {
    column-gap: 1em;
    row-gap: .5em;
  }

  .vorstandGrid {
    column-gap: .5em;
  }

  .serviceGrid {
    grid-template-columns: 1fr .2fr;
    column-gap: .5em;
  }

  .pdfViewerFrame {
    height: 22em;
  }

  .title-0 {
    font-size: medium;
  }

  .title-1 {
    font-size: small;
  }
}
