@charset "UTF-8";
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Bold.ttf");
  font-weight: bold; }
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Regular.ttf");
  font-weight: normal; }
@font-face {
  font-family: OpenSans;
  src: url("../fonts/OpenSans-Light.ttf");
  font-weight: 200; }
* {
  box-sizing: border-box; }

.english {
  display: none; }

body {
  min-height: 100vh;
  font-family: OpenSans, Helvetica, Arial, sans-serif;
  font-size: 100%; }

#page {
  width: 100%; }

#sandwichToggle {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 1000;
  width: 28px;
  height: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 30px;
  cursor: pointer; }
  @media screen and (max-width: 700px) {
    #sandwichToggle {
      display: block; } }
  #sandwichToggle div {
    width: 100%;
    height: 5px;
    background: white;
    margin: 4px auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

#mobileNav {
  background: #00664d; }
  #mobileNav:not(.mm-menu) {
    display: none; }
  #mobileNav #mobileMenu li {
    list-style: none;
    margin-top: 30px;
    text-align: center;
    font-size: 1.4rem; }
    #mobileNav #mobileMenu li:first-of-type a:first-of-type {
      padding-right: 50px; }
    #mobileNav #mobileMenu li a {
      color: white;
      text-decoration: none; }

.topheader {
  position: fixed;
  top: 0;
  z-index: 100;
  height: 58px;
  width: 100%;
  background: rgba(0, 204, 153, 0.2);
  -webkit-transition: background 400ms;
  transition: background 400ms;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .topheader .subtitle {
    width: 50%;
    height: 100%;
    display: inline-block;
    padding-left: 10vw; }
    @media screen and (max-width: 700px) {
      .topheader .subtitle {
        display: none; } }
    .topheader .subtitle ._subtitlepart {
      text-align: center;
      display: inline-block;
      height: 50%;
      color: white;
      padding: 18px 0px 13px 1vw; }
      .topheader .subtitle ._subtitlepart.-blue {
        color: #3399ff; }
      .topheader .subtitle ._subtitlepart.-small {
        font-size: 0.81253rem;
        opacity: 0.8; }
        .topheader .subtitle ._subtitlepart.-small a {
          color: white;
          text-decoration: none;
          padding-right: 5px; }
          .topheader .subtitle ._subtitlepart.-small a:visited, .topheader .subtitle ._subtitlepart.-small a:active {
            color: white; }
  .topheader .mainnav {
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    @media screen and (max-width: 700px) {
      .topheader .mainnav {
        display: none; } }
    .topheader .mainnav ._navitem {
      display: inline-block;
      font-size: 0.81253rem;
      width: 12.5%;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 15px;
      margin-right: 5%;
      height: 100%;
      -webkit-transition: border-bottom 200ms;
      transition: border-bottom 200ms;
      -webkit-transition: border-left 200ms;
      transition: border-left 200ms; }
      .topheader .mainnav ._navitem.-active {
        /*padding-bottom: 15px;
        border-radius: 5px;
        border-bottom: 2px solid darken($darkGreen, 5%);
        border-left: 2px solid darken($darkGreen, 5%);
        background: darken($darkGreen, 3%);
        cursor: pointer;
        */
        border-bottom: 2px solid #3399ff;
        cursor: pointer; }
      .topheader .mainnav ._navitem a {
        text-decoration: none;
        color: white; }
      .topheader .mainnav ._navitem:hover {
        /*padding-bottom: 15px;
        border-radius: 5px;
        border-bottom: 2px solid darken($darkGreen, 5%);
        border-left: 2px solid darken($darkGreen, 5%);
        background: darken($darkGreen, 3%);
        cursor: pointer;
        */
        border-bottom: 2px solid #3399ff;
        cursor: pointer; }

.header {
  min-height: 600px;
  max-width: 100%;
  background: url("../../src/img/header-img.jpg") no-repeat center center fixed;
  background-size: cover;
  height: 100vh; }
  .header:before, .header:after {
    content: '';
    display: table; }
  .header:after {
    clear: both; }
  .header ._textHeader {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: center; }
    .header ._textHeader p {
      color: white;
      text-align: center;
      font-size: 3.875rem;
      margin: 1.5625rem; }
    .header ._textHeader p:nth-child(2) {
      font-size: 3rem;
      font-weight: lighter; }
    .header ._textHeader p:nth-child(3) {
      font-size: 1.125rem;
      font-weight: lighter; }
    .header ._textHeader span.-light {
      font-weight: lighter; }
    .header ._textHeader .-green {
      color: #00ff99;
      font-weight: normal; }
    .header ._textHeader #arrowDown {
      color: white;
      font-size: 3em;
      text-align: center;
      text-decoration: none; }

.innerSectionBox {
  width: 80vw;
  margin-left: 10vw; }

._sectionHeadline {
  color: #00cc99;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  padding-top: 108px;
  padding-bottom: 40px; }
  ._sectionHeadline hr {
    display: inline-block;
    width: 40px;
    background-color: grey;
    color: grey;
    padding-right: 20px; }
  ._sectionHeadline img {
    padding-left: 14px;
    padding-right: 14px;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); }
  ._sectionHeadline h2 {
    font-size: 1.5rem;
    margin: 10px;
    text-transform: uppercase; }

._pCenter {
  text-align: center;
  padding: 2rem 20%; }

.skills {
  width: 100%;
  text-align: center;
  background: #f4f7f9;
  min-height: 600px; }
  @media screen and (min-width: 1280px) {
    .skills .container {
      width: 70%;
      margin: 0 auto; } }
  .skills .container ._skill {
    display: inline-block;
    text-align: center;
    margin-left: 6.3125%;
    margin-right: 6.3125%;
    vertical-align: top; }
    @media screen and (max-width: 767px) {
      .skills .container ._skill {
        width: 60%;
        margin: 20px 0; } }
    @media screen and (max-width: 500px) {
      .skills .container ._skill {
        width: 90%; } }
    .skills .container ._skill p {
      text-align: justify;
      width: 95%;
      margin: 10px auto; }
    .skills .container ._skill p:first-of-type {
      font-weight: bold;
      font-size: 1.2em;
      margin-top: 0px;
      text-align: center; }
    .skills .container ._skill i {
      text-align: center;
      width: 80px;
      height: 80px;
      font-size: 2.4rem;
      color: #00cc99;
      border: 1px solid #00cc99;
      border-radius: 100%;
      padding-top: 20px;
      margin-bottom: 10px; }

.works {
  background: #fff;
  font-size: 0;
  text-align: center; }
  .works p {
    font-size: 1rem; }
  .works .container {
    width: 70%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .works .container {
        width: 100%; } }
    .works .container ._work {
      display: inline-block;
      margin-bottom: 0;
      opacity: .7;
      -webkit-transition: opacity 200ms;
      transition: opacity 200ms;
      min-width: 100%; }
      @media screen and (max-width: 767px) {
        .works .container ._work {
          min-width: 40%;
          width: 40%; } }
      .works .container ._work:hover {
        opacity: 1; }
      .works .container ._work img {
        min-width: 100%;
        /*
        &.timepandadox{
          min-width: 70%;
          width: 70%;
          margin: 0 auto;
        }
        */ }
        .works .container ._work img.ahochzwei {
          margin-top: -26px; }

.about {
  background: #fff;
  width: 100%;
  text-align: center; }
  .about .container {
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .about .container {
        width: 70%;
        margin: 0 auto; } }
    .about .container ._aboutBlock {
      display: inline-block;
      width: 270px; }
      .about .container ._aboutBlock img {
        position: relative;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        left: 50%;
        width: 60%;
        border-radius: 100%; }
        @media screen and (max-width: 767px) {
          .about .container ._aboutBlock img {
            width: 50%; } }
      .about .container ._aboutBlock p {
        font-size: 1.125rem;
        text-align: center; }
        .about .container ._aboutBlock p:first-of-type {
          margin-bottom: 0; }
        .about .container ._aboutBlock p:nth-of-type(2) {
          margin-top: 5px;
          color: grey;
          font-size: 1em; }
    .about .container .aboutContent {
      padding-top: 0;
      text-align: justify; }
    @media screen and (max-width: 600px) {
      .about .container ._pCenter {
        width: 100%;
        padding: 0 40px; } }

.facts {
  background: #3399ff;
  min-height: 450px;
  background: url("../../src/img/facts-img.jpg") center fixed;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .facts {
      padding-bottom: 50px; } }
  .facts ._sectionHeadline {
    padding-top: 50px; }
  .facts ._fact {
    display: inline-block;
    color: #f4f7f9; }
    .facts ._fact p:first-of-type {
      font-size: 2.4rem;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media screen and (max-width: 550px) {
        .facts ._fact p:first-of-type {
          font-size: 2rem; } }
    .facts ._fact p:nth-of-type(2) {
      text-transform: uppercase;
      font-weight: 200;
      margin-top: 5px; }
      @media screen and (max-width: 550px) {
        .facts ._fact p:nth-of-type(2) {
          font-size: 0.8rem; } }
  .facts #codeLines {
    padding-top: 1.0625vw; }

.contact {
  background: #e0e3e5; }
  .contact .form {
    text-align: center;
    width: 100%; }
    .contact .form form {
      font-weight: 200;
      width: 48.125%;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      overflow: auto; }
      @media screen and (max-width: 640px) {
        .contact .form form {
          width: 90%; } }
      @media screen and (min-width: 1280px) {
        .contact .form form {
          width: 30%; } }
    .contact .form input[type="text"],
    .contact .form input[type="email"] {
      width: 48.051948%;
      -webkit-appearence: none;
      -moz-appearence: none;
      -o-appearence: none;
      appearence: none;
      margin-bottom: 10px;
      border: none;
      padding: 10px; }
    .contact .form input[type="text"] {
      margin-right: 3.8961039%; }
    .contact .form input[type="submit"] {
      margin-top: 10px;
      margin-bottom: 10px;
      width: 30%;
      -webkit-appearence: none;
      -moz-appearence: none;
      -o-appearence: none;
      appearence: none;
      border-radius: 5px;
      border-bottom: 2px solid #00b386;
      border-left: 2px solid #00b386;
      background: #00bd8e;
      color: white; }
      @media screen and (max-width: 640px) {
        .contact .form input[type="submit"] {
          padding: 8px 14px 12px; } }
    .contact .form textarea {
      width: 100%;
      height: 200px;
      padding: 10px;
      border: none; }
      .contact .form textarea:-webkit-input-placeholder::before {
        content: "Was würden Sie mir gerne mitteilen...?"; }

.toTop {
  position: fixed;
  background: #00b386;
  font-size: 1.5em;
  bottom: 50px;
  right: 50px;
  border-radius: 5px;
  padding: 25px;
  color: white;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }
  .toTop:visited, .toTop:active {
    color: white; }
  @media screen and (max-width: 700px) {
    .toTop {
      bottom: 30px;
      right: 10px;
      padding: 10px; } }
  .toTop.-visible, .toTop.-fadeOut, .toTop:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s .0s;
    transition: opacity .3s 0s, visibility 0s .0s; }
  .toTop.-visible {
    visibility: visible;
    opacity: 1; }
  .toTop.-fadeOut {
    opacity: .3; }

footer {
  height: 200px;
  background: #00cc99;
  font-size: 1.125em;
  color: white;
  text-align: center;
  padding-top: 40px; }

.thanksMessage {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .thanksMessage p {
    padding-top: 80px;
    padding-bottom: 20px; }
  .thanksMessage a {
    color: white;
    text-decoration: none;
    padding: 10px;
    background: #00cc99; }
    .thanksMessage a:visited, .thanksMessage a:active {
      color: white; }

@media screen and (max-width: 950px) {
  .subtitle {
    width: 40% !important; }

  .mainnav {
    width: 50%; }
    .mainnav ._navitem {
      width: 15% !important;
      font-size: 0.6875rem !important; }

  footer {
    height: 50px;
    font-size: 0.8em;
    padding: 0;
    margin-top: 0; }
    footer p {
      display: inline-block;
      margin-left: 1.2em; } }
@media screen and (max-width: 782px) {
  .header ._textHeader p:first-of-type {
    font-size: 2rem; }
  .header ._textHeader p:nth-of-type(2) {
    font-size: 1.8rem; }
  .header ._textHeader p:nth-of-type(3) {
    display: none; } }
