@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css");

body{
  margin: 0 0;
  overflow-x: hidden;
  font-family: Rajdhani;
  color: white;
  font-size: 47px;
  font-weight: 600;
}

.face-button {
  height: 64px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  color: #457b9d;
  overflow: hidden;
  background-color: fff;
}
.face-button .icon {
  margin-right: 6px;
}
.face-button .face-primary,
.face-button .face-secondary {
  display: block;
  padding: 0 32px;
  line-height: 64px;
  transition: margin 0.4s;
}
.face-button .face-primary {
  background-color: #457b9d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.face-button:hover .face-primary {
  margin-top: -64px;
}


.download-link img:hover{
  cursor: pointer;
}
p{
  margin-bottom: 10px;
  margin-top: 0;
}

.top-half, .bottom-half{
  height: 50vh;
  width: 100%;
  position: relative;
  transform: skew(-30deg);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.bottom-half{
  top: 50%;
}

.first-col .top-half{
  border-bottom: 2.5px solid white;
  justify-content: flex-end;
}

.bottom-half{
  flex-direction: column;
}

.top-half{
  overflow: hidden;
}

.top-half img{
  width: 100%;
  height: auto;
}

.first-col .top-half{
  transform-origin: bottom;
}

.bottom-half{
  color: white;
  font-size: 42px;
  font-weight: 600;
}

#main-section, #section-2{
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-section .col, #section-2 .col{
  height: 100%;
  width: 50%;
}
.first-col{
  background-color:rgb(29, 53, 87);
}

.second-col{
  background-color:rgb(69, 123, 157);
}

.inner{
  width: 100%;
  height: 100%
  
}
#main-section .inner{
  transform: skew(30deg);
}

#section-2 .inner{
  transform: skew(-30deg);
}

#main-section .first-col .inner{
  background-color:rgb(29, 53, 87);
}

#main-section .second-col .inner{
  background-color:rgb(69, 123, 157);
  border-left: 2.5px solid white;
}

#section-2 .first-col .inner{
  background-color:rgb(69, 123, 157);
  border-right: 5px solid white;
}

#section-2 .second-col .inner{
  background-color:rgb(69, 123, 157);
}

#section-2 .third-col .inner{
  background-color:rgb(29, 53, 87);  
  border-left: 5px solid white;
}

#section-2 .fourth-col .inner{
  background-color:rgb(29, 53, 87);
  border-left: 5px solid white;
}
#section-2 .inner{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: white;
  font-size: 34px;
  flex-direction: column;
  transition: 300ms ease-in-out all;
}

#section-2 .inner.unskew,#section-2 .inner.unskew-active {
  transform: skew(0deg);
}

#section-2 .inner p:first-of-type{
  font-weight: 700;
  font-size: 42px;
}

#section-2 .col{
  height: 100%;
  width: 25%;
}

#section-2 .first-col{
  background-color:rgb(69, 123, 157);
  z-index: 11;
}
#section-2 .second-col{
  background-color:rgb(69, 123, 157);
  left: 25%;
}

#section-2 .third-col{
  background-color:rgb(29, 53, 87);
  left: 50%;
}

#section-2 .fourth-col{
  background-color:rgb(29, 53, 87);
  left: 75%;
}

.logo{
  width: 190px;
  background-color: white;
  padding: 40px;
}

.logo-container{
  position: absolute;
  /*border-radius: 10%;*/
  border: 1px solid white;
  top: 39%;
  left: 74%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 111;
  overflow: hidden;
}

#section-2 .inner-content{
  transform: skew(30deg);
  transition: 300ms ease-in-out all;
}

.unskew .inner-content, .unskew-active .inner-content{
  transform: skew(0deg) !important;
}

.col:hover .inner-content p:first-of-type{
  text-decoration: underline;
}

#section-2 .col{
  cursor: pointer;
  transition: 300ms ease-in-out all;
}
#section-2 .col.move-left{
  cursor: pointer;
  transition: 500ms ease-in-out all;
  left: 0 !important;
  position:absolute;
}
#section-2 .col.full-width{
  cursor: pointer;
  transition: 900ms ease-in-out all;
}

.fade-away{
  transform: scale(0.5);
  opacity: 0;
}

.fade-away .inner{
  transform: scale(0.5);
  opacity: 0;
}

.fade-away.active{
  transform: scale(1);
  opacity: 1;
}

.fade-away.active .inner{
  transform: scale(1);
  opacity: 1;
}

.full-width{
  width: 100% !important;
  border-right: none;
}

.teaser-title{
  width: 25vw;
  text-align: center;
}

.cloud-icons img, .backend-icons img{
  height: auto;
  width: 65px;
  margin-top: 20px;
  display: block;
  padding: 5px;
  transform: skew(-30deg)
}


.docker-icon{
  width: 80px !important;
}

.java-icon{
  margin-top: 10px !important;
  width: 60px !important;
}

.second-col .top-half{
  font-size: 32px;
}

.cloud-icons span, .backend-icons span{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.cloud-icons span > span, .backend-icons span > span, .cloud-icons-mobile span > span, .backend-icons-mobile span > span{
  height: 90px;
}
.white-img{
  background-color: white;
}

.backend-icons{
  margin-top: -50px;
}

.cloud-icons{
margin-top: -55px;
}

#main-section .second-col .inner-content{
  transform: skew(-30deg);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.backend-icons, .cloud-icons{
  padding: 2.5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 47px;
  color: white;
  font-weight: 600;
  float: left;
  height: 100%;
  flex-direction: column;
}

.coming-soon{
  background-color: white;
  color: black;
  padding: 15px;
  /*border-radius: 5%;*/
  left: 50%;
  font-size: 32px;
  position: absolute;
  z-index: 1111;
  top: 60%;
}
.about-me p{
  line-height: 1.2;
}
.backend-icons{
  align-items: flex-start;
}

.download-container{
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateX(-50%);
  z-index: 11;
  margin-top: 60px;
}

.download-container span:first-of-type{
  font-size: 42px;
}

.download-link-en{
  text-align: right;
  align-items: flex-end;
}

.download-link{
  display: block;
  float: left;
  width: 50%;
  margin-top: 30px;
  display: flex;  
  flex-direction: column;
}

.download-link img{
  width: 75px;
}

.download-link-ger img{
  margin-left: 35px;
  margin-top: 10px;
}

.download-link-en img{
  margin-right: 40px;
  margin-top: 10px;
}

.backend-icons img{
  margin-left: 0;
  margin-right: 20px;
}
.download-title{
  /*font-size: 56px;
  font-weight: 700;*/
  margin-top: 30px;
  display: block;
}

.portfolio-title{
  font-size: 56px;
  font-weight: 700;
  display: block;
}

.icon-title{
  margin-top: 40px;
}

.second-col .top-half{
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  justify-content: flex-start;
  margin-top: 60px;
}

.about-me_title{
  font-weight: 700;
  font-size: 56px;
}

.icon-container{
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  transform: skew(30deg);
}

.second-col .bottom-half{
  flex-direction: row;
  justify-content: space-evenly;
}

@media(max-width: 1800px){
  .second-col .top-half{
    font-size: 29px;
  }
  .about-me_title, .download-title{
    font-size: 50px;
  }

  .icon-container{
    margin-left: -50px;
  }

  .logo-container{
    left: 72%;
  }
}
@media(max-width: 1700px){
  .download-title, body{
    font-size: 42px;
  }
  .bottom-half, .icon-title{
    font-size: 40px;
  }
}

@media(max-width: 1600px){
  .cloud-icons span > span, .backend-icons span > span, .cloud-icons-mobile span > span, .backend-icons-mobile span > span{
    height: 80px;
  }
  .second-col .top-half{
    font-size: 27px;
  }

  .about-me_title, .download-title{
    font-size: 40px;
  }
  .bottom-half, .icon-title{
    font-size: 32px;
  }
  .logo{
    width: 150px;
    padding: 20px;
  }
  .cloud-icons img, .backend-icons img{
    width: 55px;
    margin-top: 5px;
  }
  .java-icon{
    width: 55px !important;
  }
  .docker-icon{
    width: 75px;
  }
}
@media(max-height: 1000px){
  .second-col .top-half{
    font-size: 27px;
  }

  .about-me_title, .download-title{
    font-size: 40px;
  }
  .bottom-half, .icon-title{
    font-size: 32px;
  }
  .logo{
    width: 150px;
    padding: 30px;
  }
  .cloud-icons img, .backend-icons img{
    width: 50px;
    margin-top: 5px;
  }
  .java-icon{
    width: 55px !important;
  }
  .docker-icon{
    width: 75px;
  }
}
@media(max-width: 1400px){
  .about-me_title, .download-title{
    font-size: 32px;
  }
  .logo{
    width: 125px;
    padding: 25px;
  }
  .second-col .top-half{
    font-size: 24px;
  }
  .cloud-icons img, .backend-icons img{
    width: 50px;
    margin-top: 5px;
  }
  .java-icon{
    width: 50px !important;
  }
  .docker-icon{
    width: 70px;
  }
  .download-container span:first-of-type, body{
    font-size: 27px;
  }
  .download-link img{
    width: 55px;
  }
  .download-link-ger img{
    margin-left: 15px;
  }
  .download-link-en img{
    margin-right: 12px;
  }
  .second-col .top-half{
    margin-top: 40px;
    margin-left: 40px;
  }
  .download-container{
    margin-top: 40px;
  }
}

@media(max-height: 900px){
  .cloud-icons span > span, .backend-icons span > span, .cloud-icons-mobile span > span, .backend-icons-mobile span > span{
    height: 70px;
  }
  .about-me_title, .download-title{
    font-size: 32px;
  }
  .logo{
    width: 125px;
    padding: 25px;
  }
  .second-col .top-half{
    font-size: 24px;
  }
  .cloud-icons img, .backend-icons img{
    width: 50px;
    margin-top: 5px;
  }
  .java-icon{
    width: 50px !important;
  }
  .docker-icon{
    width: 70px;
  }
  .download-container span:first-of-type, body{
    font-size: 27px;
  }
  .download-link img{
    width: 55px;
  }
  .download-link-ger img{
    margin-left: 15px;
  }
  .download-link-en img{
    margin-right: 12px;
  }
  .second-col .top-half{
    margin-top: 40px;
    margin-left: 40px;
  }
  .download-container{
    margin-top: 40px;
  }
}
@media(max-width: 1200px){
  .backend-icons{
    margin-top: 0;
  }
  
  .cloud-icons{
  margin-top: 0;
  }
  .cloud-icons span > span, .backend-icons span > span, .cloud-icons-mobile span > span, .backend-icons-mobile span > span{
    height: 70px;
  }
  .coming-soon{
    font-size: 21px;
    padding: 10px;
  }
  .logo{
    width: 110px;
    padding: 20px;
  }
  .second-col .top-half{
    font-size: 18px;
  }
  .about-me_title, .download-title{
    font-size: 27px;
  }
  .download-container span:first-of-type, body{
    font-size: 21px;
  }
  .download-link-ger img{
    margin-left: 5px;
  }
  .download-link-en img{
    margin-right: 4px;
  }

  .java-icon{
    margin-top: 0 !important;
    width: 45px !important ;
  }
  .cloud-icons img, .backend-icons img{
    width: 45px;
  }
  .backend-icons img{
    margin-right: 5px;
  }
  .docker-icon{
    width: 70px !important;
    margin-top: 0 !important;
  }
}
@media(max-height: 750px){
  .coming-soon{
    font-size: 21px;
    padding: 10px;
  }
  .logo{
    width: 110px;
    padding: 20px;
  }
  .second-col .top-half{
    font-size: 18px;
  }
  .about-me_title, .download-title{
    font-size: 27px;
  }
  .download-container span:first-of-type, body{
    font-size: 21px;
  }
  .download-link-ger img{
    margin-left: 5px;
  }
  .download-link-en img{
    margin-right: 4px;
  }

  .java-icon{
    margin-top: 0 !important;
    width: 45px !important ;
  }
  .cloud-icons img, .backend-icons img{
    width: 45px;
  }
  .backend-icons img{
    margin-right: 5px;
  }
  .docker-icon{
    width: 70px !important;
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 1200px){
  @media screen and (min-height: 950px){
    .top-half, .bottom-half, .cloud-icons img, .backend-icons img{
      transform: skew(-15deg);
    }
    #main-section .inner, .icon-container{
    transform: skew(15deg);
    }
    .second-col .top-half{
      font-size: 21px;
      align-items: center;
      justify-content: center;
      margin-top: -40px;
      margin-left: 50px;
    }
    .logo{
      width: 150px;
      padding: 25px;
    }
    .top-half img {
      width: auto;
      height: 100%;
  }
  .top-half, .bottom-half{
    align-items: flex-start;
  }
  }
}

@media screen and (max-width: 1200px){
  @media screen and (min-height: 880px){
    .top-half img {
      width: auto;
      height: 100%;
  }
}
}
@media(max-height: 650px){
  .backend-icons img{
    margin-right: 0;
  }
  .cloud-icons img, .backend-icons img{
    margin-top: 0;
    width: 35px;
  }
  .java-icon{
    width: 35px !important;
  }
  .docker-icon{
    width: 50px !important;
  }
}
@media(min-width: 992px){
  .download-container-mobile, .mobile-icon-container,#mobile-skew-1, #mobile-skew-2, .coming-soon-mobile{
    display: none !important;
  }
}
@media(max-width: 991px){
  .second-col .bottom-half{
    overflow: hidden;
  }
  .top-half img {
    width: 100% !important;
    height: auto !important;
}
  .about-me{
    max-width: 50%;
    margin: 0 auto;
  }
  #mobile-skew-1{
    background-color: rgb(29, 53, 87);
    z-index: 111;
    margin-top: -30px;
    top: 0;
    height: 0;
    width: 0;
    background-color: transparent;
    border: 15px solid rgb(29, 53, 87);
    border-left-color: rgb(29, 53, 87);
    border-bottom-color: rgb(29, 53, 87);
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: 1111;
    position: absolute;
    margin-left: -15px;
  }
  #mobile-skew-2{
    background-color: rgb(69, 123, 157);
    z-index: 111;
    margin-top: -30px;
    top: 0;
    height: 0;
    width: 0;
    background-color: transparent;
    border: 15px solid rgb(69, 123, 157);
    border-left-color: rgb(69, 123, 157);
    border-bottom-color:rgb(69, 123, 157);
    border-top-color: transparent;
    border-right-color: transparent;
    z-index: 1111;
    position: absolute;
  }
  #main-section .col, #section-2 .col{
    height: auto;
  }
  .download-container-mobile{
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .download-container{
    display: none;
  }

  .download-link-ger img{
    margin-left: 11px;
  }
  .download-link-en img{
    margin-right: 8px;
  }
  .first-col .bottom-half{
    top: 0;
    padding-top: 20px;
    padding-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    align-items: unset;
  }
  .download-link{
    width: auto;
    margin-right: 20px;
  }
  .bottom-half, .icon-title{
    font-size: 24px;
  }
  #main-section .col, #section-2 .col{
    width: 100%;
  }
  #main-section{
    display: block;
  }
  .coming-soon{
    display: none;
  }
  .coming-soon-mobile{
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo-container{
    top: 15px;
    left: 15px;
    transform: none;
  }
  .top-half, .bottom-half, #main-section .inner, #section-2 .inner, #section-2 .inner-content{
    transform: skew(0);
  }
  #main-section .second-col .inner{
    border-left: 0;
  }
  .top-half, .bottom-half{
    height: auto;
  }
  #main-section{
    height: auto;
  }
  .inner{
    height: auto;
  }
  .top-half, .bottom-half{
    position: relative;
    overflow: visible;
  }
  .second-col .top-half{
    margin-top: 0;
    margin-left: 0;
    display: block;
  }
  .second-col .bottom-half{
    padding-top: 40px;
    padding-bottom: 40px;
    width: auto;
    top: unset;
    height: auto;
  }
  .icon-container{
    display: none;
  }
  .about-me{
    width: auto;
    padding: 15px;
    display: block;
    padding-top: 20px;
    padding-bottom: 0;
  }
  .mobile-icon-container img{
    width: 40px;
    height: auto;
  }
  .backend-icons-mobile,.cloud-icons-mobile{
    width: 50%;
  }
  .backend-icons-mobile span,.cloud-icons-mobile span{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  }
  .backend-icons-mobile img, .cloud-icons-mobile img{
    transform:skew(-30deg);
    padding: 5px;
  }
  .backend-icons-mobile img{
    margin-right: 10px;
  }
  .mobile-icon-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    transform:skew(30deg);
  }
  .first-col .top-half{
    border-bottom: 0;
  }
}

@media(max-width: 450px){
  .logo{
    width: 90px;
    padding: 15px;
  }
  .logo-container{
    top: 5px;
    left: 5px;
  }
  .about-me{
    max-width: 75%;
  }
}