* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  font-family: 'NotoSansKR', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

/*
@font-face {
    font-family: 'NotoSansKR-regular';
    src: url('fonts/Noto_Sans_KR/NotoSansKR-Regular.otf') format('otf'),
    font-weight: 400;
}
*/
@font-face {
  font-family: 'NotoSansKR';
  src: url('fonts/Noto_Sans_KR/NotoSansKR-Medium.otf') format('otf');
  font-weight: normal;
}

@font-face {
  font-family: 'NotoSansKR';
  src: url('fonts/Noto_Sans_KR/NotoSansKR-Bold.otf') format('otf');
  font-weight: bold;
}

/*
@font-face {
    font-family: 'NotoSansKR-Black';
    src: url('fonts/Noto_Sans_KR/NotoSansKR-Black.otf') format('otf'),
    font-weight: 900;
}
*/

* a:link {
  text-decoration: none;
}

* a:hover {
  text-decoration: none;
  color: #888;
}

/* Style the header */
#header {
  background: #ffffff;
  width: 100%;
  height: auto;
  text-align: center;
  /*    overflow: hidden; */
  /*    background-size: cover; */
}

.displaySmallOnly {
  display: none;
}

.displayLargeOnly {
  display: block;
}

.topNav {
  position: relative;
  overflow: hidden;
  background-color: #6f7072;
  line-height: 1.6;
}

.topNav a {
  float: left;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.topNav a.current {
  color: #a2daf3;
}

.topNav a#menu-icon {
  display: none;
}

/* Change color on hover */
.topNav a:hover {
  /*background-color: #ddd;*/
  color: #0a1119;
}

.topNav-centered {
  float: none;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding-left: 10%;
  padding-right: 10%;
}

.topNav-right {
  float: right;
}

.content {
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  color: #464749;
}

.content ul {
  padding-left: 5%;
  text-align: left;
}

.TextNebenBild {
  width: 59%;
  height: auto;
  display: block;
}

.zeile {
  display: flex;
  justify-content: space-between;
}

.kandidat {
  display: inline-block;
  width: 20%;
  padding-bottom: 5%;
}

.ueberschrift1 {
  text-align: center;
  color: #e3281d;
  font-size: 3.3vw;
}

.ueberschrift2 {
  text-align: center;
  color: #e3281d;
  font-size: 2.5vw;
}

.textHervorgehoben {
  text-align: center;
  font-weight: bold;
  font-size: 1.7vw;
}

.halbeSeite {
  display: inline-block;
  width: 45%;
  padding-bottom: 5%;
  padding-top: 2%;
  vertical-align: center;
}

.zweiDrittelSeite {
  display: inline-block;
  width: 75%;
  padding-bottom: 5%;
  padding-top: 2%;
  vertical-align: center;
}

.einDrittelSeite {
  display: inline-block;
  width: 24%;
  padding-bottom: 5%;
  padding-top: 2%;
  vertical-align: center;
}

.bildUnterschrift {
  margin-top: 2%;
  font-size: 2vw;
  text-align: center;
  color: #464749;
  font-weight: bold;
  border: none;
}

.vCenterLarge {
  transform: translate(0%, 15%);
  text-align: center;
}

.imageBox {
  width: 48%;
}

/* Responsive layout - makes the columns stack on top of each other instead of next to each other */
@media (max-width: 800px) {

  #header {
    background: #6f7072;
    height: auto;
  }

  .displaySmallOnly {
    display: block;
    width: 100%;
    height: auto;
  }

  .displayLargeOnly {
    display: none;
  }

  .topNav a {
    float: none;
    display: none;
    font-size: 5vw;
  }

  .topNav a#menu-icon {
    display: block;
    padding-top: 5px;
  }

  .topNav-centered {
    width: 100%;
    display: block;
  }

  .topNav:hover a {
    display: block;
  }

  .content {
    font-size: 14px;
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
  }

  .zeile {
    display: block;
    justify-content: initial;
  }

  .halbeSeite {
    display: block;
    width: 100%;
  }

  .zweiDrittelSeite {
    display: block;
    width: 100%;
  }

  .einDrittelSeite {
    display: block;
    width: 100%;

  }

  .ueberschrift1 {
    font-size: 7vw;
  }

  .ueberschrift2 {
    font-size: 6vw;
  }

  .textHervorgehoben {
    font-size: 3.8vw;
  }

  .bildUnterschrift {
    font-size: 4.9vw;
  }

  .vCenterLarge {
    transform: translate(0%, 0%);
  }


  .TextNebenBild {
    width: 100%;
    height: auto;
  }

  .kandidat {
    display: inline-block;
    width: 100%;
    padding-bottom: 7%;
  }


}

/* End @media (max-width: 800px) */

/* Termin-Tabelle */
#termine {
  border-collapse: collapse;
  width: 100%;
}

#termine td,
#termine th {
  border: 1px solid #ddd;
  padding: 8px;
}

#termine tr:nth-child(even) {
  background-color: #f2f2f2;
}

#termine tr:hover {
  background-color: #ddd;
}

#termine th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #aedff5;
}


/* Style the footer */
.footer {
  height: auto;
  line-height: 50px;
  background: #6f7072;
  text-align: center;
  width: 100%;
}

.footerIcons {
  font-size: 30px;
}

.footer a {
  color: #fff;
  text-align: center;
  padding-right: 3%;
  padding-left: 3%;
  font-weight: bold;
}

.footer a.current {
  color: #a2daf3;
}

.footer a:hover {
  /*background-color: #ddd;*/
  color: #0a1119;
}

@media (max-width: 800px) {
  .footer {
    width: 100%;
    line-height: 60px;
    margin: auto;
    text-align: center;
    font-size: 6vw;
  }

  .footerIcons {
    font-size: 6vw;
  }

  .footer a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 0px;
    text-decoration: none;
  }

}

/* End @media (max-width: 800px) */