/** FONTS**/
@font-face {
  font-family: "PlusJakartaDisplay-Regular";
  src: url("../fonts/PlusJakartaDisplay-Regular.eot");
  src: url("../fonts/PlusJakartaDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PlusJakartaDisplay-Regular.otf") format("opentype"),
    url("../fonts/PlusJakartaDisplay-Regular.svg") format("svg"),
    url("../fonts/PlusJakartaDisplay-Regular.ttf") format("truetype"),
    url("../fonts/PlusJakartaDisplay-Regular.woff") format("woff"),
    url("../fonts/PlusJakartaDisplay-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaDisplay-Medium";
  src: url("../fonts/PlusJakartaDisplay-Medium.eot");
  src: url("../fonts/PlusJakartaDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PlusJakartaDisplay-Medium.otf") format("opentype"),
    url("../fonts/PlusJakartaDisplay-Medium.svg") format("svg"),
    url("../fonts/PlusJakartaDisplay-Medium.ttf") format("truetype"),
    url("../fonts/PlusJakartaDisplay-Medium.woff") format("woff"),
    url("../fonts/PlusJakartaDisplay-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaText-Regular";
  src: url("../fonts/PlusJakartaText-Regular.eot");
  src: url("../fonts/PlusJakartaText-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PlusJakartaText-Regular.otf") format("opentype"),
    url("../fonts/PlusJakartaText-Regular.svg") format("svg"),
    url("../fonts/PlusJakartaText-Regular.ttf") format("truetype"),
    url("../fonts/PlusJakartaText-Regular.woff") format("woff"),
    url("../fonts/PlusJakartaText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaText-Bold";
  src: url("../fonts/PlusJakartaText-Bold.eot");
  src: url("../fonts/PlusJakartaText-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PlusJakartaText-Bold.otf") format("opentype"),
    url("../fonts/PlusJakartaText-Bold.svg") format("svg"),
    url("../fonts/PlusJakartaText-Bold.ttf") format("truetype"),
    url("../fonts/PlusJakartaText-Bold.woff") format("woff"),
    url("../fonts/PlusJakartaText-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PlusJakartaText-Light";
  src: url("../fonts/PlusJakartaText-Light.eot");
  src: url("../fonts/PlusJakartaText-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/PlusJakartaText-Light.otf") format("opentype"),
    url("../fonts/PlusJakartaText-Light.svg") format("svg"),
    url("../fonts/PlusJakartaText-Light.ttf") format("truetype"),
    url("../fonts/PlusJakartaText-Light.woff") format("woff"),
    url("../fonts/PlusJakartaText-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/** GLOBAL**/

html{
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: smooth;
	}
}
body{
  font-family: 'PlusJakartaDisplay-Regular', 'Lato', 'Arial', sans-serif;
  margin: 0;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
*{
  box-sizing: border-box;
}
/** GENERELLES**/
.clearfix::after{
  content:"";
  display: block;
  clear: both;
}

::-moz-selection{ background: #4e80e7; color:#fafafa; }
::selection{ background: #4e80e7;color:#fafafa; }

#black-panel p::selection,#black-panel span::selection, #black-panel h2::selection, #black-panel h3::selection{
  background: #8AC2E0;color:#fafafa;
}
#black-panel p::-moz-selection,#black-panel span::-moz-selection, #black-panel h2::-moz-selection, #black-panel h3::-moz-selection{
  background: #8AC2E0;color:#fafafa;
}
#the-cures-quest ::selection{
  background: #03FF76; color:black;
}

section:nth-child(2n+1){
  background-color: #fafafa;
}

h2{
  color: black;
  font-family: 'PlusJakartaDisplay-Medium';
  font-size: 60px;
  font-weight: normal;
  margin: 15% 0px 0px 25%;
}
h2.main-h2{
  font-size: 40px;
}
h3{
  color: black;
  font-family: 'PlusJakartaDisplay-Medium';
  font-size: 50px;
  font-weight: normal;
}
h3.single{
    margin: 5% 0px 0px 12%;
}
p{
  color: #363636;
  font-family: 'PlusJakartaText-Light';
  font-size: 20px;
  margin: 10% 0px 0px 25%;
  line-height: 30px;
}
p b{
  font-family: 'PlusJakartaDisplay-Medium';
}

hr{
  border: .5px solid grey;
}
.bold{
  font-family: 'PlusJakartaText-Bold';
}
.btn-main-wrapper{
    margin-bottom: 15vh;
}
.button-main{
  display: flex;
  width: 150px;
  height: 44px;
  align-items: center;
  padding-left: 20px;
  text-decoration: none;
  word-spacing: 1px;
  background-color: #4e80e7;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 19px;
  margin-left: 12%;
  position: relative;
  transition: 0.3s background-color;
}
.button-main:hover{
    background-color: #3572EF;
}

.button-main > i{
    border: solid white;
    border-radius: 2px;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    left: 115px;
    top: 16px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.btn-secondary-wrapper{
  margin-top: 30px;
  margin-bottom: 300px;
}

.button-secondary{
  width: 110px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  word-spacing: 1px;
  background-color: #4e80e7;
  color: white;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  margin-left: 25%;
  position: relative;
  transition: 0.3s background-color;
}
.button-secondary:hover{
    background-color: #3572EF;
}
.opening h2.single{
  margin-top: 30px;
}

h2.single{
  margin: 150px 0px 0px 12%;
  padding-right: 25%;
}
p.single{
  margin: 30px 0 0 12%;
  padding-right: 15%;
}

  .gallery{
    height: 200px;
    position: relative;

    -webkit-animation: fadein 2s;
              animation: fadein 2s;
  }

  @keyframes fadein {
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
  }

  @-webkit-keyframes fadein {
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
  }

.header-nav{
    background-color: white;
  }

.header-nav ul{
  height: 100%;
  margin: 0 2% 0 0;
  padding: 0;
  float: right;
}

.header-nav ul > li {
  height: 100%;
  display: inline-block;
  margin-top: 2rem;
  margin-right: 2.5rem;
  padding-top: .8rem;
  padding-left: .2rem;
  padding-right: .2rem;
}

.header-nav ul > li > a{
  font-size: 22px;
  font-family:'PlusJakartaDisplay-Medium';
  padding-left: 7px;
  padding-right: 7px;
  transition: 0.2s color;
}

.header-nav ul > li > a:link{
  color: #363636;
  text-decoration: none;
}

.header-nav ul > li > a:visited{
  color: #363636;
  text-decoration: none;
}

.header-nav ul > li > a:hover{
  color: #3572EF;
  text-decoration: none;
}

.header-nav ul > li > a:active{
  color: #3572EF;
  text-decoration: none;
}

.header-nav ul > li >a.active{
  color: #4e80e7;
  border-bottom: 2.3px solid #4e80e7;
  padding-bottom: .7rem;
}

/** Mobile-Navigationsleiste **/

.burger{
  cursor: pointer;
  display: none;
  margin: 15px 10px 15px 15px;
}

.burger div{
  width: 30px;
  height: 2px;
  background-color: #363636;
  margin: 8px;
  transition: all 0.3s ease;
}

.header-nav .p-footer{
  display: none;
}

@media only screen and (max-width: 768px) {
  html{
    overflow-x: hidden;
  }
  body{
    overflow-x: hidden;
  }
  .nav-links{
    position: fixed;
    height: 100%;
    top: 10%;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in;
    z-index: 3;
  }
  .nav-links > li:first-child{
    margin-top: 130px;
  }
  .header-nav .nav-links > li{
    opacity: 0;
    height: 0px;
    margin-bottom: 2rem;
    margin-left: 12%;
  }
  .header-nav .nav-links > li > a.active{
    border-bottom: none;
    padding: 0px;
  }
  .header-nav .nav-links > li > a{
    font-family:'PlusJakartaDisplay-Medium';
    padding: 0px;
    font-size: 26px;
    margin-left: 0px;
    font-weight: normal;
  }
  .burger{
    display: block;
    float: right;
  }
}
@media only screen and (max-width: 640px) {
  .nav-links > li:first-child{
    margin-top: 90px;
  }
  .header-nav .nav-links > li{
    margin-left: 5%;
    margin-bottom: 2rem;
  }
}

.nav-active{
  transform: translateX(0%);
}

@-webkit-keyframes navLinkFade {
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from{
    opacity: 0;
    transform: translateX(50px);
  }
  to{
    opacity: 1;
    transform: translateX(0px);
  }
}

.toggle .line1{
  transform: rotate(-45deg) translate(-4px, 9px);
}
.toggle .line2{
  opacity: 0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px, -10px);
}


/** HEADER-PROJEKTE **/

.header .main-header{
  line-height: 160%;
  font-size: 55px;
  font-weight: normal;
  margin: 200px 12% 50px 12%;
}

.header .main-header > span, h2.main-h2 > span{
  color: #4e80e7;
}
.header-break{
  display: none;
}
.selected-work{
  font-size: 16px;
  font-family: "PlusJakartaDisplay-Medium";
  text-align: center;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #4e80e7;
  letter-spacing: 0.22em;
}
@media only screen and (max-width: 1280px){
  .header .main-header{
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px){
  .header .main-header{
    font-size: 40px;
  }
  h2.main-h2{
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px){
  .header .main-header{
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 14vh;
  }

  .selected-work{
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 540px){
  section:first-of-type{
    margin-bottom: 200px;
  }
  .header .main-header{
    font-size: 32px;
  }
  .button{
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 440px){
  .header-break{
    display: block;
  }
  .header .main-header{
    font-size: 29px;
    margin-right: 5%;
    margin-left: 5%;
  }

  .button-main{
    margin-left: 5%;
  }
  #index section h2.main-h2 {
    font-size: 24px;
    padding-left: 8%;
    padding-right: 8%;
  }
  #index section .col-6 p{
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media only screen and (max-width: 375px){
  .header .main-header{
    margin-top: 10vh;
  }
}

/** HAL STUDIO **/

#hal-login{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 60%;
  height: auto;
  right: 30%;
  position: absolute;
  top: 130px;
  z-index: 2;
}
#hal-mainpage{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 60%;
  height: auto;
  right: 5%;
  position: absolute;
  top: 130px;
  z-index: 1;
}

.hal-studio h2,.hal-studio p, .hal-studio a, .landesgartenschau h2,.landesgartenschau p, .landesgartenschau a {
  -webkit-animation: fadein 2s;
            animation: fadein 2s;
}
.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -moz-flex;
  display: flex;
}
.wrap-reverse{
  flex-wrap: wrap-reverse;
}

@media only screen and (max-width: 1280px){
  h2{
    font-size: 50px;
  }
  h3{
    font-size: 40px;
  }
  section h2.single{
    padding-right: 10%;
  }
  p{
    line-height: 24px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px){
  h2{
    font-size: 40px;
  }
  p.selected-work{
    font-size: 13px;
  }
  p{
    font-size: 16px;
  }
  .landesgartenschau .col-6 .btn-secondary-wrapper, .hal-studio .col-6 .btn-secondary-wrapper{
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 768px){
  #hal-login{
    top: -60px;
    width: 280px;
    left: 23%;
  }
  #hal-mainpage{
    top: -60px;
    width: 280px;
    right: 23%;
  }
  .col-6 h2{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15% 0 15%;
  }
  .col-6 p{
    line-height: 23px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 0 20% 0 20%;
  }
  .btn-secondary-wrapper{
    text-align: center;
    margin-bottom: 350px;
  }
}
@media only screen and (max-width: 640px){
  #hal-login{
    left: 17%;
  }
  #hal-mainpage{
    right: 17%;
  }
}
@media only screen and (max-width: 540px){
  #hal-login{
    top:-80px;
    left: 12%;
  }
  #hal-mainpage{
    top:-80px;
    right: 12%;
  }
}

@media only screen and (max-width: 440px){
  .btn-main-wrapper{
    margin-bottom: 15vh;
  }

  #hal-login{
    left: 2%;
    top:-100px;
  }
  #hal-mainpage{
    right: 2%;
    top:-100px;
  }
}
@media only screen and (max-width: 375px){
  #hal-login{
    left: -5%;
  }
  #hal-mainpage{
    right:-5%;
  }
}
@media only screen and (max-width: 340px){
  .col-6 h2{
    margin-top: -30px;
    font-size: 20px;
  }
}

/** LANDESGARTENSCHAU **/

#landesgartenschau-ipad{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 70%;
  height: auto;
  top: 80%;
  left: 17%;
  position: absolute;
}
.landesgartenschau h2, .citoSnack h2, .sharemusic h2, .cures-quest h2{
  margin-left: 0px;
  margin-right: 30%;
}
.landesgartenschau p, .citoSnack p, .sharemusic p, .cures-quest p{
  margin-left: 0px;
  margin-right: 25%;
}

.landesgartenschau .button-secondary, .citoSnack .button-secondary, .sharemusic .button-secondary, .cures-quest .button-secondary{
  margin-left: 0px;
}

@media only screen and (max-width: 768px){

  .button-secondary{
    margin-left: auto!important;
    margin-right: auto!important;
  }
  .citoSnack{
    margin-top: 200px;
  }

  #landesgartenschau-ipad{
    top: -130px;
    width: 310px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .col-6 h2{
    margin-left: auto;
    margin-right: auto;
  }
  .col-6 p{
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 540px){
  #landesgartenschau-ipad{
    top: -150px;
  }
}
@media only screen and (max-width: 440px){
  #landesgartenschau-ipad{
    top: -160px;
  }

  .landesgartenschau .col-6 .btn-secondary-wrapper{
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 340px){
  #landesgartenschau-ipad{
    top: -130px;
    width: 280px;
  }
}

/** FOOTER **/

footer{
  margin-top: 10px;
  background-color: #fafafa;
}
.footer p{
  font-size: 18px;
  color: grey;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30%;
  padding-right: 30%;
}
.footer .bold{
  font-family: 'PlusJakartaDisplay-Medium';
  font-size: 19px;
  color: #363636;
}
p.p-footer{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
}
.hr-contact{
  margin-top: 15px;
  margin-bottom: 15px;
  width: 50px;
  height: 1px;
}
.hr-ground{
  margin-bottom: 0;
  width: 220px;
}
.btn-contact-wrapper{
  text-align: center;
  margin-bottom: 50px;
  margin-top: 35px;
}
.button-contact{
  text-decoration: none;
  background-color: #4e80e7;
  color: white;
  padding: 13px 54px 13px 54px;
  border: none;
  border-radius: 10px;
  font-size: 19px;
  margin-left: 0;
  position: relative;
  transition: 0.3s background-color;
}
.button-contact:hover{
  background-color: #3572EF;
}

.p-impressum{
  margin-top: 0px;
  margin-bottom: 25px;
}
.footer .p-impressum{
  font-family: 'PlusJakartaDisplay-Regular';
  font-size: 14px;
  padding: 0;
}
.p-impressum a{
  text-decoration: none;
  color: grey;
}
@media only screen and (max-width: 1280px){
  footer .p-footer{
    font-size: 10px;
  }
  .hr-ground{
    width: 185px;
  }
  .footer .p-impressum{
    font-size: 11px;
  }
}
@media only screen and (max-width: 990px){
  .footer p{
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 768px){
  .button-contact{

    padding: 12px 47px 12px 47px;
    font-size: 13px;
  }
  .btn-contact-wrapper{
    margin-top: 30px;
  }
  .footer p{
    line-height: 25px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer .bold{
    font-size: 16px;
  }
  .footer span{
    font-size: 15px;
  }
  section:last-of-type{
  margin-bottom: 0px;
  }
  .footer .p-impressum{
    font-size: 11px;
    text-align: center;
    padding: 0;
    margin-bottom: 4%;
  }
  #index .footer{
    padding-top: 0px;
  }
}
@media only screen and (max-width: 440px){
  footer .p-footer{
    font-size: 10px;
  }
  .hr-contact{
    width: 30px;
  }
  #citoSnack footer{
    margin-top: 0px;
  }
}
/** HAL-STUDIO PROJEKTBESCHREIBUNG **/
.opening{
  -webkit-animation: fadein 1s;
            animation: fadein 1s;
}

@keyframes fadein {
  0% { opacity:0; }
  50% { opacity:0; }
  100% { opacity:1; }
}

.opening .btn-secondary-wrapper{
  width: fit-content;
  margin: 100px 0 0 12%;
  text-align: left;
}
.opening .button-secondary{
  margin: 0!important;
}
.header-picture{
  display: block;
  margin: 100px auto 5% auto;
  width: 90%;
  height: auto;
}

#hal-search-partner{
  display: block;
  width: 90%;
  margin: 80px auto 30px auto;

}
.opening .signature{
  margin-top: 100px;
  padding-right: 30%;
}
p.description{
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0;
}
h2.description{
  margin-left:0px;
  margin-top: 200px;
}
.opening p{
  margin-top: 10%;
  padding-right: 25%;
}
.split-text .col-left{
  margin-left: 24%;
}
.split-text .col-right{
  margin-left: 0px;
  margin-right: 24%;
}
.split-text p{
  width: auto;
}
.split-text > .col-6:nth-of-type(1){
  padding-right: 1.5%;
}
.split-text > .col-6:nth-of-type(2){
  padding-left: 1.5%;
}

.overview p.col-right, .marketing p.col-left, p.col-left.end{
  margin-bottom: 100px;
}
.project-choice p.single{
  margin-top: 50px;
  margin-bottom: 100px;
}

#daniel-boxer,#ben-beginner{
  display: block;
  margin: 50px 0px 100px 0%;
  width: 90%;
  height: auto;
}
#daniel-boxer{
  display: block;
  margin: 50px 0px 100px 8%;
  width: 90%;
  height: auto;
}
#paperprototype{
  display: block;
  margin: 70px auto 50px auto;
  width: 80%;
  height: auto;
}
.paperprototyping .col-12 p.single, .low-fidality-wireframe .col-12 p.single{
  margin-top: 5%;
  padding-right: 40%;
}
.challenges span{
  display: inline-block;
  padding-bottom: 2%;
}
.challenges{
  margin-top: 4%;
}

.challenges p.description{
  margin-top: 5%;
}
#wireframe{
  display: block;
  margin: 50px 0px 100px 15%;
  width: 110%;
  height: auto;
}
#wireframe-gif{
  display: block;
  margin: 40px auto 0px auto;
  width: 65%;
  height: auto;
}

#reloader{
  background: none!important;
  border: none;
  padding: 0!important;
  font-family: 'PlusJakartaText-Light';
  font-size: 14px;
  color: #4e80e7;
  cursor: pointer;
  display: block;
  margin: 0px auto 30px auto;
}


#moodboard{
  display: block;
  margin: 40px auto 100px auto;
  width: 95%;
  height: auto;
}
.challenges{
  margin-bottom: 100px;
}

.high-fidality-design .split-text p{
  margin-bottom: 100px;
}
#hal-gallery{
  display: block;
  margin: 70px auto 100px auto;
  width: 90%;
  height: auto;
}
.hal-training h2{
  z-index: 1!important;
}

.hal-training p,.hal-training h2 {
  margin-left: 24%;
}
.hal-training .stats p.col-left,.hal-training .stats p.col-right {
  margin-bottom: 100px;
}

#hal-training{
  display: block;
  margin: 100px 7% 0px auto;
  width: 85%;
  height: auto;
  position: relative;
  z-index: -3;
}
#hal-stats{
  display: block;
  margin: 100px auto 100px auto;
  width: 90%;
  height: auto;
}

@media only screen and (max-width: 1024px){
  #hal-training{
    margin-top: 135px;
  }
}

@media only screen and (max-width: 768px){
  section.opening, .marketing p.col-left, p.col-left.end{
    margin-bottom: 0px;
  }
  .overview p.col-right, .marketing p.col-right, .project-choice p.single{
    margin-bottom: 30px;
  }
   p.col-right.end{
    margin-bottom: 100px;
   }
  .paperprototyping .col-12 p.single, .low-fidality-wireframe .col-12 p.single{
    padding-right: 13%;
  }

  p.signature.single{
    line-height: 23px;
    padding-right: 13%;
  }
  h2.single{
    margin-top: 60px;
    padding-right: 13%;
    text-align: left;
  }
  .split-text .col-left,.split-text .col-right {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12%;
    padding-right: 13%;
  }
  .split-text > .col-6:nth-of-type(1){
    padding-right: 0;
    padding-left: 0;
  }
  .split-text > .col-6:nth-of-type(2){
    padding-left: 0;
  }

  section.hal-studio-opening{
    margin-bottom: 20px;
  }
  .project-choice p.single{
    margin-top: 20px;
  }

  #daniel-boxer{
    margin: 30px 0px 0px 5%;
  }
  #ben-beginner{
    margin: 0px 0px 20px 5%;
  }
  #hal-search-partner{
    width: 90%;
  }
  #hal-header-picture{
    margin-bottom: 40px;
  }
  #hal-training{
    width: 80%;
    margin: 50px 10% 20px auto;
  }
  .high-fidality-design .split-text p{
    margin-bottom: 0px;
  }
  #hal-gallery{
    margin-top: 50px;
    margin-bottom: 30px;
    width: 100%;
  }
  #hal-stats{
    margin-top: 50px;
  }
  #wireframe{
    width: 100%;
    margin: 50px auto 0 auto;
  }
  #wireframe-gif{
    width: 80%;
  }
  #moodboard{
    margin-bottom: 30px;
  }
  h2.description{
    font-weight: normal;
    text-align: left;
    padding:0;
    margin-left: 13%;
  }
  p.description{
    text-align: left;
    margin-left: 13%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 13%;
  }

  .hal-training h2.description{
    margin-top: 0px;
  }
  .hal-training .stats p.col-left{
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 540px){

  p.description,h2.description,p.single,h2.single,.signature,h3{
    margin-left: 12px!important;
    margin-right: 0px!important;
    padding-left: 12px!important;
    padding-right: 30px!important;
  }

  section:nth-of-type(1) .col-12 .btn-secondary-wrapper{
    margin-left: 25px;
    margin-top: 15px;
  }
  p.signature.single{
    margin-top: 70px;
  }
  h2.single{
    font-size: 28px;
  }
  h3{
    font-size: 23px;
  }
  .header-picture{
    width: 100%;
    margin-bottom: 0px;
  }
  div.main-picture{
    padding-bottom: 0px;
  }
  #paperprototype{
    width: 95%;
  }
  #hal-stats{
      width: 100%;
  }
  #hal-gallery{
    width: 100%;
    margin-top: 40px;
  }
  .opening .row:nth-child(3) > .col-12, .hal-training .row:nth-child(2) >.col-12{
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 440px){

  .signature{
    font-size: 16px;
  }
  p.description{
    font-size: 16px;
  }
  h2.single{
    font-size: 26px;
  }

  #hal-training{
    left: -10px;
  }
  #hal-stats{
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 340px){
  h2.description{
    margin-top: 30px;
  }
  p.description{
    padding-right: 30px;
  }
  .split-text .col-left,.split-text .col-right {
    padding-right: 70px;
  }
}

/** LANDESGARTENSCHAU PROJEKTBESCHREIBUNG **/

#landesgartenschau-header-picture{
  display: block;
  margin: 100px auto 0px auto;
  width: 90%;
  height: auto;
}
#nachhaltigkeits-icons{
  display: block;
  margin: 5% auto 5% auto;
  width: 90%;
  height: auto;
}
.overview h3{
  margin-top: 175px;
}
.overview p{
  margin-bottom: 100px;
}
#icon-sketches{
  display: block;
  width: 78%;
  height: auto;
  margin: 150px auto 100px auto;
}
.icon-design p{
  margin-bottom: 100px;
}
#parcours-part1,#parcours-part2{
  display: block;
  margin: 5% auto 100px auto;
  width: 70%;
  height: auto;
}
#parcours-part2{
  margin-top: 0px;
}
#parcours-part3{
  display: block;
  margin: 100px auto 100px 10%;
  width: 90%;
  height: auto;
}
#parcours-part4{
  display: block;
  margin: 100px 10% 100px auto;
  width: 90%;
  height: auto;
}
#iconset{
  display: block;
  width: 85%;
  height: auto;
  margin: 8% auto 100px auto;
}
@media only screen and (max-width: 1024px){
  .overview h3{
    margin-top: 163px;
  }
}

@media only screen and (max-width: 768px){
  .overview p{
    margin-bottom: 0px;
  }
  .overview h3{
    margin-top: 30px;
  }
  #icon-sketches{
    width: 90%;
    margin: 60px auto 50px auto;
  }
  .icon-design .col-right{
    margin-bottom: 30px;
  }
  #parcours-part3{
    width:70%;
    margin: 50px auto 0px auto;
  }
  #parcours-part4{
    width:70%;
    margin: 20px auto -0px auto;
  }
  #parcours-part2{
    margin: 0 auto 20px auto;
  }
  #parcours-part1{
    margin: 50px auto 0 auto;
  }
}
@media only screen and (max-width: 540px){
  #icon-sketches{
    margin-bottom: 0px;
  }
  #landesgartenschau-header-picture{
    width: 100%;
  }

  .opening .row:nth-child(3) > .col-12{
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 440px){

  #nachhaltigkeits-icons{
    margin-bottom: 25px;
  }
  #parcours-part1,#parcours-part2{
    width: 90%;
  }
  #parcours-part3{
    width: 90%;
  }
  #parcours-part4{
    width: 90%;
  }
}

/** CITOSNACK PROJEKTBESCHREIBUNG **/

#index section{
  min-height: 80%;
}
#index section h2{
  margin-top: 30%;
}

.gallery-citoSnack, .gallery-btc, .gallery-sharemusic, .gallery-dogadopt, .gallery-the-cures-quest{
  height: 200px;
  position: relative;
}

.bull {
  display: flex;
  flex-direction: column;
  padding-left: 1em;
}

.bull span {
  line-height: 20px;
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 1.2em;
  margin-bottom: .6em;
}

.bull span::before {
  content: '•';
  position: absolute;
  left: 0;
  color: black;
}

#item-overview-main{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 60%;
  height: auto;
  right: 22%;
  position: absolute;
  top:150px;
  z-index: 1;
}

#apple-pay-main{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 32%;
  height: auto;
  right: 10%;
  position: absolute;
  top: 340px;
  z-index: 2;
}

.bottom-wrapper{
  position: relative;
  height: 820px;
  width: 350px;
}

#payCard{
  width: 110%;
  height: auto;
  position: absolute;
  right: -150px;
  bottom: -1px;
}

.cito-overview p{
  margin-bottom: 0px;
}
.cito-overview{
  height:825px;
}
.opening, .project-choice-citoSnack{
  background-color: white;
}
.project-choice-citoSnack p.col-right{
  margin-bottom: 100px;
}

#roadmap{
  display: block;
  width: 90%;
  height: auto;
  margin:auto;
}

#black-panel-container{
  display: none;
}

#black-panel h1, #black-panel h2, #black-panel h3{
  color: #fafafa;
}
#black-panel p{
 color: #fafafa;
}

.square{
  display: inline-block;
  height:15px;
  width: 25px;
  background-color: #8AC2E0;
  border-radius: 3px;
  margin-left:12%;
  margin-top: 10px;
}
.square-wrapper{
  position: relative;
}

.indispensable{
  color: #fafafa;
  font-weight: bold;
  padding-left: 20px;
  padding-top: 6.5px;
  position: absolute;
}

.chart{
  margin-top: 50px;
}

.panel-end{
  margin-top: 400px;
  padding-top: 100px;
  margin-bottom: 0px;
}
span.data{
  color:#181818;
}

#black-panel .source{
  margin: 0 0 150px 12%;
  color:#7E7E7E;
  font-size: 16px;
}

#card-payer, #cash-payer{
  display: block;
  margin-top: 30px;
  margin-bottom: 100px;
  width: 80%;
  height: auto;
}
#card-payer{
  margin-left: 18%;
}
#cash-payer{
  margin-right: 12%;
}
.paperprototyping.panel{
  background-color: white;
}
#sketchesCitoSnack{
  display: block;
  margin: 0 auto 0px auto;
  width: 88%;
}
.paperprototyping .description.col-left, .paperprototyping .description.col-right{
  margin-top: 0px;
  margin-bottom: 100px;
}

#wireframe-citosnack{
  display: block;
  margin: 35px auto 70px auto;
  width: 80%;
}
section.moodboard, section.conclusion{
  background-color: white;
}
#moodboard-citosnack{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.moodboard .split-text p{
  margin-bottom: 100px;
}
#citosnack-gallery{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 96%;
}
.high-fidelity-design h3{
  margin-top: 0px;
}
.split-text.hierarchy-h3 p{
  margin-top: 3%;
}
#item-overview{
  display: block;
  margin: 30px auto 70px auto;
  width: 78%;
}
.col-6-m{
  flex: 1;
  min-width: 50%;
}
.advantage-icon{
  width: 150px;
}
.advantage-left{
 margin-left: 11%;
}
.advantage-right{
 margin-left: 6%;
}
.advantage-h3-left,.advantage-p-left{
  width: 65%;
  margin-left: 14%;
}
.advantage-h3-right,.advantage-p-right{
  margin-left: 9%;
}
.advantage-p-left, .advantage-p-right{
  width: 65%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.advantage-wrapper{
  position: relative;
  margin-bottom: 0px;
}
#item-overview-2,#shopping-cart,#payment,#payWithCard,#purchase-completed{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 70px;
}
#citoSnack figcaption{
  font-family: "PlusJakartaText-Light";
  margin-left: 10%;
  margin-top: 5px;
  font-weight: 100;
  color:#5B5B5B;
}
.last-caption{
  margin-bottom: 100px;
}
.text-right-down{
  margin-top: 40%;
}
.split-text.conclusion{
  margin-bottom: 100px;
}
#thank_you{
  display: block;
  width: 30%;
  height: auto;
  margin-left: 23%;
  margin-bottom: 20px;
}
.topLink{
  display: block;
  float:right;
  margin-right:23%;
  margin-top: 13%;
  font-size: 20px;
  text-decoration: none;
  color: #4e80e7;
  transition: 0.3s color;
}
.topLink:link{
  text-decoration:none;
}
.topLink:visited{
  text-decoration:none;
}
.topLink:hover{
  color: #3572EF;
}
.topLink:active{
  text-decoration:none;
}


@media only screen and (max-width: 1340px){
  .advantage-left{
   margin-left: 10%;
  }
  .advantage-right{
   margin-left: 5%;
  }
}


@media only screen and (max-width: 1280px){
  #payCard{
    width: 100%;
    right: -100px;
  }
  .cito-overview{
    height:750px;
  }
  .bottom-wrapper{
    position: relative;
    height: 745px;

  }
}
@media only screen and (max-width: 1024px){

  #apple-pay-main{
    top: 280px;
  }

  #payCard{
    width: 95%;
    right: -20px;
  }
  .advantage-left{
   margin-left: 7.5%;
  }
  .advantage-right{
   margin-left: 3.5%;
  }
  #citoSnack figcaption{
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px){
  section.citoSnack, .section.hal-studio, section.landesgartenschau{
    min-height: 0;
  }
  #index section h2{
    margin-top: 15%;
  }

  #item-overview-main{
    top: -760px;
    width: 260px;
    left: 28%;
  }
  #apple-pay-main{
    top: -635px;
    width: 130px;
    right: 28%;
  }
  .citoSnack .btn-secondary-wrapper{
    margin-bottom: 140px;
  }
  .citoSnack .main-h2{
    margin-top: 60%;
  }

  #payCard{
    width: 78%;
    display: block;
    position: static;
    margin: 50px auto -3px auto ;
  }
  .cito-overview{
    height: auto;
  }
  #citoSnack p.col-right{
    margin-bottom: 30px;
  }
  .bottom-wrapper{
    height:auto;
    width: auto;
  }
  #card-payer, #cash-payer{
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  #card-payer{
    margin-bottom: 0px;
  }
  #cash-payer{
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .paperprototyping .description.col-left{
    margin-bottom: 20px;
  }
  #wireframe-citosnack{
    margin-bottom: 10px;
  }
  .col-6-m{
    min-width: 100%;
  }
  .advantage-left{
   margin-left: 9%;
  }
  .advantage-right{
   margin-left: 9%;
  }
  .advantage-h3-right,.advantage-h3-left,.advantage-p-right,.advantage-p-left{
    margin-left: 13%;
  }
  .last-caption{
    margin-bottom: 0px;
  }
  .split-text.conclusion{
    margin-bottom: 30px;
  }
  #thank_you{
    margin-left: 11%;
    margin-bottom: 0px;
  }
  .topLink{
    font-size: 16px;
    margin-top: -40px;
    margin-bottom: 20px;
    margin-right: 11%
  }
}
@media only screen and (max-width: 640px){
  #item-overview-main{
    left: 22%;
  }
  #apple-pay-main{
    right: 22%;
  }
}
@media only screen and (max-width: 540px){
  #item-overview-main{
    top: -810px;
    left: 16%;
  }
  #apple-pay-main{
    top: -675px;
    right: 16%;
  }
  .square{
    margin-left: 24px;
  }
  #black-panel{
    margin-top: 300px;
  }
  #black-panel .source{
    margin-left: 24px;
    margin-bottom: 100px;
    font-size: 14px;
  }
  #card-payer, #cash-payer{
    width: 100%;
  }
  #card-payer{
    margin-top: 20px;
  }
  #wireframe-citosnack{
    width: 95%;
  }
  #citosnack-gallery{
    width:120%;
    margin-left: -10%;
  }
  #item-overview{
    width: 92%;
  }
  .advantage-left{
   margin-left: 2%;
  }
  .advantage-right{
   margin-left: 2%;
  }
  .advantage-h3-right,.advantage-h3-left,.advantage-p-right,.advantage-p-left{
    margin-left: 25px;
    width: 90%;
  }
  .advantage-icon{
    width:100px;
  }
  #item-overview-2,#shopping-cart,#payment,#payWithCard,#purchase-completed{
    width:88.5%;
  }
  #citoSnack figcaption{
    margin-left: 6.5%;
  }
  #thank_you{
    margin-left: 4%;
  }
  .topLink{
    width: 100px;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 440px){
  #item-overview-main{
    top: -810px;
    left: 10%;
  }
  #apple-pay-main{
    top: -675px;
    right: 10%;
  }
}
@media only screen and (max-width: 400px){
  #item-overview-main{
    left: 8%;
  }
  #apple-pay-main{
    right: 8%;
  }
}
@media only screen and (max-width: 340px){
  #item-overview-main{
    top:-850px;
    width: 250px;
  }
  #apple-pay-main{
    top:-720px;
  }
}

/** Informationsvisualisierung Bitcoin **/
#btc-course{
  margin-top: 25%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 70%;
  height: auto;
  z-index: 1;
}

#btc-coin{
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 70%;
  height: auto;
  right: 15%;
  position: absolute;
  top: 80px;
  z-index: 2;
}

section.the-goal > .container > .row{
  background-image: url("../img/bitcoin-pulse-background.jpg");
  height: 900px;
  margin-left: -5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.the-goal > .container > .row > .split-text{
  margin-left: 5%;
  padding-top: 3%;
}
#bitcoin-pulse{
  display:none;
}
section.medium{
  background-color: transparent;
}
section.medium{
  background-color: transparent;
}
section.medium > .container > .row{
  background-image: url("../img/holding-book-medium.jpg");
  height: 900px;
  margin: 0 -5% 0 -5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.medium > .container > .row > .split-text{
  padding-top: 8%;
}
#medium{
  display:none;
}
#firstSketches{
  display: block;
  width: 60%;
  margin-top: 30px;
  transform:translateX(28%);
}
#moodboard-btc{
  display: block;
  width: 60%;
  margin-top: 50px;
  margin-bottom: 30px;
  transform:translateX(33.4%);
}
#btc-visualization-sketch-left{
  display: block;
  width: 75%;
  margin-top: 50px;
  margin-bottom: 130px;
  transform:translateX(30%);
}
#btc-visualization-final-left{
  display: block;
  width: 75%;
  margin-top: 50px;
  margin-bottom: 130px;
  transform:translateX(3.5%);
}
/* section.final-visualization, section.award-ceremony{
  margin-bottom: 10px;
} */
section.infovis-thanks{
  margin-top: 100px;
}

section.final-visualization > .container{
  background-image: url("../img/btc-visualization-final.jpg");
  height: 2000px;
  width: 100%;
  max-width: 1925px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.final-visualization > .container .row:last-of-type{
  display: none;
}
#btc-visualization-final{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
section.final-visualization h2{
  margin-top: 350px;
  color: #FAFAFA;
}
section.final-visualization p{
  color: #FAFAFA;
}

@media only screen and (max-width: 1280px){
  section.final-visualization > .container{
    height: 1500px;
  }
  section.final-visualization h2{
    margin-top: 200px;
  }
  #btc-course{
    margin-top: 34%;
  }

  #btc-coin{
    top: 80px;
  }
}

@media only screen and (max-width: 1080px){
  section.medium > .container > .row{
    margin: -20% -20% 0 -20%;
    background-size: contain;
  }
  section.medium > .container > .row > .split-text{
    padding-left: 0%;
    padding-top: 8%;
  }
  section.medium > .container > .row > .split-text p.col-right{
    width: 80%;
  }
}
@media only screen and (max-width: 1025px){
  section.final-visualization > .container{
    height: 1200px;
  }
  section.final-visualization h2{
    margin-top: 100px;
  }
  #btc-course{
    margin-top: 32%;
  }

  #btc-coin{
    top: 75px;
  }
}


@media only screen and (max-width: 768px){
  section.medium{
    background-color: #fafafa;
  }
  section.the-goal > .container > .row,section.medium > .container > .row {
    background-image: none;
    height: auto;
  }
  section.final-visualization > .container .row:last-of-type{
    display: block;
    margin-top: 100px;
  }
  section.final-visualization > .container .row:last-of-type > .col-12{
    padding: 0;
  }

  section.final-visualization > .container{
    background-image: none;
    height: auto;
  }
  section.final-visualization h2{
    color: black;
  }
  section.final-visualization p{
    color: #363636;
  }

  #bitcoin-pulse{
    display: block;
    position: relative;
    z-index: -9999;
    margin: -10% auto -30% auto;
    width: 130%;
    height: auto;
    transform:translateX(-11.5%);
  }
  #medium{
    display: block;
    width: 75%;
    margin: 80px auto 0 auto;
    height: auto;
  }
  #moodboard-btc{
    width: 80%;
    margin: 50px auto 30px auto;
    transform: none;
  }
  section.the-goal .col-right{
    margin-bottom: 30px;
  }
  section.medium > .container > .row{
    margin: auto;
  }
  section.medium > .container > .row > .split-text{
    padding-left: 0;
    padding-top: 0;
  }
  section.medium > .container > .row > .split-text p.col-right{
    width: 100%;
    margin-bottom: 30px;
  }
  #firstSketches{
    width: 95%;
    margin: 0px auto 0px auto;
    transform:translateX(0%);
  }
  #btc-visualization-sketch-left,#btc-visualization-final-left{
    width: 80%;
    margin: 30px auto 30px auto;
    transform: none;
  }
  #btc-course{
    position: absolute;
    right: 17.5%;
    top: 50px;
    margin-top: -10%;
    width: 65%;
  }

  #btc-coin{
    width: 65%;
    right: 17.5%;
    top: 40px;
  }

}
@media only screen and (max-width: 540px){
  #bitcoin-pulse{
    width: 200%;
    transform:translateX(-25%);
    margin-bottom: -40%;
  }
  #medium{
    width: 88.5%;
  }
  #firstSketches{
    width: 100%;
  }
  #moodboard-btc,#btc-visualization-sketch-left,#btc-visualization-final-left{
    width: 95%;
  }
  #btc-visualization-final{
    transform:translateX(-10%);
    width: 130%;
  }
  section.final-visualization > .container .row:last-of-type{
    display: block;
    margin-top: 60px;
  }
  #btc-course{
    right: 15%;
    top: 25%;
    width: 70%;
  }

  #btc-coin{
    width: 70%;
    right: 15%;
    top: 50px;
  }
}
@media only screen and (max-width: 440px){
  #btc-course{
    right: 10%;
    top: 15%;
    width: 80%;
  }

  #btc-coin{
    width: 80%;
    right: 10%;
    top: 40px;
  }
}
@media only screen and (max-width: 400px){
  #btc-course{
    right: 5%;
    top: 13%;
    width: 90%;
  }
  #btc-coin{
    width: 90%;
    right: 5%;
    top: 40px;
  }
}
@media only screen and (max-width: 330px){
  #btc-course{
    top: 20%;
  }
  #btc-coin{
    top: 60px;
  }
}


/** Share Music - 5-Euro-Business **/
#macbook-gravity-home{
  margin-top: 10%;
  display: block;
  margin-left: auto;
  padding: 0px;
  width: 105%;
  height: auto;
  z-index: 1;
}

#ipad-gravity-home{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 105%;
  height: auto;
  right: 0%;
  position: absolute;
  top: 150px;
  z-index: 2;
}
#guitar-lesson{
  display: block;
  margin: 10% auto 60px auto;
  width: 80%;
  height: auto;
}
section.business-idea > .container {
  background-image: url("../img/show-light-business-idea.jpg");
  height: 1200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.business-idea h2, section.design-share-music-opener h2{
  margin-top: 350px;
  color: #FAFAFA;
}
section.business-idea p{
  color: #d7d1c9;
}
@media only screen and (min-width: 1820px){

  body section.design-share-music-opener .container {
      width: auto;
      max-width: 1925px;
  }
}
body section.design-share-music-opener{
    background-color: white;
}

#showcase-share-music{
  height: auto;
  width: 100%;
}
body section.design-share-music-opener .container > .row:first-of-type > .col-12{
  padding: 0px;
}
h3.right{
  margin: 160px 0px 0px 0px;
}
h3.left{
  margin: 160px 0px 0px 24%;
}

.browser_slider{
  display: block;
  margin: 60px auto 100px auto;
  width: 76%;
}
.browser_slider .pe-slider-pag{
  bottom:0;
}
.browser_slider .pe-slider-pag li{
    float:none;
    vertical-align:middle;
  }
.browser_slider .pe-slider-pag a{
    border:0;
    background-color:#e7e7e7;
    width:8px;
    height:8px;
    transition:background-color .3s;
  }
.browser_slider .pe-slider-pag a:hover{
    background-color:#383a3b;
  }
.browser_slider .pe-slider-pag li.selected>a{
    width:10px;
    height:10px;
  }
.browser_slider .pe-slider-pag li.selected>a,.browser_slider .pe-slider-pag li.selected>a:hover{
    background-color:#666b6e;
  }
#macbook-share-music{
  height: auto;
  width: 115%;
  margin-left: -10%;
  margin-top: 10%;
}
#ipad-share-music{
  height: auto;
  width: 200%;
  margin-left: -25%;
  margin-top: -30%;
}
#macbook-share-music-gravity{
  height: auto;
  width: 130%;
  transform: translateX(-16.5%);
  margin-top: -10%;
}
section.design-share-music .container > .row:first-of-type h3{
  margin-top: 30%;
}
section.design-share-music .container > .row:nth-of-type(2) h3{
  margin-top: 40%;
}

@media only screen and (max-width: 1450px){
  #ipad-share-music{
    margin-top: -10%;
  }
}
@media only screen and (max-width: 1280px){
  #macbook-gravity-home{
    margin-top: 23%;
  }
  #ipad-gravity-home{
    top: 130px;
  }
  .gallery-dogadopt #dogadopt-home{
    top: 0px;
  }
}
@media only screen and (max-width: 1024px){
  section.design-share-music .container > .row:first-of-type h3 {
    margin-top: 17.5%;
}
  #ipad-share-music{
    margin-top: 0%;
  }
  #macbook-gravity-home{
    margin-top: 20%;
  }
  #ipad-gravity-home{
    top: 110px;
  }
}

@media only screen and (max-width: 768px){
  section.business-idea > .container{
    height: 1000px;
  }
  .browser_slider{
    margin-bottom: 60px;
  }
  section.design-share-music-opener .container {
    margin-top: 30px;
  }
  #macbook-share-music{
    height: auto;
    width: 108%;
    margin-left: -10%;
  }
  section.design-share-music .container > .row:first-of-type h3{
    margin-top: -5%;
  }
  section.design-share-music .container > .row:nth-of-type(2) h3{
    margin-top: 120px;
  }
  h3.right, h3.left{
    margin-left: 0px;
    padding-left: 12%;
  }
  section.cures-quest{
    margin-top: 200px;
  }
  #ipad-share-music{
    display: block;
    height: auto;
    width: 110%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-5%);
  }
  #macbook-gravity-home{
    position: absolute;
    width:550px;
    margin-top: 0;
    top: -190px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  #ipad-gravity-home{
    width: 550px;
    top: -120px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .gallery-dogadopt {
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .gallery-dogadopt #dogadopt-app-icon{
    top: -120px;
  }

  .gallery-dogadopt #dogadopt-home{
    position: initial;
    width: 700px;
    height: calc(700px * 0.852);
    margin-top: -220px;
  }
}
@media only screen and (max-width: 540px){
  #guitar-lesson{
    width: 90%;
  }
  .browser_slider{
    width: 90%;
  }
  #showcase-share-music{
    height: auto;
    width: 130%;
    transform: translateX(-11.3%);
  }
  #macbook-share-music{
    width: 118%;
  }
  #ipad-share-music{
    display: block;
    height: auto;
    width: 200%;
    margin-left: auto;
    margin-right: auto;
    transform: translateX(-24%);
  }
  #macbook-share-music-gravity{
    width: 250%;
    transform: translateX(-27.5%);
  }
  #macbook-gravity-home{
    width: 460px;
    top: -140px;
  }
  #ipad-gravity-home{
    width: 460px;
    top: -70px;
  }
  .gallery-dogadopt #dogadopt-home{
    height: calc(600px * 0.852);
    width: 600px;
    margin-top: -150px;
  }
  .gallery-dogadopt #dogadopt-app-icon{
  top: -60px;
  }
}
@media only screen and (max-width: 440px){
  #macbook-gravity-home{
    width: 110%;
    top: -140px;
    left: -5%;
  }
  #ipad-gravity-home{
    width: 110%;
    top: -70px;
  }

  .gallery-dogadopt #dogadopt-home, .gallery-dogadopt #dogadopt-app-icon{
    top: -100px;
  }
  .gallery-dogadopt #dogadopt-home{
    width: 500px;
    height: calc(500px * 0.852);
    margin-top: -100px;
  }
  .gallery-dogadopt #dogadopt-app-icon{
    top: 0px;
  }

}
@media only screen and (max-width: 380px){
  #macbook-gravity-home{
    top: -100px;
  }
  #ipad-gravity-home{
    top: -20px;
  }
}
/** DogAdopt **/
#dogadopt-home{
  margin-top: 0;
  display: block;
  padding: 0px;
  width: 130%;
  height: auto;
  z-index: 1;
  position: absolute;
  right: -15%;
  top: -40px;
}

#dogadopt-app-icon{
  display: block;
  padding: 0px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 140px;
  z-index: 2;
}

#dogAdoptTeaser{
  display: block;
  margin: 10vh 0px 60px 60px;
  width: 70%;
  height: auto;
}
section.green-landscape > .container {
  background-image: url("../img/green-landscape-background.jpg");
  height: 1200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h2.green-landscape-header{
  margin-top: 400px;
}
.pe-slider-nav li a, .pe-slider-nav li:first-child a{
  opacity: 0;
}
.card{
  background-color: white;
  width: 76%;
  height: auto;
  margin: 100px auto 100px auto;
  border-radius: 20px;
  box-shadow: 0px 0px 3px 3px #EBEBEB;
  padding: 6% 10% 3%;
}
.card:first-of-type{
  margin-bottom: 40px;
}
.card:last-of-type{
  margin-top: 40px;
}
.icon-holder{
  width: 64px;
  height: 64px;
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-icon{
  width: 64px;
  height: 64px;
  margin-left: 20px;
}
.plus-holder{
  width: 48px;
  height: 48px;
  margin: 0px auto 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plus-icon{
  width: 48px;
  height: 48px;
}
.card-header-container{
  text-align: center;
}
.card-header{
  margin: 0px;
  font-size: 50px;
  text-align: center;
}
.card-description{
  text-align: center;
  margin: 40px auto;
}
.participants{
  color: black;
}
.interview-description{
  font-family: 'PlusJakartaDisplay-Medium';
  font-size: 20px;
}
.card-description + hr{
  border: 0.5px solid lightgrey;
}
.survey-question-container > p{
  margin: 0px;
  text-align: center;
}
.survey-question{
  text-align: center;
  font-size: 25px;
  margin-top: 40px;
}
 #smartphone-gallery-one{
  display: block;
  width: 73%;
  margin: 40px auto;
}
#moodboard-dogadopt{
  display: block;
  width: 80%;
  margin: 40px auto;
}

#persona-aron{
  margin: 40px auto;
}
#showcase-startscreen-dogadopt, #showcase-startscreen-dogadopt-shelter, #showcase-startscreen-dogadopt-shelter2{
  display: block;
  width: 78%;
  margin: 40px auto 0px auto;
}
#showcase-summary-dogadopt{
  display: block;
  width: 78%;
  margin: 40px auto 60px auto;
}

#showcase-startscreen-dogadopt-shelter, #showcase-startscreen-dogadopt-shelter2{
  margin-bottom: 40px;
}
#showcase-various-sites-dogadopt-shelter, #showcase-various-sites-dogadopt-shelter2{
  display: block;
  width: 177%;
  margin: 40px auto 40px -38%;
}

#showcase-advert-dogadopt, #showcase-footer-dogadopt{
  display: block;
  width: 78%;
  margin-bottom: 40px;
}
#showcase-advert-dogadopt{
  margin-right: 0px;
  float:right;
}
#showcase-footer-dogadopt{
  margin-left: 0px;
}

#smartphone-gallery-two{
  display: block;
  width: 96.8%;
  margin: 40px -10vw 40px 0px;
  float: right;
}

#persona-anna, #persona-aron{
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.sub-titel-p{
  font-family: "PlusJakartaDisplay-Medium";
  margin: 30px 0px 20px 11.8%;
}
.sub-titel-p + .card{
  margin-top: 10px;
}

.card .browser_slider{
  display: block;
  margin: 0 auto 0px auto;
  width: 100%;
}
.card .pe-slider.pe-slider-wrapper.no-nav, .card .pe-slider2.pe-slider-wrapper.no-nav{
  height: 41vw;
  max-height: 720px;
}
.card.slider{
  padding: 10px;
}
.card .pe-slider-pag{
  bottom: -7px;
}
.pe-slides li .full-slide{
  max-height: 675px;
}
section.moodboard-dogAdopt > .container {
  background-image: url("../img/green-blue-bg.jpg");
  height: auto;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
h2.green-landscape-header{
  margin-top: 400px;
}
p.description.smartphone-gallery{
  margin-top: 0;
}
#dogadopt h4.single {
  font-size: 36px;
  margin: 5% 0 -3% 12%;
}

@media only screen and (max-width: 1280px){
  #dogAdoptTeaser{
    margin-top: 15vh;
  }
  .bar-chart-dogadopt .data-info{
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 1024px){
  #dogAdoptTeaser{
    margin-top: 15vh;
  }
  .bar-chart-dogadopt .data-info{
    font-size: 14px;
  }
  .card{
     width: 76%;
   }
  .card-header{
    font-size: 35px;
  }
  .interview-description{
    font-size:20px;
  }
  .survey-question{
    font-size: 20px;
  }
  .card-icon{
    width: 48px;
    height: 48px;
  }
  #persona-aron,#persona-anna, #smartphone-gallery-one{
    width: 80%;
  }
  #smartphone-gallery-two{
    width: 107.5%;
    margin-right:-17vw
  }
  #persona-aron{
    margin-bottom: 20px;
  }
  .card .pe-slider.pe-slider-wrapper.no-nav, .card .pe-slider2.pe-slider-wrapper.no-nav{
    height: 44vw;
  }
  .card .pe-slider-pag{
    bottom: -9px;
  }
  #dogadopt h4.single{
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px){
  #dogAdoptTeaser{
    width: 85%;
    margin: 25vh 0px 0px 20px;
  }
}
@media only screen and (max-width: 768px){
  #dogAdoptTeaser{
    width: 75%;
    margin: 5vh auto 30px auto;
  }
  .card{
    padding: 6% 5% 3%;
  }
  #dogadopt h4.single{
    font-size: 26px;
    margin-bottom: 0;
  }
  section.green-landscape > .container{
    height: auto;
  }
  h2.green-landscape-header + p{
    margin-bottom: 100px;
  }

  #smartphone-gallery-two{
    margin-right:-18vw
  }
  .card .pe-slider-pag{
    bottom: -12px;
  }
  #showcase-advert-dogadopt,#showcase-footer-dogadopt{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    float: none;
  }
  #showcase-startscreen-dogadopt, #showcase-startscreen-dogadopt-shelter, #showcase-startscreen-dogadopt-shelter2, #showcase-summary-dogadopt{
    width: 110%;
    margin-bottom: 0;
    margin-left: -5%;
  }
}
@media only screen and (max-width: 540px){
  #dogAdoptTeaser{
    width: 90%;
  }
  h2.green-landscape-header{
    margin-top: 200px;
  }
  h2.green-landscape-header + p{
    margin-bottom: 80px;
  }
  #dogadopt h4.single{
    font-size: 22px;
    margin-left: 12px;
    padding-left: 12px;
  }
  .card{
    width: 90%;
    padding: 10% 4% 3%;
  }
  .card-header{
    font-size: 20px;
  }
  .card-description-container{
    margin-top: -20px;
  }
  .card-description, .survey-question-container p {
    font-size: 13px;
  }
  .participants, .interview-description{
    font-size: 13px;
  }
  .survey-question{
    font-size: 18px;
  }
  h3.survey-question{
    font-size: 16px;
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-left: 0px!important;
    margin-right: 0px!important;
  }
  .bar-chart-dogadopt .data-info{
    font-size: 12px;
  }
  .plus-icon{
    width: 32px;
    height: 32px;
  }
  .card.first{
    margin-bottom: 10px;
  }
  .card.second{
    margin-top: 10px;
  }
  #moodboard-dogadopt, #smartphone-gallery-one{
    width: 89%;
  }
  #persona-aron,#persona-anna{
    width: 93%;
  }
  #smartphone-gallery-two{
    width: 119.5%;
    margin-right:-24vw
  }
  .card .pe-slider.pe-slider-wrapper.no-nav, .card .pe-slider2.pe-slider-wrapper.no-nav{
    height: 50vw;
  }
  .card .pe-slider-pag{
    bottom: -18px;
  }
  #showcase-advert-dogadopt,#showcase-footer-dogadopt{
   width: 92%;
  }
  #showcase-startscreen-dogadopt, #showcase-summary-dogadopt{
    width: 120%;
    margin-left: -10%;
  }
  #showcase-summary-dogadopt{
    margin-bottom: -14px;
  }
  .bar-chart-dogadopt span.data{
    font-size: 14px;
  }
  .sub-titel-p{
    margin-left: 4.5%;
  }
  #moodboard-dogadopt{
    width:94.5%;
  }
  div.col-12{
    padding: 0;
  }
}
@media only screen and (max-width: 440px){
  .card .pe-slider-pag{
    bottom: -18px;
    transform: translateX(-41.5%);
    width: 200px;
  }
  #dogadopt h4.single{
    font-size: 20px;
  }
}


/** The Cures Quest **/
#macbook-the-cures-quest{
  margin-top: 24%;
  display: block;
  margin-left: auto;
  padding: 0px;
  width: 100%;
  height: auto;
  z-index: 1;
}
#the-cures-quest-gravity-screen{
  display: block;
  margin: 0px;
  padding: 0px;
  width: 40%;
  height: auto;
  right: 3%;
  position: absolute;
  top: 120px;
  z-index: 2;
}
@media only screen and (max-width: 1380px){
#macbook-the-cures-quest{
  margin-top: 40%;
}
}
@media only screen and (max-width: 1060px){
  #the-cures-quest-gravity-screen{
    top: 100px;
  }
}
@media only screen and (max-width: 768px){
  .gallery-dogadopt{
    margin-top: -100px;
  }
  #macbook-the-cures-quest {
    width: 100%;
    height: auto;
    position: initial;
    margin-top: -100px;
    margin-left: -70px;
  }
  .gallery-the-cures-quest{
    height: auto;
    margin-bottom:-120px;
  }
  #the-cures-quest-gravity-screen{
    height: auto;
    right:18%;
    top: 50px;
  }
}
@media only screen and (max-width: 540px){
  #macbook-the-cures-quest {
    margin-left: -50px;
  }
  .gallery-the-cures-quest{
    margin-bottom:-110px;
  }
}

@media only screen and (max-width: 440px){
  #macbook-the-cures-quest {
    width: 110%;
    margin-left: -60px;
  }
  .gallery-the-cures-quest{
    margin-bottom:-90px;
  }
}

body#the-cures-quest, #the-cures-quest .header-nav, #the-cures-quest footer, #the-cures-quest .opening{
  background-color: #060606;
}
#the-cures-quest section:nth-child(2n+1) {
  background-color: #0f0f0f;
}
#the-cures-quest h1, #the-cures-quest h2, #the-cures-quest h3,#the-cures-quest .topLink{
  color: #03FF76;
}
#the-cures-quest .topLink:hover{
  color: #daf0fd;
}
#the-cures-quest .button-secondary, #the-cures-quest .button-contact{
  background-color: #03FF76;
  color: #060606;
}
#the-cures-quest .button-secondary:hover, #the-cures-quest .button-contact:hover{
  background-color: #daf0fd;
}
#the-cures-quest .header-nav ul > li >a.active{
  color: #03FF76!important;
  border-color: #03FF76!important;
}
#the-cures-quest p, #the-cures-quest .header-nav ul > li > a:link {
  color: #d7d7d7;
}
#the-cures-quest .header-nav ul > li > a:hover{
  color:  #daf0fd;
  border-color: #daf0fd;
}
#the-cures-quest .footer .bold{
  color: white;
}
#the-cures-quest .header-nav ul > li > a{
  color: #737373;
}
#the-cures-quest-teaser-video{
  display: block;
  margin: 10% auto 60px auto;
  width: 80%;
  height: auto;
  border: 1px solid #414141;
}
.the-cures-quest-sketch{
  margin-top: 60px;
  margin-bottom: -6px;
  width: 100%;
}
.the-cures-quest-level-design, .the-cures-quest-pixel-artwork{
  display: block;
  margin: 60px auto -6px;
  width: 76%;
}
.the-cures-quest-emission-maps{
  display: block;
  margin: 150px 0;
  width: 80%;
}
.video-container {
  margin-top: 60px;
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.the-cures-quest-macbook {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}

#the-cures-quest-gaming-video {
  position: absolute;
  top: 13%;
  left: 49%;
  transform: translateX(-49%);
  width: 75%;
  height: auto;
  pointer-events: none;
}

#the-cures-quest .burger div{
  background-color: #d7d7d7;
}
p.description.last{
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px){
  .video-container{
    margin-top: 30px;
  }
  #the-cures-quest-teaser-video{
    width: 76%;
  }
  .the-cures-quest-emission-maps{
    margin: 60px auto 100px auto;
    width: 74%;
  }
  .the-cures-quest-level-design{
    margin-bottom: 100px;
  }
  .level-design  .single:first-of-type{
    margin-top: 160px;
  }
  #the-cures-quest-teaser-video{
    margin-top: 60px;
  }
  .video-container{
    width: 76%;
  }
}
@media only screen and (max-width: 540px){

  #the-cures-quest-teaser-video, .the-cures-quest-level-design, .the-cures-quest-pixel-artwork, .the-cures-quest-emission-maps, .video-container{
    width: 90%;
  }
  .the-cures-quest-sketch {
    display: block;
    width: 140%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 440px){

  #the-cures-quest-teaser-video, .the-cures-quest-level-design, .the-cures-quest-pixel-artwork, .the-cures-quest-emission-maps, .video-container{
    width: 87%;
  }
}



  /** IMAGE ANIMATION **/
.mockup__wrapper{
  width:100%;
  position:relative;
}
.mockup__wrapper:before{
  content:"";
  display:block;
  padding-bottom:calc(100%/var(--aspect-ratio));
  margin-top: 100px;
}
.iphone_right{
  margin:0 auto;
  max-width:61%;
}
@media (min-width:64em){
  .iphone_right{
    max-width:348px;
  }
}
.arrow_phone{
  position:absolute;
  z-index:2;
  font-size:100%;

}
.arrow_phone.icon_hover.aos-init.aos-animate{
  position: absolute;
  width: 230px;
}

.arrow_phone:first-child{
  top:135px;
  left:-260px;
  width:50%;
}
.arrow_phone:nth-child(2){
  right:-280px;
  width:50%;
  top:232px;
  text-align:right;
}
.arrow_phone:nth-child(3){
  bottom:15%;
  left:-260px;
  width:50%;
  top:430px;
}
.arrow_phone{
  display:none;
}
@media (min-width:64em){
  .arrow_phone{
    display:block;
  }
}
.icon_hover{
  display:inline-block;
}
.icon_hover svg{
  color:#151414;
}
.icon_hover:hover .bold,.icon_hover:hover svg{
  color:var(--accent-color, #6D9886);
}
.icon_hover--solid{
  display:none;
}
.icon_hover--line,.icon_hover:hover .icon_hover--solid{
  display:inline-block;
}
.icon_hover:hover .icon_hover--line{
  display:none;
}
.arrow_1{
  right:-10px;
}
.arrow_1,.arrow_2{
  position:absolute;
  top:5px;
}
.arrow_2{
  right:190px;
}
.arrow_3{
  position:absolute;
  top:5px;
  right:-25px;
}
.mockup__bg{
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:348px;
  height:auto;
}
.mockup__fg{
  position:absolute;
  overflow:hidden;
}
.mockup__fg_img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.mockup_iphone__content{
  z-index:1;
  top:13.1%;
  left:12.2%;
  right:12%;
  bottom:13.7%;
}
small{
  font-size:80%;
}
.rk-comment__author small,.rk-comment__meta{
  color:#a0a0a0;
}
.black_bg small{
  color:#666b6f;
}
small{
  display:block;
  font-size: 20px;
}
small.light{
  font-family:'PlusJakartaText-Light';
  color: #363636;
  font-size: 18px;
}
@media only screen and (max-width: 1140px){
  .arrow_phone.icon_hover.aos-init.aos-animate{
    display: none;
  }
  .mockup__bg{
    width:92%;
    height:auto;
  }
}
@media only screen and (max-width: 1024px){
  .mockup__bg{
    width:60%;
    top: 43%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mockup__wrapper{
    height: 85vw;
  }
}
@media only screen and (max-width: 540px){
  .mockup__bg{
    width:80%;
    top: 38%;
  }
  .mockup__wrapper{
    height: 100vw;
  }
}



/** ABOUT **/

.about-description .gallery{
  -webkit-animation: none;
}
.about-header.opening{
  margin-top: 100px;
}
@media only screen and (min-width: 768px){
  .about-description.opening p{
    padding-right: 0;
  }
}
#profile-picture{
  width: 70%;
  max-width: 511px;
  height: auto;
  margin-left: 20%;
  top: -90px;
  position: absolute;
}
section.about-header{
  margin-bottom: 20px;
}
section.about-header h2{
  margin-top: 150px;
}
section.about-description p{
  margin-bottom: 20%;
}
.working-insights .col-6 img{
  width: 400px;
  height: auto;
}
.working-insights .col-6.left img{
  float: right;
  margin-right: 6%;
}
.working-insights .split-text{
  display: flex;
  justify-content: center;
  align-items: center;
}

.working-insights .row{
  margin-bottom: 100px;
}

.working-insights h4{
  width: 70%;
  font-size: 28px;
  margin-bottom: 18px;
  margin-top: 0;
}
.working-insights .row{
  display: flex;
}
.working-insights .row p{
  width: 70%;
  height: 100%;
}
.working-insights h4 + p{
  margin-top: 0;
}

section.about-skills hr{
  margin-top: 3%;
  margin-bottom: 50px;
  width: 76%;
  border-top: 1px solid #363636;
}
.skill-icon{
  width: 80px;
}
.skillset, .advantage-set{
  display: flex;
  flex-wrap: wrap;
}
.col-4-m{
  flex: 1;
  min-width: 33%;
}
.skill-wrapper{
  position: relative;
  margin-bottom: 50px;
}
.skill-wrapper span{
  position: absolute;
  font-size: 20px;
  color:#363636;
  top: 22px;
  padding-left: 10px;
  right: auto;
}
 .icon-left{
  margin-left: 35%;
}
.icon-middle{
  margin-left: 20%;
}
.icon-right{
  margin-left: 0%;
}

@media only screen and (min-width: 1470px){
  .about-description.opening{
    min-height: 717px;
  }
}
@media only screen and (max-width: 1024px){
  #profile-picture{
    top: -70px;
  }
  .skill-wrapper span{
    font-size: 16px;
    top: 24px;
  }
}
@media only screen and (max-width: 768px){
  .working-insights h4.col-left, .working-insights h4.col-right{
    width: 100%;
  }
  .working-insights .split-text{
    flex-wrap: wrap;
  }
  .working-insights .wrap-reverse{
    flex-wrap: wrap-reverse;
  }
  .working-insights .row p{
    width: 100%;
  }
  .working-insights .row:first-of-type{
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .working-insights .col-6 img{
    display: block;
    padding-right: 12%;
    padding-left: 12%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    float: left!important;
  }

  .col-4-m {
    min-width: 50%;
  }
  .about-description .gallery{
    position: static;
    height: 30px;
  }
  .about-header.opening{
    margin-top: 115%;
  }
  #profile-picture{
    max-width: 560px;
    width: 83%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 150px;
  }
  .about-header h2.single{
    margin-top: 140px;
  }
  section.about-description{
    margin-bottom: 10px;
  }
  .about-skills p.description.col-left{
    padding-right:13%;
  }
  .about-description p.description.col-right{
    margin-bottom: 30px;
    margin-top: 5px;
  }
  section.about-skills hr{
    margin-bottom: 50px;
    width: 90%;
  }
  .icon-left, .icon-right, .icon-middle{
    width: 70px;
    margin-left: 23%;
  }
  .skill-wrapper span{
    top: 20px;
  }
  #the-cures-quest .nav-links{
    background-color: #060606;
  }
  #the-cures-quest .header-nav ul > li > a{
    color: #737373;
  }
}
@media only screen and (max-width: 540px){
  #profile-picture{
    width: 88%;
    top: 140px;
  }
  .working-insights h4.col-left, .working-insights h4.col-right{
    width: 100%;
    font-size: 22px;
    margin-left: 12px;
    margin-right: 0px;
    padding-left: 12px;
    padding-right: 30px;
  }
  .working-insights .col-6 img, .working-insights .wrap-reverse .col-6.left img{
    padding-right: 5.3%;
    padding-left: 5.3%;
  }

  .icon-left, .icon-right, .icon-middle{
    width: 70px;
    margin-left: 7%;
  }
  .working-insights h3{
    font-size: 26px;
  }
}

@media only screen and (max-width: 440px){
  #profile-picture{
    width: 86%;
    top: 140px;
  }
  .working-insights .row {
    margin-bottom: 60px;
  }

  .about-description p.description{
    margin-bottom: 20%;
  }
  .skill-icon{
    width: 60px;
    margin-left: 10%;
  }
  .skill-wrapper span{
    top: 15px;
    font-size: 14px;
  }
  section.about-header{
    margin-top: 100%;
  }
}
/** Impressum **/
 .a-datenschutz a{
   text-decoration: none;
   color: grey;
 }

.impressum h1{
  font-family: 'PlusJakartaDisplay-Medium';
  font-weight: normal;
  font-size: 60px;
}
.impressum h2{
  font-size: 45px;
}
.impressum h3{
  font-size: 30px;
}
.impressum-quelle{
  text-decoration: none;
  color: #363636;
}

.impressum h1,.impressum h2,.impressum h3,.impressum  p{
  margin: 2% 5% 3% 5%!important;
  padding: 0px!important;
}
@media only screen and (max-width: 1024px){
  .impressum h1{
    font-size: 50px;
  }
  .impressum h2{
    font-size: 40px;
  }
  .impressum h3{
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px){
  .impressum h1{
    font-size: 45px;
  }
  .impressum h2{
    font-size: 35px;
  }
  .impressum h3{
    font-size: 18px;
  }

}
@media only screen and (max-width: 540px){
  .impressum{
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .impressum h1{
    font-size: 28px;
  }
  .impressum h2{
    font-size: 22px;
  }
  .impressum h3{
    font-size: 18px;
  }
}


/** Large Devices **/
@media only screen and (min-width: 1820px){
  body .container{
    width: 1750px;
  }
}

/** GRID-SYSTEME **/

.container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row::after{
  content: "";
  clear: both;
  display: block;
}

[class*="col-"]{
  min-height: 1px;
  float: left;
  padding: 0.2rem;
}
/** RESPONSIVE **/

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
.col-4{
  width: 50%;
}

@media only screen and (min-width: 769px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

/** PRINT**/

@media print {

  *{
    margin-left: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
  }
  img{
    display: none!important;
  }
  h1{
    font-size: 20px!important;
  }
  h2{
    font-size: 18px!important;
  }
  h3{
    font-size: 17px!important;
  }
  p{
    font-size: 16px!important;
  }
  .footer, .button-main, .button-secondary, .header-nav, .about-skills{
    display: none!important;
  }
}
