* {
  box-sizing: border-box;
}

@media only screen and (min-device-width: 1024px) {
  /* for laptops */
    .content p {
      font: 12pt Courier New, serif;
      width: 750px;
    }

    .bio {
      margin-left: 140px;
    }

    .bio p {
      font: 10pt Courier New, serif;
    }

    .menu {
      text-align: center;
    }

    #myLinks {
      display: block;
      text-align: center;
    }

    .frame {width: 960px;}

    .hamburger {
      display: none;
    }
}

@media only screen and (min-device-width: 704px) and (max-device-width: 1194px) and (-webkit-min-device-pixel-ratio: 2) {
  /* for tablets */
  .menu, .graphics, .content {
    width: 100%;
    }

    .bio {
      margin-left: 140px;
    }

    .bio p {
      font: 10pt Courier New, serif;
    }

    .content p {
      font: 12pt Courier New, serif;
      width: 750px;
    }

    #myLinks {
      display: block;
      text-align: center;
    }

    .frame {width: 960px;}

    .hamburger {
      display: none;
    }
}

@media only screen and (min-device-width: 704px) and (max-device-width: 1194px) and (orientation: portrait) {
  #myLinks {
    text-align: left;
  }

  frame {
    width: auto;
  }
}

@media only screen and (min-device-width: 375px) and (max-width: 852px) and (-webkit-min-device-pixel-ratio: 1) {
  /* for mobile phones */
  .menu, .graphics, .content {
    width: 100%;
  }

  .bio {
    margin-left: 110px;
  }

  .bio p {
    font: 8pt Courier New, serif;
  }

  .content p {
    width: auto;
    font: 9pt Courier New, serif;
  }

  #myLinks {
    text-align: left;
  }

  .frame {width: auto;}

  .menu a:not(:first-child) {display: none;}
  .menu a.hamburger {
    float: right;
    display: block;
    color: #777;
  }

  .menu.responsive {
    position: relative;
    }

    .menu.responsive a.hamburger {
      position: absolute;
      right: 10px;
      top: 10px;
    }

  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .menu.responsive a:not(:first-child):hover {
    background: #5c544d;
    color: #fff;
    text-decoration: none;
  }

  .line {
    display: none;
  }

}

body {
    padding: 0;
    margin: 0;
    background-color: black;
}

.menu {
  float: left;
  height: auto;
  width: 100%;
  background: #000;
  padding: 10px;
  overflow: auto;
}

.menu p {
  font: 16pt Courier New, serif;
  color: #777;
  text-align: center;
}

.menu a {
  font: 16pt Courier New, serif;
  text-decoration: none;
  color: #777;
}

.menu a:first-child:hover {text-decoration: none;}
.menu a:hover {
  text-decoration: underline;
  color: #fff;
}

.graphics {
  float: left;
  height: 220px;
  width: 100%;
  background-image: url('../g/bg.jpeg');
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #5c544d;
  background-position: center;
  padding: 0px;
  text-align: center;
}

.bio {
  height: 100px;
  width: 100%;
  position: relative;
  margin-top: 150px;
}

.bio p {
  color: #5c544d;
}

  .content {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #5c544d;
  }

  .content p {
    color: #000;
    text-align: left;
    margin: 0px auto;
    padding: 0 20px 20px 20px;
  }

  .content a {
    text-decoration: none;
  }

  .content a:hover {
    text-decoration: underline;
  }

  a.aktiv {
    color: #fff;
  }

  a.aktiv:hover {
    text-decoration: none;
  }

  .line {
    margin: 0;
    padding: 0 10px 0 10px;
    color: #fff;
  }

  h1 {
    font: 20pt Courier New, serif;
    padding-top: 20px;
  }

  .frame {
    background-color: #a79C88;
    margin: auto auto 20px auto;
    padding: auto;
  }
