@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
body {
  background-color: rgba(17, 17, 15, 1.00);
  font-family: 'Poppins', sans-serif;
  color: rgba(255, 255, 255, 1.00);
}
a {
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  color: rgba(17, 17, 15, 1.00);
  font-weight: 600;
}
a:hover {
  color: rgba(17, 17, 15, .75);
}
.wrapper-fullpage {
  padding-bottom: 5%;
  /*border-top: solid 10px #f1ba60;*/
}
.first-left-col {
  text-align: center;
  padding: 35px;
}
.first-left-col .top-logo {
  padding-top: 20%;
  padding-bottom: 20%;
}
.first-left-col h1 {
  background: -webkit-linear-gradient(-45deg, #f1ba60, #f4eeb0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
}
.first-right-col {
  padding: 0px 0px;
  color: #ffffff;

  
}

.interesse{
    font-size: 40px;
      font-weight: 500;
      margin-top: 50px;
}

.blok1, .blok2, .blok3, .blok4, .blok5{
    margin-top: 30px;
}

.blok1 ul{
    width: 50%;
  margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}

.contact-form {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}
.contact-form h2 {
  margin-bottom: 70px;
  font-weight: 200;
  font-size: 36px;
  line-height: 50px;
}
.contact-form .inputfield {
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: none;
  font-size: 16px;
  color: rgba(17, 17, 15, 1.00);
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .inputfield:focus {
  box-shadow: none;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid #f4eeb0;
}
.contact-form .select {
  background-color: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .25);
  box-shadow: none;
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 20px;
  padding: 10px;
}
.contact-form .form-group label {
  color: rgba(255, 214, 68, 1);
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.contact-form .form-check label, .contact-form .form-label {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 25px;
}
.contact-form .form-check span, .contact-form .form-group label span, .contact-form .form-label span {
  color: #f1ba60;
  font-size: 12px;
  padding-left: 5px
}
.contact-form .form-check {
  padding-top: 15px;
  padding-bottom: 5px
}
::placeholder {
  color: rgba(73, 73, 72, .5) !important;
}
.btn-form {
  text-decoration: none;
  color: rgba(17, 17, 15, 1.00);
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: none;
  padding: 15px 60px !important;
  background: -webkit-linear-gradient(-45deg, #f1ba60, #f4eeb0);
  transition: all .2s;
  border-radius: 0;
  margin-top: 15px;
  font-weight: 700;
  width: 100%;
}
.btn-form:hover {
  transition: all .2s;
  background: -webkit-linear-gradient(-45deg, #f4eeb0, #f1ba60);
  border: none;
  color: rgba(17, 17, 15, 1.00);
}
.contact-form hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
@media(max-width:1200px) {}
@media(max-width:991px) {
    .blok1 ul{
    width: 100%;
  margin: 0 auto;
    text-align: left;
    margin-top: 20px;
}}
@media(max-width:767px) {}
@media(max-width:550px) {}

.blok1{
    font-size: 1.15rem;
}