<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 16px;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Mukta Mahee', sans-serif;
  color: #222;
  line-height: 1.5;
  font-size: 1.125rem;
}
button,
input,
optgroup,
select,
textarea {
  font-family: 'Mukta Mahee', sans-serif;
}
.brand-logo {
  width: 180px;
}
.hero {
  height: 100vh;
  min-height: 700px;
}
.hero h1 span {
  font-size: 3rem;
  font-weight: 700;
}
.hero h1 small {
  font-weight: 300;
  display: block;
  font-size: 2.5rem;
}
a {
  color: #00c853;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

.btn a:hover,
.btn a:focus {
  color: #ffffffcb !important;
  outline: 0;
  text-decoration: none !important;
}

section {
  padding: 0;
}
.card-outline-primary {
  border-color: #00c853;
}
.hero .row {
  align-items: center;
}
.height-100 {
  height: 100vh;
}
.col-fixed {
  padding-bottom: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.vMiddle,
#main-offer-form {
  max-width: 40rem;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .col-fixed {
    position: fixed;
    top: 0;
    bottom: 0;
  }
}
.form-control {
  height: 3rem;
}
textarea.form-control {
  height: 6rem;
}

.form-control:hover,
.form-control:focus {
  border-color: #00c853;
}
/*===============================================
* Background Colors
================================================*/
.bg-alt {
  background-color: #fff;
}
.bg-faded {
  background-color: #f2f2f2;
}
.bg-blue {
  background-color: #032eff !important;
}
.bg-primary {
  background-color: #00c853 !important;
}
.bg-purple {
  background-color: #3d5afe;
}
.bg-orange {
  background-color: #ffea00;
}
.bg-yellow {
  background-color: #feac00;
}
.bg-pink {
  background-color: #ff0080;
}
.bg-green {
  background-color: #00c853;
}
.bg-red {
  background-color: #ff3b30;
}
.bg-violet {
  background-color: #7b1fa2;
}
.bg-teal {
  background-color: #00796b;
}
.bg-slate {
  background-color: #455a64;
}
.bg-indigo {
  background-color: #303f9f;
}

.btn-primary {
  background-color: #00c853 !important;
  border-color: #00c853 !important;
}

/*===============================================
* Text Colors
================================================*/
.text-faded {
  color: #d9edf7;
}
.text-dark {
  color: #37474f;
}
.text-muted {
  color: #999 !important;
}
.text-light {
  color: #fff;
}
.text-light:hover,
.text-light:focus {
  color: #eee;
  text-decoration: none;
}
.text-primary {
  color: #00c853 !important;
}
.text-purple {
  color: #3d5afe !important;
}
.text-orange {
  color: #ffea00 !important;
}
.text-yellow {
  color: #feac00 !important;
}
.text-pink {
  color: #ff0080 !important;
}
.text-green {
  color: #00c853 !important;
}
.text-green-light {
  color: #0c51286f !important;
}
.text-red {
  color: #ff3b30 !important;
}
.text-violet {
  color: #7b1fa2 !important;
}
.text-teal {
  color: #00796b !important;
}
.text-slate {
  color: #455a64 !important;
}
.text-indigo {
  color: #303f9f !important;
}
/*===============================================
* Icon Sizes
================================================*/
label {
  margin: 0;
}
.action-icons {
  position: absolute;
  bottom: 4rem;
  width: 100%;
  left: 0;
}

.legal {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  left: 0;
  font-size: 0.8em;
}

.icon-lg {
  font-size: 60px;
  line-height: 18px;
}
.icon-md {
  font-size: 2.5rem;
  line-height: 14px;
}
.icon-sm {
  font-size: 30px;
  line-height: 14px;
}
.action-icons .lead {
  font-size: 1rem;
  margin-top: -0.5rem;
}
.form-control-feedback {
  font-size: 0.875rem;
}

span#emailname::after {
  content: '@nikel.co';
}
span#emailname::before {
  content: 'mail';
}
span#mymail {
  display: none;
}
span#phone::after {
  content: '605 908 67';
}
span#phone::before {
  content: '+49 40';
}
span#myphone {
  display: none;
}
</pre></body></html>