@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
:root {
  --primary-color: #1a1818;
  --secundary-color: #3F7692;
}

body, html {
  background: #fffdf2;
  background: linear-gradient(222deg, #fffdf2 0%, #f3faff 100%);
  margin: 0;
  font-family: 'Ubuntu';
  scroll-behavior: smooth;
}

.hero-bg {
  background-image: url(/img/Header_small_ohne.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 80vh;
  max-height: 80vh;
  text-align: center;
}

.navbar-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 24, 24, 0.24)), to(rgba(26, 24, 24, 0)));
  background-image: linear-gradient(180deg, rgba(26, 24, 24, 0.24), rgba(26, 24, 24, 0));
}

.navbar {
  padding: 1em;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 858px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .logo {
  /*text-decoration: none;
        font-weight: medium;
        color: white;
        font-size: 1.5em;
        display: none;
        border: white;
        border-radius: 50%;
        border-style: solid;
        border-width: 2px;
        width: 40px;
        height: 40px;
        justify-content: center;
        vertical-align: middle;
        align-items: center;
        background-image: url(/img/Portrait.png);
        background-size: cover;

        span {
            color: var(--primary-color);
        }
        */
  display: none;
  height: 40px;
  width: 100px;
  background-image: url(/img/Unterschrift.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  color: white;
}

.navbar nav {
  display: none;
}

.navbar nav li {
  margin-left: 2.8em;
}

.navbar nav a {
  color: white;
  text-decoration: none;
  font-weight: medium;
  font-size: .8em;
  letter-spacing: 0.07em;
}

section {
  padding: 6em 2em;
}

.hero-container {
  padding: 0;
}

.space {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bounce_me {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

h2 {
  font-size: 2em;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 100px;
}

h3 {
  font-size: 1.2em;
  letter-spacing: 0.07em;
  font-weight: 500;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

blockquote {
  display: none;
  margin-top: -50px;
  margin-bottom: 100px;
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.5em;
  color: var(--primary-color);
}

blockquote p {
  font-style: normal;
  margin-top: 5px;
  color: var(--primary-color);
}

.skills-section blockquote {
  margin-bottom: 60px;
}

.hero-text {
  margin-top: -50px;
}

.hero-text h1 {
  font-size: 2.5em;
  letter-spacing: 0.02em;
  color: white;
  margin-bottom: 0;
}

.hero-text .subhead {
  text-transform: uppercase;
  font-weight: medium;
  font-size: 1.0em;
  letter-spacing: .3em;
  color: white;
  margin-top: 0.8em;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.5em;
}

.hero-text .hero-cta {
  background: white;
  text-decoration: none;
  padding: 1.2em 0.3em;
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 5em;
  width: 150px;
  display: inline-block;
  margin-top: 8em;
  letter-spacing: .12em;
  cursor: pointer;
}

.hero-text .hero-cta a {
  text-decoration: none;
  color: var(--primary-color);
}

.skills-section {
  text-align: center;
  max-width: 858px;
  margin: 0 auto;
}

.skills-section .skills-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.skills-section .skills-flex ul {
  padding: 2em .5em;
  width: 150px;
}

.skills-section .skills-flex img {
  width: 120px;
  height: 120px;
}

.skills-section .skills-flex p {
  display: none;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: .05em;
  line-height: 1.8em;
  color: var(--secundary-color);
}

.uebermich-section {
  text-align: center;
  margin-top: 100px;
  max-width: 858px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.uebermich-section img {
  margin-bottom: 80px;
}

.uebermich-section .uebermich-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uebermich-section ul {
  background-color: white;
  padding: .5em 2em;
  border-radius: 1.5em;
  margin: 20px;
  -webkit-box-shadow: 0px 3px 57px rgba(146, 146, 146, 0.18);
          box-shadow: 0px 3px 57px rgba(146, 146, 146, 0.18);
  line-height: .8em;
  max-width: 250px;
}

.uebermich-section p {
  color: var(--secundary-color);
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: .05em;
  line-height: 1.5em;
}

.projekte-section {
  text-align: center;
  margin-top: 100px;
  max-width: 858px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.projekt {
  margin: 2em 2em;
  height: 420px;
  border-radius: 2.0em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
      grid-template-columns: repeat(1, 1fr);
  -webkit-box-shadow: 0px 3px 60px rgba(146, 146, 146, 0.3);
          box-shadow: 0px 3px 60px rgba(146, 146, 146, 0.3);
}

.projekt .container-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.projekt .container-text .projekt-text {
  background: white;
  border-radius: 0em 0em 2em 2em;
  height: 210px;
}

.projekt .container-text .projekt-titel {
  margin-bottom: .5em;
  font-size: 2.0em;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--primary-color);
}

.projekt .container-text p {
  display: none;
  /*text-transform: uppercase;
                font-size: .9em;
                letter-spacing: .05em;
                line-height: 1.5em;*/
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: .03em;
  line-height: 1.5em;
  color: var(--primary-color);
}

.projekt .container-text .hashtag {
  font-size: .7em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  line-height: 1.5em;
  display: none;
}

.projekt .container-text .hashtag-liste {
  color: var(--secundary-color);
  padding-right: 1em;
  display: block;
  text-decoration: underline;
}

.projekt .container-bild {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  height: 210px;
}

.projekt .container-bild .projekt-bild {
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 210px;
  border-radius: 0 2em;
}

.projekt-cta {
  text-decoration: none;
  padding: 1.2em 0.3em;
  font-weight: bold;
  font-size: 0.8em;
  border-radius: 5em;
  border-color: var(--primary-color);
  border-style: solid;
  border-width: 0.2em;
  width: 150px;
  display: inline-block;
  margin-top: 2em;
  letter-spacing: .12em;
  cursor: pointer;
  color: var(--primary-color);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

.projekt-cta a {
  text-decoration: none;
  color: var(--secundary-color);
}

.projekt-cta:hover {
  -webkit-box-shadow: 0px 1px 30px rgba(146, 146, 146, 0.4);
          box-shadow: 0px 1px 30px rgba(146, 146, 146, 0.4);
}

.projekt1 {
  background-color: #BBD0DB;
  margin-bottom: 70px;
}

.projekt1 .projekt-bild {
  background-image: url(/img/Projekt_Nimm.png);
}

.projekt2 {
  background-color: #E2DEAA;
}

.projekt2 .projekt-bild {
  background-image: url(/img/Projekt_Magazin.png);
}

.mehr {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 500;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
  line-height: 1em;
}

.formular-section {
  text-align: center;
  margin-top: 150px;
  max-width: 840px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: -600px;
  position: relative;
  z-index: 2;
}

.formular {
  background-color: white;
  border-radius: 2em;
  padding: 50px;
  color: var(--primary-color);
  -webkit-box-shadow: 0px 3px 60px rgba(146, 146, 146, 0.3);
          box-shadow: 0px 3px 60px rgba(146, 146, 146, 0.3);
}

form {
  max-width: 420px;
  margin: 50px auto;
}

::-webkit-input-placeholder {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

:-ms-input-placeholder {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

::-ms-input-placeholder {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

::placeholder {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.feedback-input {
  color: var(--primary-color);
  width: 100%;
  font-family: Ubuntu;
  font-weight: 500;
  font-size: 18px;
  border-radius: 5px;
  line-height: 22px;
  background-color: white;
  border: 2px solid var(--primary-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 13px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}

.feedback-input:focus {
  border: 2px solid var(--secundary-color);
  color: var(--secundary-color);
}

textarea {
  height: 180px;
  line-height: 150%;
  resize: vertical;
}

[type="submit"] {
  font-family: Ubuntu;
  width: 100%;
  background: var(--secundary-color);
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  color: white;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 10px;
  font-weight: 500;
  text-align: center;
  outline: 0;
  letter-spacing: .08em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

[type="submit"]:hover {
  background: #256a8d;
}

footer {
  position: relative;
  height: 800px;
  background-image: url(/img/Footer_Bild_small.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer img {
  height: 50px;
  margin-top: 500px;
}

@media only screen and (min-width: 380px) and (min-height: 665px) {
  .hero-bg {
    background-image: url(/img/Header_small.png);
  }
  .hero-text {
    margin-top: -80px;
  }
  .hero-cta {
    margin-top: 1.0em;
  }
  .projekt .container-text .projekt-titel {
    font-size: 1.5em;
  }
  .projekt .container-text p {
    display: contents;
    font-size: 1.0em;
  }
  .projekt-text {
    padding: 2em;
  }
  .projekt {
    margin-bottom: 120px;
  }
  .skills-section .skills-flex ul {
    padding: 2em .5em;
    width: 120px;
  }
}

@media only screen and (min-width: 500px) {
  .hero-bg {
    margin-bottom: 5vh;
  }
  .hero-text {
    margin-top: 0px;
  }
  .hero-cta {
    margin-top: 2em;
  }
  .projekt .container-text .projekt-titel {
    font-size: 2em;
  }
  .projekt .container-text p {
    display: contents;
    font-size: 1.1em;
  }
  .projekt-text {
    padding: 2em;
  }
  .projekt {
    margin-bottom: 120px;
  }
  .skills-section .skills-flex ul {
    padding: 2em .5em;
    width: 150px;
  }
}

@media only screen and (min-width: 750px) {
  .hero-bg {
    background-image: url(/img/Header_Bild_gross.png);
  }
  blockquote {
    display: block;
  }
  .skills-section .skills-flex ul {
    width: 252px;
  }
  .skills-section .skills-flex p {
    display: contents;
  }
  .projekt {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
  .projekt-text {
    padding: 2em;
  }
  .projekt .container-text {
    height: 420px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .projekt .container-text .projekt-text {
    height: 356px;
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
    border-radius: 2em 0em 0em 2em;
  }
  .projekt .container-text .projekt-text .projekt-titel {
    text-align: left;
    margin-bottom: 0px;
    font-size: 2.0em;
    margin-bottom: -1em;
  }
  .projekt .container-text .projekt-text .projekt-beschreibung {
    text-align: left;
    font-size: 1.3em;
    line-height: 1.5em;
    margin-bottom: -1em;
  }
  .projekt .container-bild .projekt-bild {
    height: 420px;
    border-radius: 0em 2em 2em 0em;
    background-size: cover;
    background-position: left;
  }
  .projekt .container-text p {
    display: contents;
  }
  .projekt .container-text .hashtag {
    display: block;
  }
  .projekt .container-text .hashtag ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hashtag-liste {
    text-align: left;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  footer {
    background-image: url(/img/Footer_Bild.png);
    height: 900px;
  }
}

@media only screen and (min-width: 1000px) {
  .navbar .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hero .hero-text {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1800px) {
  .hero-text {
    margin-top: 50px;
  }
  .hero-text h1 {
    font-size: 3.5em;
    color: white;
    margin-bottom: 0;
  }
  .hero-text .subhead {
    text-transform: uppercase;
    font-weight: medium;
    font-size: 1.2em;
    letter-spacing: .3em;
    color: white;
    margin-top: 0.8em;
    line-height: 1.0em;
  }
}

@media only screen and (min-width: 2420px) {
  .space {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 2560px) {
  .hero-text {
    margin-top: 50px;
  }
  .hero-text h1 {
    font-size: 5em;
    color: white;
    margin-bottom: 0;
  }
  .hero-text .subhead {
    text-transform: uppercase;
    font-weight: medium;
    font-size: 1.5em;
    letter-spacing: .3em;
    color: white;
    margin-top: 0.8em;
    line-height: 1.0em;
  }
}

@media only screen and (min-width: 3840px) {
  .hero-text {
    margin-top: 300px;
  }
}
/*# sourceMappingURL=main.css.map */