
/*--------------------------------------------------
	Contact Formular
---------------------------------------------------*/

#contact-formular {
  margin-top: 30px;
}

.text-align-center #contact-formular {
  margin: 0 auto;
  max-width: 800px;
  margin-top: 30px;
}

#contact-formular::after {
  clear: both;
  content: " ";
  display: table;
}

#contactform {
  position: relative;
}

.name-box, .email-box, .message-box {
  position: relative;
  display: block;
}

.name-box, .email-box {
  width: 47%;
  float: left;
  margin-bottom: 20px;
  margin-right: 6%;
  position: relative;
}

  .name-box::after, .email-box::after {
    clear: both;
    content: " ";
    display: table;
  }

.email-box {
  margin-right: 0px;
}

.message-box {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.verify-box {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}

.text-align-center .verify-box {
  float: none;
  width: auto;
  text-align: center;
  display: table;
  margin: 0 auto;
  margin-bottom: 40px;
}

.verify-sum {
  margin: 0;
  padding: 0;
  float: left;
}

  .verify-sum li {
    list-style: none;
    display: block;
    float: left;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 3px;
    background-color: #000;
    margin-bottom: 0;
  }

.light-content .verify-sum li, .dark-section .verify-sum li {
  color: #000;
  background-color: #fff;
}

.light-content .light-section .verify-sum li {
  color: #fff;
  background-color: #000;
}

.verify-sum li:nth-child(2), .verify-sum li:nth-child(4) {
  width: 30px;
  color: #444;
  background-color: transparent;
}

.light-content .verify-sum li:nth-child(2), .light-content .verify-sum li:nth-child(4), .dark-section .verify-sum li:nth-child(2), .dark-section .verify-sum li:nth-child(4) {
  color: #fff;
  background-color: transparent;
}

.light-content .light-section .verify-sum li:nth-child(2), .light-content .light-section .verify-sum li:nth-child(4) {
  color: #444;
  background-color: transparent;
}

input#verify {
  float: left;
  width: 34px;
  padding: 0;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: none;
  border-radius: 3px;
  background-color: #000;
  color: #fff;
}

.light-content input#verify, .dark-section input#verify {
  background-color: #fff;
  color: #000;
}

.light-content .light-section input#verify {
  background-color: #000;
  color: #fff;
}

#contact-formular .required {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 34px;
  margin-left: 20px;
  margin-bottom: 0;
}

#contact-formular .text-align-center .required {
  float: left;
  margin-left: 0;
  display: block;
  clear: both;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

input, textarea {
  color: rgba(0,0,0,1);
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 12px 20px 12px 20px;
  padding-left: 0;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  box-sizing: border-box;
  background-color: transparent;
  outline: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.bigger-form input, .bigger-form textarea {
  font-size: 48px;
  font-weight: 500;
  height: 100px;
  padding: 0;
}

input[type="search"] {
  padding-left: 0px;
}

.light-content input, .light-content textarea, .dark-section input, .dark-section textarea {
  color: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}

.light-content .light-section input, .light-content .light-section textarea {
  color: rgba(0,0,0,1);
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

::placeholder, .light-content .light-section ::placeholder {
  color: #000;
  opacity: 1;
}

.light-content ::placeholder, .dark-section ::placeholder {
  color: #fff;
  opacity: 1;
}

.light-content :-ms-input-placeholder, .dark-section :-ms-input-placeholder {
  color: #fff;
}

.light-content .light-section :-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.light-content ::-ms-input-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #000;
}

.input_label {
  background-color: #000;
  height: 2px;
  left: 0;
  position: absolute;
  top: 49px;
  width: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.bigger-form .input_label {
  top: 99px;
}

.light-content .input_label, .dark-section .input_label {
  background-color: #fff;
}

.light-content .light-section .input_label {
  background-color: #000;
}

.input_label.slow {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

input:focus + .input_label, textarea:focus + .input_label {
  width: 100%;
}

input:focus, textarea:focus {
  color: #000;
}

.light-content input:focus, .light-content textarea:focus, .dark-section input:focus, .dark-section textarea:focus {
  color: #fff;
}

.light-content .light-section input:focus, .light-content .light-section textarea:focus {
  color: #000;
}

textarea {
  resize: none;
  margin-bottom: 0;
  height: 50px;
  box-sizing: border-box;
  padding: 14px 20px 6px 20px;
  padding-left: 0;
  margin-bottom: 40px;
}

  textarea:after {
    background-color: #000;
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    top: 20px;
    width: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

input[type="submit"] {
  margin: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
}

.light-content input[type="submit"], .dark-section input[type="submit"] {
  color: #000;
}

.light-content .light-section input[type="submit"] {
  color: #fff;
}

.outline input[type="submit"] {
  color: #000;
}

.light-content .outline input[type="submit"], .dark-section .outline input[type="submit"] {
  color: #fff;
}

.light-content .light-section .outline input[type="submit"] {
  color: #000;
}

.error_message {
  margin-bottom: 30px;
  font-size: 13px;
  color: #e93735;
  font-weight: bold;
}

#success_page p, #success_page p strong {
  color: #fff;
  margin-top: 20px;
}

#message fieldset {
  border: none;
}

/* media output CHECKBOX */

.form-check .form-check-input {
  padding: 0px;
  border: 1px solid #2b2b2b;
}

.form-check-input:checked {
  background-color: #212529;
  border-color: #212529;
}

.form-check-input:focus {
  border-color: #212529;
  outline: 0;
  box-shadow: none;
}
