body {
  /*font-family: 'Raleway', sans-serif;*/
  overflow-x: hidden;
  overflow-y: scroll;
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Cirka';
  color: #0D1B2A;
  margin: 0 auto;
  text-align: left;
  font-size: 1.5em;
  font-weight: 300;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF9F2;
}
/*html, body{overflow: auto;
height:100%;}*/

/*REDESIGN ANFANG */
/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@font-face {
    font-family: 'Monument Extended';
    src: url('../fonts/Monument/MonumentExtended-Regular.eot');
    src: url('../fonts/Monument/MonumentExtended-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monument/MonumentExtended-Regular.woff2') format('woff2'),
        url('../fonts/Monument/MonumentExtended-Regular.woff') format('woff'),
        url('../fonts/Monument/MonumentExtended-Regular.ttf') format('truetype'),
        url('../fonts/Monument/MonumentExtended-Regular.svg#MonumentExtended-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Monument Extended';
    src: url('../fonts/Monument/MonumentExtended-Ultrabold.eot');
    src: url('../fonts/Monument/MonumentExtended-Ultrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Monument/MonumentExtended-Ultrabold.woff2') format('woff2'),
        url('../fonts/Monument/MonumentExtended-Ultrabold.woff') format('woff'),
        url('../fonts/Monument/MonumentExtended-Ultrabold.ttf') format('truetype'),
        url('../fonts/Monument/MonumentExtended-Ultrabold.svg#MonumentExtended-Ultrabold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Cirka';
    src: url('../fonts/Cirka/Cirka-Bold.eot');
    src: url('../fonts/Cirka/Cirka-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cirka/Cirka-Bold.woff2') format('woff2'),
        url('../fonts/Cirka/Cirka-Bold.woff') format('woff'),
        url('../fonts/Cirka/Cirka-Bold.ttf') format('truetype'),
        url('../fonts/Cirka/Cirka-Bold.svg#Cirka-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cirka';
    src: url('../fonts/Cirka/Cirka-Light.eot');
    src: url('../fonts/Cirka/Cirka-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cirka/Cirka-Light.woff2') format('woff2'),
        url('../fonts/Cirka/Cirka-Light.woff') format('woff'),
        url('../fonts/Cirka/Cirka-Light.ttf') format('truetype'),
        url('../fonts/Cirka/Cirka-Light.svg#Cirka-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.j-scrolldown {
      width: 1px;
      height: 60px;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      margin: 0 auto;
      overflow: hidden;
    }
.j-scrolldown .j-line {
  width: 100%;
  height: 100%;
  transform: scale(1);
  display: block;
  background: linear-gradient(to bottom, black 50%, rgba(0, 0, 0, 0) 50%);
  background-position: 0 -60px;
  opacity: 1;
  background-size: 100% 200%;
  animation: scrolldown 2.1s cubic-bezier(0.74, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}

.verticalLine {
  border-left: 1px solid black;
  display:block;
  height: 60px;
  margin:0 auto;
  width:1px;
  position: relative;
  opacity: 0;
}

.verticalLine2 {
  border-left: 1px solid #D3CFC9;
  display:block;
  height: 60px;
  margin:0 auto;
  width:1px;
  position: relative;
  opacity: 1;
}

.verticalLine.appear2 {
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  opacity: 1;
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#newF{
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-size: 2em;
}

#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 99999;
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader-wrapper img {
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
}

#loader2{
    display: block;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
  }

.detailBox ul li {
  text-decoration: none;
  padding: 0;
}

::-webkit-scrollbar {
    width: 0px;
  }
::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background: #FF3E00;
}

.introV2 {
  width: 100vw;
  height: 100vh;
  background-color: white;
  margin-top: -6vh;
}

.introV2 h1 {
  font-size: 1.2em;
  line-height: 25px;
  font-weight: 500;
  position: absolute;
  margin-top: 25vh;
  margin-left: 0vw;
}

.introContant {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 60%;
}

.backButton {
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  opacity: 0;
  transform: translate3d(-15px, 0, 0);
}

.backButton.in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.backButton a:hover {
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 0.5px;
  color: transparent;
  transition: color 0.2s linear;
}


.testName p {
  position: fixed;
  font-size: 0.87em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
  color: #1B263B;
  z-index: 1;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  top: 60%;
  left: 50px;
}

.scrollIndicator {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}

.scrollIndicator p {
  transform: rotate(90deg);
  position: fixed;
  bottom: 50px;
  margin: 50px;
  right: -50px;
  text-transform: uppercase;
  font-size: 0.87em;
  letter-spacing: 2px;
  /* font-weight: 500; */
  font-family: 'Monument Extended', Helvetica, sans-serif;
}

.scrollIndicator.disappear {
  opacity: 0;
}



video {
  width: 140% !important;
  height: auto !important;
}

.svgIcons {
  width: 25px;
  height: auto;
  float: left;
  margin-right: 20px;
  fill: #212121;
  fill: #BDBDBD;
}

.svgIcons:hover {
  fill: #778DA9;
  fill: blue;
}

.socialLinks {
  margin-top: 50px;
}

.socialLinks a {
  font-size: 1.13em;
  margin-right: 15px;
}

.introBox h1 {
  font-size: 3em;
  font-weight: 300;
  color: #2F2F2F;
}

.introBox h2 {
  font-size: 3em;
  font-weight: 300;
  color: #A1A3A8;
}

.introBox {
  margin-top: 25vh;
  width: 35vw;
}

.greyT {
  color: #4D4D4D;
}

.blueW {
  color: #040127;
}

#introSatz {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 2.8em;
  text-align: center;
  background-color: #f5f5f5;
}

#introSatzBox {
  margin-top: 150px;
  margin-bottom: 200px;
}

/********************/

#sImg {
  width: 25%;
  height: auto;
  float: left;
  margin-right: 20px;
}

#mTop {
  margin-top: 200px;
}

#mBottom {
  margin-bottom: 100px;
}

#info {
  font-size: 18px;
  color: #555;
  text-align: center;
  margin-bottom: 25px;
}

a {
  color: #074E8C;
}

.scrollbar {
  margin-left: 30px;
  float: left;
  height: 300px;
  width: 65px;
  background: #F5F5F5;
  overflow-y: scroll;
  margin-bottom: 25px;
}

.force-overflow {
  min-height: 450px;
}

#wrapper {
  text-align: center;
  width: 500px;
  margin: auto;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #000000;
}

/********************/

#rightPost {
  margin-left: 15vw;
}

#leftPost {
  margin-left: -15vw;
}

.text {
  width: 60%;
  height: 50%;
  margin-top: 25%;
  margin-bottom: 25%;
  margin-left: 20%;
  line-height: 200%;
}

.boxtest {
  background-color: blue;
  width: 100%;
  height: 100%;
}

#galerie {
  margin-bottom: 5vh;
}

#galerie .row {
  margin-bottom: 0px;
  margin-top: 0px;
  padding: 0;
}

#galerie .col-md-6 {
  padding: 7px;
}

#galerie .col-md-12 {
  padding: 7px;
}

#headerRow .row {
  margin-bottom: 2vh;
}

#contentContainer {
  background-color: blue;
  width: 60vw;
}

#backgroundImage {
  background-size: cover;
  width: 100%;
  height: 80%;
  margin-top: 30vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}

#headerContainer {
  width: 100vw;
  height: 40vh;
  margin-top: -10vh;
  background-color: white;
  padding-top: 15vh;
}

#pfeil {
  background-image: url("../img/pfeil2.png");
  background-size: cover;
  width: 10px;
  height: 45px;
  transform: scale(0.8);
  opacity: 1;
  position: fixed;
  bottom: 60px;
  right: 90px;
  margin: 0px;
}

.detailBox {}

.detailBox .spacer {
  margin-top: 20px;
}

.detailBox p {
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.8em;
  color: #ADADAD;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.detailBox h1 {
  font-weight: 300;
  font-size: 1.3em;
  line-height: normal;
  margin-top: 0vh;
}

.col-md-4 {
  padding: 10px;
}

.col-md-3 {
  padding: 10px;
}

#redesign {
  width: 33vw;
  /*padding-right: 20vw;*/
  height: auto;
  margin-left: 35vw;
  margin-right: auto;
  margin-top: 5vh;
}

#redesignContainer {
  width: 100vw;
  height: auto;
  margin-right: 0vw;
}

#backgroundFont {
  /* font-family: 'Sporting Grotesque_Bold', Helvetica, sans-serif; */
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-size: 7em;
  /****Stroke Effect*****/
  /* color: #C2C2C2;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #C2C2C2; */
  /*************/

  text-transform: uppercase;
  letter-spacing: 20px;
  /* font-weight: 600; */
  z-index: -1;
  position: fixed;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  white-space: nowrap;
  color: #F6F6F6;
}

.post {
  margin-bottom: 100px
}

#introContainer {
  margin-top: 0vh;
  /* padding-top: 40vh; */
  /*padding: 20vh;*/
  /* background-color: yellow; */
  height:100vh;
  width:100vw;
  position: relative;
  text-align: left;
  /* background-image: url("../img/gradient.jpg"); */

  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}


#introContainer video {
  z-index: -1;
  position: fixed;
  transform:  translate(-50%, -50%) scale(0.6);
  top: 50%;
  left: 50%;
 }



#introContainer h1 {
  font-weight: 300;
  font-size: 6.5em;
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: 500;

  /* background-color: pink; */
  /* right: 0;
  bottom: 0; */
  /* margin-right: 90px;
  margin-bottom: 0vh; */
  letter-spacing: 0px;
  /* text-transform: uppercase; */
  color: black;
  /*
  position: absolute;
  margin:auto; */
  padding-left:10vw;
  padding-right: 10vw;
  width:100vw;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top:-2vh;
}

#introContainer p{
  font-family: 'Cirka', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 32px;
}

#introContainer h2{
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: 800;
  color:#D3CFC9;
}

#experienceList ul li{
  margin-bottom: 24px;
}

  .flex-container {
    display: flex;
    flex-wrap: wrap;
    line-height: 150%;
    /* margin:0 0 5px 0; */
    font-size: 1.6em;  /*P FONT*/
    /* font-size: 30px;
    text-align: center; */
  }

  .flex-item-left {
    flex: 10%;
  }
  .flex-item-right {
    flex: 90%;
  }

.strokeText{
  /* -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
  color: transparent; */
}

.progress-container {
  position: fixed;
  top:0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 5px;
  background: transparent;
}

.progress-bar {
  width: 5px;
  background: #FF3E00;
  height: 0%;
}

#introText {
  font-weight: 600;
  font-size: 3em;
  letter-spacing: -2px;
  width: 70%;
  line-height: 150%;
}

#introText3 p {
  margin-top: 5vh;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 0.87em;
}

.appear {
  transition: opacity 0.75s ease-out, transform 0.75s ease-out;
  opacity: 0;
  transform: translate3d(0, 150px, 0) rotate(-3deg);
  /* transform: translateY(-100px), ; */
}

.appear.in {
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate(0deg);
  /* transform: translateY(0); */
}

a {
  color: black;
}

a:hover {
  text-decoration: none;
  color: #778DA9;
  cursor: pointer;
}

h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  font-size: 1.125em;
  line-height: 150%;
  word-spacing: 2px;
  letter-spacing: 0.3px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: black;
}

.tilter__figure p {
  color: white;
}

h1 {
  font-weight: 500;
  font-size: 3.2em;
  margin-top: 3vh;
}

#intro {
  font-size: 6em;
  font-weight: 900;
}


h2 {
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1em;
  margin: 0;
  margin-bottom: 20px;
  color: black;
  letter-spacing: 1px;
  color: black;
}

.textLine {
  margin-left: -20px;
  margin-top: 20px;
  width: 80px;
  height: 5px;
  background-color: black;
}

h3 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 0;
}

h4 {
  /* font-weight: 700; */
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.3em;
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 0px;
  margin: 70px;
  letter-spacing: 2px;
  color: #000;
}

.backButton h4:hover{
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 0.5px;
  color: transparent;
  transition: color 0.2s linear;
}

/* apfel */
#ecke {
  font-weight: 300;
  color: #000;
  font-size: 0.87em;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h5 {
  font-weight: 700;
  margin: 0 auto;
  color: #000;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 10px;
}

.section h1 {
  font-size: 12em;
  position: absolute;
  text-align: center;
  bottom: 25%;
  left: -1%;
  color: #F7F7F7;
  z-index: -1;
}

h6 {
  font-weight: 300;
  font-style: italic;
  margin: 0 auto;
  color: #1B263B;
  font-size: 1em;
  text-align: left;
  margin-bottom: 0px;
}

.test {
  width: 100%;
  height: auto;
}

.intro p {
  font-weight: 300;
  font-style: italic;
  margin: 0 auto;
  color: #1B263B;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 0px;
}

.infobox {
  font-size: 1.5em;
  width: 100%;
  height: auto;
}

.infobox p {
  font-style: italic;
  font-weight: 400;
  font-size: 1em;
}

/*171222*/

.emailb {
  background-image: url("../img/emailIcon.png");
  background-size: cover;
  width: 30px;
  height: 29px;
  transition: transform 0.2s ease;
  transform: rotate(0deg);
  position: fixed;
  bottom: -20px;
  left: 0px;
  margin: 70px;
  fill: #BDBDBD;
}

.emailb:hover {
  transition: transform 0.2s ease;
  transform: rotate(45deg);
}

.emailb:hover {
  cursor: pointer;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /*z-index: 2;*/
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  z-index: 1;
  /*z-index: 2;*/
}

.box_footer h4 {
  font-weight: 500;
  color: #000;
  font-size: 0.87em;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin: 60px;
}

.footer_ {
  width: 100%;
  height: 50px;
  display: block;
}

.titel {
  display: block;
  background-color: transparent;
  margin: 0 auto;
  font-weight: 800;
  position: absolute;
  color: #DFDCD8;
  /*#EAE0D5;/*#EAE4E4;/*#F7F7FF;/*#D3D0CB;*/
  font-size: 6.5em;
  text-align: left;
  margin-left: -30px;
  bottom: -50px;
}

.section .row {
  margin: 0 auto;
  height: auto;
  width: 60%;
}

.item2 {
  width: 65%;
  float: left;
  position: relative;
  /*  box-shadow: 0 30px 80px 0 rgba(0, 0, 0, .2);*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: box-shadow 0.6s/*ease-in-out;*/
  cubic-bezier(0.4, 0, 0.2, 1);
  /*  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
}

.item2:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.hoverbox {
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #1B263B;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}

.row span {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.hoverbox:hover {
  opacity: 0.9;
}

.hoverbox h6 {
  text-align: center;
  font-size: 3em;
  color: white;
}

#footerBox .row {
  /* width:65vw; */
  margin-bottom: 0px;
  margin-top: 80px;
}

.Portfolio-Container .row {
  width: 70vw;
  margin-bottom: 40px;
  margin-top: 40px;
}

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

.swiper-wrapper {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
}

.swiper-slide {
  width: 50%;
  height: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
}

.about_box {}

.about_box h4 {
  position: fixed;
  bottom: 30px;
  margin: 50px;
  right: -30px;
  text-transform: uppercase;
  font-size: 0.87em;
  letter-spacing: 2px;
  font-weight: 400;
}
#details{
  margin-bottom: 50px;
}
#details p {
  font-weight: 400;
  font-size: 0.87em;
  color: #D3CFC9;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: 800;
}

#details h1 {
  /* float: left; */
  font-weight: 300;
  font-size: 1em;
  font-family: 'Cirka';
  margin:0;
}

.about_box .row {
  margin-top: 10vh;
  width: 75vw;
}

.about_box h3 {
  overflow: hidden;
  font-size: 1.3em;  /*P FONT*/
  font-weight: 400;
  float: left;
  line-height: normal;
}

/* .about_box h3:after {
    content:"";
    display: inline-block;
    height: 0.5em;
    vertical-align: bottom;
    width: 80%;
    margin-right: -80%;
    margin-left: 10%;
    border-top: 1px solid #dddddd;
} */

.about_box .col-md-6 {
  padding-left: 0px;
  padding:10px;
}

.about_box .col-md-2 {
  padding:10px;
}
.about_box .col-md-7 {
  padding:10px;
}

.about_box .col-md-12 {
  padding: 0px;
}

.fixed {
  position: relative;
  width: 100%;
}

.scrollit {
  float: right;
  width: 100%
}

#spacerTop {
  margin-top: 40px;
}

#spacerTop2 {
  margin-top: 70px;
}

.about_box ul {
  padding: 0px;
}

.about_box ul li {
  line-height: 150%;
  font-size: 1.6em;
}

#details2 ul li{
 line-height: 200%;
}

.about_box p {

  font-weight: 400;
  margin: 0 auto;
  color: #1B263B;
  font-size: 1.6em;  /*P FONT*/
  text-align: left;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
  line-height: normal;
  word-spacing: 2px;
}

.about_box h2 {
  /* font-weight: 600; */
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.5em;
  letter-spacing: 0px;
  color: black;
}



.intro {
  width: 100%;
  height: auto;
  padding: 2%;
}

.intro a {
  color: /*#BDD5EA;/*#A3CEF1;*/
  #0D68FF;
}

.intro {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.intro a:hover {
  color: #FFF;
  text-decoration: none;
  background: #FF007F;
  /*#77685D;/*#FE8A83;/*#274C77;/*#FF0B88;*/
}

.intro h1 {
  font-size: 6em;
  font-weight: 900;
}

.intro h2 {
  /*font-family: 'Raleway', sans-serif;*/
  font-size: 6em;
  font-weight: 700;
}

.box_footer {
  margin-left: 20px;
  text-decoration: none;
  display: block;
}

.footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

.project__header {
  margin-bottom: 50px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px
}

.project__banner {
  background: #fff;
  height: 200px;
  margin: 0 0 8px;
  overflow: hidden;
  position: relative;
  /*box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.4);*/
  /*box-shadow: 0px 10px 45px 1px rgba(0,0,0,0.4);*/
  box-shadow: 0px 25px 49px -2px rgba(0, 0, 0, 0.22);
  margin-bottom: 125px;
}

.project__banner-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

@media (min-width:1000px) {
  .project__banner {
    height: auto;
    padding-top: 18%;
    /*28.5%*/
    /*box-shadow: 0px 10px 17px 0px rgba(0,0,0,0.4);*/
  }
  .detailBox .spacer {
    margin-top: 0px;
  }
  .fixed {
    position: fixed;
    width: 40%;
  }
  .scrollit {
    float: right;
    width: 45%
  }
  .project__banner-image {
    background-size: 100% auto;
    height: 170%;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%
  }
  p {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.3em;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  height: 60px;
}

.banner {
  width: 100%;
  height: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}

.box {
  /*
  display:block;
  background-color: transparent;
  width:100%;
  height:auto;
  float:left;
  padding: 10px;*/
}

/* MENU */

#menu {
  background-color: transparent;
  font-weight: 300;
}

#menu ul {
  position: fixed;
  right: 0px;
  margin: 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.87em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

#menu li a {
  color: #1B263B;
  padding-left: 5px;
  font-family: 'Monument Extended', Helvetica, sans-serif;
  font-weight: normal;
  color: black;
  transition: color 0.2s linear;
}

#menu li a:hover {
  /* color: #778DA9; */
  /* -webkit-text-fill-color: white; */
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 0.5px;
  color: transparent;
  transition: color 0.2s linear;
}

/* transition: visibility 0.4s, opacity 0.4s ease-in-out; */

#active2 {
  /* font-weight: 800; */
  text-decoration: line-through;
}

#active2 a {
  color: black;

}

#notActive a {
  color: black;
  font-weight: 400;
  /* text-transform:none; */
  letter-spacing: 2px;
}

#brand {
  font-family: 'Monument Extended', Helvetica, sans-serif;
  color: #1B263B;
  margin: 60px;
  position: fixed;
  left: 0px;
  font-size: 0.87em;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  /* font-weight: 700; */
  z-index: -1;
}

#brand:hover {
  color: #778DA9;
}

/* language button affe */

/*.lang{
  position: fixed;
  margin:70px;
  right:0px;
  top:50px;
  padding: 5px;
}*/

.lang a {
  color: black;
  font-size: 0.87em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Monument Extended', Helvetica, sans-serif;

}

.lang a:hover {
  color: #778DA9;
  cursor: pointer;
}

#buttonEng {
  color: black;
  position: fixed;
  margin: 70px;
  right: 0px;
  top: 50px;
  padding: 5px;
}

#buttonDe {
  position: fixed;
  margin: 70px;
  right: 0px;
  top: 50px;
  padding: 5px;
}

/*
font-size: 1em;
position: fixed;
right:20px;
top:55px;*/

/* language button */

/*______Side Menu______*/

#sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  /*z-index: 2;*/
  top: 0;
  right: 0%;
  background-color: #FFF9F2;
  overflow-x: hidden;
  padding-top: 50%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s ease-in-out;
}

#sidenav.visible {
  right: 0;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.4s, opacity 0.4s ease-in-out;
}

.sideNavlinks {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
}

#sidenav a {
  font-family: 'Monument Extended', Helvetica, sans-serif;
  text-decoration: none;
  font-size: 2em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  display: block;
  text-align: center;
  margin: 0;
  line-height: 2.4em;
}

#sidenav a:hover, a:focus {
  color: #778DA9;
}

.sidenavContact {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 85%;
  left: 50%;
  display: inline-block;
  white-space: nowrap;
}

.sidenavContact p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
}

.sidenavContact img {
  width: 25px;
  height: 25px;
}

/* .sidenavContact img{
  width:25px;
  height:25px;
} */

.sidenavContact .spacer {
  margin-right: 20px;
}

.sidenavContact a {
  float: left;
}

.icon2 {
  left: 20px;
  bottom: 0;
  position: fixed;
  margin: 70px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  font-size: 1.3em;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  background: #1B263B;
  float: left;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.icon2:hover {
  color: #FFF;
  text-decoration: none;
  background: #778DA9;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

@media (max-width: 767px) {
  .navbar-right {
    display: none;
  }
  .icon2 {
    display: none;
  }
  #introContainer h1 {
  font-size: 2.5em;
  letter-spacing:0px;
  }

  .about_box ul li {
    line-height: 150%;
    font-size: 1em;
  }

  .about_box p {
    line-height: 150%;
    font-size: 1.13em;
  }

  .flex-container {
    font-size: 1.05em;
  }

  .detailBox h1 {
    font-size: 1.05em;
  }

  #introContainer video {
  transform:  translate(-50%, -50%) scale(0.6);
  }

}

@media (min-width: 767px) {
  #burgerButton {
    display: none;
  }
}

/* THUMBNAIL */

.Portfolio-Container {
  margin-top: 6vh;
}

.Portfolio-Container2 {
  width: 60%;
  height: auto;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin: auto;
}

.row {
  width: 60%;
  margin: auto;
}

/*________BURGER BUTTON_________*/

#burgerButton {
  width: 30px;
  height: 15px;
  position: fixed;
  right: 0;
  top: 0%;
  margin: 25px;
  /*z-index: 3;*/
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -ms-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#burgerButton span {
  display: block;
  position: absolute;
  height: 1px;
  width: 90%;
  background: black;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -ms-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#burgerButton span:nth-child(1) {
  top: 0px;
  width: 90%;
  right: 0;
}

#burgerButton span:nth-child(2), #burgerButton span:nth-child(3) {
  top: 10px;
}

/* #burgerButton span:nth-child(4) {
  top: 20px;
  width: 70%;
  right: 0;
} */

#burgerButton.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  right: 50%;
}

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

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

/* #burgerButton.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  right: 50%;
} */

.item {
  opacity: 0;
}

.item.is-visible {
  -webkit-animation: Items2 1s ease-in forwards;
  animation: Items2 1s ease-in forwards;
}

.item2 {
  opacity: 0;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 70px;
}

.item2.is-visible {
  -webkit-animation: Items 600ms ease-in forwards;
  animation: Items 600ms ease-in forwards;
}

@keyframes Items2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes Items {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    opacity: 0.1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*-------------------------*/

/*--------MEDIA QUERRIES --------*/

/*-------------iPhone 5s------------*/

@media all and (min-width:310px) and (max-width: 568px) {
  .detail_box .spacer {
    margin-top: 20px;
  }
  #introSatz {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    color: #24148C;
    text-align: center;
  }
  #introSatzBox {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #mTop {
    margin-top: 50px;
  }
  #ecke {
    display: none;
  }
  #pfeil {
    display: none;
  }
  #redesignContainer {
    width: 100%;
    height: auto;
    margin-right: 0%;
  }
  .tilter {
    /* transform: scale(0.2); */
    /* margin: 0px; */
    /* width: 624px !important;
    height: 416px !important; */
    width: 280px;
    height: 186px;
    padding: 0px;
  }

  .tilter__title{
    font-size: 1em;
  }
  .tilter__description {
    font-size: 0.87em;
  }

  .tilter__caption {
    padding: 0.8em;
  }
  /* #rightPost {
    margin: 0px;
    padding: 0px;
  } */

  .post {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    /* margin: 0px; */
    padding: 0px;
  }
  .swiper-slide {
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
  }
  #introContainer {
    /* margin-left: 0;
    margin-top: 0;
    width: auto;
    height: auto;
    padding: 0; */
    /*background-color: yellow;*/
  }
  #rightPost {
    margin-left: 0;
  }
  #leftPost {
    margin-left: 0;
  }
  #backgroundFont {
    font-size: 0em;
  }
  #introContainer {
    /* margin-left: 15vw;
    margin-top: 13vh;
    width: 70vw;
    height: 80vh;
    padding: 2vh; */
    /*background-color: yellow;*/
  }
  #introText {
    font-weight: 600;
    font-size: 2em;
    letter-spacing: -2px;
    width: 70%;
    line-height: 150%;
  }
  #introText2 {
    font-weight: 600;
    font-size: 2em;
    letter-spacing: 3px;
    text-transform: uppercase;
    word-spacing: inherit;
  }
  .project__banner-image {
    background-position: 50% 0;
    height: 30vh;
    width: 100%;
  }
  .project__banner {
    height: 150px;
  }
  #sidenav {
    padding-top: 55%;
  }
  h4 {
    font-weight: 700;
    color: #000;
    text-align: left;
    position: inherit;
    margin: 15px;
    margin-top: 20px;
  }

  .intro h1 {
    font-size: 2em;
    font-weight: 900;
  }
  .intro p {
    font-weight: 300;
    font-style: italic;
    margin: 0 auto;
    color: #1B263B;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0px;
  }
  #buttonEng {
    font-size: 1em;
    position: fixed;
    right: 20px;
    top: 55px;
  }
  #buttonDe {
    font-size: 1em;
    position: fixed;
    right: 20px;
    top: 55px;
  }
  .Portfolio-Container {
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  h1 {
    color: black;
    font-weight: 500;
    font-size: 2em;
  }
  h3 {
    font-weight: 300;
    font-size: 1em;
    margin: 0;
  }
  .box_footer {
    margin-top: 30px;
  }
  #brand {
    color: #1B263B;
    /* font-weight: 700; */
    /* font-size: 2em; */
  }
  h2 {
    font-size: 1.1em;
  }
  p {
    font-size: 1em;
  }
  .lang {
    position: fixed;
    margin: 10px;
    top: 30px;
    right: 0px;
  }
  .lang a {
    color: black;
    font-size: 0.87em;
    font-weight: 300;
    text-transform: uppercase;
  }
  .section h1 {
    font-size: 4em;
  }
  .row .item2 {
    width: 100%;
    position: relative;
  }
  .section .row {
    margin: 0 auto;
    height: auto;
    width: 75%;
  }
  #fp-nav ul li .fp-tooltip {
    display: none;
  }
  #fp-nav {
    position: fixed;
    /*z-index: 100;*/
    margin-top: 0px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
  #fp-nav.right {
    right: 0px;
    margin: 0;
  }
  #fp-nav ul, .fp-slidesNav ul {
    margin: 0px;
    padding: 0;
  }
  .project__header {
    margin-bottom: 50px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px
  }
  /*.item .row{
      width:85%;
      margin-bottom:50px;
      margin-top: 50px;
    }*/
  .Portfolio-Container .row {
    width: 95vw;
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .box_footer h4 {
    margin: 0;
    font-size: 1.3em;
  }
  .emailb {
    display: none;
  }
  .infobox {
    padding: 20px;
    font-size: 1em;
    width: 100%;
    height: 50%;
  }
  .titel {
    margin: 0 auto;
    font-weight: 700;
    position: absolute;
    color: #ddd;
    font-size: 2.5em;
    text-align: left;
  }
  .navbar-nav {
    margin-top: 5px;
  }
  #menu a {
    margin: 0px;
  }
  #burgerButton {
    margin: 15px;
    width: 35px;
  }

  /* .Portfolio-Container .row .appear .img-responsive {
    width:100vw;
  } bild volle breite bug */
}

/*____iPhone 6s_____*/

@media all and (min-width:375px) and (max-width: 667px) {
  #redesign {
    margin-top: -7vh;
  }
  .swiper-slide {
    left: -50px;
  }
  #mTop {
    margin-top: 50px;
  }
  .scrollIndicator {
    opacity: 0;
  }
  #sidenav {
    padding-top: 60%;
  }
  h1 {
    color: black;
    font-weight: 500;
    font-size: 2.8em;
  }
  h3 {
    font-weight: 300;
    font-size: 1.3em;
    margin: 0;
  }
  /* #footerBox .row{
    width:85vw;
  } */
  #brand {
    margin: 10px;
  }
  .emailb {
    margin-bottom: 40px;
    margin-left: 30px;
  }
  .box_footer h4 {
    margin: 30px;
  }
  .about_box h3 {
    overflow: hidden;
    font-size: 1em;
    font-weight: 400;
    float: left;
  }
}

/* --- iPhone 6s Plus --*/

@media all and (min-width: 414px) and (max-width: 736px) {
  .infobox {
    padding: 20px;
    font-size: 1em;
    width: 100%;
    height: 50%;
  }
  #backgroundFont {
    font-size: 2em !important;
  }
}

/* --- iPad Mini 4 - iPad Pro --*/

@media all and (min-width: 768px) and (max-width: 1024px) {
  .intro p {
    font-weight: 300;
    font-style: italic;
    margin: 0 auto;
    color: #1B263B;
    font-size: 1em;
    text-align: left;
    margin-bottom: 0px;
  }
  #backgroundFont {
    font-size: 3.5em !important;
  }
  #mTop {
    margin-top: 50px;
  }
}

/*___ Monitor den niemand mehr benutzt hallo ___*/

@media all and (min-width: 600px) and (max-width: 800px) {
  #introContainer {
    /* margin-left: 11vw;
    margin-top: 16vh;
    width: 70vw;
    height: 80vh;
    padding: 20vh; */
    /*background-color: yellow;*/
  }
  #introText {
    font-weight: 500;
    font-size: 2em;
    letter-spacing: -2px;
    width: 100%;
    line-height: 150%;
  }
  #introText2 {
    font-weight: 500;
    font-size: 2em;
    letter-spacing: -2px;
    width: 70%;
    line-height: 150%;
  }
  .lang {
    position: fixed;
    margin: 50px;
    top: 50px;
    right: 30px;
  }
  #brand {
    margin: 60px;
    margin-left: 60px;
    font-size: 1.1em;
  }
  #backgroundFont {
    font-size: 10em;
  }
  #menu li a {
    margin: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.87em;
  }
}

@media all and (min-width: 900px) and (max-width: 1440px) {
  /*vogel*/
  .detailBox p {
    font-size: 0.7em;
  }
  .detailBox h1 {
    font-size: 0.87em;
  }
  #backgroundFont {
    font-size: 7em;
  }
  .tilter {
    transform: scale(0.8);
  }
  p {
    font-size: 1em; /*P FONT*/
  }
  h2 {
    font-size: 1.1em;
  }
  #introContainer video {
  transform:  translate(-50%, -50%) scale(0.4);
  }


}

@media all (max-width: 1280px) {
  #backgroundFont {
    font-size: 4em;
  }
  .titel {
    display: block;
    background-color: transparent;
    margin: 0 auto;
    font-weight: 700;
    position: absolute;
    color: #D3D0CB;
    font-size: 4.5em;
    text-align: left;
    margin-left: -20px;
    bottom: -40px;
  }
  .box_footer h4 {
    font-size: 1em;
    margin: 50px;
  }
  .lang {
    position: fixed;
    margin: 50px;
    top: 50px;
    right: 30px;
  }
  #menu ul {
    margin-right: auto;
    margin: 50px;
  }
  .infobox p {
    font-size: 0.7em;
  }
  #menu {
    font-size: 0.87em;
  }
  #brand {
    margin: 30px;
    font-size: 1.1em;
  }
  .emailb {
    background-image: url("../img/emailIcon.png");
    background-size: cover;
    width: 30px;
    height: 29px;
    transform: rotate(0deg);
    position: fixed;
    left: 15px;
    margin: 70px;
    bottom: 0px;
    fill: #BDBDBD;
  }
  .emailb:hover {
    transition: transform 0.2s ease;
    transform: rotate(45deg);
  }
  .icon2 {
    left: 25px;
    bottom: 0;
    position: fixed;
    margin: 50px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background: #1B263B;
    float: left;
  }
  .intro p {
    font-size: 1em;
  }
  p {
    font-size: 1em;
  }
  h2 {
    font-size: 1.8em;
  }
}

@media all and (min-width: 600px) and (max-width: 1366px) {
  .about_box h5 {
    font-size: 1.2em;
  }
  h4 {
    font-weight: 700;
    color: #000;
    font-size: 1.7em;
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 0%;
    margin: 60px;
  }
  .lang {
    position: fixed;
    /*margin:70px;*/
    margin: 70px;
    right: 0px;
  }
  .tilter {
    transform: scale(0.8);
  }
  .box_footer h4 {
    font-size: 0.87em;
    margin: 50px;
  }
  .infobox p {
    font-size: 0.7em;
  }
  #backgroundFont {
    font-size: 5em;
  }
  #menu ul {
    margin-right: auto;
    margin: 60px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.87em;
  }
  #menu {
    font-size: 0.87em;
  }
  #brand {
    margin: 60px;
    /* font-size: 1.8em; */
  }
  #burgerButton {
    width: 30px;
    height: 15px;
    position: fixed;
    right: 0px;
    top: 0px;
    margin: 70px;
  }
  .emailb {
    background-image: url("../img/emailIcon.png");
    background-size: cover;
    width: 30px;
    height: 29px;
    transform: rotate(0deg);
    position: fixed;
    left: 0px;
    margin: 50px;
    bottom: 0px;
    fill: #BDBDBD;
  }
  .emailb:hover {
    transition: transform 0.2s ease;
    transform: rotate(45deg);
  }
  .icon2 {
    left: 25px;
    bottom: 0;
    position: fixed;
    margin: 50px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background: #1B263B;
    float: left;
  }
  p {
    font-size: 1.3em; /*P FONT*/
  }
  h2 {
    font-size: 1em;
  }
  h4 {
    font-size: 1.2em;
  }

  .about_box ul li {
    line-height: 150%;
    font-size: 1em;
  }

  .about_box p {
    line-height: 150%;
    font-size: 1.13em;
  }

  .flex-container {
    font-size: 1.05em;
  }

  .detailBox h1 {
    font-size: 1.05em;
  }
}


@media all and (min-width: 1440px) and (max-width: 1800px) {
  #introContainer video {
  transform:  translate(-50%, -50%) scale(0.4);
  }
}



@media all and (min-width: 1800px) {
  h1 {
    font-weight: 500;
    font-size: 3.8em;
  }
  .Portfolio-Container .row {
    width: 70vw;
    margin-bottom: 30px;
    margin-top: 80px;
  }
  #backgroundFont {
    font-size: 12em;
  }
  #brand {
    /* font-size: 2em; */
  }
  p {
    font-size: 1.6em; /*P FONT*/
  }
  h2 {
    font-size: 1.25em;
  }
  .tilter {
    margin: 1.5em 2.5em;
    /* width: 380px;
    height: 450px; */
  }


  .fixed {
    position: fixed;
    width: 35%;
  }
  .scrollit {
    float: right;
    width: 50%
  }
  .about_box .row {
    width: 70vw;
    margin-top: 20vh;
  }

  #introContainer video {
  transform:  translate(-50%, -50%) scale(0.3);
  }

}

@media all and (min-width: 2000px) {
  .tilter {
    margin: 1.5em 2.5em;
    /* width: 400px;
    height: 474px; */
  }
  .Portfolio-Container .row {
    width: 45vw;
    margin-bottom: 30px;
    margin-top: 80px;
  }
  .fixed {
    position: fixed;
    width: 30%;
  }
  .scrollit {
    float: right;
    width: 50%
  }
  .about_box .row {
    width: 80vw;
    margin-top: 30vh;
  }
  #footerBox .row {
    /* width:45vw; */
    margin-bottom: 0px;
    margin-top: 80px;
  }
  #backgroundFont {
    font-size: 11em;
  }
}

/*4K UHD (3840 × 2160), the 16:9 5K resolution of 5120 × 2880*/
/* geteilt durch 0,844 für verhältnis*/
/*
@media all and (min-width: 2700px) {
  .tilter {
    margin: 1.5em 2.5em;
    width: 500px;
    height: 592px;
  }
}
@media all and (min-width: 3400px) {
  .tilter {
    margin: 1.5em 2.5em;
    width: 600px;
    height: 711px;
  }
}
@media all and (min-width: 4000px) {
  .tilter {
    margin: 1.5em 2.5em;
    width: 700px;
    height: 830px;
  }
}
@media all and (min-width: 4600px) {
  .tilter {
    margin: 1.5em 2.5em;
    width: 800px;
    height: 947px;
  }
}
@media all and (min-width: 5200px) {
  .tilter {
    margin: 1.5em 2.5em;
    width: 900px;
    height: 1066px;
  }
} */

/*-------------------------*/

/*--------MEDIA QUERRIES --------*/

/*-------------------------*/
