﻿.error p, .error p a {
  color: #940B56!important;
}

.tablet-mobile {
  display: none;
}

/* Top Section */

#top__content {
  display: flex;
  flex-direction: row;
}

  #top__content .top--left--content {
    width: 50%;
    background: #707070;
    color: #fff;
  }


  #top__content .top--right--content {
    width: 50%;
    position: relative;
  }

    #top__content .top--right--content img.main-bck {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0;
    }

    #top__content .top--right--content img.partner--logo {
      position: absolute;
      top: 55px;
      left: 68px;
      max-width: 215px;
    }

  #top__content .top--left--content h1 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-left: 16%;
    color: #fff;
    margin-block-start: 0;
    margin-bottom: 24px;
    margin-top: 17.35%;
    max-width: 54%;
    font-weight: 200;
    text-transform: uppercase;
  }

/* Top Content */

.breadcrumbs {
  margin-top: 59px;
}

.section--top--content {
  padding-bottom: 39px;
}

  .section--top--content .container {
    max-width: 704px;
  }

  .section--top--content h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 54px;
    margin-bottom: 45px;
    font-weight: 200;
    text-transform: none;
    color: #000;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
    text-transform: uppercase;
  }

/* Images List */

.section--images--list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

  .section--images--list img {
    width: 25%;
  }

/* Purple Content */

.section--purple--light {
  background-color: #707070;
}

.section--purple--content {
  padding-top: 147px;
  padding-bottom: 169px;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

  .section--purple--content .container {
    max-width: 704px;
  }

  .section--purple--content h3 {
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 37px;
    text-transform: uppercase;
    font-weight: 200;
  }

  .section--purple--content h2 {
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-top: 0;
    margin-bottom: 37px;
    text-transform: uppercase;
    font-weight: 200;
  }

  .section--purple--content .studio--description {
    font-family: brandon_grotesqueregular;
    text-align: left;
  }

    .section--purple--content .studio--description p {
      margin: 0;
    }

/* Tips */
.section--tips {
  padding-top: 124px;
  padding-bottom: 113px;
}

  .section--tips .container {
    max-width: 882px;
  }

  .section--tips h3 {
    margin: 0;
    text-transform: uppercase;
    font-family: brandon_grotesquemedium;
    font-size: 20px;
    line-height: 20px;
    font-weight: 200;
    margin-bottom: 10px;
    color: #707070;
  }

  .section--tips h2 {
    margin: 0;
    text-transform: uppercase;
    font-family: brandon_grotesquemedium;
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 64px;
    text-transform: none;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    font-weight: 200;
    text-transform: uppercase;
  }

  .section--tips ul {
    list-style-type: none;
  }

    .section--tips ul li {
      text-align: left;
      background: url(../Content/Images/gt-small.svg) no-repeat left top;
      min-height: 24px;
      padding-left: 42px;
      font-family: brandon_grotesqueregular;
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 35px;
      color: #000;
    }

/* Form */

.section--form {
  padding-bottom: 142px;
}

  .section--form #detail__container {
    clear: both;
    position: relative;
    padding-top: 54px;
    padding-bottom: 76px;
    padding-left: 66px;
    padding-right: 73px;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
    background-color:#fff;
  }

.form--fields {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

  .form--fields .form--field {
    width: 48.71%;
    margin-left: 2.58%;
  }

    .form--fields .form--field:nth-child(2n+1) {
      margin-left: 0;
    }

    .form--fields .form--field input, .form--fields .form--field select {
      display: block;
      width: 100%;
      margin-bottom: 25px;
      border: solid 1px #000;
      padding-left: 21px;
      padding-top: 11px;
      padding-bottom: 11px;
      font-family: brandon_grotesquemedium;
      font-size: 20px;
      line-height: 29px;
      color: #000;
      outline: none;
    }

      .form--fields .form--field input.error, .form--fields .form--field select.error {
        background-color: #B02E60;
        border-color: #B02E60;
        color: #fff;
      }

      .form--fields .form--field input:focus, .form--fields .form--field select:focus {
        background-color: #F6E3DA;
      }

    .form--fields .form--field select {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url(../Content/Images/Menue-Arrow-down-dropdown.svg) no-repeat right 28px top 21px;
    }

    .form--fields .form--field input[type=text]::-webkit-input-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]::-moz-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]::-ms-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]::placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text].error::-webkit-input-placeholder {
      color: #fff !important;
    }

    .form--fields .form--field input[type=text].error::-moz-placeholder {
      color: #fff !important;
    }

    .form--fields .form--field input[type=text].error::-ms-placeholder {
      color: #fff !important;
    }

    .form--fields .form--field input[type=text].error::placeholder {
      color: #fff !important;
    }

    .form--fields .form--field input[type=text]:focus::-webkit-input-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::-moz-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::-ms-placeholder {
      color: #000 !important;
    }

    .form--fields .form--field input[type=text]:focus::placeholder {
      color: #000 !important;
    }

    .form--fields .form--field .checkout--subtext {
      font-family: brandon_grotesquemedium;
      font-size: 16px;
      line-height: 20px;
      color: #707070;
      font-weight: 200;
      margin-top: -10px;
    }

      .form--fields .form--field .checkout--subtext.required--subtext {
        color: #9A1558;
        text-align: right;
      }

    .form--fields .form--field.form--field--split {
      display: flex;
      flex-direction: row;
    }

      .form--fields .form--field.form--field--split input, .form--fields .form--field.form--field--split select {
        width: 47.38%;
        margin-right: 5.24%;
      }

        .form--fields .form--field.form--field--split select:last-child {
          margin-right: 0;
        }

  .form--fields .error p, .form--fields .error p a {
    color: #940B56;
  }

#contact__terms__click, #contact__data__click, #contact__newsletter__click {
  max-width: 76.72%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 200;
  clear: both;
  margin-bottom: 15px;
}

  #contact__terms__click a, #contact__data__click a, #contact__newsletter__click a {
    text-decoration: none;
    color: #B02E60;
    font-weight:200;
  }

    #contact__terms__click a strong, #contact__data__click a strong, #contact__newsletter__click a strong {
      font-weight: 200;
    }

    #contact__terms__click svg, #contact__data__click svg, #contact__newsletter__click svg {
      float: left;
      margin-right: 16px;
      cursor: pointer;
    }

  #contact__terms__click p, #contact__data__click p, #contact__newsletter__click p {
    margin: 0;
    padding-top: 5px;
    line-height: 24px;
  }

#contact__newsletter__click {
  padding-top: 45px;
}

  #contact__newsletter__click p img {
    margin-top: -40px;
    float: left;
  }

  #contact__newsletter__click p:last-child {
    clear: both;
    margin-left: 46px;
    padding-top: 0;
  }

  #contact__newsletter__click svg {
    margin-right: 10px;
  }

#form__submit {
  background-color: #BD1860;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 275px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 70px;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

#form__container h2 {
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 18px;
  margin-top: 0;
  text-transform: none;
  text-align: left;
  color: #000;
  font-weight: 200;
  text-transform: uppercase;
}

#thank__you__container {
  display: none;
}

  #thank__you__container h2 {
    font-family: brandon_grotesquemedium;
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 41px;
    margin-top: 0;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200;
  }

#thank__you__content {
  font-family: brandon_grotesqueregular;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 53px;
  font-weight: 200;
  color: #000;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

  #thank__you__content p {
    margin: 0;
  }

#download__link {
  background-color: #B02E60;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 337px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-bottom: 23px;
  font-weight: 200;
  text-transform: uppercase;
}

#book__link {
  background-color: #68ACC7;
  color: #fff;
  text-decoration: none;
  font-family: brandon_grotesquemedium;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding: 13px 0;
  width: 337px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  font-weight: 200;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.3) !important;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

@media(max-width: 1250px) {
  #top__content .top--left--content h1 {
    font-size: 40px;
    line-height: 45px;
  }

  #top__content .top--right--content img.partner--logo {
    max-width: 120px;
    left: 30px;
    top: 30px;
  }
}

@media(max-width: 991px) {
    .form--payment--method img {
        width: 90%;
    }

    .form--payment--method {
        width: 23% !important;
        margin-right: 0;
    }

    .form--payment--method--other{
        margin-left: 2.6%!important;
    }
}

@media(max-width: 919px) {
    #top__content .top--left--content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 768px) {
  .tablet-mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  #top__content {
    flex-direction: column;
  }

    #top__content .top--left--content {
      width: 100%;
      text-align: center;
    }


    #top__content .top--right--content {
      width: 100%;
    }

      #top__content .top--right--content img {
        width: 100%;
        height: auto;
      }

    #top__content .top--left--content h1 {
      font-family: brandon_grotesquemedium;
      font-size: 40px;
      line-height: 45px;
      margin-left: 0;
      color: #fff;
      margin-block-start: 0;
      margin-bottom: 49px;
      margin-top: 49px;
      max-width: 70%;
      margin-left: auto;
      margin-right: auto;
      font-weight: 200;
    }

    #top__content .top--right--content img.partner--logo {
      max-width: 157px;
      left: 51px;
      top: 40px;
    }

  /* Top Content */
  .breadcrumbs {
    margin-top: 40px;
  }

  .section--top--content {
    padding-bottom: 78px;
  }

    .section--top--content .container {
      max-width: 608px;
    }

    .section--top--content h2 {
      font-size: 40px;
      line-height: 45px;
      margin-top: 55px;
      margin-bottom: 24px;
      font-weight: 200;
      max-width: 60%;
      margin-left: auto;
      margin-right: auto;
    }

  .section--images--list {
    flex-wrap: wrap;
  }

    .section--images--list img {
      width: 50%;
    }

  /* Purple Content */

  .section--purple--content {
    padding-top: 69px;
    padding-bottom: 110px;
  }

    .section--purple--content .container {
      width: 79.17%;
      margin-left: auto;
      margin-right: auto;
    }

    .section--purple--content .studio--description {
      width: 100%;
    }

    .section--purple--content h3 {
      margin-bottom: 33px;
    }

    .section--purple--content h2 {
      font-size: 40px;
      line-height: 45px;
      margin-bottom: 33px;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
    }

  /* Section Tips */
  .section--tips {
    padding-top: 89px;
    padding-bottom: 91px;
  }

    .section--tips .container {
      max-width: 100%;
      margin-left: 10.42%;
      margin-right: 10.42%;
    }

    .section--tips h3 {
      margin-bottom: 24px;
    }

    .section--tips h2 {
      font-size: 40px;
      line-height: 45px;
    }

    .section--tips ul li {
      line-height: 25px;
    }

  /* Form */
  .form--fields .form--field {
    width: 100%;
    margin-left: 0;
  }

    .form--fields .form--field input, .form--fields .form--field select {
      margin-bottom: 22px;
    }

  #contact__terms__click, #contact__data__click, #contact__newsletter__click {
    line-height: 30px;
    display: flex;
    flex-direction: row;
    max-width: 100%;
  }

    #contact__terms__click p, #contact__data__click p, #contact__newsletter__click {
      margin-top: -3px;
      margin-bottom: 33px;
    }

      #contact__newsletter__click p:last-child {
        margin-left: 6px;
      }

      #contact__terms__click svg, #contact__data__click svg, #contact__newsletter__click svg {
        width: 30px;
        height: 30px;
        flex-shrink: 0;
      }

  .section--form #detail__container {
    max-width: 608px;
  }

  #form__submit {
    margin-top: 58px;
  }

  .section--form {
    padding-bottom: 98px;
  }

  /* Thank you */
  #thank__you__container h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 45px;
    max-width: 77.3%;
  }

  #thank__you__content {
    max-width: 100%;
  }

  .section--purple--content {
    padding-top: 112px;
  }

    .form--payment--method {
        width: 33% !important;
        margin-right: 0;
    }

    .form--payment--method--other {
        margin-left: 2.6% !important;
    }
}

@media (max-width: 650px) {
  .section--top--content .container{
    max-width: 80.53%;
  }
}

@media (max-width: 480px) {

  #top__content .top--left--content h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 19px;
    margin-top: 19px;
    max-width: 80%;
  }

  #top__content .top--right--content img.partner--logo {
    max-width: 74px;
    left: 25px;
    top: 19px;
  }

  /* Top Content */
  .breadcrumbs {
    margin-top: 27px;
  }

  .section--top--content {
    padding-bottom: 44px;
  }

    .section--top--content .container {
      max-width: 80.53%;
    }

    .section--top--content h2 {
      font-size: 25px;
      line-height: 35px;
      margin-top: 43px;
      margin-bottom: 24px;
      font-weight: 200;
      max-width: 75%;
    }

    .section--top--content .content {
      line-height: 25px;
    }

  /* Purple Content */

  .section--purple--content {
    padding-top: 64px;
    padding-bottom: 54px;
  }

    .section--purple--content .container {
      max-width: 80.8%;
    }

    .section--purple--content h3 {
      font-size: 14px;
      line-height: 20px;
      font-weight: 200;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 21px;
    }

    .section--purple--content h2 {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 34px;
      max-width: 100%;
    }

    .section--purple--content .studio--description {
      font-size: 20px;
      line-height: 30px;
    }

  /* Form */

  .section--form #detail__container {
    max-width: 80.53%;
    padding: 38px 23px 38px 24px;
  }

  .form--fields .form--field input, .form--fields .form--field select {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  #contact__terms__click, #contact__data__click, #contact__newsletter__click {
    max-width: 84.44%;
    line-height: 30px;
  }

    #contact__terms__click svg, #contact__data__click svg, #contact__newsletter__click svg {
      width: 30px;
      height: 30px;
    }

    #contact__terms__click p, #contact__data__click p, #contact__newsletter__click p {
      line-height: 30px;
    }

      #contact__newsletter__click p:first-child img {
        width: 170px !important;
        height: auto !important;
        margin-top: -25px;
      }

      #contact__newsletter__click p:last-child {
        margin-top: 15px;
        margin-left: 0;
      }

  #form__submit {
    width: 247px;
    margin-top: 23px;
  }

  .section--form {
    padding-bottom: 56px;
  }

  .wizard--container {
    padding-bottom: 57px !important;
  }

  .section--tips h2 {
    font-size: 25px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .section--tips ul {
    margin-left: 0;
    padding-left: 0;
  }

    .section--tips ul li {
      margin-bottom: 20px;
    }

  #thank__you__container h2 {
    font-size: 25px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 30px;
  }

  #thank__you__content {
    margin-bottom: 32px;
  }

  #download__link, #book__link {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }

    .form--payment--method {
        width: 48% !important;
        margin-right: 0;
    }

    .form--payment--method--other {
        margin-left: 4% !important;
    }
}

#extra__prize__text {
  font-size: 25px;
  color: #BD1860;
  margin-top: 50px;
  font-family: brandon_grotesquemedium;
}

#extra__prize__link {
  display: inline-block;
  font-family: brandon_grotesquemedium !important;
  color: #FFF;
  letter-spacing: 0;
  font-size: 20px;
  line-height: 34px;
  margin-top: 38px;
  padding: 8px 25px;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.3);
  border: solid 1px #fff;
  font-weight: 500;
  text-transform: uppercase;
  box-shadow: none;
  cursor: pointer;
}

  #extra__prize__link:hover {
    opacity: 0.7;
  }