/* montserrat-regular - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v12-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v12-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* montserrat-600 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v12-latin-600.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url('../fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v12-latin-600.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v12-latin-600.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* montserrat-700 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v12-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('../fonts/montserrat-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v12-latin-700.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v12-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* montserrat-900 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/montserrat-v12-latin-900.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Black'), local('Montserrat-Black'), url('../fonts/montserrat-v12-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/montserrat-v12-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/montserrat-v12-latin-900.woff') format('woff'), /* Modern Browsers */
  url('../fonts/montserrat-v12-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
  url('../fonts/montserrat-v12-latin-900.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

html, body {
  padding: 0px;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  height: 100%;
  color: #373736;
  line-height: 1.6;
  font-weight: 300;
  background-color: #fafafa;
}

#menuToggle {
  display: none;
}

.clear {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.contractNote {
  text-align: center;
  display: block;
  margin-top: 5px;
  font-weight: 600;
  color: gray;
}

a {
  color: inherit;
}

a.btn {
  font-size: 14px;
  text-decoration: none;
  background-color: #2daae2;
  color: white;
  padding: 20px;
  display: inline-block;
  margin-top: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 100px;
  font-weight: 600;
  transition: 0.5s;
}

a.btn.top {
  border-radius: 15px 15px 0 0;
}

a.btn.bottom {
  border-radius: 0 0 15px 15px;
  margin-top: 1px !important;
  background-color: #e8e8e8;
  color: #676767;
}

a.btn .fa {
  margin-right: 10px;
  margin-top: 1px;
}

a.btn.complement {
  background-color: #3e3e3e;
}

a.btn.whatsapp {
  background-color: #1ebea5;
}

a.btn:hover {
  padding-left: 40px;
  padding-right: 40px;
}

a.btnSmall {
  font-size: 14px;
  text-decoration: none;
  color: white;
  background-color: #2daae2;
  padding: 20px;
  display: inline-block;
  margin-top: 20px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 600;
  position: absolute;
  bottom: 0;
  border-radius: 0;
  right: 0;
  transition: 0.5s;
}

a.btnSmall:hover {
  padding-left: 40px;
  padding-right: 40px;
}

.fa-li {
  top: 0.225714em !important;
}

img {
  border: 0;
}

.positioner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* GRID-ELEMENTE */

.grid {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.6em;
  position: relative;
}

.grid img {
  max-width: 100%;
  height: auto;
}

.grid.grid60 {
  width: 60%;
  float: left;
}

.grid.grid40 {
  width: 40%;
  float: left;
}

.grid.grid25 {
  width: 25%;
  float: left;
}

.grid.grid50 {
  width: 50%;
  float: left;
}

.grid.grid30 {
  width: 33.3%;
  float: left;
}

.grid.grid100 {
  width: 100%;
  float: left;
}

.grid.fitImage {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.grid.fitImage.bgBottom {
  background-position: center bottom;
}

.grid.paddingLeft {
  padding-left: 60px;
}

.grid.paddingRight {
  padding-right: 60px;
}

.grid h3 {
  margin-top: 0;
}

/* ENDE GRID */

header {
  padding: 40px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  width: 100%;
  z-index: 99999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header.scrolled {
  background-color: white;
}

header .logout {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
}

header #logo {
  max-width: 300px;
  float: left;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header.scrolled #logo {
  max-width: 250px;
}

header #nav {
  float: right;
  margin-top: 24px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header.scrolled #nav {
  margin-top: 16px;
}

header #nav>li {
  display: inline-block;
}

header #nav>li>a {
  font-weight: 600;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

header #nav>li.current-menu-item>a, header #nav>li:hover>a {
  border-bottom: 2px solid #2daae2;
  padding-bottom: 10px;
}

.loginForm {
  width: 300px;
  margin: auto;
  max-width: 100%;
}

.loginForm a {
  width: 100%;
  max-width: 100% !important;
}

.loginForm #pwNote {
  display: none;
  padding-left: 10px;
}

.loginForm #password {
  display: none;
}

.loginForm .loginError {
  display: none;
  margin: 20px;
  margin-top: 15px;
  padding: 10px;
  background-color: #bb8080;
  color: white;
  border-radius: 4px;
  font-weight: bold;
  font-size: 11px;
}

#rs {
  border-radius: 100px;
  border: 10px solid white;
  padding: 0px;
  width: 120px;
  margin-bottom: -56px;
  margin-right: 16px;
  margin-top: -56px;
}

.claim {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99;
  font-size: 40px;
  width: 100%;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

.claim h2 {
  margin: 0;
  padding: 0;
  font-size: 40px;
}

.claim h3 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.claim h3 span {
  display: block;
}

section {
  padding-top: 80px;
  padding-bottom: 80px;
}

section.lightgray {
  background-color: #fafafa;
}

section.blue {
  background-color: #2daae2;
  color: white;
}

section.green {
  background-color: #3e3e3e;
  color: white;
}

section.seperator {
  background-color: #2daae2;
  color: white;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

section.seperator .fa {
  margin-left: 5px;
  margin-right: 5px;
  color: #176d94;
}

section.seperator.logoline img {
  max-height: 35px;
  margin-left: 20px;
  margin-right: 20px;
}

section h2.sectionHeadline {
  font-size: 30px;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

section h3.sectionSubline {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #2daae2;
  margin-bottom: 40px;
}

section.blue h3.sectionSubline {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #a8def7;
  margin-bottom: 40px;
}

section.green h3.sectionSubline {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #a5a5a5;
  margin-bottom: 40px;
}

section.green h3.sectionSubline b {
  color: white;
  font-weight: inherit;
}

#analyze .fa-ul li {
  margin-bottom: 10px;
}

#analyze .fa-ul .fa {
  color: #21a9e3;
}

section .referenz {
  margin: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 10px solid #2daae2;
  background-color: #fafafa;
  width: calc(50% - 40px);
  float: left;
  padding: 20px;
  position: relative;
  padding-bottom: 40px;
}

section .referenz.p100 {
  width: 100%;
  float: none;
}

section .referenz b {
  display: block;
  margin-top: 15px;
  color: #2daae2;
  text-transform: uppercase;
}

section .referenz:not(.p100) img.logo {
  display: block;
  max-height: 70px;
  max-width: 100%;
  height: auto;
  margin: 40px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  -ms-filter: grayscale(100%);
}

section .referenz img.bg {
  background-color: #c3c3c3;
  padding: 10px;
}

section .referenz.p100 {
  border: 0;
}

section .referenz.p100 .grid:first-of-type img {
  max-height: 250px;
  height: 100%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section .referenz.p100 .store {
  height: 44px;
  margin-top: 50px;
  margin-right: 20px;
}

section .referenz h4 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
}

section .referenz span {
  display: block;
}

.logoBlock a {
  display: block;
  width: 25%;
  float: left;
  padding: 20px;
  position: relative;
  min-height: 150px;
}

.logoBlock a img {
  max-width: 80%;
  width: 150px;
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.cf {}

.cf input[type=text], .cf input[type=email], .cf textarea {
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 10px;
  margin-bottom: 1px;
  font-size: 16px;
  background-color: white;
}

.cf .formError {
  padding: 10px;
  background-color: #9e6262;
  margin-top: 10px;
  border-radius: 6px;
  padding-left: 20px;
  display: none;
}

.cf textarea {
  min-height: 150px;
}

.cf button {
  display: block;
  margin-top: 20px;
  border: 1px solid white;
  font-family: inherit;
  background-color: transparent;
  border-radius: 100px;
  color: white;
  padding: 8px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  transition: 0.5s;
  cursor: pointer;
}

.cf button:hover {
  padding-left: 60px;
  padding-right: 60px;
}

.cf span {
  font-size: 10px;
  line-height: initial;
  color: rgba(255, 255, 255, 0.70);
}

#imprint {
  display: none;
}

#imprint #erecht {
  width: 90px;
  margin-right: 20px;
}

#imprint a {
  word-wrap: break-word;
}

.kundeninformationen {}

.kundeninformationen input {
  width: 100%;
  padding: 10px;
  font-size: inherit;
  border: 0;
  border-bottom: 1px solid #eaeaea;
  color: #424242;
}

.kundeninformationen input:first-of-type {
  font-weight: bold;
}

.kundeninformationen .sectionHeadline {
  margin-bottom: 15px;
}

.kundeninformationen .boldHeadline {
  margin-bottom: 10px;
  display: block;
}

.kundeninformationen .btn:not(.createPassword):not(.loginBtn) {
  text-align: left !important;
  padding-left: 20px !important;
}

.kundeninformationen .btn.bottom {
  text-align: center !important;
}

.main.projekte .btn {
  margin: auto;
  margin-top: 20px;
  padding: 10px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  max-width: 80%;
  width: 350px;
  display: block;
}

.main.projekte .btn:hover {
  transform: scale(1.04)
}

.projekt {}

.projekt hr {
  height: 0;
  border: 0;
  border-top: 1px solid #e0e0e0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.projekt .fa-fileIcon {
  color: #21a9e3;
}

.projekt pre {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  white-space: pre-wrap;
}

.projekt small {
  color: gray;
}

.projekt>h2 {
  background-color: #21a9e3;
  color: white;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.projekt>h2>span {
  background-color: #373736;
  padding: 5px;
  padding-left: 20px;
  padding-right: 20px;
  width: 167px;
  text-align: right;
  border-left: 1px solid white;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  width: 59px;
  text-align: center;
  font-size: 20px;
}

.projekt>h2>span.green {
  background-color: #21a9e3;
}

.projekt>h2>span.black {
  background-color: #217fa9;
}

.projekt>h2>span.blue {
  background-color: #bd736c;
}

.projekt h3 {
  color: #0da8e4;
}

.projekt h4 {
  color: #0da8e4;
}

.projekt .projektDetails {
  background-color: whitesmoke;
  padding: 20px;
  margin-top: 1px;
  display: none;
}

.projekt .projektBeschreibung {
  border-right: 1px solid #e0e0e0;
}

@media only screen and (max-width: 1000px) {
  header #nav {
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    margin-top: 50px;
    display: none;
  }
  header #nav>li {
    display: block;
  }
  header #nav>li>a {
    display: block;
    padding: 10px;
  }
  #menuToggle {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #2daae2;
    z-index: 99999;
    display: block;
    padding: 10px;
  }
  header {
    position: static;
  }
  header #logo {
    max-width: 100%;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
  }
  #rs {
    display: block;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
    margin-top: -46px;
    border: 10px solid #fafafa;
  }
  #bot {
    position: absolute;
  }
  #smoke {}
}

@media only screen and (max-width: 760px) {
  .main.projekte {
    padding-left: 5px;
    padding-right: 5px;
  }
  .main.projekte .btn {
    max-width: 100%;
    width: 100%;
    font-size: 12px;
  }
  .projekt .projektBeschreibung {
    border: 0;
  }
  .grid.grid50 {
    width: 100%;
    margin-bottom: 20px;
  }
  .grid.paddingLeft, .grid.paddingRight {
    padding-left: 0;
    padding-right: 0;
  }
  section .referenz {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section .referenz.p100 .grid:first-of-type img {
    margin-bottom: 50px;
  }
  .logoBlock a {
    width: 50%;
  }
  .claim h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .claim h2 span {
    display: block;
  }
  .claim h3 {
    font-size: 15px;
  }
  .claim h3 span {
    display: inline;
  }
  #bot, .claim, div.main {
    position: static;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .claim {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  #bot {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
  section h2.sectionHeadline {
    font-size: 20px;
  }
  section h3.sectionSubline {
    font-size: 15px;
  }
  section.green h3.sectionSubline {
    font-size: 16px;
  }
  section.green h2.sectionHeadline {
    font-size: 30px;
    line-height: initial;
    text-align: center;
    margin-bottom: 16px;
  }
  section.green h2.sectionHeadline .fa {
    display: block;
    margin: auto;
    font-size: 50px;
    margin-bottom: 17px;
  }
  section.green .grid.grid50 {
    padding-left: 0;
    padding-right: 0;
  }
  section.seperator.logoline img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  section .referenz.p100 .grid:first-of-type img {
    height: auto;
  }
  #contact {
    text-align: center;
  }
  header #logo {
    margin-top: 48px;
  }
  #topClaim a.btn {
    display: block;
    margin: 0;
    border-radius: 0;
    padding: 21px;
    margin-bottom: 1px;
    width: 350px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #topClaim a.btn:first-of-type {
    margin-top: 40px;
    border-radius: 20px 20px 0 0
  }
  #topClaim a.btn:last-of-type {
    border-radius: 0 0 20px 20px
  }
  #topClaim a.btn .fa {
    float: left;
    font-size: 32px;
    margin-top: -6px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: 20px;
    width: 49px;
    text-align: center;
    margin-right: 20px;
  }
  .cf button {
    margin-bottom: 50px;
  }
}

.alertable {
  position: fixed;
  z-index: 9999;
  top: 38vh;
  left: calc(50% - 150px);
  width: 300px;
  background: #fff;
  border-radius: 4px;
  padding: 20px;
  margin: 0 auto
}

.alertable-cancel, .alertable-ok {
  font-family: inherit;
  font-size: inherit;
  padding: 6px 12px;
  margin-left: 4px;
  cursor: pointer
}

.alertable-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5)
}

.alertable-message, .alertable-prompt {
  margin-bottom: 20px
}

.alertable-input {
  width: 100%;
  border-radius: 4px;
  box-shadow: none;
  border: 1px solid #ccc;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 6px 12px;
  display: block;
  box-sizing: border-box;
  margin-bottom: 10px
}

.alertable-buttons {
  text-align: right
}

.alertable-ok {
  background: #2daae2;
  border: 1px solid #2daae2;
  color: #fff;
  border-radius: 4px
}

.alertable-ok:active, .alertable-ok:focus, .alertable-ok:hover {
  background-color: #08c
}

.alertable-cancel {
  border: 1px solid #ddd;
  background: #fff;
  color: #888;
  border-radius: 4px
}

.alertable-cancel:active, .alertable-cancel:focus, .alertable-cancel:hover {
  background-color: #f2f2f2
}

.fa-beat {
  animation: fa-beat 5s ease infinite;
}

@keyframes fa-beat {
  0% {
    transform: scale(1);
  }
  5% {
    transform: scale(1.25);
  }
  20% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  35% {
    transform: scale(1.25);
  }
  50% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.25);
  }
  70% {
    transform: scale(1);
  }
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em
}

.blocker.behind {
  background-color: transparent
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 800px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px
}

.modal-spinner>div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5)
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0)
  }
}