@font-face {
  font-family: "Poppins-Regular";
  src: url(Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url(Poppins/Poppins-SemiBold.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Poppins-Regular";
  overflow-x: hidden;
}
header {
  padding: 30px;
}
header:after {
  content: "";
  clear: both;
  display: block;
}
header nav {
  float: right;
  margin-top: 12px;
}
section.banner {
  padding: 0;
  text-align: center;
  padding-bottom: 0;
  top: 0;
}

section.banner p,
.selBlc p {
  max-width: 700px;
  margin: auto;
  text-align: center;
}
.selBlc p strong,
.selBlc p.strng {
  font-family: "Poppins-SemiBold";
  font-weight: normal;
}
section.banner h2,
.selBlc h2 {
  max-width: 700px;
  margin: auto;
  font-size: 26px;
  margin-bottom: 50px;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
a.lBt {
  font-size: 14px;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  padding: 5px 15px;
  display: inline-block;
  font-family: "Poppins-SemiBold";
  margin: 25px 0;
}
header .logo {
  float: left;
  width: 200px;
  height: 50px;
}
header a {
  text-decoration: none;
}
header .logo img {
  width: 100%;
}
header nav {
  float: right;
}
header nav ul li {
  list-style-type: none;
  float: left;
  font-family: "Poppins-SemiBold";
}
header nav ul li a {
  text-decoration: none;
  margin-left: 20px;
  font-size: 18px;
  color: #000000;
}
.prfl h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-family: "Poppins-SemiBold";
}
section.banner .prfl p {
  margin-bottom: 25px;
  font-size: 14px;
}
.objctGm {
  overflow: hidden;
}
.objctGm img {
  width: 100%;
}
section.selBlc {
  margin: -80px 0 0 0;
  padding: 100px 0 25px 0;
  background-color: #d5edf5;
}
.footTop {
  padding: 50px;
  z-index: 1;
  background: url(../images/bgLts.png);
  background-repeat: repeat-y;
  text-align: center;
  color: #ffffff;
  line-height: 1.9;
  background-size: 100% auto;
}
footer {
  background: #000000;
  color: #ffffff;
}
.fBtPrs {
  clear: both;
  height: 70px;
  position: relative;
  display: table;
  width: 100%;
}
.fBtPrs p strong {
  font-family: "Poppins-SemiBold";
  display: block;
  font-size: 17px;
}
.fBtPrs p {
  width: 20%;
  vertical-align: bottom;
  display: table-cell;
}
.footBtm {
  padding: 50px;
}
.footBtm .logo {
  width: 200px;
  height: 60px;
  overflow: hidden;
}
.footBtm:after {
  content: "";
  clear: both;
  display: block;
}
.footBtm .logo img {
  width: 100%;
}
.footBtm .logo {
  width: 120px;
  height: 38px;
  overflow: hidden;
  display: block;
  float: left;
}
.secObjc {
  width: auto;
  height: 100vh;
}
div#checkFind ul li {
  display: inline-block;
  width: 70px;
  height: 70px;
  position: relative;
  margin: 5px;
}
button.zoom-in,
button.zoom-out,
button.reset,
button.close {
  width: 50px;
  height: 50px;
  background-size: 40px 22px;
  background-repeat: no-repeat;
  font-size: 40px;
  background: #95f5db;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  line-height: 1;
  outline: 0;
}
#controls span.centered {
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: middle;
}
#success {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 140px;
}
#success::after {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(43, 214, 144, 0.5411764705882353);
  color: #ffffff;
  content: "\2713";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: center;
  font-size: 96px;
}
button.close {
  display: none;
}
div#checkFind {
  width: 500px;
  margin: auto;
  text-align: center;
  background: #000000;
  border-radius: 10px;
  z-index: 2;
  left: 0;
  right: 0;
  position: fixed;
}
div#checkFind .numChk,
div#checkFind ul {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  font-family: "Poppins-SemiBold";
  margin: 0;
}
div#checkFind ul li[data-check="done"]:after {
  content: "\2713";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  font-size: 48px;
  color: #ffffff;
  border-radius: 50%;
  background: rgba(43, 214, 144, 0.5411764705882353);
}
#toggle {
  display: none;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
}
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after {
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #000000;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}
/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
  display: block;
  position: absolute;
  right: 0;
  top: 60px;
}
/* menu appearance*/
#menu {
  position: relative;
  color: #999;
  width: auto;
  padding: 10px;
  margin: auto;
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans",
    "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  text-align: center;
  border-radius: 4px;
  background: white;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}

section.form h2 {
  max-width: 700px;
  margin: auto;
  font-size: 26px;
  margin-bottom: 50px;
  font-family: "Poppins-SemiBold";
  text-align: center;
  color: #333333;
}
section.form {
  padding: 50px;
  padding-bottom: 100px;
  display: none;
  background: #ffffff;
  color: #333333;
  width: auto;
}
section.form form {
  max-width: 700px;
  margin: auto;
}
section.form form > div {
  float: left;
  width: 100%;
  padding: 10px;
}
section.form form:after {
  content: "";
  clear: both;
  display: block;
}
section.form form > div input[type="text"] {
  width: 100%;
  height: 40px;
  border: 0;
  background: #eeeeee;
  font-family: "Poppins-Regular";
  padding: 5px 10px;
  outline: 0;
}
section.form p.smlFm {
  text-align: center;
  padding: 30px;
  clear: both;
  font-size: 11px;
  color: #000000;
  margin: 0;
}
section.form input[type="submit"],
section.form input[type="button"] {
  display: block;
  width: 250px;
  margin: auto;
  background: #000000;
  color: #ffffff;
  height: 40px;
  border: 0;
  font-family: "Poppins-Regular";
  font-size: 17px;
}
section.form p {
  font-size: 15px;
  text-align: center;
  margin: 0 0 30px 0;
  clear: both;
}
a#OpenGm {
  display: none;
}
@media only screen and (max-width: 600px) {
  .gameBlock.openGameB .objctGm {
    position: fixed;
    display: block;
    z-index: 99999999;
    top: 0;
    bottom: 0;
    background-color: #000000;
  }
  section.form {
    padding: 10px;
  }
  section.form h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  section.form p {
    font-size: 13px;
  }
  section#inverted-contain .buttons button.close {
    display: block !important;
  }
  section.selBlc {
    padding-bottom: 10px;
  }
  header {
    padding: 10px;
    position: relative;
  }
  header .logo {
    width: 120px;
  }
  #toggle {
    display: block;
    margin: 0;
    float: right;
    margin-top: 12px;
    margin-right: 5px;
  }
  #menu {
    opacity: 0;
    visibility: hidden;
    width: 200px;
    display: none;
  }
  section.banner {
    padding: 10px;
    margin-bottom: -80px;
    background: #ffffff;
    width: 100%;
  }
  section.banner h2,
  .selBlc h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  section.banner p,
  .selBlc p {
    margin-bottom: 20px;
  }
  div#checkFind {
    width: 100%;
    max-width: 500px;
  }
  div#checkFind ul li {
    width: 45px;
    height: 45px;
  }
  .footTop {
    padding: 10px;
    margin: 0;
  }
  .footBtm {
    padding: 50px 10px;
  }
  .fBtPrs {
    display: block;
    height: auto;
  }
  .footBtm .logo {
    float: none;
  }
  .fBtPrs p {
    display: block;
    width: 100%;
    margin: 25px 0;
  }
  .footTop.bottom-logo .grid-3 {
    width: 100% !important;
    float: none !important;
    padding: 0px !important;
  }
  div#checkFind ul li[data-check="done"]:after {
    font-size: 32px;
  }
}
section#inverted-contain .buttons {
  position: fixed;
  z-index: 99999;
  top: 30%;
  margin-left: 10px;
}
section#inverted-contain .buttons button {
  display: block;
  margin-bottom: 10px;
}
.greet > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 400px;
  background: #ffffff;
  z-index: 999999;
  margin: auto;
  padding: 50px 20px 20px 20px;
  text-align: center;
  background-image: url(../images/pixels_logo_pos.svg);
  background-repeat: no-repeat;
  background-size: 145px;
  background-position: top 40px center;
  border: 1px solid #000000;
}
.greet:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 999999;
}
.greet > div a.social {
  display: block;
  margin: 10px auto auto auto;
  padding: 10px 5px;
  color: #000;
  cursor: pointer;
  font-size: 22px;
  font-weight: 700;
  text-decoration: underline;
}
.greet > div a i {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.greet > div a button.btn.btn-flat.btn-block.btn-sm.btn-dark {
  border-radius: 0px;
  padding: 8px;
  font-size: 22px;
  font-weight: 700;
  background-color: #000000;
  color: #ffffff;
  width: 300px;
  border: none;
}
.greet > div p strong {
  font-family: "Poppins-SemiBold";
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 13px;
  display: block;
  color: #000000;
}

/*-- 19-7-2018 --*/
/*-- logo section --*/
.bottom-logo h2 {
  font-size: 28px;
  font-family: "Poppins-SemiBold";
  text-align: center;
}
.footTop.bottom-logo .grid-3 {
  width: 33.333%;
  float: left;
  margin: 15px 0px;
}
.footTop.bottom-logo .grid-3 a {
  display: block;
  position: relative;
  overflow: hidden;
}
.footTop.bottom-logo .grid-3 img {
  max-width: 100%;
  min-height: 200px;
}
.footTop.bottom-logo .hover-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.footTop.bottom-logo .grid-3 a:hover .hover-grid {
  opacity: 1;
}
.footTop.bottom-logo .hover-grid h2 {
  padding: 20% 5%;
  margin: 0px;
}
.footTop.bottom-logo {
  background-color: #000000;
  background-image: none;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.greet p {
  margin-top: 40px;
}

/*sponsor section styling */
p.ad-card-text {
  display: none;
  height: 200px;
  margin: 0;
  padding-top: 75px;
  justify-content: center;
  vertical-align: middle;
  background: #999;
  opacity: 0.9;
  color: #000;
  font-weight: bold;
}
a:hover p.ad-card-text {
  display: block;
}
div.ad-card {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
}
div#biocase {
  background-image: url("../images/sponsors/png_biocase.png");
}
div#fitness-connection-sursee {
  background-image: url("../images/sponsors/png_fitnessconnectionsursee.png");
}
div#kidis {
  background-image: url("../images/sponsors/png_kidis.png");
}
div#kumschick {
  background-image: url("../images/sponsors/png_kumschick.png");
}
div#mingmatic {
  background-image: url("../images/sponsors/png_mingmatic.png");
}
div#pixels {
  background-image: url("../images/sponsors/png_pixels.png");
}
div#salathe {
  background-image: url("../images/sponsors/png_salathe.png");
}
div#surseepark {
  background-image: url("../images/sponsors/png_surseepark.png");
}
div#swisscom {
  background-image: url("../images/sponsors/png_swisscom.png");
}
div#ulrich {
  background-image: url("../images/sponsors/png_ulrich.png");
}
div#vivanco {
  background-image: url("../images/sponsors/png_vivanco.png");
}
div#bucher {
  background-image: url("../images/sponsors/png_bucher.png");
}
span.bold {
  font-weight: bold;
}

/* game zone styling */
img.secObj {
  width: 100vw;
  min-width: 100%;
  height: auto;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

div#game {
  display: none;

  min-height: 100%;

  overflow: hidden;

  position: fixed;
  padding: 0;
  margin: 0;

  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
}

div#game img {
  width: 100%;
}

/* terms and conditions styling */
p {
  margin: 10px 0;
}

div.terms {
  margin: 25px;
  text-align: center;
}

/* launch button animations */
@keyframes scaleLaunch {
  from {
    transform: scale(0.75);
  }

  to {
    transform: scale(1);
  }
}

img#launch {
  height: 160px;
  animation-duration: 1.5s;
  animation-name: scaleLaunch;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
