#overview {
  color: #000000;
  border-radius: 50px;
  padding: 30px 0 50px 0;
}

#overview .period-color{
 background-color: #fb93ff;
 border:0 ;
}

#overview .title-left{
  flex: 3;
}

#overview .title-left h2{
  font-size: 10vw;
}

#overview .title-right{
  flex: 1;
  text-align: right;
}

#overview h5{
  margin-bottom: 18px;
  -webkit-animation: goleft 0.5s 1;
    -moz-animation: goleft 0.5s 1;
    -o-animation: goleft 0.5s 1;
    animation-fill-mode: both;
}

#overview h5:nth-child(1){
  animation-delay: 0.2s;
}

#overview h5:nth-child(2){
  animation-delay: 0.4s;
}

#overview h5:nth-child(3){
  animation-delay: 0.6s;
}

#overview h5:nth-child(4){
  animation-delay: 0.8s;
}

#overview h5:nth-child(5){
  animation-delay: 1s;
}

#overview h5:nth-child(6){
  animation-delay: 1.2s;
}

#overview h5:nth-child(7){
  animation-delay: 1.4s;
}


#overview h5 span{
  border: 1px solid #000000;
  color: #000000;
  border-radius: 40px;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: bold;
  width: auto;
}

#overview .overview-title {
  display: flex;
  border-bottom: 1px solid #d8d8d8;
  padding: 50px 50px 50px 50px;
  align-items: center;
}

#overview .overview-title .left-column{
  display: flex;
  align-items: flex-end;
}

#overview h3 {
  margin-top: 20px;
}


#overview .animated-button {
  margin-top: 30px;
}

#overview .left-column {
  flex: 2.5;
}

#overview .overview-text{
   display: flex;
}

#overview .overview-text .left-column {
  flex: 1;
}

#overview .overview-text .border {
  border-right: 1px solid #d8d8d8;
  padding: 40px 30px 50px 50px;
}

#overview .overview-text .border p {
  font-weight: 300;
}

#overview .overview-text .right-column {
  flex: 3;
}

#overview .overview-video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 100px 90px 50px;
}

#overview .overview-video img{
  width: 100%;
  max-width: 400px;
  z-index: 3;
}


#overview .channel{
  position: relative;
  left: -10px;
   -webkit-animation: goleft 0.5s 1;
    -moz-animation: goleft 0.5s 1;
    -o-animation: goleft 0.5s 1;
    animation-fill-mode: both;
}

#overview .channel a{
  margin: 20px;

}


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

#overview {
    margin-top: 80px;
}

#overview .overview-title .left-column,
  #overview .overview-text {
    flex-direction: column;
}

#overview .title-left,
#overview .title-right{
  text-align: left;
  width: 100%;
}

#overview .title-left h2{
  font-size: 14vw;
}


#overview .title-right h5{
  display: inline-block;
  padding-right: 10px;
}

#overview .title-right{
  margin-bottom: 30px;
}


#overview .overview-title,
#overview .overview-text .border {
  border: 0;
}

#overview .overview-text .border {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 0;
  padding-left: 35px;
}

#overview .overview-title{
  padding-bottom: 0;
  padding-left: 35px;
}

#overview .overview-video{
  margin-top: 50px;
  padding: 20px;
}
}

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

#overview .overview-title{
  padding-top: 0;
}

#overview .overview-video {
  flex-direction: column;
}

#overview .channel{
  display: flex;
  flex-direction: row-reverse;
  left: unset;
}

#overview .overview-video .arrow-down,
#overview .overview-video .arrow-up{
  rotate: 90deg;
}
}

#project {
   position: relative;
   display: flex;
   flex-direction: column;
    justify-content: center;
    padding: 30px;
}


#project .project-img{
  text-align: center;
  margin: auto;
   position: relative;
   margin-bottom: 5px;
     overflow: hidden;
  border-radius: 20px;
  padding: 30px;
  width: 100%;
}

#project .no-padding{
  padding: 0;
}

#project .no-border-radius{
  border-radius: 0 !important;
}

#project .border{
  border: 1px solid #dddddd;
}


#project .bg2{
    background: #f4eef4;
}

#project .bg3{
    background: #152441;
}


#project .column-wrapper{
  position: relative;
    width: 100%;
     display: flex;
     justify-content: center;
     align-content: center;
}

#project .column-wrapper .column{
  align-self: center;
}

#project .column-wrapper .website img{
  width: 98%;
  margin-bottom: 2%;
  border: 0px solid #eeeeee;
  border-radius: 8px;
}

#project .four-column{
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
}

#project .four-column div{
  width: 45%;
  margin: 5px;
}

#project .mobile-img{
    display: none;
}


#project .column-fix{
  padding: 0;
  border-radius: 0;
}

#project .two-column{
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-content: center;
}

#project .two-column div{
  width: 49%;
}

#project .two-column img{
  border-radius: 20px;
}


#project .separator{
  margin-bottom: 200px;
}


#project .project-img img{
  width: 100%;
  line-height: 0;
  font-size: 0;
  margin: 0;
  display: block;
}

#project .project-img .sketch{
  display: flex;
  justify-content: center;
}


#project .sup-container {
    background-color: #ffffff;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 2;
}

#project sup {
    font-family: 'IBM Plex Mono', sans-serif, arial;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    font-size: 0.7em;
}

#project .caption {
    background-color: #ffffff;
    max-width: 280px;
    border-radius: 10px;
    position: absolute;
    top: 40px;
    right: 40px;
    z-index: 2;
    text-align: left;
    padding: 20px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.2), 
              5px 5px 25px rgba(0,0,0,.1);
    font-family: 'IBM Plex Mono', sans-serif, arial;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
}

#project .two-column3{
  margin-top: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
}

#project .two-column3 .left{
  width: auto;
}


#project .two-column3 .right{
  width: 160px;
  align-self: flex-end;
}

.novumsol img,
.immo1 img,
.immo2 img{
  max-width: 300px;
}

.immo2{
  background-color: #f4eef4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.immo1{
  background-color: #3636ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.novumsol{
  background-color: #066aab;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}


.logo-tile{
  display: flex;
  justify-content: center;
  align-items: center;
}



.max-width160{
  max-width: 130px;
}

.max-widthlogo{
  max-width: 150px;
}

.max-width970{
  max-width: 600px;
}

.max-width800{
  max-width: 800px;
}

.max-width728{
  max-width: 400px;
}

.max-width200{
  max-width: 500px;
}

.margin-top{
  margin-top: 150px;
}

#project .two-column3 img{
  margin: 30px 10px;
  border-radius: 5px;
}

#project-nav{
  position: relative;
   display: flex;
   align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}


#project-nav .nav-button {
  background-color: transparent;
  border: none;
  padding: 0;
}

#project-nav .nav-button a {
   font-family: 'Fira Sans Condensed', sans-serif, arial;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 36px;
  font-size: 14px;
  border: none;
  font-weight: bold;
   color: #000000;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

#project-nav .nav-button svg {
  position: absolute;
  width: 20px;
  fill: #000000;
  z-index: 1;
}


#project-nav .nav-button .arr-1 {
  right: 16px;
}


#project-nav .nav-button .text {
  position: relative;
  z-index: 1;
  transform: translateX(-12px);
  text-transform: uppercase;
}

#project-nav .nav-button .arr-2 {
  left: 16px;
  rotate: 180deg;
}

#project-nav .nav-button .text2 {
  position: relative;
  z-index: 1;
  transform: translateX(12px);
  text-transform: uppercase;
}

.nav-button a:hover .text2,
.nav-button a:hover .text {
  text-decoration: underline;
}


#project .mobile-image{
  display: none;
}

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


#project .column-wrapper{
  flex-direction: column;
}

#project .two-column,
#project .four-column{
  flex-wrap: wrap;
}

#project .four-column div{
  width: 45%;
  margin: 5px;
}

#project .two-column div{
  width: 100%;
}

#project .two-column{
  margin-top: 0;
}


#project .two-column3{
  flex-wrap: wrap;
}

#project .two-column3 img{
  margin: 20px auto;
  padding: 5px;
}

}

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



.novumsol,
.immo1,
.immo2{
  border-radius: 0;
}

#project .column-wrapper .website img{
  width: 100%;
  border-radius: 0;
}


.hide-shape{
  display: none !important;
}


#project .four-column div{
  width: 100%;
  margin: 0;
}

#project .project-img,
#project .two-column img{
  border-radius: 0!important;
}

#project .project-img,
#project {
    padding: 0px;
}

#project .mobile-img{
    display: flex;
}

.desktop-img,
#project .sup-container {
    display: none;
}



#overview .title-left .block{
  display: block;
}

#project .separator{
  margin-bottom: 100px;
}

#project .caption {
    top: 10px;
    right: 10px;
}

#overview .title-left h2{
  font-size: 12.5vw;
}



}