body {
  overflow-y: auto;
  background-size: cover;
  height: 100vh;
  perspective: unset;
  transform: unset;
  padding: 0;
      background-attachment: fixed;

}
.heading_fixed_bottom{
  position: fixed;
  left: 50%;
  bottom: 2%;
  transform: translateX(-50%);
  width: 100%;
}
/******* Form *******/

h1.form_heading,
h2.form_heading {
  color: #151D34;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
}


.badgescroll span{
  display: none !important;
}
select.form-control {
  background: #f2f2f2;
}


.form-control::placeholder {
  color: #273344;
  font-size: 14px;
  letter-spacing: 0.26px;
  line-height: 16px;
}

.screen-reader-error {
  position: relative;
  clear: both;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid transparent;
  display: none;
  font-size: 16px;
}

.screen-reader-response {
  position: relative;
  clear: both;
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  padding: 10px;
  margin: 20px 0;
  border: 1px solid transparent;
  display: none;
  font-size: 16px;
}

input.error {
  border: 1px solid red;
  margin-bottom: 8px;
}

input.sucess {
  border: 1px solid #c7b587;
  margin-bottom: 8px;
}

textarea.wpcf7-not-valid {
  border-bottom: 2px solid red;
}







.checkboxes-and-radios .dib {
  display: inline-block;
}

.checkboxes-and-radios {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}

.contact_form_cm .checkboxes-and-radios {
  text-align: left;
  margin-top: 0;
}

.checkboxes-and-radios input {
  display: none;
}

#kontakt .checkboxes-and-radios label {
  margin-left: 0;
}

.checkboxes-and-radios label {
  cursor: pointer;
  padding-left: 32px;
  padding-top: 2px;
  margin-right: 15px;
  position: relative;
  display: block;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}

.checkboxes-and-radios input[type="checkbox"] {
  position: absolute;
  visibility: hidden !important;
}

.checkboxes-and-radios input[type="checkbox"]+label:before,
.checkboxes-and-radios input[type="checkbox"]+label:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkboxes-and-radios input[type="checkbox"]+label:before {
  width: 17px;
  height: 17px;
  left: 0px;
  background: #fff;
  border: 1px solid #151D34;
  border-radius: 0px;
}

.checkboxes-and-radios input[type="checkbox"]+label:after {
  width: 11px;
  height: 11px;
  left: 2px;
  margin-top: -6px;
}

.checkboxes-and-radios input[type="checkbox"]:checked+label:after {
  left: 2px;
  content: '✓';
  color: #151D34;
  font-size: 16px;
  font-weight: bold;
}

.checkboxes-and-radios input[type="checkbox"]:checked+label:before {
  background: #ffffff;
}

.checkboxes-and-radios input[type="radio"] {
  position: absolute;
  visibility: hidden !important;
}

.checkboxes-and-radios input[type="radio"]+label {
  padding-left: 20px;
}

.checkboxes-and-radios input[type="radio"]+label:before,
.checkboxes-and-radios input[type="radio"]+label:after {
  content: '';
  position: absolute;
  top: 0%;
  margin-top: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.checkboxes-and-radios input[type="radio"]+label:before {
  width: 15px;
  height: 15px;
  left: 0px;
  background: #ffffff;
  border: 1px solid rgba(128, 117, 88, 0.5);
  border-radius: 15px;
}

.checkboxes-and-radios input[type="radio"]+label:after {
  width: 11px;
  height: 11px;
  left: 2px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: -5.5px;
}

.checkboxes-and-radios input[type="radio"]:checked+label:after {
  left: 2px;
  background: #C99D66;
}

.checkboxes-and-radios input[type="radio"]:checked+label:before {
  background: #ffffff;
}

.contact_form .mobile_size label {
  margin: 10px 0 0px 20px;
  position: relative;
  display: inline-block;
}

.contact_form .mobile_size span {
  padding: 0 0px 0 12px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 0.8;
  line-height: 2;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
}


.contact_form .mobile_size textarea {
  min-height: 160px;
}

.contact_form .mobile_size textarea,
.contact_form .mobile_size input {
  background: rgb(149, 147, 251);
  background: linear-gradient(180deg, rgba(149, 147, 251, 0) 0%, rgba(149, 147, 251, 0.6) 100%);
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;

}
.description_content p, .description_content p a {
    font-family: 'ABCFavorit', Arial, Helvetica, sans-serif;
    text-decoration: none;
    position: relative;
    font-size: 18px;;
}
.description_content p a::after{
  content: '';
  background: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;;
}


.contact_form .mobile_size input:focus+span,
.contact_form .mobile_size textarea:focus+span {
  opacity: 1;
  transform: scale(1) translateY(-100%) translateX(1px);
  -ms-transform: scale(1) translateY(-100%) translateX(1px);
  padding-left: 0;
  left: 0px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
}

form ::placeholder {
  color: #b1b1b1 !important;
}

#kontakt .flex_container {
  justify-content: space-between;

}

#kontakt .cell_1_2:nth-child(2) {
  min-width: 30%;
  max-width: 30%;
  align-self: center;

}

.form-control {
  border-radius: 50px !important;
  border: 1px solid #FFFFFF;
}

.badgescroll {
  display: none;
}

.starfield_container {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0;
  bottom: 0;
  z-index: 0;
}

#submit {
  display: block;
  width: 200px;
  border-radius: 40px;
  padding: 13px 26px 10px 26px;
  float: right;
  background: transparent;
  color: #f5d07e;
  border-color: #fff;
  font-family: 'ABCFavorit', Arial, Helvetica, sans-serif;
  text-transform: none;
}

#submit:hover {
  color: #fff;
  background: linear-gradient(180deg, rgba(149, 147, 251, 0) 0%, rgba(149, 147, 251, 1) 100%);
}
#kontakt .cell_1_2:nth-child(2) h2 p{
  font-size: 27px !important;
}
#kontakt .cell_1_2:nth-child(2) .description_content p{
  font-size: 18px !important;
}
@media(max-width: 1450px){
  .website h1, .website h1 p, .codex-editor h1 {
    font-size: min(3.2rem, 10vw);
  }
}
@media(max-width: 1199px){
  body {
    overflow-y: auto;
    background-size: cover;
    height: auto;
  }
  .website h1, .website h1 p, .codex-editor h1 {
    font-size: min(80rem, 7vw);
  }
  #kontakt{
    padding-top: 330px;
    padding-bottom: 40px;
  }
  .heading_fixed_bottom {
    position: absolute;
    bottom: auto;
    top: 155px;
  }
  .col-sm-12.mobile_size{
    padding: 0;
  }
  #kontakt .cell_1_2:nth-child(1){
    min-width: 100%;
    max-width: 100%;
  }
  #kontakt .cell_1_2:nth-child(2){
    margin-top: 20px;
    min-width: 300px;
    max-width: 300px;
    justify-content: center;
    align-self: center;
    justify-self: center;
    margin: 20px auto;
  }
  #kontakt .cell_1_2:nth-child(2) h2 p br{
    display: none;
  }
  #kontakt .cell_1_2:nth-child(2) h2 p{
    font-size: 25px;
  }
  #kontakt .cell_1_2:nth-child(2) .description_content p{
    font-size: 18px;
  }
}
@media(max-width: 575px){
  .website h1, .website h1 p, .codex-editor h1 {
    font-size: min(80rem, 10vw);
  }
}