.login {
  width: 300px;
  margin: 0 auto;
  padding-top: 30px;
}
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial;
  height: 100%;
  margin: 0 auto;
  background: #000;
  padding: 5px;
  box-shadow: inset 0px 0px 0px 3px #fff;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 950px) {
  
}
.clear {
  clear: both;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
  color: inherit;
}
header {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  height: 70px;
  margin-left: -10px;
}
header .head {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
header .head .logo {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 200px;
  margin-top: 10px;
  text-align: center;
  overflow: hidden;
}
header .head .logo h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 15px 0px 0px 0px;
  padding: 0;
}
header .head .logo span {
  font-size: 18px;
  font-weight: 300;
}
header .head .logo img {
  width: 100%;
}
@media only screen and (max-width: 400px) {
  header .head .logo {
    width: 120px;
  }
}
header .head nav {
  float: right;
  height: 70px;
  color: #fff;
}
header .head nav .menu {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
header .head nav .menu li {
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header .head nav .menu a {
  text-decoration: none;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  padding: 26px 2px 7px 2px;
  box-shadow: inset 0px -2px 0px rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0px 25px 0px 25px;
  color: #fff;
}
header .head nav .menu a:hover,
header .head nav .menu a.active {
  box-shadow: inset 0px -2px 0px #ffffff;
}
@media only screen and (max-width: 950px) {
  header .head nav {
    display: none;
  }
}
header .head .mob-nav {
  position: fixed;
  top: 15px;
  right: 10px;
}
header .head .mob-nav a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: inline-block;
  border: 2px solid #000;
  margin: 0px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .head .mob-nav a:hover {
  background: #000;
  color: #fff;
}
main {
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
}
main .quote-block {
  width: 100%;
  height: 100%;
  box-sizing: box-sizing;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
main .quote-block .quote {
  max-width: 600px;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  line-height: 40px;
  padding: 10px;
  margin-top: 80px;
}
@media only screen and (max-width: 740px) {
  main .quote-block .quote {
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-align-self: flex-start;
    align-self: flex-start;
    margin-top: 100px;
    font-size: 20px;
    line-height: 30px;
  }
}
main .quote-block .quote span {
  font-size: 12px;
  font-weight: 300;
  color: #aaa;
  display: block;
}
.overlay-splash {
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0px;
  display: none;
}
.overlay-splash.active {
  display: block;
}
.overlay-splash .overlay-inner {
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 40px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  background: url(components/components/../../../img/igor.jpg) right bottom #ffffff no-repeat;
}
.overlay-splash .overlay-inner.active {
  opacity: 1;
}
.overlay-splash .overlay-inner .overlay-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: center;
}
.overlay-splash .overlay-inner .overlay-content h2 {
  font-size: 24px;
  font-weight: 800;
  margin: 15px 0px 0px 0px;
  padding: 0;
}
.overlay-splash .overlay-inner .overlay-content span {
  font-size: 18px;
  font-weight: 300;
}
.overlay-splash .overlay-inner .overlay-content p {
  font-weight: 300;
  line-height: 30px;
}
.bedankt {
  position: fixed;
  box-sizing: border-box;
  z-index: 200;
  top: 20px;
  left: 20px;
  padding: 10px 20px;
  display: block;
  background: #000;
  color: #fff;
}
.bedankt.disable {
  display: none;
}
.overlay-about {
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0px;
  display: none;
}
.overlay-about.active {
  display: block;
}
.overlay-about .overlay-inner {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  -ms-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}
.overlay-about .overlay-inner.active {
  opacity: 1;
  padding-top: 40px;
}
.overlay-about .overlay-inner .overlay-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 20px;
}
.overlay-about .overlay-inner .overlay-content .close-link {
  padding: 10px 0px;
  text-align: center;
  margin: 0 auto;
  width: 80px;
  border: 2px solid #000;
  margin-top: 30px;
  margin-bottom: 50px;
  box-shadow: inset 0px 0px 0px #000;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.overlay-about .overlay-inner .overlay-content .close-link:hover {
  box-shadow: inset 0px 70px 0px #000;
  color: #fff;
}
.overlay-about .overlay-inner .overlay-content h2 {
  font-size: 24px;
  font-weight: 800;
}
.overlay-about .overlay-inner .overlay-content p {
  font-weight: 300;
  line-height: 30px;
}
.overlay-quote {
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0px;
  display: none;
}
.overlay-quote.active {
  display: block;
}
.overlay-quote .overlay-inner {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}
.overlay-quote .overlay-inner.active {
  opacity: 1;
  padding-top: 40px;
}
.overlay-quote .overlay-inner .overlay-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 20px;
  font-weight: 300;
  line-height: 30px;
}
.overlay-quote .overlay-inner .overlay-content .close-link {
  padding: 10px 0px;
  text-align: center;
  margin: 0 auto;
  width: 80px;
  border: 2px solid #000;
  margin-top: 30px;
  margin-bottom: 50px;
  box-shadow: inset 0px 0px 0px #000;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.overlay-quote .overlay-inner .overlay-content .close-link:hover {
  box-shadow: inset 0px 70px 0px #000;
  color: #fff;
}
.overlay-quote .overlay-inner .overlay-content h2 {
  font-size: 24px;
  font-weight: 800;
}
.overlay-quote .overlay-inner .overlay-content .input-group {
  width: 100%;
}
.overlay-quote .overlay-inner .overlay-content .input-group label {
  display: none;
  font-weight: 700;
}
.overlay-quote .overlay-inner .overlay-content .input-group input[type=text],
.overlay-quote .overlay-inner .overlay-content .input-group input[type=email],
.overlay-quote .overlay-inner .overlay-content .input-group textarea {
  width: 100%;
  border: 1px solid #000;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0px 10px 0px;
  font-weight: 300;
}
.overlay-quote .overlay-inner .overlay-content .input-group textarea {
  min-height: 100px;
}
.overlay-quote .overlay-inner .overlay-content .input-group input[type=submit] {
  background: #fff;
  border: 2px solid #000;
  padding: 10px;
  font-size: 18px;
  color: #000;
}
.overlay-list {
  position: fixed;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 0px;
  display: none;
}
.overlay-list.active {
  display: block;
}
.overlay-list .overlay-inner {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 60px;
  padding-bottom: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
}
.overlay-list .overlay-inner.active {
  opacity: 1;
  padding-top: 40px;
}
.overlay-list .overlay-inner .overlay-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0px 20px;
  text-align: center;
}
.overlay-list .overlay-inner .overlay-content .close-link {
  padding: 10px 0px;
  text-align: center;
  margin: 0 auto;
  width: 80px;
  border: 2px solid #000;
  margin-top: 30px;
  margin-bottom: 50px;
  box-shadow: inset 0px 0px 0px #000;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.overlay-list .overlay-inner .overlay-content .close-link:hover {
  box-shadow: inset 0px 70px 0px #000;
  color: #fff;
}
.overlay-list .overlay-inner .overlay-content h2 {
  font-size: 24px;
  font-weight: 800;
}
.overlay-list .overlay-inner .overlay-content .quote {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
}
@media only screen and (max-width: 740px) {
  .overlay-list .overlay-inner .overlay-content .quote {
    font-size: 16px;
    line-height: 22px;
  }
}
.overlay-list .overlay-inner .overlay-content .quote span {
  font-size: 12px;
  font-weight: 300;
  color: #aaa;
  display: block;
}
::-webkit-scrollbar {
  display: none;
}
#footer {
  height: 80px;
  margin: 0 auto;
  margin-top: -80px;
  background: #fff;
  width: 230px;
  text-align: center;
}
#footer a {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  border: 2px solid #000;
  margin: 0px 0px 10px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer a:hover {
  background: #000;
  color: #fff;
}
