h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 62.5px;
  font-weight: 300;
  text-transform: none;
}

h2 {
  margin-top: 46px;
  margin-bottom: 33px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: left;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  line-height: 31.25px;
  font-weight: 300;
  text-align: left;
}

p {
  margin-bottom: 10px;
  font-family: 'Fira Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.navbar {
  padding-right: 12.5%;
  padding-left: 12.5%;
  background-color: rgba(0, 0, 0, .05);
}

.sec-content {
  display: block;
  padding: 100px 12.5%;
}

.sec-header {
  height: 100px;
  padding-right: 12.5%;
  padding-left: 12.5%;
  background-color: rgba(0, 0, 0, .05);
}

.img-logo {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, .1);
}

.strong {
  font-weight: 500;
}

.strong.ornage {
  color: #ff6c30;
}

.column-left {
  padding-right: 0px;
  padding-left: 0px;
}

.column-left.innerspace {
  padding-right: 50px;
}

.field-text {
  height: auto;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-left-width: 1px;
  border-left-color: #000;
  background-color: rgba(0, 0, 0, .05);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .5);
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ff6c30;
  font-size: 14px;
  line-height: 17.5px;
}

.form-kontakt {
  margin-top: 0px;
  margin-bottom: 50px;
}

.btn {
  padding: 15px 50px;
  border-radius: 2px;
  background-color: #ff6c30;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18px;
  line-height: 22.5px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #ff4f07;
}

.spac-top-50 {
  margin-top: 50px;
}

.sec-footer {
  padding: 10px 12.5%;
  background-color: #000;
}

.p-footer {
  color: #fff;
}

.p-link {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #000;
  text-decoration: none;
}

.p-link:hover {
  color: #ff6c30;
}

.p-socket {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 17.5px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.p-socket.aligned-right {
  text-align: right;
}

.div-success {
  height: 379px;
  padding-top: 262px;
  padding-bottom: 25px;
  padding-left: 25px;
  border-bottom: 4px solid #239139;
  border-left: 4px none #239139;
  background-color: rgba(0, 0, 0, .05);
}

.div-success.error {
  height: auto;
  margin-top: 20px;
  padding-top: 25px;
  border-bottom-color: #c72626;
}

.p-bg {
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, .05);
}

.small {
  font-size: 14px;
}

.p-link-socket {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.p-link-socket:hover {
  color: #ff4f07;
}

.column-right {
  padding-right: 0px;
  padding-left: 0px;
}

.space-modi {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  h2 {
    margin-top: 40px;
  }
  .sec-content {
    padding: 75px 5% 50px;
  }
  .sec-header {
    padding-right: 5%;
    padding-left: 5%;
  }
  .column-left.innerspace {
    padding-right: 0px;
  }
  .sec-footer {
    padding-right: 5%;
    padding-left: 5%;
  }
  .div-success {
    height: auto;
    padding-top: 25px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 43.75px;
  }
  h2 {
    font-size: 25px;
    line-height: 31.25px;
  }
  .sec-header {
    height: 50px;
  }
  .img-logo {
    width: 210px;
  }
  .column-left.innerspace {
    padding-right: 0px;
  }
  .p-socket.aligned-right {
    text-align: left;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 31.25px;
  }
  h2 {
    font-size: 20px;
    line-height: 25px;
  }
  h3 {
    font-size: 20px;
    line-height: 25px;
  }
  p {
    font-size: 14px;
    line-height: 21px;
  }
  label {
    font-size: 14px;
    line-height: 17.5px;
  }
  .p-socket {
    font-size: 12px;
    line-height: 15px;
  }
  .p-socket.aligned-right {
    font-size: 12px;
    line-height: 15px;
  }
  .small {
    font-size: 12px;
  }
}

