.footer{
  position: relative;
  background-color: white;
  height: auto;
}
.footer-upper-content{
  height: 24rem;
}

.footer-section-title{
  color: black;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: bold;
  margin-bottom: 0;
}

.footer-section-text-line{
  color: black;
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
}
.footer-section-text-line span{
  color: black;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}

.footer-section-text-line:before{
  position: relative;
  content: "\2022";
  font-size: 3.5rem;
  line-height: 0;
  top: 5px;
  padding-right: 5px;
}

.footer-section-text-line-red{
  color: #ff002c;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-indent: 1.8rem;
}

.footer-section-text-line-small{
  color: black;
  font-size: 1.7rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  text-indent: 1.8rem;
}

.footer-links a{
  color: black;
  font-size: 2rem;
  line-height: 2rem;
  padding-right: 2rem;
}

.footer-social-links a{
  color: black;
  font-size: 1.7rem;
  line-height: 3rem;
  padding-right: 2rem;
}

.footer-policies-wrapper{
  height: 9rem;
}

.footer-policies{
  text-align: right;
}

.footer-policies a{
  color: black;
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding-right: 1.5rem;
}

.footer-policies span{
  color: black;
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding-right: 1.5rem;
}

.footer-policies-bold{
  font-weight: bold;
}

.footer-logo-circle{
  max-width: 4rem;
}

.footer-logos {

}

.footer-logos .footer-logo-item {
  display: inline-block;
  max-width: 18rem;
  top: 2rem;
  margin-right: 2rem;
  margin-bottom: 2rem;
  vertical-align: bottom;
}

.footer-european-union{
  position: relative;
  max-width: 18rem;
  top: 2rem;
}

.footer-description p{
  color: black;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.footer-line{
  background-color: lightgray;
  height: 0.2rem;
}

.kickstarter{
  text-align: center;
  display: none;
}

.kickstarter-image{
  position: fixed;
  height: 550px;
  width: 800px;
  top: 11.5rem;
  left: 50%;
  margin-left: -400px;
  background-image: url('../images/gotokyweb_teaser_KS_800x550.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 20;
}

.kickstarter-close{
  position: relative;
  width: 100%;
  height: 50px;
  top: 500px;
  cursor: pointer;
}

.kickstarter-wrapper{
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  background-color: #ff007c;
  height: 7rem;
}

.thankyou-wrapper{
  height: 100rem;
  margin: auto;
  max-width: 1200px;
}

.thankyou{
  height: 82rem;
  margin: auto;
  position: relative;
  top: 15rem;
  max-width: 1200px;
  background-image: url('../images/thankyou_desktop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}



@media only screen and (max-width: 1200px) {
  .footer{
    position: relative;
    background-color: white;
    height: auto;
  }
  .footer-upper-content{
    height: 65rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-section-title{
    color: black;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
    margin-bottom: 0;
  }

  .footer-section-text-line{
    color: black;
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 0.5rem;
  }
  .footer-section-text-line span{
    color: black;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: bold;
  }

  .footer-section-text-line:before{
    position: relative;
    content: "\2022";
    font-size: 4.5rem;
    line-height: 0;
    top: 5px;
    padding-right: 5px;
  }

  .footer-section-text-line-red{
    color: #ff002c;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-section-text-line-small{
    color: black;
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-links a{
    color: black;
    font-size: 4rem;
    line-height: 5rem;
    padding-right: 2rem;
  }

  .footer-social-links a{
    color: black;
    font-size: 3rem;
    line-height: 3.5rem;
    padding-right: 2rem;
  }

  .footer-policies-wrapper{
    height: 31rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-policies{
    text-align: right;
  }

  .footer-policies a{
    color: black;
    font-size: 2rem;
    line-height: 2rem;
    padding-right: 1.5rem;
  }

  .footer-policies-bold{
    font-weight: bold;
  }

  .footer-logo-circle{
    max-width: 4rem;
  }

  .footer-european-union{
    position: relative;
    max-width: 18rem;
    top: 1rem;
  }

  .footer-description p{
    color: black;
    font-size: 2rem;
    line-height: normal;
  }

  .footer-line{
    background-color: lightgray;
    height: 0.2rem;
  }

  .kickstarter{
    text-align: center;
    display: none;
  }

  .kickstarter-image{
    position: fixed;
    height: 66.65rem;
    width: 50rem;
    top: 15rem;
    left: 50%;
    margin-left: -25rem;
    background-image: url('../images/gotokyweb_teaser_KS_750x1000_mobile.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 20;
  }

  .kickstarter-close{
    position: relative;
    width: 100%;
    height: 8rem;
    top: 58rem;
    cursor: pointer;
  }

  .kickstarter-header-wrapper{
    display: none;
    position: relative;
    z-index: 0;
    height: 7rem;
  }

  .thankyou-wrapper{
    display: none;
    height: 100%;
    margin: auto;
    max-width: 1200px;
  }

  .thankyou{
    height: 82%;
    margin: auto;
    position: relative;
    top: 15rem;
    background-image: url('../images/thankyou_mobile.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
