/* stromee CSS by Jannis Betschki for React Landing Pages body {
  font: 1rem Montserrat, sans-serif !important;
  color: #263242;
  box-sizing: border-box;
  background-color: #fff;
  height: 100%;
  max-width: 100vw;
  /* hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto; */
/* }

a {
  color: rgb(0, 0, 0) !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
} */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

/* #parallax {
    position: relative;
    width: 100%;
    height: 100vh;
    background-image: url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-3.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-2.png), url(https://raw.githubusercontent.com/oscicen/oscicen.github.io/master/img/depth-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%;
} */

/* .header-section {
  min-height: 85vh;
}

@media (min-width: 992px) {
  .header-section {
    background: url("/assets/img/Background-Landingpage.png");
    background-size: contain, cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.stromee-nav {
  padding-top: 2rem;
}

.stromee-nav .container {
  padding: 0 0;
}

@media (max-width: 992px) {
  .stromee-nav .col {
    padding: 0;
  }
}

.logo-img {
  max-height: 40px;
}

.header-row {
  padding-top: 5vh;
}

@media (min-width: 992px) {
  .header-row {
    padding-top: 15vh;
  }
}

.button-kontakt {
  position: relative !important;
  cursor: pointer !important;
  padding: 10px 46px;
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 30px !important;
  border: none !important;
  outline: none !important;
  transition: all 0.15s ease-in-out 0s !important;
  color: rgb(38, 50, 66) !important;
  background-color: rgb(252, 227, 63) !important;
  float: right;
}

.button-kontakt:hover {
  text-decoration: none;
}

.button-kontakt-mobile {
  position: relative !important;
  cursor: pointer !important;
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 30px !important;
  border: none !important;
  outline: none !important;
  transition: all 0.15s ease-in-out 0s !important;
  color: rgb(38, 50, 66) !important;
  background-color: rgb(252, 227, 63) !important;
  float: right;
  margin-top: 13px;
  padding-top: 14px;
  padding-left: 15px;
  padding-bottom: 7px;
  padding-right: 13px;
}

.button-kontakt-mobile embed {
  height: 24px;
  width: 24px;
  color: #263242;
}

.button-kontakt:hover {
  background-color: rgb(255, 240, 81) !important;
}

.button-kontakt:active {
  background-color: rgb(255, 209, 5) !important;
}

.header-content h1 {
  font-size: 2.2rem;
  font-weight: 900;
  margin: 0 0 0.5rem;
}

@media (min-width: 576px) {
  .header-content h1 {
    font-size: 3rem;
    margin: 0 0 1.125rem;
  }
}

@media (min-width: 992px) {
  .header-content h1 {
    font-size: 3.5rem;
    margin: 0 0 1.6875rem;
  }
}

.header-content h2 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 1rem;
}

@media (min-width: 576px) {
  .header-content h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .header-content-h2 {
    margin: 0 0 3.5625rem;
  }
}

@media (max-width: 992px) {
  .header-content-container {
    background: url("/assets/img/Background-Landingpage.png");
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.header-content-heading {
  padding-bottom: 1rem;
}

.calculator {
  background: white;
  border-radius: 32px;
  box-shadow: 0 0 26px 0 rgba(10, 31, 68, 0.12);
  padding: 40px;
  margin: 1rem 1rem 4rem 1rem;
}

@media (min-width: 992px) {
  .calculator {
    margin: 1rem 0 4rem 0;
  }
}

.header-content-calculator-content label {
  font-size: 12px;
  color: #263242;
  margin-left: 16px;
}

.header-content-calculator-content input {
  height: 52px;
  background: #ffffff;
  border: 1px solid #d5dbdd;
  box-sizing: border-box;
  border-radius: 16px;
}

.autocomplete-city {
  pointer-events: none;
  position: relative;
  top: -33px;
  right: 20px;
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: right;
  color: #abb3b5;
}

.button-tarif {
  position: relative !important;
  cursor: pointer !important;
  padding: 15px 46px !important;
  font-size: 17px !important;
  font-weight: bold !important;
  text-align: center !important;
  border-radius: 30px !important;
  border: none !important;
  outline: none !important;
  transition: all 0.15s ease-in-out 0s !important;
  color: white !important;
  background-color: rgb(82, 109, 242) !important;
  width: 100%;
  display: inline-block;
}

.button-tarif:hover {
  background-color: rgb(84, 160, 255) !important;
  text-decoration: none;
}

.button-tarif:active {
  background-color: rgb(67, 93, 225) !important;
}

.marketing-message {
  width: 100%;
  height: 108px;
  background-color: rgb(73, 227, 190);
  display: flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}

.marketing-message span {
  color: rgb(255, 255, 255);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 576px) {
  .button-kontakt {
    padding: 15px 46px;
  }
  .calculator {
    background: white;
    border-radius: 32px;
    box-shadow: 0 0 26px 0 rgba(10, 31, 68, 0.12);
    padding: 40px;
  }
}

.benefits-section {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.card {
  background: white;
  border-radius: 32px;
  box-shadow: 0 0 26px 0 rgba(10, 31, 68, 0.12);
  padding: 20px;
  border-color: white;
  margin: 2rem 1rem 0 1rem;
}

@media (min-width: 992px) {
  .card {
    margin-top: 0;
  }
}

.card-title {
  font-weight: bold;
  font-size: 1.1rem;
}

.benefits-section-title h1 {
  font-weight: 900;
  margin-bottom: 1rem;
  padding: 26px;
}

footer {
  background-color: rgb(82, 109, 242);
  color: white;
  padding: 3rem 0;
  margin-top: 7rem;
}

footer h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-bar {
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  background-color: #4b63d9;
  color: white;
  padding-bottom: 0.5rem;
}

.copyright {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

.legal-links {
  cursor: pointer;
  text-decoration: underline;
  margin-left: 1rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  .footer-bar {
    padding: 0;
  }

  .legal-links {
    text-align: left;
    margin-left: 2.5rem;
  }

  .copyright {
    text-align: left;
    margin: 0;
  }
}

.legal-links:hover {
  color: white;
}

.contact-item {
  margin-bottom: 1rem;
}

.contacts-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.contact-content {
  display: flex;
  align-items: center;
}

.contacts-link {
  font-size: 1.25rem;
  color: #fff;
  margin-left: 0.625rem;
  text-decoration: none;
}

.contacts-link:hover {
  color: white;
  text-decoration: none;
}

.social-media {
  height: 2.5rem;
  position: relative;
  margin: 0 0.5rem;
}

.social-media-wrapper {
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .social-media-wrapper {
    margin-top: 0;
  }
}

.list-tick ul {
  list-style: none;
}

.list-tick ul li:before {
  content: "✓ ";
} */
