@font-face {
  src: url(fonts/FRUTIGER-NEXT-PRO-BOLD-CONDENSED.OTF);
  font-family: CONDENSED
}
@font-face {
  src: url(fonts/FRUTIGER-NEXT-PRO-BLACK-CONDENSED.OTF);
  font-family: CONDENSED-BLACK
}
@font-face {
  src: url(fonts/FRUTIGER-NEXT-PRO-REGULAR.OTF);
  font-family: REGULAR
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

main {
  padding-top: 100px;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  width: auto;
  height: 100px;
}

header .header-menu {
  font-family: CONDENSED;
  font-size: 24px;
  color: #111;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
}

header .header-img {
  display: none;
}

header nav ul{
  display: block;
  margin: 0 auto;
  width: fit-content;
}

header nav ul li{
  display: inline-inline-block;
  float: left;
  list-style: none;
  padding: 0 16px;
}

header nav ul li a{
  font-family: REGULAR;
  font-size: 16px;
  color: #111;
}

header .header-login{
  display: none;
}

@media only screen and (min-width: 800px) {
  header .header-menu {
    display: none;
  }

  header .header-img {
    display: block;
    text-align: center;
    margin: 21px;
    text-align: left;
    line-height: 65px;
    padding: 0 20px 0 40px;
    border-right: 3px solid #111;
    float: left;
  }

  header nav ul{
    margin: 20px 0;
    float:left;
  }

  header nav ul li{
    display: inline-inline-block;
    float: left;
    list-style: none;
    padding: 0 16px;
  }

  header nav ul li a{
    font-family: REGULAR;
    font-size: 16px;
    color: #111;
    line-height: 60px;
  }

  header .header-login {
    display: block;
    font-family: REGULAR;
    font-size: 16px;
    color: #111;
    line-height: 38px;
    border: 1px solid #111;
    float: right;
    margin-right: 40px;
    margin-top: 30px;
    padding: 0 20px;
  }

  .index-banner {
    width: 100%;
    height: 339px;
    background-image: url(img/banner1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .index-banner h2 {
    font-family: CONDENSED-BLACK;
    color: #fff;
    font-size: 40px;
    text-align: right;
    text-shadow: 2px 2px 8px #111;
    margin-right: 10px;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}

body {
  background-color: #f3f3f3;
}

.infos-links-h2 {
  font-family: CONDENSED-BLACK;
  font-size: 24px;
  color: #111;
  text-align: center;
}

.infos-links-h3 {
    font-family: REGULAR;
    font-size: 18px;
    color: #111;
    text-align: center;
    padding: 5px;
  }

/*ECKKENNEZICHEN*/

.eckkennezichen {
  display: grid;
  grid-template-columns: 1fr 600px 1fr;
  grid-template-areas:
  ". eckkennezichen_title ."
  ". eckkennzeichen_tabelle ."
  ". grid_footer .";
}

.eckkennezichen_title {
  grid-area: eckkennezichen_title;
  justify-self: center;
  padding: 10px;
}

.eckkennzeichen_tabelle {
  grid-area: eckkennzeichen_tabelle;
  justify-self: center;
  text-align: center;
  padding: 10px;
}

.eck-tabelle {
  font-family: CONDENSED;
  font-size: 16px;
  color: #111;
  text-align: left;
  padding: 5px;
  text-decoration: none;
  text-align: inherit;
  justify-content: center;
}

.eck-inhalt {
  font-family: REGULAR;
  font-size: 16px;
  color: #111;
  text-align: left;
  padding: 5px;
  text-decoration: none;
  vertical-align: top;
}

.eck-bild {
  padding: 5px;
}

.eck-fzg {
  width: 100px;
}

.eckkennzeichen_tabelle table {
  width: 800px;
  margin: auto;
  align-content: center;
}

.eckkennzeichen_tabelle table, th, td {
  text-align: left;
  border: 1px solid #000;
  border-collapse: collapse;
}

.eckkennzeichen_tabelle table, th {
  width: auto;
}

.grid_footer {
  grid-area: grid_footer;
  justify-self: center;
  padding: 10px;
}

/*FOOTER*/

footer {
  clear: both;
  font-family: CONDENSED;
  margin-bottom: 5px;
  padding: 5px;
  color: #000;
  text-align: center;
  width: auto;
}

h4 {
  font-family: CONDENSED;
  font-size: 15px;
  color: #000;
  text-align: center;
}
h4 a {
  color: #000;
}
