html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
		-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
font-family: "mr-eaves-modern",sans-serif;
font-style: normal;
font-weight: 300;
background: #e5e8eb;
}

.splash {

      color: #fff;
      position: relative;
      text-align: center;
          top: 60px;
}
.splash .wrap {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1060px;
}
.splash img {
  max-width: 100%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  z-index: 99;
}
header {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 80px;
    /* background: #fff; */
    top: 20px;
    z-index: 99;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding: 0 10px;
    max-width: 1060px;
}
a {
    text-decoration: none;
}
a.ok ion-icon {
    top: 6px;
}



    .cookieNotice {
        background: #ffffff;
        display: none; 
        font-size: 100%;
        line-height: 1.5;
        padding: 15px;
        position: fixed;
        right: 15px;
        bottom: 15px;
        width: 100%;
        border-bottom: 3px solid #68ffdb;
        color: #444;
        z-index: 100;
        width: calc(100vw - 60px);
        height: 230px;
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
                box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .cookieNotice__container {
        margin: 0 auto;
        max-width: 1140px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: -10px;
    }

    .cookieNotice__container  * {
        margin: 0 0.5em;
    }

    .cookieNotice__container > a{
        text-align: center;
        text-decoration: none;
        margin-top: 10px;
        float: left;
        background-color: #6875f2;
        border: 0;
        color: #ffffff;
        display: inline-block;
        padding: 14px 18px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        background-image: #cccccc;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        cursor: pointer;
    }

    #js_cookieNotice_refuse,
    .cookieNotice__container > a:last-child{
        background: #ffffff;
        color: #16161f;
    }


.cookieNotice p {
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
}

.cookieNotice .emoji {
    font-size: 60px;
    position: relative;
    top: 0;
    display: block;
}
header nav {
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #68ffdc;
    z-index: 99;
    top: 0;
    left: 0;
    padding-top: 250px;
    display: none;
}
nav.open {
	display: block;
}
nav li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
}

nav a {
    position: relative;
    padding: 5px;
    color: #333;
    letter-spacing: 1px;
    font-size: 50px;
    text-align: center;
    display: block;
}
.nav__trigger {
position: fixed;
    right: 20px;
    top: 27px;
    font-size: 35px;
    width: 45px;
    height: 45px;
    /* background: #6776ff; */
    border-radius: 5px;
    text-align: center;
    line-height: 58px;
    z-index: 100;
}
nav ul {
	height: 100%;
	width:100%;
}
header img {
	    width: 32px;
	    float: left;
	    position: relative;
	    top: 9px;
	    -webkit-transform: rotate(-45deg);
	        -ms-transform: rotate(-45deg);
	            transform: rotate(-45deg);
	    left: 0px;
}
.logo span {
    color: #333;
    font-size: 30px;
    float: left;
    margin-left: 5px;
    font-weight: bold;
    margin-top: 7px;
}

a.logo {
    margin-top: 3px;
    left: 0px;
    position: RELATIVE;
    padding: 3px;
    overflow: hidden;
}
	.splash h1 {
    font-size: 50px;
    text-align: left;
    /* border-left: solid 3px #68ffdb; */
    padding-left: 0px;
    margin-bottom: 20px;
    /* font-family: "ff-tisa-web-pro",serif; */
    font-style: normal;
    font-weight: 900;
    letter-spacing: 1px;
}
.splash h2 {
    text-align: left;
    font-size: 30px;
    margin-left: 23px;
    max-width: 60%;
    margin-bottom: 40px;
    color: #fff;
}
.intro {
    max-height: 560px;
    overflow: hidden;
    width: 100%;
    /* float: left; */
    position: relative;
    height: 560px;
    padding-top: 180px;
}
.intro {
    max-height: 300px;
    overflow: hidden;
    width: 100%;
    /* float: left; */
    position: relative;
    height: 170px;
    padding-top: 290px;
    top: -60px;
}

body.id31 #particles-background {
    background-image: -webkit-linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    background-image: -o-linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    background-image: linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
}

body.id32 #particles-background {
    background-image: -webkit-linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    background-image: -o-linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    background-image: linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
}

body.id2 #particles-background {
    /* background-image: -webkit-linear-gradient(45deg, #6879F7 2%, #861762 100%); */
    background-image: -o-linear-gradient(45deg, #6879F7 2%, #861762 100%);
    /* background-image: linear-gradient(45deg, #6879F7 2%, #861762 100%); */
    /* background: none; */
    background-image: -webkit-linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    background-image: -o-linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    background-image: linear-gradient(45deg, #ff7a5c 2%, #861762 100%);
    width: 200vw;
    left: -50vw;
    
}


.intro.project__single {
    max-height: 500px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    height: 440px;
    padding-top: 180px;
}
body.id2 .splash h1 {
    font-size: 52px;
}

body.id2 .splash .wrap {
    min-width: 100vw;
    top: -50px;
}

a.portfolio__link {
    text-decoration: none;
    color: #333;
    font-size: 25px;
    float: right;
    margin: auto;
    /* margin-right: 0; */
    border-bottom: solid 2px;
    margin-top: -130px;
    border: solid 2px #333;
    border-bottom: solid 2px;
    padding: 5px 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: bold;
    /* margin-left: 0; */
    float: none;
    margin-bottom: 20px;
    display: block;
    width: 70%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    /* bottom: 0; */
}
.section {
    max-width: 80%;
    margin: auto;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1060px;
    margin-top: 80px;
    font-size: 2rem;
}
section.content {
    float: left;
    width: 100%;
    background: #E4E8EB;
}
.section h2 {
    font-size: 52px;
    font-weight: bold;
    background-image: -webkit-repeating-linear-gradient(top,transparent 0,transparent 0.7em,#68ffdc .7em,#68ffdc 1.1em);
    background-image: -o-repeating-linear-gradient(top,transparent 0,transparent 0.7em,#68ffdc .7em,#68ffdc 1.1em);
    background-image: repeating-linear-gradient(to bottom,transparent 0,transparent 0.7em,#68ffdc .7em,#68ffdc 1.1em);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
    margin-left: -20px;
    margin-bottom: 30px;
    padding-right: 10px;
}
a.portfolio__link:hover {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #68ffdb;
    color: #333;
    border-color: #fff;
}
a ion-icon {
    top: 5px;
    position: relative;
    line-height: 1em;
    margin-right: 7px;
}
.project {
    width: 320px;
    margin-bottom: -10px;
    min-height: 200px;
    max-width: 320px;
    overflow: hidden;
}

#portfolio {
    max-width: 1060PX;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1060px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin-top: -20vh; */
    position: relative;
    top: -400px;
}

#portfolio .inner {
    padding: 20px;
    background: #fff;
    height: auto;
    min-height: 320px;
    margin-bottom: 50px;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
            box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 4px;
}

a.btn__small {
    text-decoration: none;
    color: #6877ff;
    font-size: 25px;
    margin-right: 30px;
    border-bottom: solid 2px;
    margin-top: 30px;
    border: solid 2px #fff;
    border-bottom: solid 2px;
    padding: 5px 11px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

a.btn__small:hover {
    border-bottom: solid 2px #68ffdb;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}



#portfolio h3 {
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 20px;
    height: 90px;
    background: #2f2d45;
    width: calc(100% + 0px);
    margin-left: -20px;
    margin-top: -20px;
    padding: 20px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    word-wrap: break-word;
    white-space: pre-wrap;
}
#portfolio p {
    font-family: 'Zilla Slab', serif;
    font-size: 20px;
    line-height: 1.4;
}


body.id33 .splash {
    top: 60px;
}
h1 ion-icon {
    margin-right: 18px;
    top:  4px;
    position: relative;
}

div#portfolio {top: 10vh;}


.splash .wrap {
   top: 0;
   position: RELATIVE;
}

form {
    padding: 30px;
    max-width: 1060px;
    position: relative;
    margin: auto;
    display: block;
    top: 0;
    border-radius: 5px;
    min-height: 250px;
    opacity: 0;
    width: 80%;
    padding: 20px;
    max-width: 80%;
    margin: auto;
    z-index: 23;
    top: 30px;
    position: RELATIVE;
    border-radius: 4px;
    font-size: 23px;
    text-align: center;
    height: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
form.open {
	display: block;
	-webkit-transform: translateY(-130px);
	    -ms-transform: translateY(-130px);
	        transform: translateY(-130px);
	-webkit-transition-delay: .2s;
	     -o-transition-delay: .2s;
	        transition-delay: .2s;
	opacity: 1;
}
body.form .form__cta {
	-webkit-transform: translateY(-550px);
	    -ms-transform: translateY(-550px);
	        transform: translateY(-550px);
}
.intro::after, main::after {
    content: "";
    clear: both;
    display: table;
}
strong, b {
    font-weight: bold;
}
form::after {
    content: "";
    clear: both;
    display: table;
}

input, textarea {
    border: solid 1px #d0d0d0;
    padding: 5px;
    width: 90%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
    font-size: 24px;
    border-radius: 3px;
    background: #f5f5f5;
    left: 0;
    right: 0;
    position: RELATIVE;
    display: block;
    font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #555;
    padding-left: 10px;
}
form h3 {
    font-size: 33px;
    text-align: center;
}
form > div {
    opacity: 0.0;
    float: left;
    max-width: 100%;
    height: 240px;
    width: 88%;
    display: none;
}



a.ok {
    padding: 4px 8px;
    background: #10dc60;
    font-size: 31px;
    float: right;
    margin-right: 8px;
    display: block;
    position: RELATIVE;
    font-weight: bold;
    color: #1b2736;
    border-radius: 4px;
    background: #68ffdb;
    cursor: pointer;
    border: solid;
}
a.back {
    float: left;
    margin-left: 10px;
    line-height: 50px;
    cursor: pointer;
}
form > div.now {
    opacity: 1;
    position: absolute;
    display: block;
    z-index: -1;
}
input[type="submit"] {
    position: absolute;
    bottom: 0;
    width: calc(100% + 49px);
    height: calc(100% + 40px);
    left: -24px;
    top: -20px;
    margin: 0;
    border: none;
    background: #68ffdc;
    background: none;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    font-family: "mr-eaves-modern",sans-serif;
    font-style: normal;
    font-weight: 300;
    overflow: hidden;
    border-radius: 4px;
    font-size: 0;
    z-index: 99;
    outline: none;
    cursor: pointer;
}
form.submitted {
    height: 0;
    overflow: HIDDEN;
    display: block;
    position: relative;
    min-height: 0;
    opacity: 0;
}
.form__cta {
    /* background: #fff; */
    padding: 20px;
    max-width: 80%;
    margin: auto;
    z-index: 23;
    top: 40px;
    position: RELATIVE;
    border-radius: 2px;
    font-size: 23px;
    text-align: center;
    height: auto;
}

a.form__trigger {
    font-size: 30px;
    padding: 4px 8px;
    background: #68ffdb;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 30px;
    position: RELATIVE;
    cursor: pointer;
    border: solid;
    color: #182835;
}

.form__cta h2 {
    position: RELATIVE;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}


#container {
  position: relative;
  margin: auto;
  overflow: hidden;
  width: 700px;
  height: 250px;
}

#success-box h1 {
  font-size: 0.9em;
  font-weight: 100;
  letter-spacing: 3px;
  padding-top: 5px;
  color: #FCFCFC;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.green {
  color: #4ec07d;
}

.red {
  color: #e96075;
}

.alert {
  font-weight: 700;
  letter-spacing: 5px;
}



button, .dot {
  cursor: pointer;
}

#success-box {
  position: relative;
  width: 80%;
  height: 400px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(10%, #6675ff), to(#68ffdc));
  background: -webkit-linear-gradient(top left, #6675ff 10%, #68ffdc 100%);
  background: -o-linear-gradient(top left, #6675ff 10%, #68ffdc 100%);
  background: linear-gradient(to bottom right, #6675ff 10%, #68ffdc 100%);
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px #cbcdd3;
  box-shadow: 5px 5px 20px #cbcdd3;
  -webkit-perspective: 40px;
  perspective: 40px;
  margin: auto;
  left: 0;
  right: 0;
  opacity: 0;
  top: -150px;
}
#success-box.show {
	opacity: 1
	}
#error-box {
  position: absolute;
  width: 35%;
  height: 100%;
  right: 12%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(40%, #EF8D9C), to(#FFC39E));
  background: -webkit-linear-gradient(top right, #EF8D9C 40%, #FFC39E 100%);
  background: -o-linear-gradient(top right, #EF8D9C 40%, #FFC39E 100%);
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
  border-radius: 20px;
  -webkit-box-shadow: 5px 5px 20px #cbcdd3;
          box-shadow: 5px 5px 20px #cbcdd3;
}

.dot {
  width: 8px;
  height: 8px;
  background: #FCFCFC;
  border-radius: 50%;
  position: absolute;
  top: 4%;
  right: 6%;
}
.dot:hover {
  background: #c9c9c9;
}

.two {
  right: 12%;
  opacity: .5;
}

.face {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #FCFCFC;
  border-radius: 50%;
  border: 1px solid #777777;
  top: 21%;
  left: 37.5%;
  z-index: 2;
  -webkit-animation: bounce 1s ease-in infinite;
          animation: bounce 1s ease-in infinite;
}

.face2 {
  position: absolute;
  width: 22%;
  height: 22%;
  background: #FCFCFC;
  border-radius: 50%;
  border: 1px solid #777777;
  top: 21%;
  left: 37.5%;
  z-index: 2;
  -webkit-animation: roll 3s ease-in-out infinite;
          animation: roll 3s ease-in-out infinite;
}

.eye {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #777777;
  border-radius: 50%;
  top: 40%;
  left: 20%;
}

.right {
  left: 68%;
}

.mouth {
  position: absolute;
  top: 43%;
  left: 41%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.happy {
  border: 2px solid;
  border-color: transparent #777777 #777777 transparent;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sad {
  top: 49%;
  border: 2px solid;
  border-color: #777777 transparent transparent #777777;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.shadow {
  position: absolute;
  width: 21%;
  height: 3%;
  opacity: .5;
  background: #777777;
  left: 40%;
  top: 43%;
  border-radius: 50%;
  z-index: 1;
}

.scale {
  -webkit-animation: scale 1s ease-in infinite;
          animation: scale 1s ease-in infinite;
}

.move {
  -webkit-animation: move 3s ease-in-out infinite;
          animation: move 3s ease-in-out infinite;
}

.success__message {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 60px;
  top: 47%;
  color: #fff;
  font-size: 20px;
  width: 90%;
  margin: auto;
  left: 0;
  right: 0;
  margin-top: 20px;
}

.button-box {
  position: absolute;
  background: #FCFCFC;
  width: 50%;
  height: 15%;
  border-radius: 20px;
  top: 73%;
  left: 25%;
  outline: 0;
  border: none;
  -webkit-box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
          box-shadow: 2px 2px 10px rgba(119, 119, 119, 0.5);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.button-box:hover {
  background: #efefef;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@-webkit-keyframes bounce {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes bounce {
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes scale {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes scale {
  50% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 25%;
  }
  50% {
    left: 60%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    left: 25%;
  }
}
@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    left: 25%;
  }
  50% {
    left: 60%;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    left: 25%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 25%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 25%;
  }
}
@keyframes move {
  0% {
    left: 25%;
  }
  50% {
    left: 60%;
  }
  100% {
    left: 25%;
  }
}
.xing {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 60px;
    top: 77%;
    color: #fff;
    font-weight: bold;
    font-size: 23px;
}

.xing a {
    display: block;
    color: #fff;
    border: solid 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 8px;
    margin: auto;
    margin-top: 12px;
    border-radius: 4px;
}
.submit.now::before {
    content: 'Absenden';
    background-image: url(https://image.flaticon.com/icons/svg/258/258478.svg);
    width: auto;
    height: 140px;
    display: block;
    position: RELATIVE;
    z-index: 9;
    margin: auto;
    margin-top: 20px;
    bottom: -50px;
    background-repeat: no-repeat;
    background-position: center bottom;
    color: #fff;
    font-size: 60px;
    text-align: center;
    background-size: 70px;
}
.submit.now {
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, #6675ff), to(#0cd1e8));
    background: -webkit-linear-gradient(left, #6675ff 10%, #0cd1e8 100%);
    background: -o-linear-gradient(left, #6675ff 10%, #0cd1e8 100%);
    background: linear-gradient(to right, #6675ff 10%, #0cd1e8 100%);
    width: 100%;
    left: 0px;
    top: 0;
    height: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.submit a.back {
    bottom: -130px;
    position: relative;
}

input:focus, textarea:focus {
    outline: none;
    border-color: #42b0f1;
}


footer {
    height: auto;
    background: #3f3251;
    color: #fff;
    float: left;
    width: 100%;
    bottom: 0;
    margin-top: 130px;
}
footer a.logo img {
    max-width: 60px;
    float: left;
}

footer > div {}

footer nav a {
    font-size: 24px;
    color: #fff;
}

footer nav {
    margin: auto;
    margin-top: 40px;
}

footer a.logo {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    text-align: center;
    background: none !important;
}
.meta {
    width: 100%;
    height: auto;
    margin: auto;
    margin-top: 70px;
    /* display: flex; */
    /* justify-content: center; */
    font-size: 21px;
    padding-bottom: 20px;
    max-width: 80vw;
}

footer .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.meta a {
    color: #fff;
    margin-left: 0;
}
main {
	min-height: 100vh;
	padding-bottom: 30px;
	margin-top: -61px;
}
.copyright {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    width: 100%;
    text-align: center;
}

.info {
    float: left;
    margin: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    display: block;
    text-align: center;
}
main.law .section h2 {
    margin-top: 50px;
    font-size: 30px;
    margin-bottom: 10px;
}

.section p, .section li {
    font-size: 24px;
    line-height: 1.2;
}

.section li {
    list-style: disc;
    margin-left: 20px;
}

.section ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.section p a {
    font-weight: bold;
    color: #6a73ee;
    padding: 0px;
    border-bottom: solid 2px transparent;
}

.section p a:hover {
    border-color: #68ffdc;
}

.quote {font-family: "chaparral-pro-display",serif;font-style: italic;font-weight: 400;font-size: 45px;margin: auto;text-align: center;margin-top: 80px;margin-bottom: 50px;width: -webkit-fit-content;width: -moz-fit-content;width: fit-content;background: #fff;padding: 20px;position: relative;}

body.id2 h3, body.id2 main p {
    font-size: 31px;
}
body.id2 h3 {
    font-size: 42px;
    font-weight: bold;
    background-image: -webkit-repeating-linear-gradient(top,transparent 0,transparent 0.7em,#68ffdc .7em,#68ffdc 1.1em);
    background-image: -o-repeating-linear-gradient(top,transparent 0,transparent 0.7em,#68ffdc .7em,#68ffdc 1.1em);
    background-image: repeating-linear-gradient(to bottom,transparent 0,transparent 0.7em,#68ffdc .7em,#68ffdc 1.1em);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 10px;
    margin-left: -20px;
    margin-bottom: 10px;
    padding-right: 10px;
}
.section > div {
    width: 100%;
}

.section img {
    width: 100%;
}
body.id33 .vertical-centered-box {
    /* top: 180px; */
}
body.id2 .vertical-centered-box {
    top: 250px;
}
body .project__single .vertical-centered-box {
    top: 210px;
}
.soon {
	text-align: center;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	font-weight: bold;
	font-size: 45px;
	min-height: 230px;
	width: 400px;
	margin: auto;
	margin-top: -90px;
	z-index: 2;
	position: relative;
	    -webkit-box-shadow: 0 0 50px 13px #4a4a4a47;
	            box-shadow: 0 0 50px 13px #4a4a4a47;
}

.soon img {
	display: block;
	max-width: 160px;
	margin: auto;
	margin-bottom: 40px;
}





.masonry {
  -webkit-column-count: 1;
          column-count: 1;
  -webkit-column-gap: 0;
          column-gap: 0;
  counter-reset: item-counter;
}
@media screen and (min-width: 400px) {
  .masonry {
    -webkit-column-count: 2;
            column-count: 2;
  }
}
@media screen and (min-width: 600px) {
  .masonry {
    -webkit-column-count: 3;
            column-count: 3;
  }
}
@media screen and (min-width: 800px) {
  .masonry {
    -webkit-column-count: 4;
            column-count: 4;
  }
}
@media screen and (min-width: 1100px) {
  .masonry {
    -webkit-column-count: 5;
            column-count: 5;
  }
}

.item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-break-inside: avoid;
          break-inside: avoid;
  padding: 10px;
  counter-increment: item-counter;
}
.item__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  font-size: 40px;
  color: #360007;
  background: currentColor;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #720026;
}
.item__content:hover {
  background: #9b0034;
}
.item__content:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  font-weight: bold;
  background-color: #222;
  content: counter(item-counter);
}

.item__content--small {
  color: #CE4257;
  height: 100px;
}
.item__content--small:hover {
  background: #d66274;
}

.item__content--medium {
  color: #FFC093;
  height: 375px;
}
.item__content--medium:hover {
  background: #ffd8bc;
}

.item__content--large {
  color: #FF7F51;
  height: 280px;
}
.item__content--large:hover {
  background: #ff9d7a;
}
.masonry .item {
    overflow: hidden;
    width: auto;
}

.masonry .item img {
    max-width: 100%;
}



a.form__trigger:hover {
    background: #32dcb5;
    color: #1e2838;
}
label {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    letter-spacing: 1px;
}
.form__wrap {
    /* float: left; */
    height: 380px;
    background: #fff;
    position: relative;
    display: block;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    top: -30px;
    border-radius: 2px;
    max-width: 440px;
    overflow: hidden;
    width: 90%;
        -webkit-box-shadow: 0 0 50px 13px #4a4a4a47;
                box-shadow: 0 0 50px 13px #4a4a4a47;
}

.form__wrap:after {
    content: "";
    clear: both;
    display: table;
}

svg.circle {
    position: ABSOLUTE;
    right: -30px;
    top: -30px;
}
svg.triangle {
    position: ABSOLUTE;
    left: 20px;
    top: 200px;
    -webkit-transform: scale(0.6) rotate(9deg);
        -ms-transform: scale(0.6) rotate(9deg);
            transform: scale(0.6) rotate(9deg);
}
img.quill {
    position: absolute;
    right: 0;
    width: 200px;
    top: 120px;
}
svg.shuriken {
    position: ABSOLUTE;
    right: 70px;
    top: 220px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    display: none;
    /* animation: microwave 40s infinite; */
}
@-webkit-keyframes microwave {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes microwave {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

svg._397hreFv._2T5vzYnK {
    position: absolute;
    width: 50px;
    top: 20px;
    left: 20px;
    display: none;
}

.ripple{
  overflow:hidden;
}

.ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;

    
  -webkit-animation: ripple-animation 2s;

    
          animation: ripple-animation 2s;
}


@-webkit-keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
              transform: scale(100);
      opacity: 0;
    }
}


@keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
              transform: scale(100);
      opacity: 0;
    }
}



.fab{
  border-radius: 50%;
  margin:0;
  padding: 20px;
}




.ripple{
  overflow:hidden;
}

.ripple-effect{
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;

    
  -webkit-animation: ripple-animation 2s;

    
          animation: ripple-animation 2s;
}


@keyframes ripple-animation {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
      opacity: 0.4;
    }
    to {
      -webkit-transform: scale(100);
              transform: scale(100);
      opacity: 0;
    }
}

body.id31 .section {
    max-width: 630px;
    margin-bottom: 130px;
}

.section img {
    margin: auto;
    position: relative;
    display: block;
}

.section h2 {
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
}
div#leistungen {
    background: #fff;
    padding: 40px;
    margin-top: 160px;
}

.project__single .section#leistungen h2 {
    margin-top: 0px;
}
#leistungen.section li::before {
    content: '';
    position: absolute;
    left: -18px;
    height: 8px;
    width: 8px;
    background: #5d5d5d;
    display: block;
    top: 10px;
    /* border-radius: 10px; */
}

#leistungen.section li {
    position: relative;
    list-style: none;

    color: #444;
    margin-bottom: 15px;
}
.head span {
    font-size: 20px;
    color: #fff;
    display: block;
    position: relative;
    text-align: left;
    margin-left: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px 6px;
    background: #ffffff94;
    color: #2f2e45;
    margin-bottom: 10px;
    /* border-radius: 2px; */
}
.section.last {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

a.last__link {
    color: #333;
    border-bottom: solid 3px white;
    padding-bottom: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 6px;
}

a.last__link ion-icon {
    top: 6px;
}

a.last__link:hover {
    border-color: #68ffdd;
    background: #f5f5f5;
}
body.id2 .section.bg h2 {
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    background: none;
    text-align: center;
    font-size: 40px;
    padding-left: 0;
}

.section.bg {
    padding-bottom: 50px;
}
.svg__logo {
    -webkit-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
            transform: rotate(55deg);
    width: 28px;
    float: left;
    bottom: -7px;
    position: relative;
    left: -4px;
}

::-moz-selection { background: #68ffdc; }
::selection { background: #68ffdc; }
.icons svg {
    width: 122px;
    height: 122px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
}



.gdpr .icon img {
    width: 110px;
}

.gdpr span {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}

.gdpr span > a {
    font-weight: bold;
    color: #6a73ee;
}
body.submitted .form__wrap {
    background: none;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.bubble__wrap {
  overflow: hidden;
  position: relative;
  height: 330px;
  margin: auto;
  margin-bottom: -120px;
  max-width: 1240px;
}

canvas {
  width: 100%;
  height: 100%;
}

a.active.btn {
    -webkit-transform: none !IMPORTANT;
        -ms-transform: none !IMPORTANT;
            transform: none !IMPORTANT;
}
a.active.logo {
    -webkit-transform: none !IMPORTANT;
        -ms-transform: none !IMPORTANT;
            transform: none !IMPORTANT;
}
.btn .loader {
    display: NONE;
    width: 100%;
    position: absolute;
    left: -2px;
    top: 35px;
    height: 2px;
    background: #e5e8eb;
    cursor: wait;
}

a.active.btn .loader {
    display: block;
    overflow: hidden;
}

@-webkit-keyframes fill {
    from {
        width: 0%;
    }
    to {
        width: 100%;
        
    }
}

@keyframes fill {
    from {
        width: 0%;
    }
    to {
        width: 100%;
        
    }
}

.bar {
    background: #333;
    height: 100%;
    -webkit-animation: fill 0.6s ease-in-out;
            animation: fill 0.6s ease-in-out;
}

.section[data-scroll-speed] {-webkit-transition: all 0s;-o-transition: all 0s;transition: all 0s;}
img[data-scroll-speed] {-webkit-transition: all 0s;-o-transition: all 0s;transition: all 0s;}
#particles-background, #particles-foreground {
    border-radius: 20px 20px 0 0;
    width: 200vw;
    left: -50vw;
}
.btn .loader {
    display: NONE; 
    width: 60%;
    position: absolute;
    left: 20%;
    top: 55px;
    height: 2px;
    background: #e5e8eb;
    cursor: wait;
}
.section img {
    max-width: 30vw;
    margin-bottom: 40px;
}
footer a.logo span {
    color: #fff;
}
nav.open {
  -webkit-animation: animation 2000ms linear both;
  animation: animation 2000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/6EpUYa */

@-webkit-keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); }
  2.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); }
  4.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); }
  9.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); }
  14.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); }
  19.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); }
  48.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); }
  76.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes animation { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); }
  2.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); }
  4.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); }
  9.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); }
  14.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); }
  19.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); }
  48.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); }
  76.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

.animsition {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 35px;
  position: relative;
  margin: auto;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 2px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
/* Icon 3 */

#nav-icon3 span:nth-child(1) {
  top: 6px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 16px;
}

#nav-icon3 span:nth-child(4) {
  top: 26px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* ?? */
@media all and (min-width:1200px){

.wrapper {padding: 0 50px;max-width: 1060px;position: relative;}
header .wrapper {padding: 0 0px;max-width: 80vw;position: relative;}
header {
    position: absolute;
    width: 100%;
    color: #fff;
    height: 80px;
    top: 20px;
    z-index: 99;
}
/*
body.id33 .intro::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 1800px;
    border-bottom: 120px solid #e5e8eb;
    bottom: 0px;
}
.intro.project__single::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    height: 0;
    border: 0 solid transparent;
    border-right-width: 0px;
    border-left-width: 1800px;
    border-bottom: 120px solid #e5e8eb;
    bottom: 0px;
}
*/
main.law .section h2 {
    text-align:;
    margin-left: 0;
}
.shift {
	position: relative;
	top: -180px;
}
header nav {
    margin-top: 27px;
    padding-top: 0;
    display: block;
    background: none;
    position: absolute;
    height: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    left: inherit;
}

.cookieNotice {
    background: #ffffff;
    font-size: 100%;
    line-height: 1.5;
    padding: 15px;
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 100%;
    border-bottom: 3px solid #68ffdb;
    color: #444;
    z-index: 100;
    width: 430px;
    height: 230px;
}
.section img {
    width: 120px;
}
nav a {
    font-size: 20px; 
}

nav li {
    margin-left: 70px;
    padding-right: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0;
}
.nav__trigger {
	display: none;
}
.splash .wrap {
    padding: 0 50px;
    top: -70px;
}

.intro.project__single {
    max-height: 760px;
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    height: 760px;
    padding-top: 340px;
}




body .vertical-centered-box {
    /* top: 160px; */
}
.form__cta {
    width: 400px;
}
body.id2 .intro {
    max-height: 100vh;
    height: calc(100vh - 180px);
    top: -260px;
    margin-bottom: -261px;
}
body .project__single .vertical-centered-box {
   top: 300px;
}
.showcase {
    width: 1800px;
    position: relative;
    right: 0;
    top: 280px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 60px;
    height: 324px;
}

.item {
}

.item span {
    font-size: 23px;
    font-weight: bold;
    display: block;
    text-align: left;
    margin-left: 17px;
    color: #fff;
}
.showcase .item:hover {
    margin-top: -100px;
}
.icons {
    position: ABSOLUTE;
    right: 100px;
    top: 10px;
}

body.id2 .vertical-centered-box .content {
    vertical-align: top;
    padding-top: 300px;
}

.icons img {
    max-width: 100%;
    width: 145px;
    top: -10px;
    position: relative;
}
.showcase h2 {
    font-size: 26px;
    position: absolute;
    left: -120px;
    width: 120px;
    text-align: right;
}
.item::after {
    content: '';
width: 100%;
height: 100%;
display:block;
position: absolute;
left:0;
top:0;
opacity:0;
border-radius: 5px;
background-image: url(/i/eye.svg);
background-repeat: no-repeat;
background-position: center;
background-size: 120px;
-webkit-transform: translateY(300px);
    -ms-transform: translateY(300px);
        transform: translateY(300px);
-webkit-transition: 1s cubic-bezier(.19,1,.22,1);
-o-transition: 1s cubic-bezier(.19,1,.22,1);
transition: 1s cubic-bezier(.19,1,.22,1);


}
.item:hover::after {
    opacity: 0.5;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: 1s cubic-bezier(.19,1,.22,1);
    -o-transition: 1s cubic-bezier(.19,1,.22,1);
    transition: 1s cubic-bezier(.19,1,.22,1);
}
.item {
    position: relative;
    width: 585px;
}
section.auswahl {
    width: 100vw;
    max-width: 100vw;
    overflow: scroll;
    height: 600px;
}

.showcase img {
    max-width: 100%;
}
form {
    width: 400px;
}
.project__single .section img {
    width: 140%;
    left: -140px;
    position: RELATIVE;
    top: -60px;
}

img {}

.intro.project__single {
    padding-top: 420px;
}

.project__single .section > div:nth-child(1) {
    width: 40%;
    float: left;
}

.project__single .section::after {
    content: "";
    clear: both;
    display: table;
}

.project__single .section h2 {
    font-size: 43px;
    float: left;
}

.project__single .section > div:nth-child(2) {
    width: 60%;
    float: left;
}
.project__single .section > div:nth-child(2) > div {
    width: 100%;
    display: block;
    position: relative;
    float: left;
}
body .vertical-centered-box {
    top: 150px;
}

body.id2 .splash h1 {
    font-size: 122px;
    font-family: inherit;
    font-weight: 900;
    color: #222;
    color: #fff;
    /* background: -webkit-linear-gradient(left, #30CFD0 0%, #330867 100%); */
    /* background: -webkit-gradient(linear, left top, right top, from(#30CFD0), to(#330867)); */
    background: -o-linear-gradient(left, #30CFD0 0%, #330867 100%);
    /* background: linear-gradient(to right, #30CFD0 0%, #330867 100%); */
    /* background: -webkit-linear-gradient(top, #FAD961 0%, #F76B1C 100%); */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#FAD961), to(#F76B1C)); */
    background: -o-linear-gradient(top, #FAD961 0%, #F76B1C 100%);
    /* background: linear-gradient(to bottom, #FAD961 0%, #F76B1C 100%); */
    /* background: linear-gradient(#4fddfa,#588dd0); */
    /* background-image: linear-gradient(-180deg, #ff5d5d 0%, #3F51B5 100%); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    top: -40px;
    position: RELATIVE;
}
footer {
    height: 200px; 
}

.meta {
    height: 50px;
    padding-bottom: 0;
}

.info {
    float: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
}

.meta a {
    margin-left: 40px; 
}
.copyright {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
a.portfolio__link {
    margin-top: -100px;
    margin-right: 30px;
    float: right;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.head p {
    font-size: 30px;
    text-align: left;
    margin-left: 20px;
    margin-bottom: 30px;
    width: 60%;
}
footer nav {
    margin: 0;
    margin-top: 40px;
}



.section.bg {
    background: #fff;
    padding: 30px;
    height: AUTO;
}

.section.bg > div.image {
    width: 30%;
    float: left;
}

.section.bg::after {
    content: "";
    clear: both;
    display: table;
}

.section.bg > div.letters {
    width: 70%;
    float: left;
}

body.id2 main p {
    font-size: 25px;
}

.section.bg h2 {
    font-size: 40px;
}

.section.bg img {
    width: 180px;
}
#success-box {
    width: 400px;
}
.section.bg.hello {
    padding: 110px;
}

.section.bg.hello p {
    font-size: 33px;
}
.btn {
  padding: 0.25em 0.5em;
  padding-top: 8px;
  color: #252525;
  font-weight: 300;
  font-family: 'Rubik';
}
.btn:before, .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #252525;
  transition: -webkit-transform 0.3s ease-in;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.btn:hover {
	background: #68ffdb;
}
.btn:hover:before, .btn:hover:after {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  border-right-color: #252525;
}
.btn:hover:before {
  -webkit-transform: translate3d(-3px, 3px, 0);
          transform: translate3d(-3px, 3px, 0);
}
.btn:hover:after {
  -webkit-transform: translate3d(3px, -3px, 0);
          transform: translate3d(3px, -3px, 0);
}
a.logo:hover {
    background: #fff;
    -webkit-transition: 0.34s cubic-bezier(.19,1,.22,1);
    -o-transition: 0.34s cubic-bezier(.19,1,.22,1);
    transition: 0.34s cubic-bezier(.19,1,.22,1);
}

body.id2 .logo span {
    -webkit-transform: translateX(-60px) translateY(-20px);
        -ms-transform: translateX(-60px) translateY(-20px);
            transform: translateX(-60px) translateY(-20px);
    opacity: 0;
    color: #333;
}
body.id2 .logo:hover span {
    -webkit-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
    opacity: 1;
    color: #333;
}

.logo:hover span {
    -webkit-transform: translateX(0px) translateY(0px);
        -ms-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px);
    /* color: #fff; */
    padding-right: 10px;
    opacity: 1;
    -webkit-transition: 0.34s cubic-bezier(.19,1,.22,1);
    -o-transition: 0.34s cubic-bezier(.19,1,.22,1);
    transition: 0.34s cubic-bezier(.19,1,.22,1);
}
.section.bg.grafik > div.image {
    width: 400px;
    position: absolute;
    right: 20px;
    float: none;
}

.section.bg.grafik {
    padding: 110px;
    position: relative;
}
.project__single #particles-background,.project__single #particles-foreground {
    max-width: 3160px;
    left: -740px;
    top: 190px;
}

.project__single .splash h1 {
    color: #222;
    margin-left: 20px;
}

.project__single .head p {
    color: #333;
    margin-bottom: 100px;
}
a.logo {
    margin-top: 18px;
}
.splash h2 {
    color: #fff;
    margin-top: -70px;
}
body.id2 #particles-background {
    width: 160vw;
    left: -30vw;
}
.btn .loader {
display: NONE; 
    width: 100%;
    position: absolute;
    left: -2px;
    top: 35px;
    height: 2px;
    background: #e5e8eb;
    cursor: wait;
}
.splash h1 {
    font-size: 80px; 
}
body.id2 .section.bg h2 {
    font-size: 52px;
    text-align: left;
}
body.id2 .splash .wrap {
    top: 70px;
}
div#particles-background {
    width: 160vw;
    left: -30vw;
}
.intro {
    max-height: 440px;
    height: 270px;
}
body.id2 .splash .wrap {
    min-width: 1080px;
}
.project {
	margin-bottom: 30px;
}
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 481px) and (orientation: landscape) {
	.intro {
    left: 5%;
    max-height: 860px;
    height: 720px;
    padding-top: 80px;
    top: -200px;
    width: 90vw;
}
body.id2 #particles-background {
    zoom: 0.9;
    border-radius: 20px !important;
}

body.id2 .vertical-centered-box {
    top: 440px;
    position: absolute;
    left: 50px;
}

.intro {
    max-height: 700px;
    height: 700px;
    top: -200px;
}
nav a {
    width: 340px;
    margin: AUTO;
    background: #6675ff;
    font-weight: 300;
    color: #fff;
}

header nav {
    background: #3333336e;
}

}



@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

#particles-background, #particles-foreground {
    border-radius: 0;
}

.intro {
    width: calc(100% - 40px);
    margin: auto;
    border-radius: 5px;
}
.icons {
    position: ABSOLUTE;
    right: 100px;
    top: 10px;
}

body.id2 .splash h1 {
    margin-bottom: 0;
    margin-left: 30px;
}

.splash h2 {
    margin-left: 37px;
}
.section.bg.hello {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    background: #fff;
    width: calc(90vw - 100px);
    padding-top: 30px;
}
.shift {
    margin-top: -270px;
    position: relative;
}
header nav {
    padding-top: 60px;
    height: 50vh;
    background: #fff;
    font-weight: 300;
    top: -40px;
}

header nav ul {
    width: 400px;
    position: absolute;
    right: 20px;
    top: 160px;
    display: none;
}
nav.open ul {
	display: block;
}
body.nav-open .animsition {
    -webkit-filter: blur(15px);
            filter: blur(15px);
}
header nav a {
    text-align: right;
    -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
            transform: translateY(400px);
}

header nav.open a {
    -webkit-animation: smoothUp 1.6s;
            animation: smoothUp 1.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
opacity: 1;
}

header nav li {
    overflow: hidden;
}

nav.open ul > li:nth-child(1) a {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
nav.open ul > li:nth-child(2) a {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
nav.open ul > li:nth-child(3) a {
    -webkit-animation-delay: .40s;
            animation-delay: .40s;
}
nav.open ul > li:nth-child(4) a {
    -webkit-animation-delay: .55s;
            animation-delay: .55s;
}

.intro.project__single {
    width: 95%;
    margin: AUTO;
    float: none;
    max-height: 550px;
    height: 790px;
    top: 50px;
    padding-top: 0;
}

.project__single #particles-background {
    top: 90px;
}

a.portfolio__link {
    top: inherit;
    bottom: 0px;
    z-index: 2;
}

.project__single .splash img {
}

body .project__single .vertical-centered-box {
    top: 0;
}

.project__single .head span {
    margin-left: 0;
}

.project__single .splash h1 {
    color: #333;
}
}


.smoothUp {
  -webkit-animation: smoothUp 2000ms linear both;
  animation: smoothUp 2000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/Usu9bC */

@-webkit-keyframes smoothUp { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1); }
  2.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 252.825, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 252.825, 0, 1); }
  4.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150.559, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150.559, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 79.083, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 79.083, 0, 1); }
  9.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.37, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.37, 0, 1); }
  14.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.592, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.592, 0, 1); }
  19.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.197, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.197, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.111, 0, 1); }
  48.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.067, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.067, 0, 1); }
  76.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes smoothUp { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1); }
  2.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 252.825, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 252.825, 0, 1); }
  4.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150.559, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150.559, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 79.083, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 79.083, 0, 1); }
  9.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.37, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 36.37, 0, 1); }
  14.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.592, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.592, 0, 1); }
  19.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.197, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -8.197, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1.111, 0, 1); }
  48.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.067, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.067, 0, 1); }
  76.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.001, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}


.smoothDown {
  -webkit-animation: smoothDown 2000ms linear both;
  animation: smoothDown 2000ms linear both;
}

/* Generated with Bounce.js. Edit at https://goo.gl/6EpUYa */

@-webkit-keyframes smoothDown { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); }
  2.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); }
  4.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); }
  9.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); }
  14.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); }
  19.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); }
  48.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); }
  76.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}

@keyframes smoothDown { 
  0% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1); }
  2.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -252.825, 0, 1); }
  4.9% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150.559, 0, 1); }
  7.41% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -79.083, 0, 1); }
  9.81% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -36.37, 0, 1); }
  14.71% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.592, 0, 1); }
  19.62% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 8.197, 0, 1); }
  33.93% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1.111, 0, 1); }
  48.15% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -0.067, 0, 1); }
  76.78% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0.001, 0, 1); }
  100% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 
}





@media all and (min-width: 960px) and (max-width: 1199px) {  }
@media all and (min-width: 768px) and (max-width: 959px) { }
@media all and (min-width: 480px) and (max-width: 767px){  }
@media all and (max-width: 599px) {  }
@media all and (max-width: 479px) {
	header nav {
    padding-top: 60px;
    height: 60vh;
    background: #fff;
    font-weight: 300;
    top: -40px;
}

header nav ul {
    width: 400px;
    position: absolute;
    right: 20px;
    top: 160px;
    display: none;
}
nav.open ul {
	display: block;
}
body.nav-open .animsition {
    -webkit-filter: blur(15px);
            filter: blur(15px);
}
header nav a {
    text-align: right;
    -webkit-transform: translateY(400px);
        -ms-transform: translateY(400px);
            transform: translateY(400px);
}

header nav.open a {
    -webkit-animation: smoothUp 1.6s;
            animation: smoothUp 1.6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
opacity: 1;
}

header nav li {
    overflow: hidden;
}

nav.open ul > li:nth-child(1) a {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
}
nav.open ul > li:nth-child(2) a {
    -webkit-animation-delay: .25s;
            animation-delay: .25s;
}
nav.open ul > li:nth-child(3) a {
    -webkit-animation-delay: .40s;
            animation-delay: .40s;
}
nav.open ul > li:nth-child(4) a {
    -webkit-animation-delay: .55s;
            animation-delay: .55s;
}
.intro .icons {
    position: absolute;
    z-index: 99;
    right: 10px;
    bottom: -60px;
}
.section {
    padding: 0 20px;
}
#portfolio {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
a.portfolio__link {
    top: 0px;
}

body .project__single .vertical-centered-box {
    top: 120px;
}

.head span {
    margin-left: 0;
}
body.id2 #particles-background {
    top: -16vh;
}

body.id2 .splash h1 {
    text-align: center;
}

body.id2 .splash h2 {
    text-align: center;
    margin: auto;
}

body.id2 .intro .icons {
    left: 0;
    right: 0;
    bottom: -160px;
}

body.id2 .shift {
    top: -240px;
    position: relative;
}
body.id2 .intro {
	padding-top: 390px;
}
.section.bg.hello {
    background: #e4e8ebbd;
    margin-top: 30px;
    padding-top: 40px;
}
}