@import url("https://fonts.googleapis.com/css?family=Saira+Extra+Condensed");
.menu-toggle {
  right: 40px;
  position: absolute;
  display: block;
  width: 30px;
  height: 26px;
  background: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: #1c2174;
  font-size: 0;
  transition: all 0.25s ease-in-out; }
  .menu-toggle:before, .menu-toggle:after {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease-in-out; }

button:hover {
  color: #2b32b2; }

button.is-active {
  border-color: transparent; }
  button.is-active:before {
    transform: translate(-50%, -50%) rotate(45deg); }
  button.is-active:after {
    transform: translate(-50%, -50%) rotate(-45deg); }

button {
  border: none;
  cursor: pointer;
  outline: none; }

*,
*::before,
*::after {
  box-sizing: border-box; }

body {
  padding: 0px;
  margin: 0px;
  font-family: 'Saira Extra Condensed', sans-serif;
  letter-spacing: 1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#full-nav-bg {
  position: absolute;
  background: #18b6fd;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999999; }

.nav {
  width: 100%;
  height: 40px;
  text-align: right;
  position: absolute;
  padding-top: 20px;
  z-index: 9999; }

#close {
  cursor: pointer; }

item {
  cursor: pointer; }

.itmF {
  padding: 22px;
  font-size: 1em; }

.icnF {
  padding: 22px;
  font-size: 3em; }

#opn-top {
  background: #FFF;
  height: 50vh;
  padding: 0px;
  margin: 0px; }

#opn-btm {
  height: 50vh;
  /*background: url(http://swiftaround.de/wp-content/uploads/2017/10/IMAGE3_new_map_v3.png);*/
  background-color: black; }

.fpwc {
  height: 40px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -110px;
  margin-left: -100px;
  font-size: 1.2em;
  text-align: center; }

#topic {
  display: none;
  mix-blend-mode: exclusion;
  color: #fff;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  position: absolute;
  width: 750px;
  height: 250px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -375px;
  text-align: center;
  font-size: 4em;
  line-height: 80px; }

body {
  background-color: #000;
  overflow-x: hidden; }

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

section.fullSze {
  height: 100vh;
  width: 100%;
  display: table; }

section.ok {
  background-color: #555; }

p {
  color: white;
  font-family: arial;
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s; }

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }

.scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px; }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }
.wrapper {
  width: 100%;
  background: grey; }

.box {
  margin: 30px 30px;
  position: absolute;
  right: 0px;
  background: transparent;
  font-size: 4em;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  width: 40px;
  height: 40px;
  transition: ease 0.25s all;
  transform-origin: center;
  transform-style: preserve-3D;
  color: #FFF; }

a {
  text-decoration: none;
  color: #FFF; }

.box:hover {
  transform: rotate(180deg); }

header {
  text-align: center;
  padding: 0.5rem 0 5rem;
  font-size: 1.25rem; }

ul {
  list-style: none;
  margin: 0 100px 0 100px;
  padding: 0; }

li {
  display: inline-flex; }

li > a {
  position: relative;
  padding: 1rem 0 0.5rem;
  margin: 0 1.5rem;
  color: #18B6FD;
  text-decoration: none;
  text-transform: uppercase; }
  li > a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color: #18B6FD;
    transition: transform 250ms; }
  li > a:hover::after {
    transform: translateX(-50%) scaleX(1); }

#menu-icon {
  top: 45px; }

/*# sourceMappingURL=blocksys-main.css.map */
