.sd-bg-orange {
  background: #ED7E4A 0% 0% no-repeat;
}

.sd-bg-green {
  background: #28AA6D 0% 0% no-repeat;
}

.sd-bg-yellow {
  background: #E6B41E 0% 0% no-repeat;
}

.sd-section {
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 100px;
  margin-top: px;
}

.sd-section-header {
  font-size: 40px;
  margin-left: 6%;
}

.icon-section {
  /*margin-top: 0px;*/
  /*margin-right: 14px;*/
  /*color: white;*/
}

#nav-toggle:active {
  border: none!important;
  background-image: none;
}

#nav-toggle:focus {
  border: none!important;
  background-image: none;
}

#nav-toggle {
  border: none!important;
  background-image: none;
}

.navbar-toggler {
  border: none;
  background-image: none;
}

@media (max-width: 300px) {
  .navbar {
    height: 83px;
    margin-top: -25px;
  }
}

.sd-form label {
  display: inline-block;
  padding: 3px 12px 0px 12px;
  border: none;
  transition: all 0.3s;
  border-radius: 27px;
  background-color: #fff;
  color: #137950;
}

.sd-tarife label {
  display: inline-block;
  padding: 3px 12px 0px 12px;
  border: none;
  transition: all 0.3s;
  border-radius: 27px;
  background-color: #9FD09F;
  color: #137950;
}

.sd-form input[type="radio"] {
  display: none;
}

.sd-tarife input[type="radio"] {
  display: none;
}

.sd-form input[type="radio"]:checked + label {
  border: none;
  background-color: #9FD09F;
  color: #137950;
}

.sd-tarife input[type="radio"]:checked + label {
  border: none;
  background-color: #137950;
  color: #fff;
}

button {
  padding-left: 20px;
  padding-right: 20px;
  /*height: 37px;*/
  font-size: 20px;
}

.sd-btn {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 37px;
  font-size: 20px;
  text-decoration: none;
  border-style: none;
  border-radius: 27px;
  font-weight: bold;
  display: inline-block;
  padding-top: 3px;
  margin-right: 14px;
}

.sd-btn:hover {
  filter: brightness(92%);
  transition: all 0.3s ease;
}

.sd-btn:active {
  filter: brightness(75%);
}

button:hover {
  filter: brightness(92%);
  transition: all 0.3s ease;
}

button:active {
  filter: brightness(75%);
}

section {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 75px;
}

@media (min-width: 576px) {
  section div h1 {
    font-size: 40px;
  }
}

@media (min-width: 768px) {
  section div h1 {
    font-size: 68px;
  }
}

@media (min-width: 576px) {
  .icon-section {
    margin-top: -105px!important;
    margin-right: 36px!important;
    transform: scale(3.30)!important;
  }
}

@media (min-width: 768px) {
  .icon-section {
    margin-top: 0px!important;
    margin-right: 63px!important;
    transform: scale(3.80)!important;
  }
}

@media (min-width: 992px) {
  .icon-section {
    transform: scale(5)!important;
    margin-right: 68px!important;
    margin-top: -170px!important;
  }
}

@media (min-width: 992px) {
  .icon-section {
    transform: scale(5)!important;
    margin-right: 68px!important;
    margin-top: -170px!important;
  }
}

@media (min-width: 1200px) {
  .icon-section {
    transform: scale(5)!important;
    margin-right: 68px!important;
    margin-top: -170px!important;
  }
}

@media (min-width: 1400px) {
  .icon-section {
    transform: scale(7)!important;
    margin-right: 138px!important;
    margin-top: -140px!important;
  }
}

@media (min-width: 1600px) {
  .icon-section {
    transform: scale(7)!important;
    margin-right: 41px!important;
    margin-top: -140px!important;
  }
}

@media (min-width: 992px) {
  section div h1 {
    font-size: 90px;
  }
}

@media (min-width: 1200px) {
  section div h1 {
    font-size: 90px;
    width: 60%;
  }
}

@media (min-width: 1400px) {
  section div h1 {
    font-size: 93px;
    margin-top: 0px!important;
  }
}

.checkmark {
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 15px;
  clip-path: circle(46% at 50% 50%);
}

.checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /*background-color: white;*/
}

.checkmark:checked {
  background-color: #fff;
  color: #137950;
}

html {
  scroll-behavior: smooth;
}

.sd-form-input {
  color: #137950;
  border-radius: 27px;
  border-style: none;
  padding-left: 13px;
  font-size: 15px;
  width: 100%;
  margin-top: 12px;
  min-height: 32px;
}

.contact-team {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 992px) {
  html {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 10px;
  }
}

@media print {
  .sd-form-input {
    border: 1px solid gray;
    border-radius: 0px;
  }
}

@media print {
  #signatureDrawing {
    color: darkblue;
  }
}

