h1, h2 {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 100;
  text-align: left;
  color: #646464;
  padding-bottom: 1px; }

h3 {
  font-family: "neuzeit-grotesk", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #323232; }

.about, .contact .feedback-input, .contact .erroneus, .contact .error, .contact .success, .cv, .project .projecttext, .impressum {
  font-family: "droid-sans-mono", "courier-prime", "Courier New", monospace;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #323232; }

.contact [type="submit"], .back-to-top, .back {
  width: auto;
  font-family: "proxima nova", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  text-decoration: none; }

.home {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px; }

.about {
  font-size: 13px;
  line-height: 180%;
  text-align: justify;
  margin-bottom: 0px; }

.home_link {
  color: #323232;
  text-decoration: underline; }
  .home_link:hover {
    text-decoration: underline; }

li {
  float: left;
  width: 49%;
  margin: 0px;
  margin-bottom: 4%; }

li:nth-child(even) {
  padding-left: 1%; }

li:nth-child(odd) {
  padding-right: 1%; }

.projects {
  position: center;
  width: 100%;
  height: auto;
  margin-bottom: 0px; }
  .projects .project_list {
    list-style-type: none;
    margin: 0px;
    padding: 0px; }
    .projects .project_list .projectpreview {
      text-decoration: none; }
      .projects .project_list .projectpreview .preview {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }

.contact {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }
  .contact:-webkit-input-placeholder {
    color: red; }
  .contact .feedback-input {
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: rgba(240, 240, 240, 0.9);
    background: #b4b4b4;
    border: 2px;
    transition: all 0.3s;
    padding: 13px;
    margin-bottom: 8px;
    width: 100%;
    box-sizing: border-box;
    outline: 0; }
    .contact .feedback-input::-webkit-input-placeholder {
      color: rgba(240, 240, 240, 0.9); }
    .contact .feedback-input:-moz-placeholder {
      color: rgba(240, 240, 240, 0.9); }
    .contact .feedback-input::-moz-placeholder {
      color: rgba(240, 240, 240, 0.9); }
    .contact .feedback-input:-ms-input-placeholder {
      color: rgba(240, 240, 240, 0.9); }
  .contact .feedback-input:focus {
    border: 2px solid #60686B; }
  .contact .erroneus, .contact .error {
    font-size: 12px;
    color: red;
    padding-bottom: 5px; }
  .contact .success {
    font-size: 12px;
    color: green;
    padding-bottom: 5px; }
  .contact textarea {
    height: 150px;
    line-height: 150%;
    resize: vertical;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
  .contact input {
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
  .contact .uniform__potty {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .contact [type="submit"] {
    -webkit-border-radius: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5;
    font-size: 20px;
    width: 100%;
    background: rgba(50, 50, 50, 0.9);
    border: 0;
    cursor: pointer;
    color: white;
    padding-top: 12px;
    padding-bottom: 10px;
    transition: all 0.3s; }
  .contact [type="submit"]:disabled {
    opacity: 0.7;
    text-decoration: line-through; }

header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px;
  background: rgba(50, 50, 50, 0.98);
  z-index: 1; }

.mainback {
  position: fixed;
  width: 100%;
  top: 0;
  height: 70px; }

footer {
  height: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: "proxima-nova", sans-serif;
  font-size: 13px;
  text-align: center; }
  footer .impressum_link {
    color: #969696; }

.cv {
  width: 52%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 20px;
  line-height: 190%;
  text-align: justify;
  font-size: 13px; }
  .cv table {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    width: 100%; }
    .cv table thead {
      display: none; }
    .cv table td {
      width: auto;
      vertical-align: top;
      height: 55px; }
    .cv table td:nth-child(1) {
      width: 8%; }
  .cv .headshot {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: 925px;
    width: 29vmax;
    height: 29vmax;
    border-radius: 400px;
    webkit-border-radius: 400px;
    moz-border-radius: 400px;
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.contactSection {
  position: absolute;
  height: auto;
  width: 60%;
  left: 30%;
  right: 30%;
  padding-top: 90px;
  padding-bottom: 30px; }

.contactText {
  margin-top: 80px;
  margin-bottom: auto;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  text-align: left;
  color: #969696; }

.contactDates {
  margin-top: 0;
  font-family: "baskerville-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  text-decoration: none;
  display: block; }

/*.projectpreview
 * position: relative
 * width: 100%
 * height: 300px
 * margin-bottom: 80px
 * // background: pink
 * display: block
 * float: left */
/*.preview
 * // display: inline
 * background-color: #000
 * width: 100%
 * height: 300px
 * -webkit-background-size: cover
 * -moz-background-size: cover
 * -o-background-size: cover
 * background-size: cover
 * background-position: center center
 * background-repeat: no-repeat */
.project_wrapper {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 40px; }

.project {
  width: 100%;
  height: auto;
  margin-bottom: 0px; }
  .project .projecttext {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 180%;
    text-align: justify; }
  .project .projectimage {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-top: 0px; }

.gallery {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .gallery .galleryImage {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .gallery .elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0px;
    overflow: hidden; }
  .gallery .elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 60px;
  padding: 0;
  background: white;
  opacity: 0.9;
  padding: 10px; }

.impressum {
  width: 52%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 20px;
  font-size: 12px; }

.adress, .kontakt, .Haftung_inhalt, .Haftung_links, .Urheberrecht, .datenschutz, .google_analytics, .Kontaktformular {
  line-height: 180%; }

@media screen and (max-width: 666px) {
  td {
    display: block;
    padding-top: 0px;
    padding-bottom: 20px;
    height: auto !important; }

  td:first-child {
    padding: 0px; }

  .cv {
    width: 90%; }

  .home {
    width: 90%; }

  .projects h2 {
    font-size: 4.8vmax; }

  .project_wrapper {
    width: 90%; }
    .project_wrapper h1 {
      font-size: 4.5vmax; }

  .impressum {
    width: 90%; }
    .impressum h2 {
      font-size: 22px !important; }

  li {
    width: 100%;
    margin-bottom: 4%; }

  li:nth-child(even) {
    padding-left: 0px; }

  li:nth-child(odd) {
    padding-right: 0px; }

  .about {
    font-size: 12px; }

  .headshot {
    width: 40vmax !important;
    height: 40vmax !important; }

  .back-to-top {
    position: fixed;
    padding: 10px;
    right: 10px;
    bottom: 0px;
    background: white;
    opacity: 0.8;
    font-size: 15px; } }
@media screen and (min-width: 667px) and (max-width: 1024px) {
  .home {
    width: 80%; }

  .cv {
    width: 80%; }

  .project_wrapper {
    width: 80%; }
    .project_wrapper h1 {
      font-size: 5.5vmax; }

  .impressum {
    width: 80%; }

  .projects h2 {
    font-size: 2.7vmax; }

  .headshot {
    width: 35vmax !important;
    height: 35vmax !important; }

  .back-to-top {
    position: fixed;
    padding: 10px;
    right: 0px;
    bottom: 0px;
    background: white;
    opacity: 0.8;
    font-size: 15px; } }
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .preview {
    opacity: 1;
    transition: all 0.5s; }
    .preview:hover {
      opacity: 0.6; } }
@media screen and (min-width: 1441px) {
  .home {
    width: 40%; }

  .cv {
    width: 40%; }

  .project_wrapper {
    width: 40%; }

  .impressum {
    width: 40%; }

  .projects h2 {
    font-size: 1.8vmax; }

  .projects h3 {
    font-size: 20px; }

  .preview {
    opacity: 1;
    transition: all 0.5s; }
    .preview:hover {
      opacity: 0.6; }

  .headshot {
    width: 20vmax !important;
    height: 20vmax !important; } }
body {
  height: 100%;
  margin: 0px;
  background: #F2F2F2; }

h1 {
  margin-bottom: 0px;
  margin-top: 20px;
  font-size: 3vmax; }

header h1 {
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  text-align: center;
  text-transform: lowercase;
  font-size: 25px;
  position: absolute;
  letter-spacing: 0.5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  color: white; }

h2 {
  font-size: 2vmax;
  margin-bottom: 0px;
  margin-top: 0px; }

.impressum h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 15px; }

h3 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px; }

.impressum h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

.cv h3 {
  margin-bottom: 20px; }

p {
  margin-top: 0px;
  margin-bottom: 20px; }

a {
  color: grey;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: black; }

.back {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0;
  color: grey; }
  .back:hover {
    color: black;
    text-decoration: none; }
