  
/*

style sheet by jan-kiesewetter.de
Version 0

linked in index.php

*/

body {
  margin: 0;
  padding: 0;
  background-color: #E1E8F0;
  font-size: 12px;
  font-family: 'Helvetica Neue', helvetica, arial;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  margin-top: -5px;
  margin-bottom: -5px;
  font-size: 26px;
}

h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  font-weight: normal;
}

.logo-wrapper {

}

.logo {
  width: 130px;
}

.center-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  right: 50%;
  height: 200px;
  padding-right: 12px;
  text-align: right;
  transform: translateY(-50%);
  border-right: 1px solid #333;
  border-bottom: 0px solid #333;
}

  .center-left--content {
    align-items: flex-end;
  }

.center-right {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 240px;
  height: 200px;
  padding-left: 12px;
  font-size: 12px;
  font-family: 'Menlo', courier;
  transform: translateY(-50%);
  line-height: 1.4;
}

  .the-subtitle {
    font-family: 'Menlo', courier;
  }

.top-center-left {
  position: absolute;
  top: 32px;
  right: 50%;
  padding-right: 50px;
  text-align: right;
  font-family: 'Menlo', courier;
}

.top-left {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 380px;
  max-width: 100%;
  font-family: 'Menlo', courier;
}

.top-right {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 380px;
  max-width: 100%;
  text-align: right;
  font-family: 'Menlo', courier;
}


.bottom-right {
  position: absolute;
  bottom: 32px;
  right: 32px;
  width: 320px;
  padding-left: 36px;
  box-sizing: border-box;
  text-align: right;
  max-width: 100%;
  font-family: 'Menlo', courier;
}

  .mail {
    text-decoration: underline;
    color: #333;
  }

    .mail:hover,
    .mail:focus {
      text-decoration: none;
      color: #333;
    }


::selection {
  background: #ffb7b7;
}

::-moz-selection {
  background: #ffb7b7;
}

@media (min-width: 1800px) {
  body {
    font-size: 14px;
  }

  .bottom-right {
    width: 366px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 20px;
  }

  .logo {
    width: 180px;
  }

  .center-left {
    position: static;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 12px;
    transform: none;
    border-right-width: 0;
    border-bottom-width: 1px;
    box-sizing: border-box;
  }

  .center-right {
    position: static;
    width: 220px;
    padding-top: 12px;
    padding-left: 22px;
    transform: none;
    border-right-width: 0;
    border-bottom-width: 1px;
    box-sizing: border-box;
  }

  .bottom-right {
    right: 0;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .top-left {
    width: 100%;
    left: 0;
    padding-left: 22px;
    box-sizing: border-box;
  }

  .top-center-left {
    top: 22px;
    right: 32px;
    transform: rotate(-90deg);
    transform-origin: top right;
    padding-right: 0;
  }
}

@media (max-width: 320px) {
}