/*$color-background: #353535;*/
html,
body {
  background: #343434;
  color: #ffffff;
  font-family: UniversDeutscheBank, Helvetica, Arial, sans-serif;
}

body {
  background: url(../img/sbs_background.jpg) #343434;
  background-repeat: no-repeat;
  height: 100%;
  min-height: 100vh;
  background-size: 100%;
}

a {
  text-decoration: none;
  outline: none;
  border: 0;
  transition: .2s;
  color: #F17B04;
  border-bottom: 1px solid #F17B04;
  padding-bottom: 2px;
}
a:hover, a:focus, a:active, a:visited {
  opacity: 0.5;
  outline: none;
}

header .logos {
  width: 100%;
  display: inline-block;
  margin-bottom: 120px;
}
header .logos .left {
  display: block;
  width: 145px;
  height: 32px;
  margin: 25px 0px;
}
header .logos .right {
  width: 70px;
  height: 70px;
  margin: 25px 0px;
}
header .page-title {
  width: 100%;
  display: inline-block;
}
header .page-title h1 {
  margin-bottom: 5px;
}

.contact-row {
  margin-top: 120px;
  margin-bottom: 0px;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
  /*letter-spacing: 0.0125em;*/
}

h1 {
  color: #F17B04;
  font-size: 3.2em;
  margin: 0;
  padding: 0;
}

h2 {
  color: #ffffff;
  font-size: 1.85em;
  margin: 0;
  padding: 0;
}

h3 {
  margin: 30px 0;
  color: #F17B04;
  font-size: 1.3em;
  position: relative;
}
h3.contact-data {
  margin-bottom: 10px;
}
h3 .numbering {
  position: absolute;
  color: #ffffff;
  text-align: right;
  padding-right: 5px;
  transform: translate(-100%, 0);
}

legend {
  margin: 0 0 0px 0;
  padding: 0;
}

.btn {
  box-shadow: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 40px;
}

.tick-all {
  font-size: 0.75em;
  color: #7C8082;
  padding-left: 54px;
}

label,
input {
  color: #ffffff;
  font-size: 0.95em;
}

.options li {
  padding: 16px 0;
}

[type="checkbox"]:checked label:before {
  top: 3px;
  left: 4px;
  width: 14px;
  height: 25px;
  border-top: 4px solid transparent;
  border-left: 4px solid transparent;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
}

.input-field {
  vertical-align: top;
}
.input-field label {
  color: #ffffff;
}

.specify-box .input-field {
  display: inline-block;
  width: 70%;
  margin-top: 0;
  top: -2px;
}
.specify-box .input-field label {
  color: #ffffff;
  transition: .2s;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.specify-box .input-field input[type=text] {
  margin-bottom: 0;
}
.specify-box .input-field input[type=text]:not(.browser-default).validate.valid {
  border-bottom: 1px solid #7C8082;
  box-shadow: 0 1px 0 0 #7C8082;
}
.specify-box .input-field input[type=text]:not(.browser-default).validate.valid + label {
  opacity: 0;
}
.specify-box .input-field input[type=text]:not(.browser-default).validate:focus + label {
  opacity: 0;
}

.data-policy {
  margin-top: 40px;
  margin-bottom: 40px;
}
.data-policy .policy-note {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  padding-top: 2px;
}
.data-policy .btn {
  margin-top: 30px;
  text-transform: none;
}

@media (max-width: 720px) {
  h1 {
    font-size: 2.24em;
  }

  h2 {
    font-size: 1.295em;
  }

  h3 {
    margin: 21px 0;
    font-size: 0.91em;
  }
}
@media (max-width: 600px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*# sourceMappingURL=main.css.map */
