@import url(https://fonts.googleapis.com/css?family=Nixie+One);

/* Global */
html, body{
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Nixie One', monospace;
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
h2 {
  font-size: calc(1rem + 4.15vw);
  line-height: calc(1rem + 5.5vw);
  margin-top: 0;
}

section {
  padding: 0 50px;
  height: 100vh;
}
#home {
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#contact {
  background-color: #f9f9f9;
}
.gradient {
  height: 100%;
  background: linear-gradient(45deg, #4BC0C8, #C779D0, #FEAC5E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-size: 200% 200%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background-position 0.1s ease-out;
  width: 100%;
}
#terminal {
  font-family: 'Nixie One', monospace;
  color: #fff;
  font-size: 33px;
  text-align: center;
  line-height: 1.33;
  overflow: hidden;
  margin: 90px auto 0;
  max-width: 1024px;
  display: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#terminal::after {
  content: "_";
}

.image-button {
  cursor: pointer;
  margin-top: 20px;
  opacity: 0;
  animation: fadeIn 3s forwards;
  animation-delay: 13s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.image-button img {
  width: 79px;
  height: 139px;
}

@media (min-width: 992px) {
  section {
    padding: 0 3em;
  }
}

.blink::after {
  -webkit-animation: blink 1s ease 0s infinite;
          animation: blink 1s ease 0s infinite;
}
@keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}
@-webkit-keyframes blink {
	0% {
		opacity: 1.0;
	}
	50% {
		opacity: 0.0;
	}
	100% {
		opacity: 1.0;
	}
}

.content-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  opacity: 1;
  box-sizing: border-box;
}
.text-align-center #contact-formular {
  margin: 20px auto;
  padding-top: 20px;
  max-width: 800px;
}
.name-box, .email-box {
  width: 47%;
  float: left;
  margin-bottom: 20px;
  margin-right: 6%;
  position: relative;
}
.name-box, .email-box, .message-box {
  position: relative;
  display: block;
}
.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;
}
.light-content input:focus, .light-content textarea:focus, .dark-section input:focus, .dark-section textarea:focus {
  color: #000;
}
.uppercase-text input, .uppercase-text textarea {
  text-transform: uppercase;
}
.text-align-center .verify-box {
  float: none;
  width: auto;
  text-align: center;
  display: table;
  margin: 20px auto;
  padding-top: 10px;
}
.verify-box {
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.button-box {
  line-height: 16px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  position: relative;
}
.has-animation {
  opacity: 0;
  -webkit-transition: translateY(30px);
  transform: translateY(30px);
}
#contact-formular .required {
  float: left;
  width: auto;
  font-size: 14px;
  line-height: 34px;
  margin: 0 20px;
}
.verify-sum {
  margin: 8px 12px;
  padding: 0;
  float: left;
  color: rgba(0,0,0,0.3);
}
.light-content .verify-sum li, .dark-section .verify-sum li {
  color: #000;
  background-color: #fff;
}
.light-content li, .dark-section li {
  color: #ccc;
}
.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;
}
li {
  line-height: 20px;
  color: #444;
  margin-bottom: 25px;
}
input#captcha-answer {
  float: left;
  width: 34px;
  padding: 0;
  height: 34px;
  text-align: center;
  line-height: 34px;
  border: none;
  border-radius: 3px;
  background-color: #eee;
}
.light-content p, .dark-section p {
  color: #aaa;
}
.text-align-center .button-box {
  margin-left: 10px;
  margin-right: 10px;
}
.light-content input, .light-content textarea, .dark-section input, .dark-section textarea {
  color: rgba(0,0,0,0.3);
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.uppercase-text input, .uppercase-text textarea {
  text-transform: uppercase;
}
input, textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
}
button, input {
  line-height: normal;
}
.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;
}
input, textarea {
  color: rgba(0,0,0,1);
  font-family: 'Nixie One', monospace;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 12px 20px 12px 20px;
    padding-left: 20px;
  padding-left: 0;
  width: 100%;
  border-radius: 0px;
  margin-bottom: 0px;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  -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);
}
textarea {
  resize: none;
  margin-bottom: 0;
  height: 50px;
  box-sizing: border-box;
  padding: 14px 20px 6px 20px;
    padding-left: 20px;
  padding-left: 0;
  margin-bottom: 40px;
}
.button-box {
  line-height: 16px;
  cursor: pointer;
  border: none;
  box-sizing: border-box;
  text-align: center;
  display: inline-block;
  position: relative;
}
.text-align-center .clapat-button-wrap {
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .parallax-wrap {
    transform: none !important;
  }
}
.clapat-button-wrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  left: 0;
  right: 0;
  min-width: 100px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  .parallax-element {
    transform: none !important;
  }
}
.clapat-button {
  opacity: 1;
}
element {
  background-color: transparent;
}
.light-content .button-border.outline, .dark-section .button-border.outline {
  border: solid 3px rgba(0,0,0,0.3);
  background-color: transparent;
}
.button-border.outline {
  border: solid 3px #000;
  color: #000;
  background-color: transparent;
}
.button-border.rounded {
  border-radius: 30px;
}
.light-content .button-border, .dark-section .button-border {
  border: solid 2px #fff;
  background-color: #fff;
}
.button-border {
  height: 50px;
  width: auto;
  border: solid 2px #000;
  background-color: #000;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
  line-height: 50px;
  overflow: hidden;
  color: #000;
  text-align: center;
  -webkit-transition: border 0.2s ease-out;
  transition: border 0.2s ease-out;
}
.light-section-container, .dark-section-container {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.text-align-center {
  text-align: center;
}
.uppercase-text input[type="submit"] {
  text-transform: uppercase;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
}
input[type="submit"] {
  margin: 0;
  background: transparent;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding-left: 50px;
  padding-right: 50px;
}