@font-face {
  font-family: "Gotham-Rounded";
  font-weight: lighter;

  src: url("../fonts/Gotham-Rounded-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham-Rounded";
  font-weight: normal;

  src: url("../fonts/Gotham-Rounded-Book.ttf") format("truetype");
}

@font-face {
  font-family: "Gotham-Rounded";
  font-weight: bold;

  src: url("../fonts/Gotham-Rounded-Medium.ttf") format("truetype");
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px;
  padding: 0px;

  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
          tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: 0px;
}

html {
  background-color: #141719 !important;
}

html,
body {
  min-width: 320px;
  height: 100%;
  min-height: 100%;

  font-family: "Gotham-Rounded", "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 62.5%;

  color: #656b6c;
}

body {
  overflow-x: hidden;

  background-color: white;
}

::-moz-selection {
  color: black;
  background-color: rgba(192, 214, 209, 0.85);
}

::selection {
  color: black;
  background-color: rgba(192, 214, 209, 0.85);
}

a {
  text-decoration: none;
}

.animate-dash {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.section-box {
  max-width: 1280px;
  padding: 0px 10px;
}

/*** main pop-up form ***/

.main-form {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,0.15));
}

.md-perspective,
.md-perspective body {
  overflow: hidden;

  height: 100%;
}

.md-perspective body  {
  background: #222;

  -webkit-perspective: 600px;
          perspective: 600px;
}

.container {
  min-height: 100%;

  background: #e74c3c;
}

.md-modal {
  visibility: hidden;

  position: absolute;
  z-index: -99;
  top: 15vh;
  left: 50%;

  width: 450px;
  height: 660px;

  -webkit-transition: all 0.5s cubic-bezier(0.60, 0.10, 0.45, 1.50);
          transition: all 0.5s cubic-bezier(0.60, 0.10, 0.45, 1.50);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.md-show {
  visibility: visible;

  z-index: 999999;
}

.md-overlay {
  visibility: hidden;

  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  -webkit-transition: all 0.3s;
          transition: all 0.3s;

  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
}

.md-show ~ .md-overlay {
  visibility: visible;

  opacity: 1;
}

/* Content styles */
.md-content {
  overflow: hidden;

  position: relative;

  width: 450px;
  height: 660px;
  margin: 0px auto;

  color: #fff;
  border-radius: 15px;
  background-color: white;
}

.md-effect-5.md-modal {
  -webkit-perspective: 1300px;
          perspective: 1300px;
}

.md-effect-5 .md-content {
  -webkit-transform: translateZ(600px) rotateX(20deg);
      -ms-transform: translateZ(600px) rotateX(20deg);
          transform: translateZ(600px) rotateX(20deg);

  opacity: 0;

  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.md-show.md-effect-5 .md-content {
  -webkit-transition: all 0.5s cubic-bezier(0.60, 0.10, 0.45, 1.50);
          transition: all 0.5s cubic-bezier(0.60, 0.10, 0.45, 1.50);
  -webkit-transform: translateZ(0px) rotateX(0deg);
      -ms-transform: translateZ(0px) rotateX(0deg);
          transform: translateZ(0px) rotateX(0deg);

  opacity: 1;
}

.main-form .form-header {
  position: relative;

  width: 100%;
  height: 230px;

  border-bottom: 1px solid #ecf1f6;
  background: url("../images/form-icons/form-guy.svg") right no-repeat, url("../images/form-icons/guy-depressed.svg") left top no-repeat;
  background-color: white;
  background-size: 65%, 50%;
}

.main-form .form-header h1 {
  position: absolute;
  bottom: 30px;

  width: 100%;

  font-family: "Open Sans";
  font-size: 2rem;

  text-align: center;

  color: #474c4e;
}

.main-form .form-header h2 {
  position: absolute;
  bottom: 15px;

  width: 100%;

  font-family: "Open Sans";
  font-size: 1.3rem;
  font-weight: normal;

  text-align: center;

  color: #7a8387;
}

.main-form .form-body {
  position: absolute;

  width: 100%;
  height: 430px;

  font-family: "Open Sans";
  font-size: 1.5rem;

  -webkit-transition: all 0.5s cubic-bezier(0.60, 0.10, 0.45, 1.50);
          transition: all 0.5s cubic-bezier(0.60, 0.10, 0.45, 1.50);

  color: #474c4e;
  background-color: #f8fafb;
}

.main-form .category {
  position: absolute;
  z-index: 999;
  top: 230px;

  width: 100%;

  text-align: center;
}

.main-form .category .cat-circle {
  display: inline-block;

  width: 6px;
  height: 6px;
  margin: 15px 2px 4px 2px;

  border-radius: 50%;
  background-color: #dbe2e8;
}

.main-form .category .cat-circle.cat-selected {
  background-color: #98aabd;
}

.main-form .category h3 {
  max-width: initial;
  margin: initial;
  padding: initial;

  font-size: 1.35rem;
  font-weight: normal;

  color: #7a8387;
}

.main-form .footer-btns {
  position: absolute;
  bottom: 0px;

  width: 100%;
  height: 60px;

  font-family: "Gotham-Rounded";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 60px;

  text-align: center;

  color: #474c4e;
  border-top: 1px solid #d2dae2;
  background-color: #e1ecf1;
}

.main-form .footer-btns > div {
  cursor: pointer;
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
}

.main-form .footer-btns > div:hover,
.main-form .footer-btns > div:focus {
  background-color: #cee3ec;
}

.main-form .footer-btns > div:active {
  font-size: 1.4rem;
}

.form-body.vyber-kategorie {
  left: 0%;
}

.form-body.vyber-kategorie section {
  max-width: 80%;
  margin: 0px auto;
  padding-top: 55px;

  color: #474c4e;
}

.form-body.vyber-kategorie div.city-alert {
  margin-top: 15px;

  text-align: center;

  color: #474c4e;
}

.form-body.vyber-kategorie div.city-alert div:nth-of-type(1) {
  font-size: 1.4rem;
}

.form-body.vyber-kategorie div.city-alert div:nth-of-type(2) {
  font-size: 1rem;
}

.form-body.vyber-kategorie button {
  display: block;

  position: relative;

  width: 100%;
  height: 55px;
  margin: 8px 0px;
  padding: 0px;

  font-size: 1.53rem;

  cursor: pointer;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  text-align: left;

  color: inherit;
  border: initial;
  border-radius: 30px;
  background-color: initial;
}

.form-body.vyber-kategorie img {
  width: 55px;
  height: auto;
  margin-right: 15px;
}

.form-body.vyber-kategorie span {
  position: absolute;
  top: 50%;

  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-body.vyber-kategorie button:hover span {
  margin-left: 5px;
}

.form-body.vyber-kategorie button:hover,
.form-body.vyber-kategorie button:focus {
  background: white;
}

.form-body.vyber-kategorie button:hover img,
.form-body.vyber-kategorie button:focus img {
  -webkit-filter: drop-shadow(0px 2px 5px rgba(0,0,0,0.20));
}

.form-body.vyber-kategorie button:active {
  -webkit-filter: drop-shadow(0px 2px 10px rgba(0,0,0,0.12));
}

.form-body section {
  text-align: center;
}

.form-body .vyber-sluzby .s-hw {
  left: 100%;
}

.form-body.vyber-sluzby img {
  width: 40px;
  height: auto;
  margin-top: 80px;
  margin-right: 0px;
}

.form-body h4 {
  font-size: 1.6rem;
  font-weight: normal;
}

.form-body h5 {
  max-width: 75%;
  margin: 10px auto;

  font-size: 1.2rem;
  font-weight: normal;
}

.form-body select {
  cursor: pointer;
}

.form-body select,
.form-body textarea {
  min-width: 75%;
  max-width: 330px;
  margin: 15px 0px;
  padding: 12px;

  border: 1px solid #ecf1f6;
  background-color: white;

  -webkit-appearance: none;
}

.form-body textarea,
.form-body select {
  font-family: inherit;
  font-size: 1.3rem;

  color: inherit;
}

.form-body select:hover,
.form-body select:focus,
.form-body textarea:hover,
.form-body textarea:focus,
.form-body input:hover,
.form-body input:focus,
.form-body.kontaktni-udaje input:hover,
.form-body.kontaktni-udaje input:focus {
  border: 1px solid #d2dae2;
}

.form-body .form-back,
.form-body .form-forward {
  float: left;

  width: 50%;
}

.form-body .form-forward {
  border-left: 1px solid #d2dae2;
}

.form-body.konkretni-popis h4 {
  margin-top: 70px;
}

.form-body.konkretni-popis textarea {
  height: 170px;

  resize: none;
}

.form-body.kvalita-sluzeb h4 {
  margin-top: 70px;
}

.form-body.kvalita-sluzeb button {
  width: 135px;
  margin: 15px 0px;
  padding: 6px;

  font-family: "Open Sans";

  cursor: pointer;

  border: 1px solid #ecf1f6;
  background-color: white;
}

.form-body.kvalita-sluzeb button:hover {
  border: 1px solid #aac7d6;
}

.form-body.kvalita-sluzeb .btn-selected {
  border: 1px solid #d2dae2;
  background-color: #ecf1f6 !important;
}

.form-body.kvalita-sluzeb button > img {
  width: 50px;
  height: auto;
  margin-top: -30px;
}

.form-body.kvalita-sluzeb input[type="radio"] {
  display: none;
}

.form-body.kvalita-sluzeb button > span {
  display: block;

  font-size: 1.2rem;

  color: #474c4e;
}

.form-body.kvalita-sluzeb button.w-guy > span:first-of-type {
  font-size: 1.7rem;
}

.form-body.kvalita-sluzeb button.w-time {
  margin: 0px;
}

.form-body.kontaktni-udaje > section,
.form-body.shrnuti-objednavky > section {
  width: 75%;
  margin: 0px auto;
}

.form-body.kontaktni-udaje .input-block {
  margin-top: 55px;
}

.form-body .input-group {
  margin: 20px 0px;

  text-align: left;
}

.form-body.kontaktni-udaje label {
  margin-left: 10px;

  color: #474c4e;
}

.form-body.kontaktni-udaje input {
  display: block;

  width: 100%;
  height: 40px;
  margin: 6px 0px;
  padding: 10px;

  font-family: "Open Sans";

  border: 1px solid #ecf1f6;
  background-color: white;

  -webkit-appearance: none;
}

.form-body.shrnuti-objednavky > section {
  width: 380px;
  margin: 0px auto;
}

.form-body.shrnuti-objednavky .input-group strong {
  display: inline-block;

  width: 35%;
}

.form-body.shrnuti-objednavky .input-group span {
  display: inline-block;

  width: 62%;
}

.form-body.shrnuti-objednavky .input-group {
  padding: 0px 15px 5px 15px;

  border-bottom: 1px solid #ecf1f6;
}

.form-body.shrnuti-objednavky .input-block {
  margin-top: 85px;
}

.form-body.shrnuti-objednavky .input-block:last-of-type .input-group:last-of-type {
  margin-top: 25px;

  font-size: 1.3rem;

  text-align: center;

  border: none;
}

.form-body.shrnuti-objednavky .input-group:last-of-type input[type="checkbox"] {
  width: 20px;
  height: 20px;

  line-height: 1.3rem;

  border: 1px solid #d2dae2;
  background: white;
}

.form-body.shrnuti-objednavky .input-group:last-of-type label {
  position: relative;
  top: -5px;
  left: 5px;

  line-height: 1.3rem;
}

.form-body.vyber-sluzby.s-hw,
.form-body.vyber-sluzby.s-sw,
.form-body.vyber-sluzby.s-svc,
.form-body.vyber-sluzby.s-oth {
  left: 100%;
}

.form-body.konkretni-popis {
  left: 200%;
}

.form-body.kvalita-sluzeb {
  left: 300%;
}

.form-body.kontaktni-udaje {
  left: 400%;
}

.form-body.shrnuti-objednavky {
  left: 500%;
}

.form-main-body-wrapper {
  position: relative;
  left: 0%;

  -webkit-transition: left 0.5s;
          transition: left 0.5s;
}

.form-body-active {
  display: block;

  z-index: 99;
}

.form-body.vyber-sluzby.s-hw,
.form-body.vyber-sluzby.s-sw,
.form-body.vyber-sluzby.s-svc,
.form-body.vyber-sluzby.s-oth {
  display: none;

  z-index: 99;
}


.error {
  color: #ca4538;
  border: 1px solid rgb(202, 69, 56) !important;
  /* box-shadow: 0px 0px 10px rgba(255, 23, 0, 0.25) !important; */
  background-color: rgb(255, 251, 251) !important;
}

#registration-wrapper .error {
  border: 1px solid #f2f2f2 !important;
}

/*** end of main pop-up form ***/

#main-wrapper {
  background-color: white;
}

#main-header,
#canvas-bg {
  width: 100%;
  height: 800px;
}

#main-header {
  position: relative;

  background: url("../images/header-background.jpg") center bottom no-repeat;
  background-size: cover;
}

@-webkit-keyframes rotate-border {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

@keyframes rotate-border {
  0% {
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
  }
}

#main-header::after {
  position: absolute;
  z-index: 9;
  right: 0;
  bottom: -12px;
  left: -1px;

  height: 12px;

  content: "";
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-animation: rotate-border 1s 1.5s forwards;
          animation: rotate-border 1s 1.5s forwards;

  background: url("../images/triangle-border.svg") repeat-x center center;
}

#main-header-content {
  overflow: hidden;

  position: relative;

  width: 100%;
  height: 100%;
}

#main-nav-wrapper {
  position: absolute;
  z-index: 999;

  width: 100%;
}

#logo {
  display: inline-block;

  max-width: 170px;
  height: 73px;
  margin: 15px;

  -webkit-transition: all 0.1s;
          transition: all 0.1s;
}

#logo:hover,
#logo:focus {
  opacity: 0.75;
}

#logo:active {
  position: relative;
  top: 3px;

  opacity: 1;
}

#logo img {
  float: left;

  width: 100%;
  height: 100%;
}

#main-nav {
  margin: 0px auto;
}

.main-mobile-menu-btn {
  display: none;

  position: absolute;
  z-index: 9999;
  left: 0px;

  width: 45px;
  height: 45px;

  cursor: pointer;
}

.main-mobile-menu-btn:hover span {
  opacity: 0.8;
}

.main-mobile-menu-btn a {
  display: block;

  width: 100%;
  height: 100%;
}

.main-mobile-menu-btn span {
  display: block;

  position: absolute;
  left: 50%;

  width: 50%;
  height: 3px;

  -webkit-transition: all 0.4s;
          transition: all 0.4s;
  -webkit-transform: translateX(-50%) rotate(0deg);
      -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);

  opacity: 1;
  border-radius: 10px;
  background-color: white;
}

.main-mobile-menu-btn span:nth-child(1) {
  top: 15px;
}

.main-mobile-menu-btn span:nth-child(2) {
  top: 22px;
}

.main-mobile-menu-btn span:nth-child(3) {
  top: 29px;
}

.main-mobile-menu-btn.open span:nth-child(1) {
  top: 50%;

  -webkit-transform: translateY(-50%) rotate(135deg);
      -ms-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.main-mobile-menu-btn.open span:nth-child(2) {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-10%);
          transform: translateX(-10%);

  opacity: 0;
}

.main-mobile-menu-btn.open span:nth-child(3) {
  top: 50%;

  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

#menu-title,
.fa {
  display: none;
}

#main-mobile-nav {
  color: white;
  background-color: #2f3038;
  -webkit-box-shadow: inset 4px 0px 0px 0px #599bf8;
          box-shadow: inset 4px 0px 0px 0px #599bf8;
}

#main-mobile-nav,
#main-mobile-nav ul {
  height: 100%;

  list-style: none;
}

#main-mobile-nav ul {
  position: relative;

  height: initial;
  margin-top: 30px;

  border-top: 1px solid #54586b;
  border-bottom: 1px solid #54586b;
}

#main-mobile-nav ul::before {
  position: absolute;
  top: -25px;

  margin-left: 20px;

  font-size: 1.15rem;
  font-weight: bold;

  content: "Menu";
  text-transform: uppercase;

  color: #a8abb9;
}

#main-mobile-nav li  {
  position: relative;

  background-color: #414350;
}

#main-mobile-nav li:not(:last-child)::after  {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 50px;

  content: "";

  border-bottom: 1px solid #54586b;
}

#main-mobile-nav li a,
#main-mobile-nav li a:link,
#main-mobile-nav li a:visited {
  display: -webkit-flex !important;

  padding: 10px 15px;

  font-size: 1.4rem;
  line-height: 2em;

  text-decoration: none;

  color: #f4f5f7;

  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

#main-mobile-nav li a:hover,
#main-mobile-nav li a:focus {
  color: #e66153;
  background-color: rgba(0, 0, 0, 0.1);
}

#main-mobile-nav li a:active {
  font-family: "Gotham-Rounded";
  font-weight: bold;

  color: white;
  background-color: #e64b3b;
}

#main-mobile-nav li:active:not(:last-child)::after  {
  content: "";

  border-bottom: 0px;
}

#main-menu {
  float: right;

  margin: 0px auto;
}

#main-menu li {
  display: inline-block;

  margin: 35px 0px;

  vertical-align: middle;
  white-space: nowrap;
}

#main-menu li a,
#main-menu li a:link,
#main-menu li a:visited {
  display: inline-block;
  overflow: hidden;

  position: relative;

  font-size: 1.35rem;

  text-transform: uppercase;

  color: white;
}

#main-menu li.l-btn a span {
  display: inline-block;

  position: relative;

  padding: 0px 12px;

  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

#main-menu li.l-btn a span:before {
  position: absolute;
  top: 100%;

  font-weight: 700;

  content: attr(data-hover);
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  white-space: nowrap;
}

#main-menu li.l-btn a:hover span,
#main-menu li.l-btn a:focus span {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

#main-menu li.l-btn a:hover,
#main-menu li.l-btn a:focus {
  color: white;
}

#main-menu li.l-btn a:active {
  top: 2px;
}

#main-menu .register-btn {
  margin-left: 10px;
}

#main-menu .register-btn a,
#main-menu .register-btn a:link,
#main-menu .register-btn a:visited {
  margin: 0px;
  padding: 13px 20px;

  font-family: "Gotham-Rounded";
  font-weight: bold;

  color: #e64b3b !important;
  border: 2px solid #e64b3b;
  border-radius: 50px;
}

#main-menu .register-btn a:hover,
#main-menu .register-btn a:focus {
  -webkit-transition: all 0.15s;
          transition: all 0.15s;

  background-color: #e64b3b;
}

#main-menu .register-btn a:hover span,
#main-menu .register-btn a:focus span {
  -webkit-transition: all 0.15s;
          transition: all 0.15s;

  color: white;
}

#main-menu .register-btn:active {
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

#main-menu .register-btn:active a {
  border: 2px solid #ca4538;
  background-color: #ca4538;
}

.fixed-menu {
  z-index: 999;
  top: 0px;

  border-bottom: 1px solid #e8edef;
  background-color: rgba(255, 255, 255, 0.97);
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

.fixed-menu #logo {
  margin: 4px;
}

.fixed-menu #logo:active {
  position: relative;
  top: 2px;
}

.fixed-menu #logo {
  max-width: 100px;
  height: 43px;
}

.fixed-menu #main-menu {
  -webkit-animation: none;
          animation: none;
}

.fixed-menu #main-menu li {
  margin: 20px 5px 14px 5px;
}

.fixed-menu #main-menu li a,
.fixed-menu #main-menu li a:link,
.fixed-menu #main-menu li a:visited {
  color: #51586b;
}

.fixed-menu #main-menu li.register-btn a,
.fixed-menu #main-menu li.register-btn a:link,
.fixed-menu #main-menu li.register-btn a:visited {
  margin: 0px;
  padding: inherit;

  font-family: "Gotham-Rounded";
  font-weight: normal;

  color: inherit !important;
  border: 0px;
  border-radius: 0px;
}

.fixed-menu #main-menu li.l-btn a:hover,
.fixed-menu #main-menu li.l-btn a:focus,
.fixed-menu #main-menu .register-btn a:hover span,
.fixed-menu #main-menu .register-btn a:focus span {
  color: #39a0bd;
}

.fixed-menu #main-menu li a span {
  padding: 0px 12px;
}

.fixed-menu #main-menu li.register-btn a span {
  display: inline-block;

  position: relative;

  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}

.fixed-menu #main-menu li.register-btn a span:before {
  position: absolute;
  top: 100%;

  font-weight: 700;

  content: attr(data-hover);
  -webkit-transform: translate3d(0,0,0);
          transform: translate3d(0,0,0);
  white-space: nowrap;
}

.fixed-menu #main-menu li.register-btn a:hover span,
.fixed-menu #main-menu li.register-btn a:focus span {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.fixed-menu #main-menu li.register-btn a:hover,
.fixed-menu #main-menu li.register-btn a:focus {
  color: white;
}

.fixed-menu #main-menu .register-btn a:hover,
.fixed-menu #main-menu .register-btn a:focus {
  background-color: inherit;
}

#main-header h1,
#main-header h2 {
  width: 100%;

  font-family: "Open Sans";

  text-align: center;

  color: white;
}

#main-header h1 {
  font-size: 6rem;
  font-weight: bold;
}

#main-header h2 {
  font-size: 3rem;
  font-weight: 300;
}

/* --- start of scale --- */

.scale.cd-intro-content * {
  /* overwrite default style */
  opacity: 1;
}

.scale.cd-intro-content {
  /* overwrite default style */
  position: absolute;
  top: 35%;

  width: 100%;
  /* Force hardware acceleration */

  -webkit-transform: translateZ(0);
      -ms-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: cd-scale-in 0.6s 0.3s both;
          animation: cd-scale-in 0.6s 0.3s both;

  background-color: transparent;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

@-webkit-keyframes cd-scale-in {
  0% {
    -webkit-transform: scale(3);

    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);

    opacity: 1;
  }
}

@keyframes cd-scale-in {
  0% {
    -webkit-transform: scale(3);
        -ms-transform: scale(3);
            transform: scale(3);

    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);

    opacity: 1;
  }
}

/* --- end of scale --- */

/* --- start of xtype --- */

.cd-words-wrapper {
  display: inline-block;

  position: relative;

  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;

  position: absolute;
  top: 0;
  left: 0;

  font-weight: inherit;

  white-space: nowrap;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline i {
  font-style: normal;
}

/* --- xtype --- */

.cd-headline.type .cd-words-wrapper {
  overflow: hidden;

  vertical-align: top;
}

.cd-headline.type .cd-words-wrapper::after {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;

  width: 1px;
  height: 90%;
  /* vertical bar */

  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
          animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  visibility: hidden;

  position: absolute;
}

.cd-headline.type i.in {
  visibility: visible;

  position: relative;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);

    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-50%) scale(0.9);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0);

    opacity: 0;
  }
}

@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);

    opacity: 1;
  }

  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
        -ms-transform: translateY(-50%) scale(0.9);
            transform: translateY(-50%) scale(0.9);

    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);

    opacity: 0;
  }
}

/* --- end of xtype --- */

.main-btn-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;

  max-width: 220px;

  font-size: 1.75rem;

  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: move 1s cubic-bezier(0.4, 0.15, 0.4, 0.84) 2s infinite;
          animation: move 1s cubic-bezier(0.4, 0.15, 0.4, 0.84) 2s infinite;
}

.button {
  display: inline-block;

  position: relative;

  width: 200px;
  height: 80px;
  padding: 0;

  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;

  border: none;
  outline: none;
  background: none;

  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  -webkit-touch-callout: none;
}

.button__text {
  display: block;

  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;

  width: 100%;
  padding: 10px;

  font-family: "Gotham-Rounded";
  font-size: 1.75rem;
  font-weight: bold;

  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;

  color: #fff;

  -webkit-touch-callout: none;
}

.morph-shape {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.button--fill .morph-shape svg {
  fill: #e64b3b;
}

.button--fill:hover .morph-shape svg,
.button--fill:focus .morph-shape svg {
  fill: #ca4538;
}

.button--fill .morph-shape svg path {
  cursor: pointer;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1) translateX(-50%) translateX(0);
            transform: scale(1) translateX(-50%) translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(10%);
            transform: translateX(-50%) translateY(10%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%) translateX(0);
            transform: scale(1) translateX(-50%) translateX(0);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1) translateX(-50%) translateX(0);
            transform: scale(1) translateX(-50%) translateX(0);
  }

  50% {
    -webkit-transform: translateX(-50%) translateY(10%);
            transform: translateX(-50%) translateY(10%);
  }

  100% {
    -webkit-transform: scale(1) translateX(-50%) translateX(0);
            transform: scale(1) translateX(-50%) translateX(0);
  }
}

@-webkit-keyframes nerd-move {
  0% {
    background-position: 0px 250px;
  }

  100% {
    background-position: 0px 0px;
  }
}

@keyframes nerd-move {
  0% {
    background-position: 0px 250px;
  }

  100% {
    background-position: 0px 0px;
  }
}

#header-nerd {
  position: relative;
  top: 12px;

  width: 140px;
  height: 170px;
  margin: 0px auto;

  -webkit-animation: nerd-move 1s 1.7s ease-in-out forwards;
          animation: nerd-move 1s 1.7s ease-in-out forwards;

  background-image: url("../images/header-nerd.svg");
  background-repeat: no-repeat;
  background-position: 0px 250px;
  background-size: cover;
}

#features-wrapper {
  overflow: hidden;

  color: #524351;
  background-color: #eff3f8;
}

#features-wrapper::after {
  position: absolute;
  z-index: 10;
  left: 50%;

  width: 75px;
  height: 40px;
  margin-top: -2px;

  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  background-image: url("../images/small-triangle.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

#features {
  margin: 0px auto;

  font-family: "Gotham-Rounded";
  font-size: 1.70rem;
  font-weight: inherit;

  text-align: center;
}

h3 {
  position: relative;

  max-width: 55%;
  margin: 0px auto;
  margin-bottom: 45px;
  padding-top: 70px;

  font-size: 2rem;
  line-height: 2.6rem;

  text-align: center;

  color: #485565;
}

h3#title-def {
  font-variant: normal;

  letter-spacing: normal;
}

h3#title-def::before,
h3#title-def::after {
  display: none;

  position: absolute;

  width: 80px;
  height: 3px;

  content: "";

  background-color: #e64b3b;
}

h3#title-def::before {
  top: 110px;
  left: -70px;
}

h3#title-def::after {
  top: 110px;
  right: -70px;
}

.column {
  display: inline-block;

  width: 32%;
  padding: 35px 30px;

  text-align: center;
}

.column img {
  display: block;

  width: 80px;
  height: 80px;
  margin: 0px auto;
}

.column h4 {
  margin: 30px 0px 15px 0px;
}

.col-feat-1 h4 {
  color: #c51f16;
}

.col-feat-2 h4 {
  color: #d48e16;
}

.col-feat-3 h4 {
  color: #64a805;
}

.feat-separator {
  display: none;

  width: 15%;
  height: 2px;
  margin: 30px auto;

  text-align: center;

  color: #e8e8e8;
  border: 0px;
  border-color: #e8e8e8;
  outline: 0px;
  background-color: #e8e8e8;
}

.column p {
  font-size: 1.5rem;
  line-height: 25px;

  color: #485565;
}

.clear {
  clear: both;
}

h3#title-expla {
  z-index: initial;

  padding-top: 70px;
}

#how-expla {
  overflow: hidden;

  margin: 0px auto;
}

#how-expla .step {
  margin: 110px 0px;
}

#how-expla h4::before {
  display: none;

  position: relative;

  width: 30px;
  height: 30px;
  margin: 0px auto;
  padding: 5px;

  font-size: 1.4rem;

  content: "";
  -webkit-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  text-align: center;
  vertical-align: middle;

  border-radius: 50%;
}

#how-expla .step:nth-of-type(odd) h4::before {
  color: #9acc54;
  border: 2px solid #9acc54;
  background-color: #fcfefa;
}

#how-expla .step:nth-of-type(even) h4::before {
  color: #e8837e;
  border: 2px solid #e8837e;
  background-color: #fffcfb;
}

#how-expla .step1 h4::before {
  content: "1";
}

#how-expla .step2 h4::before {
  content: "2";
}

#how-expla .step3 h4::before {
  content: "3";
}

#how-expla .step4 h4::before {
  content: "4";
}

#how-expla .step5 h4::before {
  content: "5";
}

#how-expla h4 {
  margin: 25px 0px;

  font-size: 3.5rem;
}

#how-expla img,
#how-expla svg,
#how-expla object {
  width: 500px;
  height: 500px;
}

#how-expla .step-txt-wrapper {
  margin-top: 80px;
}

#how-expla p {
  font-size: 1.5rem;
  line-height: 2.6rem;

  color: #737e80;
}

#how-expla .step1 .step-txt-wrapper {
  float: left;

  width: 45%;
  margin-top: 100px;
}

#how-expla .step1 img,
#how-expla .step1 svg,
#how-expla .step1 object {
  float: right;
}

#how-expla .step2 .step-txt-wrapper {
  float: right;

  width: 45%;
}

#how-expla .step2 img,
#how-expla .step2 svg,
#how-expla .step2 object {
  float: left;
}

#how-expla .step3 .step-txt-wrapper {
  float: left;

  width: 45%;
}

#how-expla .step3 img,
#how-expla .step3 svg,
#how-expla .step3 object {
  float: right;
}

#how-expla .step4 .step-txt-wrapper {
  float: right;

  width: 45%;
}

#how-expla .step4 img,
#how-expla .step4 svg,
#how-expla .step4 object {
  float: left;
}



#how-expla .step5 .step-txt-wrapper {
  float: left;

  width: 45%;
}

#how-expla .step5 img,
#how-expla .step5 svg,
#how-expla .step5 object {
  float: right;
}

#hw-sw-wrapper {
  overflow: hidden;

  color: #524351;
  background-color: #eff3f8;
}

#hw-sw-wrapper p {
  margin: 20px 0px;

  font-size: 1.5rem;
  line-height: 2.6rem;

  text-align: left;

  color: #485565;
}

#hw-sw-wrapper::before {
  position: absolute;
  z-index: 9;
  left: 50%;

  width: 75px;
  height: 40px;
  margin-top: -2px;

  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  background-image: url("../images/small-triangle-white.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

#hw-sw {
  min-height: 360px;
  margin: 0px auto;

  font-family: "Gotham-Rounded";
  font-size: 1.70rem;
  font-weight: inherit;

  text-align: center;
}

h3#title-hw-sw {
  padding-top: 70px;
}

.atvImg img {
  height: 100%;
}

#hw-sw .atvImg {
  display: inline-block;

  width: 240px;
  height: 150px;
  margin: 25px;
}

#hw-sw .atvImg-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#hw-sw a:active .atvImg-shadow,
#hw-sw a:focus .atvImg-shadow {
  -webkit-transition: all 0.535s;
          transition: all 0.535s;

  -webkit-box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 15px 60px rgba(0, 0, 0, 0.4);
}

#hw-sw-wrapper::after {
  position: absolute;
  z-index: 10;
  left: 50%;

  width: 75px;
  height: 40px;
  margin-top: -2px;

  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  background-image: url("../images/small-triangle.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

.hw-sw-info {
  max-width: 90%;
  margin: 25px auto 45px auto;
  padding: 30px;

  border-radius: 5px;
  background-color: white;
  -webkit-box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.03);
}

.hw-sw-info.new-info {
  margin: 25px auto;
  padding: 15px 30px;
}

.hw-sw-info p a,
.hw-sw-info p a:link {
  font-weight: bold;

  color: #485565;
}

.hw-sw-info p a:hover,
.hw-sw-info p a:focus {
  text-decoration: underline;
}

.tag-wrapper {
  margin-top: 40px;
}

.tag-wrapper a {
  transition: all 0.3s;
}

.tag-wrapper .hw-tag {
  -webkit-transition: all 0.5s;

  color: #c35f5a;
  border: 1px solid #e8837e;
  background-color: rgba(232, 131, 126, 0.05);
}

.tag-wrapper .hw-tag:hover,
.tag-wrapper .hw-tag:focus {
  color: white;
  background-color: #e8837e;
}

.tag-wrapper .sw-tag {
  color: #da9b43;
  border: 1px solid #f9b557;
  background-color: rgba(224,172,100,0.05);
}

.tag-wrapper .sw-tag:hover,
.tag-wrapper .sw-tag:focus {
  color: white;
  background-color: #f9b557;
}

.tag-wrapper .svc-tag {
  color: #7dad3a;
  border: 1px solid #9acc54;
  background-color: rgba(154,204,84,0.05);
}

.tag-wrapper .svc-tag:hover,
.tag-wrapper .svc-tag:focus {
  color: white;
  background-color: #9acc54;
}

.tag-wrapper .oth-tag {
  color: #5fc782;
  border: 1px solid #5fc782;
  background-color: rgba(95,199,130,0.05);
}

.tag-wrapper .oth-tag:hover,
.tag-wrapper .oth-tag:focus {
  color: white;
  background-color: #5fc782;
}

.tag-wrapper a {
  display: inline-block;

  margin: 3px 1px;
  padding: 8px 10px;

  font-family: "Open Sans";
  font-size: 1.3rem;

  cursor: pointer;
  text-transform: uppercase;

  border-radius: 5px;
}

.tag-wrapper a:active {
  -webkit-box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 25px rgba(0, 0, 0, 0.2);
}

h3#title-faq {
  z-index: 1;
}

#faq {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
          flex-direction: row;

  width: 100%;
  max-width: 988px;
  margin: 30px auto;

  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.question-wrapper {
  position: relative;

  min-width: 33%;
  padding: 12px 12px 20px;

  font-size: 1.4rem;

  -webkit-flex: 1 1 33%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}

.question-wrapper img {
  width: 50px;
  height: auto;
  margin-bottom: 8px;
}

.q-head {
  display: block;

  font-size: 1.8rem;
  font-weight: lighter;
  line-height: 2.5rem;

  color: black;
}

.question-wrapper p {
  margin-top: 10px;

  line-height: 2.2rem;
}

hr {
  max-width: 1080px;
  margin: 20px auto;

  border: none;
  border-top: 1px solid #d0d7de;
}

#ref-wrapper {
  overflow: hidden;
}

h3#title-ref {
  padding-top: 20px;
}

#ref {
  max-width: 980px;
  margin: 0px auto;

  font-size: 1.5rem;
}

.ref-box {
  padding: 0px 12px;
}

#ref img {
  max-width: 80px;
  height: auto;
  max-height: 120px;
}

#ref .cite-left,
#ref .cite-right {
  min-height: 130px;
}

#ref .cite-left img {
  float: left;
}

#ref .cite-right img {
  float: right;
}

#ref .cite-left blockquote,
#ref .cite-right blockquote {
  margin: 26px 10px 0px 10px;
  padding: 12px 25px;

  font-style: italic;

  border-radius: 100px;
}

#ref .cite-left blockquote {
  float: left;

  color: #83b73b;
  border: 2px solid #9acc54;
  background-color: rgba(154, 204, 84, 0.03);
}

#ref .cite-right blockquote {
  float: right;

  color: #e8837e;
  border: 2px solid #e8837e;
  background-color: rgba(232, 131, 126, 0.03);
}

#main-cite-wrapper {
  position: relative;

  margin-top: 30px;

  background-color: #eff3f8;
}

#main-cite-wrapper::before {
  position: absolute;
  left: 50%;

  width: 75px;
  height: 40px;
  margin-top: -2px;

  content: "";
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  background-image: url("../images/small-triangle-white.svg");
  background-repeat: no-repeat;
  background-position: top center;
}

#main-cite {
  margin: 0px auto;

  font-size: 2rem;

  text-align: center;
}

#main-cite blockquote {
  position: relative;

  max-width: 600px;
  margin: 0px auto;
  padding-top: 60px;

  font-size: 2.5rem;

  text-align: center;

  color: #485565;
}

#main-cite blockquote::before,
#main-cite blockquote::after {
  position: absolute;
  z-index: 99;

  margin: 0px 10px;

  font-size: 10rem;

  opacity: 0.75;
}

#main-cite blockquote::before {
  top: 52px;
  left: -20px;

  content: "„";
}

#main-cite blockquote::after {
  top: 15px;
  right: -15px;

  content: "“";
}

#main-cite .main-btn-wrapper {
  position: relative;
  bottom: inherit;
  left: initial;

  margin: 0px auto;
  margin-top: 20px;
  padding-bottom: 40px;

  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-animation: none;
          animation: none;
}

#footer-wrapper {
  background-color: #141719;
}

#map-wrapper {
  overflow: hidden;

  position: relative;
}

#map {
  position: relative;

  height: 0;
  padding-bottom: 450px;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

#map .gmnoprint a,
#map .gmnoprint a:link,
#map .gmnoprint a:visited,
#map .gmnoprint span,
.gm-style-cc {
  display: none;
}

#map .gmnoprint div {
  background: none !important;
}

#footer {
  max-width: 980px;
  margin: 0px auto;

  font-size: 1.4rem;

  color: #516e7b;
  background-color: #141719;
}

#footer hr {
  margin-bottom: 10px;

  border-top: 1px solid #19282f;
}

#footer-menu {
  float: left;

  margin: 0px auto;
}

#footer-menu li {
  display: inline-block;

  margin: 30px 5px;
  margin-bottom: 0px;
}

#footer-menu li.point {
  margin: 0px auto;
  padding: 0px;
}

#footer-menu li a,
#footer-menu li a:link,
#footer-menu li a:visited {
  position: relative;

  -webkit-transition: all 0.2s;
          transition: all 0.2s;
  text-transform: uppercase;

  color: #dae8f1;
}

#footer-menu li a::after {
  display: block;

  position: relative;
  top: 3px;

  width: 0px;
  height: 1px;
  margin: auto;

  content: "";
  -webkit-transition: all 0.3s;
          transition: all 0.3s;

  background: transparent;
}

#footer-menu li a:hover,
#footer-menu li a:focus {
  color: white;
}

#footer-menu li a:active {
  top: 2px;

  color: #7fa5b9;
}

#footer-menu li a:hover::after,
#footer-menu li a:focus::after {
  width: 100%;

  background-color: #dae8f1;
}

.social-icons {
  float: right;

  margin-top: 18px;
  margin-right: 15px;
}

.social-icons img {
  margin: 0px 2px;

  opacity: 0.8;
}

.social-icons a:hover img,
.social-icons a:focus img {
  opacity: 1;
}

.social-icons a:active img {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}

#footer .bottom-bar {
  padding-bottom: 5px;

  font-size: 1.25rem;

  color: #7fa5b9;
}

#footer .bottom-bar a,
#footer .bottom-bar a:link,
#footer .bottom-bar a:visited {
  color: #7fa5b9;
}

#footer .bottom-bar a:hover,
#footer .bottom-bar a:focus {
  text-decoration: underline;

  color: white;
}

#footer address {
  padding: 0px 15px;

  font-style: normal;
}

#footer address strong {
  display: block;

  margin: 10px 0px;
}

#footer .footer-column {
  display: inline-block;

  width: 19%;
  padding: 5px 0px;

  text-align: center;
  vertical-align: top;
}

#footer .footer-column div {
  padding: 5px 0px;
}

@-webkit-keyframes heartPulze {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartPulze {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#footer #heart-icon {
  width: 13px;
  height: auto;
  margin-left: 3px;

  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-animation: heartPulze 1s infinite;
          animation: heartPulze 1s infinite;
}


#elevator-btn {
  display: none;

  position: fixed;
  z-index: 9999;
  right: 60px;
  bottom: 30px;

  width: 100px;
  height: 100px;

  cursor: pointer;
}

#elevator-btn .button__text {
  top: 0px;
  left: 0px;

  -webkit-transform: initial;
      -ms-transform: initial;
          transform: initial;
}

#elevator-btn img {
  width: 100%;
  height: auto;
}

#elevator-btn:hover,
#elevator-btn:focus {
  opacity: 1 !important;
}

#elevator-btn:hover path,
#elevator-btn:focus path {
  fill: #ca4538;
}

/*** login style, registration style ***/

#login-body {
  background-color: #27253a;
}

.slideshow {
  position: fixed;
  z-index: 0;
  top: 0px;
  left: 0px;

  width: 100%;
  height: 100%;

  background: url("../images/login/slider1-tvojeit.jpg") center center no-repeat;
  background-size: cover;
}

#login-form-wrapper,
#registration-form-wrapper {
  position: relative;
  top: 50vh;

  max-width: 500px;
  margin: 0px auto;

  font-size: 1.4rem;

  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

#user-icon {
  width: 151px;
  height: auto;
}


#login-wrapper h1,
#registration-wrapper h1 {
  margin-bottom: 20px;

  font-size: 4rem;
  font-weight: 300;

  text-align: center;

  color: white;
}

#login-wrapper fieldset,
#registration-wrapper fieldset {
  border: 0;
}

#login-email {
  margin: 0px;

  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#login-wrapper #login-pass {
  margin: 0px;

  border-top: none;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#login-wrapper #login-email-inp {
  font-size: 1em;

  border-top-left-radius: 30px;
}

#login-pass-inp {
  font-size: 1em;

  border-bottom-left-radius: 30px;
}

#login-pass-repeat {
  margin: 0px;

  border-top: none;
  border-radius: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-group-user {
  width: 280px;
  margin: 0px auto;

  border-radius: 30px;
}

#login-btn span {
  display: block;

  position: relative;

  padding: 17px 0px;

  font-size: 1.5rem;
  font-weight: bold;

  text-transform: uppercase;

  color: white;
}

#login-btn {
  display: block;

  width: 280px;
  margin: 0px auto;
  margin-top: 15px;

  cursor: pointer;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;

  border: none;
  background-color: #e64b3b;
}

#login-btn:hover,
#login-btn:focus {
  outline: none;
  background-color: #ca4538;
}

#login-btn:active {
  -webkit-transition: all 0.15s;
          transition: all 0.15s;
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

#others-wrapper {
  width: 280px;
  margin: 0px auto;
}

#forgotten-pw,
#forgotten-pw:link,
#registration,
#registration:link {
  margin: 10px;

  text-decoration: none;

  color: white;
}

#registration,
#registration:link {
  float: left;
}

#forgotten-pw,
#forgotten-pw:link {
  float: right;
}

#forgotten-pw:hover,
#registration:hover {
  text-decoration: underline;
}

/*** end of login style ***/

/*** input style ***/

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input:-webkit-autofill {
  color: black !important;
  -webkit-box-shadow: 0px 0px 0px 50px white inset;

  -webkit-text-fill-color: black !important;
}

input:-webkit-autofill:focus {
  color: black !important;
  -webkit-box-shadow: 0px 0px 0px 50px white inset;

  -webkit-text-fill-color: black !important;
}

.input {
  display: inline-block;

  position: relative;
  z-index: 1;

  width: 280px;
  margin: 15px 0px;

  line-height: normal;

  vertical-align: top;

  border: 2px solid #f2f2f2;
  border-radius: 122px;
  background-color: white;

  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.input__field {
  display: block;
  float: right;

  position: relative;

  padding: 10px;
  padding-left: 20px;

  color: #2f313a;
  border: none;
  border-radius: 0;
  background-color: white;

  -webkit-appearance: none;
}

.input__field:focus {
  outline: none;
  background-color: #f2f2f2;
}

.input__label {
  display: inline-block;
  float: right;

  padding: 0px 15px;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
}

.input__label-content {
  display: block;

  position: relative;

  padding: 15px 25px;
}

.input--kaede {
  display: block;
  overflow: hidden;

  background-color: white;
}

.input__field--kaede {
  position: absolute;
  top: 0px;
  right: 100%;

  width: 65%;
  height: 100%;

  font-weight: bold;

  -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          transition:         transform 0.5s;
          transition:         transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  background: #fff;
}

.input__label--kaede {
  display: block;

  z-index: 10;

  width: 100%;
  height: 100%;

  cursor: text;
  -webkit-transition: -webkit-transform 0.5s;
          transition: -webkit-transform 0.5s;
          transition:         transform 0.5s;
          transition:         transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  text-align: left;
}

.input__field--kaede:focus,
.input--filled .input__field--kaede {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.input__field--kaede:focus + .input__label--kaede,
.input--filled .input__label--kaede  {
  -webkit-transform: translate3d(60%, 0, 0);
          transform: translate3d(60%, 0, 0);
  pointer-events: none;
}

#registration-form-wrapper .input--kaede {
  margin: 0px;

  border: 1px solid #f2f2f2;
  border-radius: 0px;
}

#registration-form-wrapper .input--kaede:first-of-type {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

#registration-form-wrapper .input--kaede:last-of-type {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/*** end of input style ***/

@keyframes eePackman {
  0% {
    left: -10%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes eePackman {
  0% {
    left: -10%;
  }

  100% {
    left: 100%;
  }
}

#easter-egg {
  position: absolute;
  bottom: 2px;

  height: 50px;

  -webkit-animation: eePackman 10s ease-in infinite;
          animation: eePackman 10s ease-in infinite;
}

#packman,
#packman-ghosts {
  position: absolute;
  z-index: 99;
  bottom: 0px;
}

#packman {
  height: 45px;
}

#packman-ghosts {
  bottom: 5px;
  left: 80px;

  height: 30px;
}

/*** responsive design ***/

@media screen and (max-width: 1600px) {
  #main-header,
  #canvas-bg {
    height: 700px;
  }

  .section-box {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1260px) {
  .section-box {
    max-width: 960px;
  }

  #how-expla h4 {
    font-size: 3.2rem;
  }

  #how-expla .step .step-txt-wrapper {
    width: 50%;
  }

  #how-expla img,
  #how-expla svg,
  #how-expla object {
    width: 400px;
    height: 400px;
  }

  #hw-sw .atvImg {
    width: 200px;
    height: 110px;
    margin: 15px;
  }

  #elevator-btn {
    right: 15px;
    bottom: 20px;

    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 1000px) {
  #logo {
    margin: 5px;
  }

  #main-menu li {
    margin: 26px 0px;
  }

  h3 {
    max-width: 75%;
  }

  #main-header h2 {
    padding: 0px 100px;
  }

  .section-box {
    max-width: 890px;
  }

  #how-expla .step1 img,
  #how-expla .step1 svg,
  #how-expla .step1 object {
    width: 400px;
    height: 400px;
  }

  #hw-sw .atvImg {
    width: 195px;
    height: 105px;
    margin: 9px;
  }
}

@media screen and (max-width: 890px) {
  #main-header,
  #canvas-bg {
    height: 650px;
  }

  .scale.cd-intro-content {
    top: 30%;
  }

  #main-header h1 {
    font-size: 4rem;
  }

  #main-header h2 {
    font-size: 2.5rem;
  }

  #logo {
    max-width: 140px;
    height: 60px;
    margin: 0px;
    margin-top: 14px;
  }

  #main-menu .register-btn {
    margin-left: 4px;
  }

  #main-menu li a,
  #main-menu li a:link,
  #main-menu li a:visited {
    font-size: 1.25rem;
  }

  .section-box {
    max-width: 800px;
  }

  .column {
    padding: 35px 18px;
  }

  #how-expla .step img,
  #how-expla .step svg,
  #how-expla .step object {
    display: block;
    float: none;

    width: 500px;
    height: 500px;
    margin: 0px auto;
  }

  #how-expla .step2 img,
  #how-expla .step2 svg,
  #how-expla .step2 object {
    margin-left: 50%;

    -webkit-transform: translateX(-32%);
        -ms-transform: translateX(-32%);
            transform: translateX(-32%);
  }

  #how-expla .step .step-txt-wrapper {
    width: initial;
    margin: 30px 15px;
    margin-bottom: 30px;

    text-align: center;
  }

  #how-expla .step {
    margin: 0px 0px;
    margin-bottom: 60px;
  }

  #hw-sw .atvImg {
    width: 172px;
    height: 105px;
    margin: 8px;
  }
}

@media screen and (max-width: 820px) {
  #ref .cite-left blockquote,
  #ref .cite-right blockquote {
    max-width: 480px;

    font-size: 1.3rem;
  }
}

@media screen and (max-width: 801px) {
  .main-btn-wrapper {
    bottom: 60px;
  }

  .main-mobile-menu-btn {
    display: block;

    margin: 5px;
    margin-top: 13px;
  }

  .fa {
    display: initial;

    width: 20px;
    margin-right: 20px;
    margin-left: 5px;

    font-size: 1.75rem;
  }

  #main-menu {
    display: none;
  }

  .section-box {
    max-width: 650px;
  }

  #logo {
    display: block;

    max-width: 140px;
    margin: 3px auto;
  }

  #logo img {
    float: none;
  }

  #features {
    padding-bottom: 60px;
  }

  #features .column {
    width: 49%;
    padding: 0px 18px;
  }

  #hw-sw .atvImg {
    width: 141px;
    height: 105px;
    margin: 4px;
  }

  #how-expla h4::before {
    display: block;
  }

  .question-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 50%;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
}

@media screen and (max-width: 650px) {
  #features .column {
    width: 100%;
    margin-bottom: 0px;
    padding: 15px 18px;
  }

  h3 {
    max-width: 100%;
    padding: 10px;

    font-size: 1.75rem;
  }

  h3#title-def,
  h3#title-expla,
  h3#title-hw-sw,
  h3#title-faq {
    margin-bottom: 15px;
    padding-top: 50px;
  }

  #how-expla h4 {
    font-size: 2.4rem;
  }

  .column h4 {
    margin: 10px 0px;
  }

  #how-expla .step img,
  #how-expla .step svg,
  #how-expla .step object {
    max-width: 90%;
    height: auto;
    max-height: 450px;
  }

  #hw-sw {
    margin-bottom: 30px;
  }

  #hw-sw .atvImg {
    width: 220px;
    height: 130px;
    margin: 10px;
    margin: 8px;
  }

  .tag-wrapper {
    display: none;
  }

  .ref-box {
    margin: 50px 10px;
  }

  #ref .cite-left img,
  #ref .cite-right img {
    display: block;
    float: none;

    margin: 0px auto;
    margin-bottom: 5px;
  }

  #ref .cite-left blockquote,
  #ref .cite-right blockquote {
    float: none;

    max-width: 100%;
    margin: 0px;

    text-align: center;
  }

  .question-wrapper {
    padding: 30px 12px 20px 12px;
  }
}

@media screen and (max-width: 650px) {
  .question-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  #main-cite blockquote {
    margin: 0px 10px;

    font-size: 1.75rem;
  }

  #main-cite blockquote::before,
  #main-cite blockquote::after {
    font-size: 8rem;
  }

  #main-cite blockquote::before {
    top: 72px;
  }

  #main-cite blockquote::after {
    top: 6px;
  }

  #how-expla {
    margin-bottom: 50px;
  }

  #footer-menu {
    float: none;

    margin-top: 30px;

    text-align: center;
  }

  #footer-menu li {
    display: block;

    margin: 5px 15px;

    font-size: 1.5rem;

    text-align: center;
  }

  #footer .footer-column {
    display: inline-block;

    width: 49%;
    padding: 10px 0px;

    text-align: center;
  }

  #footer .footer-column:nth-child(5) {
    width: 100%;
  }

  #footer-menu li a:hover::after,
  #footer-menu li a:focus::after {
    width: 10%;

    background-color: #dae8f1;
  }

  .social-icons {
    float: none;

    text-align: center;
  }

  .social-icons a {
    display: inline-block;

    margin: 10px;
  }

  .social-icons img {
    width: 48px;
  }
}

@media screen and (max-height: 820px) {
  #registration-form-wrapper {
    top: 60px;

    padding: 20px 0px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-height: 600px) {
  #login-form-wrapper {
    top: 60px;

    padding: 20px 0px;

    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media screen and (max-width: 550px) {
  #main-header h1 {
    height: 76px;
    padding: 0px 30px;

    font-size: 3.3rem;
    line-height: 3.8rem;
  }

  #main-header h2 {
    padding: 15px 30px;

    font-size: 2.0rem;
  }

  #main-header,
  #canvas-bg {
    height: 568px;
  }

  .cd-headline letters type {
    min-height: 76px;
  }

  .scale.cd-intro-content {
    top: 20%;
  }

  #header-nerd {
    width: 105px;
    height: 130px;
  }

  #features {
    padding-bottom: 20px;
  }

  .hw-sw-info,
  .hw-sw-info.new-info {
    padding: 20px;
  }

  #hw-sw-wrapper p {
    line-height: 2.4rem;
  }

  h3#title-expla {
    padding-top: 50px;
  }

  #user-icon {
    width: 101px;
  }

  #registration-form-wrapper h1,
  #login-wrapper h1 {
    max-width: 300px;
    margin: 10px auto 30px auto;

    font-size: 3rem;
  }

  .form-group-user,
  #login-email,
  #login-pass,
  #registration-form-wrapper .input--kaede,
  #login-btn {
    width: 250px;
  }
}

@media screen and (max-width: 470px) {
  .main-btn-wrapper,
  #header-nerd {
    -webkit-animation: none;
            animation: none;
  }

  #header-nerd {
    background-position: 0px 0px;
  }

  .md-effect-5.md-modal {
    -webkit-transition: none;
            transition: none;

    -webkit-perspective: initial;
            perspective: initial;
  }

  .md-content,
  .md-modal {
    width: 320px !important;
  }

  .form-main-body-wrapper {
    -webkit-transition: initial;
            transition: initial;
  }

  .form-body.kvalita-sluzeb h4 {
    margin-top: 60px;
  }

  .form-body.kvalita-sluzeb button {
    width: 95px;
  }

  .form-body.kvalita-sluzeb button.w-guy > span:first-of-type {
    font-size: 1.5rem;
  }

  .form-body h5 {
    max-width: 90%;
  }

  .form-body.kontaktni-udaje > section,
  .form-body.shrnuti-objednavky > section {
    width: 95%;
  }
}
