@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype"); }
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Montserrat"; }

.over-all {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center; }

.background-img {
  width: 50%;
  height: 100%;
  overflow: hidden; }
  .background-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.main {
  width: 50%;
  height: 100%;
  background: black;
  color: white;
  text-align: center;
  padding: 20px;
  position: relative;
  overflow-y: auto; }
  .main .icon {
    margin: 0 auto;
    padding: 0;
    width: 80px;
    height: 80px; }
    .main .icon img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main .header {
    width: 90%;
    height: auto;
    font-size: 2.5vw;
    margin: 0 auto;
    padding-top: 100px; }
  .main .text {
    width: 80%;
    margin: 0 auto;
    font-size: 1.1em; }
  .main .link {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto; }
    .main .link .button {
      min-width: 100px;
      border: 2px solid white;
      margin: 15px;
      padding: 15px;
      transition: background-color 0.5s; }
      .main .link .button a {
        color: white;
        width: 100%;
        height: 100%;
        text-decoration: none;
        transition: color 0.5s; }
      .main .link .button:hover {
        background-color: white;
        cursor: pointer; }
      .main .link .button:hover > a {
        color: black; }
      .main .link .button p {
        margin: 0;
        padding: 0; }
      .main .link .button:hover > p {
        color: black; }
  .main .bottom {
    margin: 50px auto; }
  .main .sozialmedia {
    margin: 0 auto;
    display: flex;
    justify-content: center; }
    .main .sozialmedia a {
      width: 25px;
      height: 25px;
      overflow: hidden;
      border-radius: 4px;
      margin: 5px; }
      .main .sozialmedia a img {
        width: 100%;
        height: 100%; }
  .main .datenschutz {
    display: flex;
    justify-content: center;
    margin: 20px auto; }
    .main .datenschutz a {
      color: white;
      text-decoration: none;
      transition: text-decoration 0.5s;
      padding: 10px; }
      .main .datenschutz a:hover {
        text-decoration: underline; }
  .main .lebenslauf {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    .main .lebenslauf-box h3 {
      margin-top: 30px; }
    .main .lebenslauf-box p {
      color: lightgray; }

.kontaktform {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background-color: black;
  color: white;
  display: none; }
  .kontaktform form {
    width: 40%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .kontaktform form input, .kontaktform form textarea {
      width: 100%;
      background-color: white;
      border: none;
      padding: 15px;
      color: black;
      margin: 10px 0; }
      .kontaktform form input[type=submit], .kontaktform form textarea[type=submit] {
        width: 100px; }
        .kontaktform form input[type=submit]:hover, .kontaktform form textarea[type=submit]:hover {
          cursor: pointer; }
    .kontaktform form p {
      margin-bottom: 3px; }
      .kontaktform form p a {
        color: white; }
    .kontaktform form img {
      width: 25px;
      height: 25px;
      position: absolute;
      right: 0;
      top: 0; }
      .kontaktform form img:hover {
        cursor: pointer; }

.copyright-about {
  background-color: black !important; }

@media only screen and (max-width: 1024px) {
  html, body {
    overflow-y: auto;
    overflow-x: hidden;
    height: auto; }

  .over-all {
    position: relative;
    flex-direction: column-reverse;
    margin-top: 100px; }
    .over-all .background-img {
      width: 100%;
      height: 35%; }
      .over-all .background-img img {
        object-position: 50% 0; }
    .over-all .main {
      width: 100%;
      height: 65%; }
    .over-all .bottom {
      position: relative;
      transform: translate(0, 0);
      left: 0;
      top: 0;
      margin: 0 auto; }

  .kontaktform form {
    width: 80%; } }
@media only screen and (max-width: 450px) {
  .main {
    padding: 0; }
    .main .header {
      font-size: 1.1em; }
    .main .text {
      font-size: 1em; }
    .main .link .button {
      margin: 5px; }
    .main .datenschutz {
      margin: 5px auto; }
      .main .datenschutz a {
        padding: 5px; } }
@media only screen and (max-height: 800px) {
  .main {
    overflow-y: auto; }
    .main .bottom {
      position: relative;
      transform: translate(0, 0);
      left: 0;
      top: 0;
      margin: 0 auto;
      padding: 20px 0; }

  .kontaktform {
    overflow-y: auto; }
    .kontaktform form {
      position: relative;
      top: 0;
      left: 0;
      margin: 50px auto;
      transform: translate(0, 0); } }

/*# sourceMappingURL=about.css.map */
