@charset "utf-8";
/* CSS Document */

/**
  Gridz Site Template
  Copyright (c) 2013, Pophonic 

  Author: Pophonic
  Profile: themeforest.net/user/pophonic
  
**/

/* ===== Fonts ===== */

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

/* open-sans-condensed-300 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-condensed-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v21-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-condensed-v21-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-condensed-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-condensed-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-condensed-v21-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-condensed-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-condensed-v21-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */
}

/* ===== Reset ===== */

* {
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/* ===== Body, Images and Typography ===== */

body {
  /*
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: normal;
  */
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #989898;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #1e1e1e;
  background-size: contain;
}

.clearfix {
  clear: both;
}

img {
  vertical-align: top;
}

.img-responsive {
  max-width: 100%;
}

a img {
  border: none;
}

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

a:visited {
  color: #949494;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Open Sans', sans-serif;
}

blockquote {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 20px;
  padding-left: 35px;
  background: url(https://lasertag.gumlet.io/images/@2x/quote-icon.png) no-repeat;
  background-size: 21px 15px;
}

blockquote cite {
  font-size: 0.8em;
}

.quote-author {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #aaaaaa;
}

/* ===== End ===== */


/* ===== Main Menu ===== */

.header-section {
  width: 240px;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  /* margin-top: -40px; */
  /* margin-top: -20px; */
  background-color: #333333;
  box-shadow: 3px 0px 3px #000000;
  z-index: 100;
}

.logo {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  background-size: cover;
  border-bottom: #000000 solid 1px;
}

.logo img {
  width: 100%;
  height: auto;
}


/* ===== Nav Menu ===== */

.header-section #navbtn {
  display: none;
  float: right;
  top: 0;
  margin-top: 18px;
  margin-right: 20px;
}

.main-menu {
  width: 100%;
  position: absolute;
  margin-top: 139px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1280px) {
  .main-menu {
    margin-top: 120px;
  }
}

.main-menu ul ul {
  display: none;
}

.main-menu ul li:hover > ul {
  display: block;
}

.main-menu ul {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: right;
  list-style: none;
  list-style-type: none;
}

.main-menu ul li {
  padding: 10px 20px;
  position: relative;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.main-menu ul li:hover {
  background-color: #6c6c6c;
  /* background-color: #00c7c7; */
  /* background-color: #16ff00; */
}

.main-menu ul li a {
  color: #ffffff;
  text-decoration: none;
  /* border: 1px solid orange; */
  width: 100%;
  height: 100%;
  display: block;
}

.hover-active {
  width: 10px;
  height: 41px;
  position: absolute;
  top: 0;
  margin-left: 220px;
  background: url(https://lasertag.gumlet.io/images/@2x/hover-active-menu.png) no-repeat;
  background-size: 10px 41px;
  opacity: 0;

  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.main-menu ul li:hover > .hover-active {
  opacity: 1;
}

.main-menu ul .menu-active {
  background-color: #6c6c6c;
  /* background-color: #00c7c7; */
  /* background-color: #16ff00; */
}

.menu-active .hover-active {
  opacity: 1;
}

.main-menu ul ul {
  width: 190px;
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 20px;
  text-align: left;
  background: url(https://lasertag.gumlet.io/images/blank.gif) repeat;
}

.main-menu ul ul li {
  float: none;
  position: relative;
  margin-bottom: 3px;
  display: block;
}

/* Nur Internet Explorer 10 */
_:-ms-lang(x),
.main-menu ul ul li {
  padding-top: 0px;
  margin-top: 0px;
}

.main-menu ul ul li a {
  font-size: 14px;
}

/* Nur Internet Explorer 10 */
_:-ms-lang(x),
.main-menu ul ul li a {
  padding-bottom: 10px;
  font-size: 16px;
}

.main-menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding-left: 3px;
}

.submenu-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  /* background-color: #007bff; */
  background-color: #4e4e4e;
  z-index: -1;
  
  /* These three lines are for transparency in all browsers. */
  opacity: 0.8;
}

/* ===== Nav Menu End ===== */


/* ===== Main Menu Social Media Icon ===== */

.social-main {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 20px;
  margin-bottom: 10px;
}

.social-main ul {
  list-style: none;
}

.social-main ul li {
  display: inline;
  float: left;
  margin-left: 4px;
}

/* ===== Social Media End ===== */


/* ===== Content ===== */

.wrapper {
  width: 1024px;
  height: auto;
  /* margin-top: 40px; */
  margin-top: 20px;
  margin-left: 290px;
}

.container {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.container p {
  margin-bottom: 10px;
}

.container p.strich {
  border-left: 2px solid #6f6f6f;
  padding-left: 10px;
}

.details {
  background-color: #2e2e2e;
  padding: 40px;
  display: table;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.content-header {
  position: relative;
  margin-top: -13px;
  padding-bottom: 10px;
  overflow: hidden;
  border-bottom: #4e4e4e solid 1px;
}

.content-header h1,
.content-header h2 {
  font-size: 2.2em;
  font-weight: 300;
  color: #ffffff;
  line-height: 42px;
  float: left;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .content-header h2 {
    font-size: 1.5em !important;
    line-height: 1.1em !important;
  }
}

.content-header nav {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 15px;
}

.content-header nav a {
  color: #aaaaaa;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.content-header nav a:hover {
  color: #ffffff;
}

.content-header ul {
  list-style: none;
}

.content-header ul li {
  display: inline;
  float: left;
  margin-left: 7px;
  padding-left: 13px;
  background: url(https://lasertag.gumlet.io/images/back-space-non-breaking-space.png) no-repeat left;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.content-header ul li:first-child {
  background: none;
}

.content-body {
  margin-top: 28px;
}

.content-body a {
  text-decoration: none;
}

/*
.content-header {
  background-image: -webkit-linear-gradient(left,#2f5a8b,#c92929);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
*/

.content-body hr {
  background-color: #4e4e4e;
  height: 1px;
  border: 0;
}

.content-body .large-button {
  margin-top: 40px;
}

.large-button span {
  text-transform: uppercase;
}

.content-body h1 {
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 26px;
}

.content-body h2 {
  font-weight: normal !important;
  margin-bottom: 10px !important;
  line-height: 26px !important;
}

.content-body ul li {
  margin-left: 20px;
}

/* ===== End ===== */


/* ===== Page Header ===== */

.page-header {
  width: 100%;
  height: 120px;
  display: table;
  background-color: #2e2e2e;
  box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  border-left: #007bff solid 5px;
  margin-top: 15px;
}

.light {
  background-color: #007bff;
  border-left: none;
}

.page-header .content {
  padding: 30px 40px;
  display: table-cell;
  vertical-align: middle;
}

.header-title {
  float: left;
  margin-top: 5px;
}

.header-title h1 {
  text-transform: uppercase;
}

.page-header h1 {
  font-size: 2.5em;
  font-weight: 300;
  color: #ffffff;
  line-height: 25px;
}

.sub-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #aaaaaa;
  margin-top: 8px;
}

.light .sub-title {
  color: #ffffff;
}

.page-navigation {
  float: right;
  margin-top: 20px;
}

.page-navigation a {
  color: #aaaaaa;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.page-navigation a:hover {
  color: #ffffff;
}

.light .page-navigation a {
  color: #ffffff;
}

.page-navigation ul {
  list-style: none;
}

.page-navigation ul li {
  display: inline;
  float: left;
  margin-left: 7px;
  padding-left: 13px;
  background: url(https://lasertag.gumlet.io/images/back-space-non-breaking-space.png) no-repeat left;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.light .page-navigation ul li {
  background: url(https://lasertag.gumlet.io/images/back-space-non-breaking-space-white.png) no-repeat left;
}

.page-navigation ul li:first-child {
  background: none;
}

/* ===== Page Header End ===== */


/* ===== Grid Content Area ===== */

.grid-half {
  width: 502px;
  height: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.large-grid {
  width: 100%;
  height: 502px;
  position: relative;
}

.large-grid a {
  text-decoration: none;
}

.large-grid .flip-front img {
  width: 100%;
  height: auto;
}

.large-grid .flip-back {
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  padding: 30px;
  position: relative;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.large-grid .large-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.large-grid blockquote {
  margin-top: 120px;
}

.large-grid .quote-author {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 40px;
}

.small-grid {
  list-style: none;
  margin-top: -20px;
  margin-left: -20px;
}

.small-grid li {
  width: 241px;
  height: 241px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.left .small-grid {
  margin-top: 0px;
}

.right .large-grid {
  margin-top: 20px;
}

.flip-front {
  width: 100%;
  height: 100%;
}

.small-grid .flip-front {
  width: 100%;
  height: 100%;
}

.small-grid .flip-front figure img {
  width: 100%;
  height: auto;
}

.icon .flip-front {
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  position: relative;
  text-align: center;
}

.icon .grid-title {
  font-size: 1.5em;
  font-weight: 300;
  color: #aaaaaa;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 30px;
}

.icon .icon-light {
  background-color: #007bff;
}

.icon .text-white {
  color: #ffffff;
}

.text-colortwo {
  color: #fffbc5;
}

.largest-font {
  font-size: 3em;
  color: #aaaaaa;
  line-height: 1em;
}

.large-font {
  font-size:2em;
  font-weight:400;
  line-height:70px;
}

.half-feature-image img,
.fullwidth-feature img {
  width: 100%;
  height: auto;
}

/* ===== Grid Content Area End ===== */


/* ===== Grid Box Title ===== */

.box-title {
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  position: relative;
  text-align: center;
}

.box-title h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #aaaaaa;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 30px;
}

.box-title .icon {
  padding-top: 28%;
}

.tiny-grid .icon {
  padding-top: 23%;
}

.tiny-grid h2 {
  font-size: 1em;
  font-weight: 400;
  padding: 20px;
}

/* ===== Grid Box Title End===== */


/* ===== Flip Back Details ===== */

.title-back {
  font-size: 1.5em;
  font-weight: 300;
  color: #ffffff;
  text-align: left;
}

.description-back {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 10px;
}

.text-gray {
  color: #aaaaaa;
}

.text-dark {
  color: #7e7e7e;
}

.more-details {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 33px;
  margin-right: 20px;
  padding-right: 27px;
  background: url(https://lasertag.gumlet.io/images/@2x/plus-link-small.png) no-repeat right;
  background-size: 15px 15px;
}

.tiny-active {
  margin-bottom: 25px;
  padding-right: 20px;
  background: url(https://lasertag.gumlet.io/images/@2x/plus-link-readmore.png) no-repeat right;
  background-size: 11px 11px;
}

/*
.large-title-back {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 45px;
  color: #aaaaaa;
}
*/
.large-title-back {
  font-size: 2.2em;
  font-weight: 300;
  color: #aaaaaa;
}

/*
.large-description-back {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 34px;
  color: #7e7e7e;
  margin-top: 50px;
}
*/
.large-description-back {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  color: #ffffff;
  margin-top: 35px;
}

/* Grundlegende Korrektur für alle Flip-Boxen im oberen Bereich */
.flip-card,
.flip-card-inner,
.flip-card-front,
.flip-card-back {
  width: 100%;
  height: auto;
}

/* Smartphone-Ansicht */
@media (max-width: 768px) {

  /* Flip-Container nicht erzwingen, sondern vom Inhalt bestimmen lassen */
  .flip-card {
    aspect-ratio: auto;
    min-height: unset;
  }

  /* Vorderseiten dürfen nicht höher als nötig sein */
  .flip-card-front {
    height: auto;
    min-height: unset;
    padding: 20px;
  }

  /* Rückseiten wachsen dynamisch mit Inhalt */
  .flip-card-back {
    height: auto;
    min-height: unset;
    padding: 20px;
    display: block;
    overflow: visible;
  }

  /* Text darf niemals über das Div hinauslaufen */
  .flip-card-front *,
  .flip-card-back * {
    overflow-wrap: break-word;
    word-break: normal;
    white-space: normal;
  }

  /* Problemfall Lasertag-Spielen vorne zu hoch – quadratisch erzwingen */
  .flip-card.lasertag-spielen {
    aspect-ratio: 1 / 1;
  }

  /* Problemfall Virtual Reality und Lasertag for Kids – Rückseite darf wachsen */
  .flip-card.virtual-reality .flip-card-back,
  .flip-card.kids-lasertag .flip-card-back {
    height: auto;
    min-height: unset;
  }

  /* Abstand zwischen den beiden blauen Boxen in Mobile */
  .opening-info {
    margin-bottom: 20px;
  }

  .opening-info + .info-box {
    margin-top: 20px;
  }

  /* Warum Lasertag bei uns – dynamische Höhe statt Quadrat */
  .why-lasertag {
    aspect-ratio: auto !important;
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
  }

  /* Absicherung gegen feste Höhen irgendwo im Stack */
  .why-lasertag .flip-card-inner,
  .why-lasertag .flip-card-front,
  .why-lasertag .flip-card-back {
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
  }
}

.active-details {
  width: 100%;
  height: 100%;
  /* background-color: #007bff; */
  background: url(https://lasertag.gumlet.io/images/stripes.jpg) no-repeat center center;
  background-size: cover;
  padding: 20px;
  position: relative;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.active-details a {
  opacity: 0.6;
  
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.active-details a:hover {
  opacity: 1;
}

.tiny-title {
  font-weight: 300;
  margin-top: 0px;
}

.gray {
  background-color: #2e2e2e;
}

/* ===== Flip Back Details End ===== */


/* ===== Text Thumbnail ===== */

.small-thumb {
  width: 241px;
  height: 241px;
  background-color: #007bff;
  padding: 20px;
  position: relative;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.dark {
  background-color: #2e2e2e;
}

.small-thumb h2 {
  font-size: 1.5em;
  font-weight: 300;
  color: #ffffff;
  line-height: 33px;
}

.small-thumb .text-gray {
  color: #aaaaaa;
}

.small-thumb p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 20px;
  margin-bottom: 33px;
}

.small-thumb a {
  font-weight: bold;
}

.small-thumb a:visited {
  color: #ffffff;
}

/* ===== Text Thumbnail End ===== */


/* ===== Call to Action ===== */

.call-action {
  width: 100%;
  height: 120px;
  margin-top: 20px;
  display: table;
  background-color: #2e2e2e;
  box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  border-left: #007bff solid 5px;
}

.call-action-vip {
  width: 100%;
  margin-top: 20px;
  display: table;
  background-color: #adadad;
  text-align: center;
  color: black;
}

.light {
  background-color: #007bff;
  border-left: none;
}

.call-action .content,
.call-action-vip .content {
  padding: 30px 40px;
  display: table-cell;
  vertical-align: middle;
}

.call-action-vip .content {
  font-size: 18px;
  line-height: 24px;
}

.call-action h1 {
  font-size: 2.2em;
  font-weight: 300;
  line-height: 42px;
  color: #aaaaaa;
  float: left;
}

.call-action a {
  text-decoration: none;
}

.call-action-vip a {
  text-decoration: underline;
  color: black;
}

.call-action .large-button {
  float: right;
  margin: 38px 20px;
  /*
  margin: 38px 40px;
  */
}

@media only screen and (max-width: 1020px) {
  .call-action .large-button {
    margin: 18px 10px;
  }
}

.full-grid {
  margin-top: 20px;
}

.sub-text {
  font-size:18px;
  font-weight:400;
  margin-left:10px;
}

/* ===== Call to Action End ===== */


/* ===== Service ===== */

.service ul {
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.service ul li {
  width: 241px;
  height: 241px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.service .flip-front {
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  position: relative;
  text-align: center;
}

.service .grid-title {
  font-size: 1.5em;
  font-weight: 300;
  color: #aaaaaa;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 30px;
}

.service-icon {
  padding-top: 28%;
}

.service-large ul li {
  width: 502px;
  height: 502px;
  position: relative;
  background-color: #2e2e2e;
}

.service-large .thumb-hover img {
  width: 100%;
  height: auto;
}

.service-details {
  padding: 30px 40px;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.service-details a {
  text-decoration: none;
}

.service-details h2,
.service-details h2 a {
  font-size: 24px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.service-details h2 a:hover {
  color: #ffffff;
}

.service-details p {
  margin-top: 20px;
}

.service-details .large-button {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
}

.service-large .thumb-hover {
  width: 502px;
  height: 251px;
}

/* ===== Service End ===== */


/* ===== Category Filter ===== */

.category-filter ul {
  list-style: none;
  margin-top: 15px;
}

.category-filter ul li {
  color:#aaaaaa;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  display: inline;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.category-filter ul li:hover,
.category-filter .active {
  color: #ffffff;
}

.grid .mix{
    opacity: 0;
    display: none;
}

/* ===== Category Filter End ===== */


/* ===== Portfolio ===== */

.portfolio ul {
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.portfolio ul li {
  width: 241px;
  height: 241px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.portfolio ul li .flip-front img {
  width: 100%;
  height: auto;
}

.work-meta {
  width: 23%;
  padding-right: 20px;
}

.work-meta ul {
  list-style: none;
}

.work-meta ul li {
  margin-bottom: 15px;
}

.work-meta a {
  text-decoration: none;
}

.work-meta .work-button {
  margin-top: 28px;
}

.status {
  color: #ffffff;
}

.portfolio-detail {
  display: table-cell;
  width: 77%;
  vertical-align: top;
}

/* ===== Portfolio End ===== */


/* ===== Related Work ===== */

.related ul {
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.related ul li {
  width: 241px;
  height: 241px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.related .flip img {
  width: 100%;
  height: auto;
}

/* ===== Related Work End ===== */


/* ===== Gallery ===== */

.gallery-list ul {
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.gallery-list ul li {
  width: 241px;
  height: 241px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.gallery-list ul li img {
  width: 100%;
  height: auto;
}

/* ===== Gallery End ===== */


/* ===== Our Team ===== */

.team ul {
  list-style: none;
  margin-left: -20px;
  margin-top: -20px;
}

.team ul li {
  width: 241px;
  height: 241px;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.team .flip-front figure img {
  width: 100%;
  height: auto;
}

/* ===== Our Team End ===== */


/* ===== Blog ===== */

.blog {
  display: table;
  border-collapse: collapse;
}

.blog-content {
  display: table-cell;
  width: 704px;
  border-right: #1e1e1e solid 20px;
  vertical-align: top;
}

.content-list {
  list-style: none;
  margin-top: -20px;
}

.content-list li {
  width: 100%;
  height: auto;
  margin-top: 20px;
  background-color: #2e2e2e;
}

.content-list .thumb-hover img {
  width: 100%;
  height: auto;
}

.blog-details {
  padding: 30px 40px;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.blog-details a {
  text-decoration: none;
}

.blog-details h2 a {
  font-size: 24px;
  font-weight: 300;
  color: #aaaaaa;
  line-height: 20px;
  
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.blog-details h2 a:hover {
  color: #ffffff;
}

.blog-details p {
  margin-top: 20px;
}

.bottom-active {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.blog-meta {
  margin-top: 5px;
  float: left;
}

.blog-meta-details {
  margin:0px 12px 0px 8px;
}

.blog-single {
  float: none;
  padding-top: 15px;
  border-top: #4e4e4e solid 1px;
}

.blog-meta a {
  color: #7e7e7e;
  text-decoration: none;
}

.blog-meta a:hover {
  text-decoration: underline;
}

.bottom-active .readmore-button{
  float: right;
}

.next-page ul {
  margin-top: 20px;
  float: right;
  list-style: none;
}

.next-page ul li {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #aaaaaa;
  width: 23px;
  height: 27px;
  float: left;
  margin-left: 5px;
  text-align: center;
  padding-top: 3px;
  vertical-align: middle;
  background-color: #2e2e2e;
  
  -webkit-transition: color, background-color 0.2s ease-in-out;
  -moz-transition: color, background-color 0.2s ease-in-out;
  -ms-transition: color, background-color 0.2s ease-in-out;
  -o-transition: color, background-color 0.2s ease-in-out;
  transition: color, background-color 0.2s ease-in-out;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.next-page ul li:hover{
  color: #ffffff;
  background-color: #007bff;
}

.next-page .page-active {
  color: #ffffff;
  background-color: #007bff;
}

.next {
  background: url(https://lasertag.gumlet.io/images/@2x/next.png) no-repeat center;
  background-size: 8px 11px;
}

.next:hover {
  background: url(https://lasertag.gumlet.io/images/@2x/next-white.png) no-repeat center;
  background-size: 8px 11px;
}

.blog-single-details {
  width: 100%;
  height: auto;
  padding: 30px 40px 40px 40px;
  background-color: #2e2e2e;
  overflow: hidden;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}

.blog-single-details h1 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 24px;
}

.blog-single-content {
  margin-top: 20px;
}

.blog-related ul {
  list-style: none;
  margin-left: -20px;
}

.blog-related ul li {
  width: 161px;
  height: 161px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.blog-related .flip-front img {
  width: 100%;
  height: auto;
}

/* ===== Blog End ===== */


/* ===== Blog Comment ===== */

.comment-area {
  margin-top: 30px;
}

.comment-area h1 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

.comment-area ul {
  list-style: none;
}

.comment-number {
  margin-left:15px;
}

.comment-list {
  display: table;
  margin-top: 20px;
  background-color: #3e3e3e;
  border-left: #007bff solid 5px;
  border-collapse: separate;
  border-spacing: 30px;
  width: 100%;
}

.comment-date {
  font-size:12px;
  color:#aaaaaa;
  margin-left:10px;
}

.comment-reply {
  background-color: #4e4e4e;
}

.comment-reply p {
  color: #aaaaaa;
}

.avatar-table {
  display: table-cell;
  vertical-align: top;
  padding: 0px 5px;
  width: 75px;
}

.avatar-table figure {
  width: 75px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-table figure img {
  width: 100%;
  height: auto;
}

.comment-table {
  display: table-cell;
}

.comment-table p {
  margin-top: 15px;
}

.comment-top {
  overflow: hidden;
}

@media (max-width: 620px) {
  .avatar-table {
    margin-bottom: 10px;
  }
  .avatar-table,
  .comment-table {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    padding: 0px;
  }
}

.name-date {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  float: left;
}

.reply {
  float: right;
}

.reply a {
  color: #aaaaaa;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.reply a:hover {
  color: #ffffff;
}

/* ===== Blog Comment End ===== */


/* ===== Social Share Button ===== */

#social-share {
  margin-top: 25px;
}

#social-share .share-this {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  margin-bottom: 10px;
}
  
#social-share a {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#social-share .facebook {
  background-color: #36bfc4;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#social-share .facebook:hover {
  background-color: #31aeb3;
}
  
#social-share .twitter {
  background-color: #96d7e3;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#social-share .twitter:hover {
  background-color: #89c4cf;
}
  
#social-share .googleplus {
  background-color: #ee7760;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

#social-share .googleplus:hover {
  background-color: #de705b;
}

/* ===== Social Share Button End ===== */


/* ===== Contact ===== */

.map {
  width: 100%;
  height: 502px;
}

#map-canvas {
    margin: 0;
    padding: 0;
    height: 100%;
}

.contact {
  display: table;
}

.contact-info {
  display: table-cell;
  width: 502px;
  background-color: #2e2e2e;
}

.send-message {
  display: table-cell;
  width: 502px;
  border-right: #1e1e1e solid 20px;
  vertical-align: top;
}

.send-message .message {
  margin-top: 0px;
  padding: 35px 40px 20px 40px;
}

.message h2 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
}

.message input {
  margin-top: 20px;
}

.email_success {
  color: #aaaaaa;
  text-align: right;
  margin-top: 20px;
}

.info-box {
  padding: 35px 40px;
}

.info-box h2 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.info-box ul {
  list-style: none;
}

.info-box ul li {
  margin-top: 5px;
}

.info-box .blog-single-content {
  margin-top: 30px;
}

.info-box .blog-single-content figure {
  float: left;
  margin: 0px 25px 15px 0px;
}

.figure {
  float: left;
  margin: 0px 25px 15px 0px;
}

@media (max-width: 992px) {
  .figure {
    margin: 0px;
    margin-bottom: 15px;
  }
}

.contact-meta {
  color:#7e7e7e;
  margin-left:10px;
}

/* ===== Contact End ===== */


/* ===== Sidebar ===== */

aside {
  display: table-cell;
}

.sidebar {
  width: 300px;
  background-color: #1e1e1e;
}

.sidebar-box {
  width: 100%;
  margin-bottom: 20px;
}

.sidebar-title {
  background-color: #007bff;
}

.sidebar-title h2{
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  padding: 15px 30px;
}

.sidebar-details {
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #2e2e2e;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}


/* ===== Sidebar Recent News ===== */

.recent {
  list-style: none;
  margin-top: -10px;

}

.recent li {
  padding: 20px 0px;
  border-bottom: #4e4e4e solid 1px;
}

.recent li:last-child {
  border-bottom: none;
}

.recent-list {
  display: table;
}

.recent-list figure {
  display: table-cell;
  width: 65px;
  position: relative;
  float: left;
  margin-right: 20px;
}

.recent-list figure img {
  width: 100%;
  height: auto;
}

.recent-details {
  display: table-cell;
  vertical-align: top;
}

.recent-details h4 a {
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 20px;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.recent-details h4 a:hover {
  color: #ffffff;
}

.recent-details a {
  text-decoration: none;
}

.readmore {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 11px;
  text-transform: uppercase;
  padding-left: 20px;
  margin-top: 13px;
  background: url(https://lasertag.gumlet.io/images/@2x/plus-link-readmore.png) no-repeat left center;
  background-size: 11px 11px;
  
  -webkit-transition: padding-left 0.5s ease-in-out;
  -moz-transition: padding-left 0.5s ease-in-out;
  -ms-transition: padding-left 0.5s ease-in-out;
  -o-transition: padding-left 0.5s ease-in-out;
  transition: padding-left 0.5s ease-in-out;
}

.readmore:hover {
  padding-left: 25px;
}

/* ===== Sidebar Recent News End ===== */


/* ===== Sidebar Categories ===== */

.category {
  list-style: none;
  margin-top: -10px;
}

.category li {
  padding: 15px 20px;
  border-bottom: #4e4e4e solid 1px;
}

.category li:last-child {
  padding: 10px 20px;
  margin-top: 5px;
  border-bottom: none;
}

.category li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  text-decoration: none;
  
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -ms-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.category li a:hover {
  color: #ffffff;
}

.category-list {
  padding-left: 20px;
  background: url(https://lasertag.gumlet.io/images/@2x/plus-link-readmore.png) no-repeat left center;
  background-size: 11px 11px;
  
  -webkit-transition: padding-left 0.5s ease-in-out;
  -moz-transition: padding-left 0.5s ease-in-out;
  -ms-transition: padding-left 0.5s ease-in-out;
  -o-transition: padding-left 0.5s ease-in-out;
  transition: padding-left 0.5s ease-in-out;
}

.category-list:hover {
  padding-left: 25px;
}

/* ===== Sidebar Categories End ===== */


/* ===== Sidebar Gallery ===== */

.gallery {
  list-style: none;
  overflow: hidden;
}

.gallery li {
  float: left;
}

.gallery-list figure {
  position: relative;
}

.sidebar-box .gallery .gallery-list {
  width: 75px;
  height: 75px;
}
  
.sidebar-box .gallery img {
  width: 100%;
  height: auto;
}

/* ===== Sidebar Gallery End ===== */


/* ===== Sidebar Tags ===== */

.sidebar-tags {
  list-style: none;
  margin-top: 15px;
}

.sidebar-tags li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #2e2e2e;
  border-radius: 3px;
  
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.sidebar-tags li:hover {
  background-color: #007bff;
}

.sidebar-tags a {
  text-decoration: none;
  color: #aaaaaa;
  
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.sidebar-tags a:hover {
  color: #ffffff;
}

/* ===== Sidebar Tags End ===== */


/* ===== Footer Top ===== */

.footer-section {
  width: 1024px;
  height: auto;
  margin-top: 20px;
  margin-left: 290px;
  padding: 35px 30px 0px 30px;
  /* background-color: #1e1e1e; */
  overflow: hidden;
  
  /* div padding fix */
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  
  /*
  background: url(https://lasertag.gumlet.io/images/monkey_bg.jpg) no-repeat;
  background-size: cover;
  */
}

@media (max-width: 767px) {
  .footer-section {
    padding: 35px 0px 0px 0px;
  }
}

.footer-text {
  font-size: 14px;
  font-weight: normal;
  color: #7e7e7e;
  line-height: 20px;
}

.footer-text ul {
  list-style: none;
  margin-top: 10px;
}

.footer-text ul li {
  display: inline;
  float: left;
  margin-right: 10px;
}

.footer-title {
  font-size: 20px;
  font-weight: 600;
  color: #aaaaaa;
  line-height: 16px;
  text-transform: uppercase;
}

.footer-content {
  margin-top: 30px;
}

.footer-about .footer-content {
  margin-top: 0px;
}

.footer-about {
  width: 302px;
  height: auto;
  float: left;
  margin-right: 29px;
}

.footer-contact {
  width: 302px;
  height: auto;
  float: left;
  margin-right: 29px;
}

.footer-contact ul {
  list-style: none;
}

.footer-contact ul li {
  border-bottom: #404040 solid 1px;
  padding: 15px 0px;
}

.footer-contact ul li:first-child {
  padding: 0px 0px 15px 0px;
}

.footer-contact ul li:last-child {
  border-bottom: none;
}

/*
.footer-contact .email {
  background: url(https://lasertag.gumlet.io/images/@2x/footer-icon-email.png) no-repeat;
}

.footer-contact .phone {
  background: url(https://lasertag.gumlet.io/images/@2x/footer-icon-phone.png) no-repeat;
}
*/

.footer-contact .email .phone .home {
  background-repeat: no-repeat;
}

.contact-list {
  width: 100%;
  height: 41px;
  display: table;
  padding-left: 55px;
  box-sizing:border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  /* background: url(https://lasertag.gumlet.io/images/@2x/footer-icon-home.png) no-repeat; */
  background-repeat: no-repeat;
  background-size: 41px 41px !important;
}

.contact-list span {
  display: table-cell;
  vertical-align: middle;
}

.footer-subscribe {
  width: 302px;
  height: auto;
  float: right;
}

.footer-subscribe a {
  text-decoration: none;
}

/* ===== Footer Top End ===== */


/* ===== Footer bottom ===== */

.footer-bottom {
  width: 100%;
  height: auto;
  margin-top: 40px;
  /* margin-bottom: 20px; */
  margin-bottom: 100px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer-bottom {
    margin-bottom: 150px;
  }
}

.copyright {
  font-size: 12px;
  font-weight: normal;
  color: #7e7e7e;
  float: left;
  padding-top: 2px;
}

.copyright a {
  color: #7e7e7e;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.copyright a:hover {
  color: #cccccc;
}

.footer-bottom nav {
  float: right;
}

.footer-bottom ul {
  list-style: none;
}

.footer-bottom ul li {
  display: inline;
  float: left;
  margin-left: 14px;
}

.footer-bottom ul li a {
  font-size: 12px;
  font-weight: normal;
  color: #7e7e7e;
  text-decoration: none;
  
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.footer-bottom ul li a:hover {
  color: #cccccc;
}

/* ===== Footer bottom End ===== */


/** ===== Go To Top ===== **/

.back-to-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 2em;
  right: 0px;
  /* background: url(https://lasertag.gumlet.io/images/@2x/go-to-top.png) no-repeat; */
  background-repeat: no-repeat;
  background-size: 40px 40px;
  opacity: 0.5;
  z-index: 100;
  display: none;
}

.back-to-top:hover {    
    opacity: 0.7;
}

/** ===== Go To Top End ===== **/


/** ===== for Firefox only ===== **/

@-moz-document url-prefix() {
    .comment-active {
    margin-top: 13px;
  }
}

/** ===== Responsive Videos ===== **/

.iframe-container {
  position:relative;
  margin-bottom: 30px;
  padding-bottom: 53.25%;
  padding-top: 25px;
  height: 0;
  max-width: 100%;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:none;
}

/** ===== Responsive Videos End ===== **/

/** ===== Responsive Bilder ===== **/

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

/** ===== Responsive Bilder End ===== **/

dd {
  display: none;
  border: 1px solid #696969;
  border-radius: 5px;
  padding: 10px 10px 0px 10px;
  margin-bottom: 10px;
  color: #bbbbbb;
}
.closed { color: #949494; }
.open, .open a { color: black !important; }

dt {
  padding: 5px 0px 5px 0px;
  font-size: 20px;
  color: white;
}

/** ===== Altersslider ===== **/

.dragdealer {
  position: relative;
  height: 50px;
  background: #5f5f5f;
  border-radius: 5px;
  -moz-box-shadow:    inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow:         inset 0 0 10px #000000;
}
.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 5px;
}
.dragdealer .red-bar {
  width: 100px;
  height: 50px;
  background: #42a900;
  color: #FFF;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
}
.dragdealer .disabled {
  background: #CC0000;
}
.dragdealer .color1 {
  background: #ff7000;
}
.dragdealer .color2 {
  background: #ffae00;
}
.dragdealer .color3 {
  background: #91b900;
}
#output {
  border: 1px solid #696969;
  background-color: #1e1e1e;
  border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
  font-size: 18px;
}
#output a {
  font-weight: bold;
  text-decoration: underline;
}
#output ul {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  list-style-type: none;
}
#output ul li {
  float: left;
  border-radius: 5px;
  background-color: white;
  text-align: center;
  width: 30%;
  margin: 10px;
}
#output ul li img {
  width: 90%;
}

/************************************
 * Close button
************************************/
#closebt-container {
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 40px;
  right: 40px !important;
}

.closebt {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor:pointer;
}

.closebt:hover {
  transform:rotate(90deg);
}

#item > p  {
  margin:0px;
  color:#E74B3D;
}
/************************************
 * Sections
************************************/
section#section-top  {
  position:relative;
  width:100%;
  max-height:500px;
  background:#E74B3D;
  color:#fff;
  float:left;
  text-align:center;
  overflow:hidden;
}

section#section-default {
  position:relative;
  width:100%;
  min-height:100px;
  padding:40px 0px 40px 0px;
  float:left;
  text-align:center;
  overflow:hidden;
}
section#section-button {
  position:relative;
  width:100%;
  padding: 10px 0px 17px 0px;
  float:left;
  text-align:center;
  overflow:hidden;
}
/*Section Colors*/
section[bgColor='emerald'] { 
  background:#39BEB9;
}
section[bgColor='alazarin'] { 
  background:#E74B3D;
}
section[bgColor='white'] { 
  background:#fff;
}
section[bgColor='whitesmoke'] { 
  background:#f7f7f7;
}
/************************************
 * Footer
************************************/
footer#footer {
  position:relative;
  float:left;
  width:100%;
  min-height:200px;
}

#footer-col > p,
a {
  color:grey;
}

#footer-col > p,
a:hover {
  text-decoration:none;
  color:#007bff;
}

div#col-icons {
  border-right:1px solid #eee;
}

#footer-sign {
  padding:25px;
  font-family:'Lato';
  text-transform:uppercase;
}

/************************************
 * CROSS BROWSER SECTION
************************************/

@media (min-width: 1200px) {
  #b-icons > .col-lg-3 {
  width: 20%;
  }
}

@media (min-width: 768px) {
  #b-icons > .col-lg-3 {
    width: 25%;
  }
}

@media (min-width: 992px) {
  #b-icons > .col-md-3 {
    width: 10%;
  }
}

@media (min-width: 768px) {
  #b-icons >  .col-sm-3 {
    width: 20%;
  }
}


/************************************
 * LET'S HELP THE WORLD SECTION
************************************/
#icon-share {
  position:relative;
  min-height:280px;
  line-height:280px;
}

@media (max-width: 767px) {
  #icon-share {
    min-height:0px;
    line-height:0px;
  }
}


/************************************
 * Modal Styles
************************************/
#modal-container {
  position: relative;
  margin-top: 100px;
  overflow: hidden;
}
.modal-footer {
  color: #fff !important;
  max-width: 650px;
  margin: 0px auto !important;
  padding-bottom: 10px;
}
.modal-footer .copyright {
  color: #fff !important;
}
.modal-footer a {
  color: #fff !important;
}
/* Safari Fix */
.freezePage {
  overflow: hidden;
  height: 100%;
  position: relative;
}
iframe {
  width: 1px;
  /* min-width: 100%; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-wrapper {
  /*
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  */
  /* border: 1px solid white; */
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
}
.scroll-wrapper iframe {
  /* nada! */
}

/************************************
 * SVG ANIMATIONS
************************************/
#browser-container {
  position:relative;
  top:500px;
}


#btn-openModal {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  opacity:0;

}

#cursor{
  position:relative;
  top:-100px;
}

#modal {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  opacity:0;
}

#modal-btn-close {
    -webkit-transform-origin: center center;
            transform-origin: center center;
  opacity:0;
}

#el-01,
#el-02,
#el-03  
{
    -webkit-transform-origin: center center;
            transform-origin: center center;
  opacity:0;
}

/* CK */

h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 6px;
  color: white;
}

h4 {
  margin: 6px 0;
}


.flip .flip-front h2 {
  font-family: 'Open Sans Condensed',sans-serif;
  font-weight: 300;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -10px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px black;
}

.text-center {
  text-align: center;
}

.table {
  border-radius: 5px;
  width: 100%;
}
.table th {
  background-color: #393939;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  color: #ffffff;
  text-transform: uppercase;
}
.table td {
  background-color: #545454;
  padding: 15px 10px;
  font-size: 16px;
  color: #e8e8e8;
}
.table td a {
  color: #ffffff;
}
.table .large-button {
  margin: 0px !important;
}

.table_b {
  width: 100%;
  border: 0px solid;
}
.table_b th {
  background-color: #aeaeae;
  font-size: 12px;
  font-weight: bold;
  padding: 15px;
  color: #000000;
  border: 0px solid;
}
.table_b td {
  background-color: #d6d6d6;
  padding: 5px;
  font-size: 14px;
  color: #1f1f1f;
  border: 0px solid;
}

@media only screen and (max-width: 760px) {
  #angebote {
    display: none;
  }
  .table th {
    font-size: 10px;
    padding: 2px;
  }
  .table td {
    font-size: 10px;
    padding: 2px;
  }
}

.timepicker {
  height: 40px;
  line-height: 40px;
}

.container {
  -webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.5);
}

#captchax {
  vertical-align: middle !important;
  margin-bottom: 10px;
}

.valign_middel {
  line-height: 40px;
}

/* = Tiny Audio-Player
-------------------------------------------------------------- */
pre{
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.all_tracks_container {
  border: 1px solid #757575;
  padding: 10px;
  border-radius: 5px;
  background-color: #212121;
}

/* = Netatmo
-------------------------------------------------------------- */

.temperature {
  font-size: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  padding: 20px 20px 10px 20px;
}
.temperature p {
  font-size: 16px;
  padding: 0px;
  margin: 15px 0px 0px 0px;
}
#temperature {
  list-style: none;
  display: inline-block;
  padding: 0px;
  margin-top: 30px;
}
#temperature li {
  float: left;
  margin: 5px;
}

/* Mindestalter */
.mindestalter {
  list-style: none;
  display: inline-block;
  padding: 0px;
}
.mindestalter li {
  float: left;
  margin: 25px;
  border: 1px solid #ccc;
  border-radius: 5px;
  display: inline-block;
  padding: 20px 20px 10px 20px;
}
.mindestalter h2 {
  border-bottom: 1px solid #505050;
  padding-bottom: 10px;
}

/* = Oeffnungszeiten
-------------------------------------------------------------- */

.status-opened {
  background-color: #b6e34c !important;
  font-weight: bold;
  color: black;
  font-size: 18px;
}
.status-opened a {
  color: black !important;
}
.status-closed {
  background-color: #b71300;
  /* color: #f3f3f3; */
}
.table_oeffnungszeiten {
  color: white;
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-color: #3d3d3d;
}
.table_oeffnungszeiten tr td:last-child {
  text-align: right;
}
.table_oeffnungszeiten td {
  padding: 10px;
  margin: 0px;
  width: 50% !important;
}

/* = ScrollToTop button
-------------------------------------------------------------- */

#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0057b2;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scrollToTop:hover {
  background-color: #003e80;
}

#hintergruende {
  margin-top: 15px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#hintergruende a {
  text-decoration: underline;
  color: white;
  padding-top: 10px;
}

/* DIRTY Responsive pricing table CSS */

/* 
- make mobile switch sticky
*/
article {
  width:100%;
  max-width:1000px;
  margin:0 auto;
  height:1000px;
  position:relative;
}
.vergleichstabelle_head {
  display:flex;
  top:0px;
  z-index:10;
  padding-bottom:14px;
}
.vergleichstabelle_head li {
  list-style:none;
  flex:1;
  margin: 0px !important;
}
.vergleichstabelle_head .active button {
  background:#F5F5F5;
  color:#000;
}
.vergleichstabelle_body li:last-child {
  border-right:1px solid #3a3a3a;
}
.vergleichstabelle_body tbody tr {
  background-color: #252525;
}
.vergleichstabelle_body { border-collapse:collapse; table-layout:fixed; width:100%; }
.vergleichstabelle_body th { background:#F5F5F5; display:none; }
.vergleichstabelle_body td, th {
  height:53px
}
.vergleichstabelle_body td,th { border:1px solid #3a3a3a; padding:10px; empty-cells:show; text-align:left; }
.vergleichstabelle_body td+td,
.vergleichstabelle_body th+th {
  text-align:center;
  display:none;
}
.vergleichstabelle_body  td.default {
  display:table-cell;
}
.vergleichstabelle_head button {
  width: 100%;
  border: 1px solid #3a3a3a;
  border-right: 0;
  border-top: 0;
  padding: 10px;
  background: #FFF;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  color: #999
}
.bg-purple {
  border-top: 3px solid #A32362;
}
.bg-blue {
  border-top:3px solid #0097CF;
}
.sep {
  background: #dfdfdf;
  font-weight: bold;
  font-size: 18px;
  color: black;
  text-align: center !important;
}
.txt-l { font-size:28px; font-weight:bold; }
.txt-top { position:relative; top:-9px; left:0px; }
.tick { font-size:18px; color:#2CA01C; }
.hide {
  border: 0;
  background: none !important;
}

@media (min-width: 640px) {
  .content-body .vergleichstabelle_head {
    display: none;
  }
  td,th {
    display:table-cell !important;
  }
  td,th {
    width: 330px;
  
  }
  td+td, th+th {
    width: auto;
  }
}

/* Cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #fff;
  display: inline-block;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* Add some padding inside the card container */
.cardcontainer {
  padding: 10px 16px;
}

.cardcontainer h4 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

/* Add rounded corners to the top left and the top right corner of the image */
.card img {
  border-radius: 5px 5px 0 0;
}

/* Cards z.B. in /downloads */
.cardgrid {
  background-color: #3f3f3f;
  color: white;
  padding: 1rem;
  height: auto;
}
.cardsgrid {
  max-width: auto;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  text-align: center;
}
.cardsgrid a {
  color: white;
}

button, input[type="submit"], input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

/* Hinweisbox */
.alert {
  border: 2px solid #ffc400;
  border-radius: 5px;
  background-color: #3d3d3d;
  padding: 10px;
  color: white;
}

.helpcenter {
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #444;
  padding: 10px;
  color: white;
}
.helpcenter img {
  max-width: 60px;
  float: left;
  padding: 5px;
  display: block;
  margin-right: 10px;
}

.keinalkohol {
  border: 2px solid black !important;
  background-color: #ffffff !important;
  color: black !important;
  overflow: hidden;
}

/* Columns auf Startseite / in Widgets */
.columns {
  float: left;
  width: 33.3%;
  min-width: 200px;
  padding: 8px;
  box-sizing: border-box;
  display: block;
}

.colums_single {
  padding-left: 0px !important;
  padding-right: 25px !important;
}

.dreierspalte .grey .button,
.dreierspalte .onlinevorteil {
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
}

#solution_finder .filter {
  background-color: #1f1f1f;
  line-height: 24px;
  font-size: 22px;
  padding: 5px 15px;
  width: 50% !important;
}

@media only screen and (max-width: 800px) {
  #solution_finder .filter {
    width: 100% !important;
  }
}

#solution_finder .filter input[type="radio"]:checked+label {
  background-color: #ffffff;
  font-weight: bold;
  color: #000000;
  border-radius: 5px;
}

.filter h4 {
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 5px;
}

.filter label {
  padding: 4px;
}

.filter label:hover {
  cursor: pointer;
}

.filtercategory {
  transition: transform .2s; /* Animation */
}

.filtercategory:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.price {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
}

.price .header {
  background-color: #444;
  color: white;
  font-size: 16px;
  padding: 15px 10px;
  line-height: 20px;
  min-height: 40px;
}

.price li {
  padding: 10px;
  text-align: center;
  margin-left: 0px !important;
}

.price .nopadding {
  padding: 0px;
}

.price .brand {
  font-weight: bold;
  font-size: 17px;
}

.price .grey,
.price .pricetitle {
  background-color: #eee;
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
}

.price .pricetitle {
  background-color: #e9e9e9;
  display: block;
  min-height: 45px;
}

.price .sternchenpreis {
  font-size: 12px;
  line-height: 12px;
  clear: both;
  float: none;
  display: block;
  font-weight: normal;
}

.price .features {
  border-bottom: 1px solid #eee;
  min-height: 220px;
  font-size: 14px;
  font-weight: 400;
}

.price .topseller {
  background-image: url('https://www.lasertag-arena-siegen.de/buchen/img/topseller.png');
  background-repeat: no-repeat;
}

.button {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.buttonsmall {
  background-color: #007bff;
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  border-radius: 5px;
}

.price .button {
  font-size: 14px;
}

.button:hover {
  color: black;
}

.button:visited,
.buttonsmall:visited {
  color: white;
}

@media only screen and (max-width: 800px) {
  .columns {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 802px) {
  .price .button {
    font-size: 12px !important;
    padding: 5px 5px !important;
  }
}

.widgets {
  width: 100%;
  display: block;
  overflow: hidden;
}

.eventscontainer {
  padding: 185px 10px 10px 10px;
  margin: 15px 0px;
  border-radius: 5px;
}

.buchungmenu {
  margin-right: 20px;
  margin-top: 10px;
}

.buchungmenu_mobile,
.home_mobile {
  display: none;
  margin: 10px 0px 0px 15px;
}

@media only screen and (max-width: 1024px) {
  .eventscontainer {
    padding: 120px 10px 10px 10px;
  }
  .buchungmenu, .logo {
    display: none;
  }
  .buchungmenu_mobile,
  .home_mobile {
    display: block;
  }
  .buchungmenu_mobile .large-button {
    font-size: 14px !important;
    padding: 10px !important;
  }
  .buchungmenu_mobile {
    font-size: 20px !important;
    font-weight: bold;
    color: white;
    margin-top: 20px;
    margin-left: 20px;
  }
  .home_mobile {
    display: block;
    position: absolute;
    right: 70px;
    margin-top: 15px;
  }
  #navbtn {
    height: 40px !important;
  }
}

@media only screen and (max-width: 800px) {
  .eventscontainer {
    padding: 115px 10px 10px 10px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1024px) {
  .buchungmenu .large-button {
    width: auto !important;
    font-size: 14px !important;
    padding: 10px !important;
  }
}

.eventscontainer .header {
  font-size: 18px;
  padding: 10px !important;
  color: #d4d4d4;
}

.eventscontainer .grey {
  padding: 15px 5px !important;
}

.eventscontainer h1,
.eventscontainer h2,
.eventscontainer h3,
.eventscontainer h4,
.eventscontainer p {
  margin: 5px;
}

.eventscontainer h4 {
  margin-top: 15px;
  color: gainsboro;
}

#eventscontainer_indoor {
  background: url('https://lasertag.gumlet.io/images/widgets/widgetheader_indoor.jpg') #383838 top center no-repeat;
  background-size: contain;
}

#eventscontainer_vr {
  background: url('https://lasertag.gumlet.io/images/widgets/widgetheader_vr.jpg') #383838 top center no-repeat;
  background-size: contain;
}

#eventscontainer_hado {
  background: url('https://lasertag.gumlet.io/images/widgets/widgetheader_hado.jpg') #383838 top center no-repeat;
  background-size: contain;
}

#eventscontainer_outdoor {
  background: url('https://lasertag.gumlet.io/images/widgets/widgetheader_outdoor.jpg') #383838 top center no-repeat;
  background-size: contain;
}

.goldenerschnitt_l,
.goldenerschnitt_r {
  float: left;
}

.goldenerschnitt_l {
  width: 25%;
}

.goldenerschnitt_r {
  width: 75%;
}

@media only screen and (max-width: 1024px) {
  .goldenerschnitt_l,
  .goldenerschnitt_r {
    float: none;
    width: 100%;
  }
}

/* Google Maps */
.ce-google-maps {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%; /* 1x1 */
}

.ce-google-maps > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ce-google-maps .gmap-opt-in-wrap {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url('https://lasertag.gumlet.io/images/anfahrt/map_dummy.png');
}

@media screen and (min-width:481px) {
  .ce-google-maps {
    padding-bottom: 66.6666%; /* 3x2*/
  }
  .ce-google-maps .gmap-opt-in-wrap {
    background-image: url('https://lasertag.gumlet.io/images/anfahrt/map_dummy.png');
  }
}

@media screen and (min-width:769px) {
  .ce-google-maps {
    padding-bottom: 56.25%; /* 16x9*/
  }
  .ce-google-maps .gmap-opt-in-wrap {
    background-image: url('https://lasertag.gumlet.io/images/anfahrt/map_dummy.png');
  }
}

@media screen and (min-width:1280px) {
  .ce-google-maps {
    padding-bottom: 42.8571%; /* 21x9*/
  }
  .ce-google-maps .gmap-opt-in-wrap {
    background-image: url('https://lasertag.gumlet.io/images/anfahrt/map_dummy.png');
  }
}

.ce-google-maps .gmap-opt-in-button-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.3);
}

.ce-google-maps .gmap-opt-in-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  cursor: pointer;
  width: 80%;
  max-width: 20em;
  color: rgb(20%,20%,20%);
  background-color: rgba(255,255,255,0.9);
  padding: 0.5em;
  border-radius: 0.5em;
}

.ce-google-maps .gmap-opt-in-button div:first-child {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

.ce-google-maps .gmap-opt-in-button div:last-child {
  font-size: 80%;
  line-height: 1.3;
}

/* Lasertag4Kids Spielmodi */

.right {float: right !important;}

.parent {
  width: 32%;
  margin: 5px;
  height: 280px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 3px 2px 10px 0px rgba(0,0,0,0.5);
}

.child {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  text-align: center;
}

.bg-one {background-image: url('https://www.lasertag-arena-siegen.de/images/lasertag4kids/spielmodi_team.jpg');}
.bg-two {background-image: url('https://www.lasertag-arena-siegen.de/images/lasertag4kids/spielmodi_zombie.jpg');}
.bg-three {background-image: url('https://www.lasertag-arena-siegen.de/images/lasertag4kids/spielmodi_vampire.jpg');}

.parent:hover .child, .parent:focus .child {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
  display: block;
}

.parent:hover a, .parent:focus a {
  display: block;
}

.child:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(52,73,94,0.75);
}

.spielmodi_text {
  color: white; /* Good thing we set a fallback color! */
  padding: 15%;
  position: absolute;
  display: none;
}

.parent:hover .spielmodi_text,
.parent:focus .spielmodi_text {
  display: block;

  -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 1s; /* Firefox < 16 */
      -ms-animation: fadein 1s; /* Internet Explorer */
       -o-animation: fadein 1s; /* Opera < 12.1 */
          animation: fadein 1s;
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Media Queries */
@media screen and (max-width: 960px) {
  .parent { width: 100%; margin: 20px 0px; }
  .wrapper { padding: 0px 10px; }
}

/* Coronahinweis */
#coronahinweis1, #coronahinweis_ampel1 { display: block; }
#coronahinweis2, #coronahinweis_ampel2 { display: none; }

@media all and (max-width: 769px) {
  #coronahinweis1, #coronahinweis_ampel1 { display: none; }
  #coronahinweis2, #coronahinweis_ampel2 { display: block; }
}

.blink {
  color: red;
  /* font-weight: bold; */
  /* font-size: 16px; */
}

#webTicker {
  background-color: #393939;
  color: silver;
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
  box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.5);
}

#webTicker li {
  font-size: 14px;
  font-weight: normal;
}

.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}

#freizeitangebote a {
  font-weight: bold;
  color: white;
}

#freizeitangebote ul {
  list-style: none;
}

#freizeitangebote ul li {
  margin-bottom: 10px;
}

.escapefeatures {
  list-style: square;
  list-style-position: inside;
}

/* mPopup box style */
.mpopupLink:hover {
  cursor: pointer;
}
.mpopup {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}
.mpopup-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.mpopup-head {
  padding: 20px 25px;
  background-color: #787878;
  color: white;
  font-size: 14px;
}
.mpopup-main {
  padding: 20px 25px;
}
.mpopup-main h3 {
  color: black;
}

/* add animation effects */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* close button style */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* Hinweis auf Rabatt Popup */
#offer {
  display: none;
}
#cboxLoadedContent {
  background: transparent !important;
}

/* Amazon Affiliate-Links */
.affiliate_slider {
  min-width: 120px;
  width: 120px;
  height: 240px;
}

/* Slick Slider */
.slider {
  /* width: 50%; */
  margin: 0px auto;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}

/* Reviews */
.reviews {
  /* border: 1px solid red; */
  display: inline-block;
}
@media only screen and (max-height: 768px) {
  .reviews {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .reviews {
    display: none;
  }
}

/* Tooltip */
a.tooltip {
  outline: none;
  line-height: 0px;
}
a.tooltip:hover {
  text-decoration: none;
} 
a.tooltip span {
  z-index: 100000;
  display: none;
  padding: 10px;
  margin-top: 30px;
  margin-left: -240px;
  /*
  width: 400px;
  height: 200px;
  */
  background-color: #ffffff;
  border: 1px solid #7a7a7a;     
  /* box-shadow: 0px 0px 8px 4px #666; */
  -webkit-box-shadow: 5px 5px 3px -3px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 5px 3px -3px rgba(0,0,0,0.75);
  box-shadow: 5px 5px 3px -3px rgba(0,0,0,0.75);
  /*opacity: 0.8;*/
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  text-align: left;
}
a.tooltip:hover span {
  display: inline-block;
  position: absolute;
  color: black;
}
.onlinevorteil {
  font-weight: bold;
  font-size: 14px;
  background-color: #ccc;
  padding: 6px;
  border-radius: 5px;
  line-height: 22px !important;
  clear: both;
  /* margin-bottom: 5px !important; */
  margin-top: 5px;
  display: inline-block;
}
.onlinevorteil h4 {
  padding-top: 0px !important;
  margin: 0px !important;
  margin-bottom: 5px !important;
}
.rundenlaenge {
  padding: 5px;
  background-color: #eee;
  border-radius: 5px;
  display: inline-block;
}

.herozonetext {
  padding: 10px;
  background-color: #373737;
  min-height: 150px;
}

.laserlimbotext {
  padding: 10px;
  background-color: #ffffff;
  color: #575757;
  min-height: 150px;
}

.werbeheader {
  font-size: 10px;
  background-color: white;
  color: black;
  display: block;
  width: 100%;
  padding: 2px 5px;
}

/* gestylte Tabelle bei Lasertag4Kids */
.styled-table {
  border-collapse: collapse;
  margin: 25px 0;
  font-size: 0.9em;
  min-width: 300px;
  width: 100%;
}
.styled-table thead tr {
  background-color: #686868;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
.styled-table thead th {
  border: 1px solid transparent !important;
  border-bottom: 1px solid #636363 !important;
  border-right: 1px solid #636363 !important;
}
.styled-table th,
.styled-table td {
  padding: 12px 15px;
  width: auto !important;
}
.styled-table tbody tr {
  border-top: 1px solid #636363 !important;
  background-color: #2e2e2e;
  color: #e3e3e3;
}
.styled-table td {
  border-right: 1px solid #2c2c2c;
}
.styled-table tbody tr:nth-of-type(even) {
  background-color: #434343;
}
.styled-table tbody tr:last-of-type {
  /* border-bottom: 2px solid #434343; */
}
@media only screen and (max-width: 1024px) {
  .styled-table {
    font-size: 0.6em;
    min-width: auto;
  }
  .styled-table thead tr {
    font-size: 8px;
  }
  .styled-table th,
  .styled-table td {
    padding: 5px 4px;
  }
}

/* Countdown auf der Startseite */
.flipTimer_container {
  display: block;
  background: url('https://www.lasertag-arena-siegen.de/images/home/last-minute-angebote_bg.jpg') no-repeat;
  background-size: contain;
  height: 230px;
}
.flipTimer {
  margin: 10px auto 0;
  padding-top: 75px;
  width: 670px;
}
@media only screen and (max-width: 1024px) {
  .flipTimer_container {
    display: none;
  }
}

.filter input, .filter label {
  margin: 7px 0px;
  font-size: 16px;
}

/* Rewviews*/
#justreview-testimonials .justreview-slider {
  margin: 0px auto 0 !important;
  padding: 0px 40px !important;
}

/* Mailchimmp Newsletter */
#mc_embed_signup {
  background: #fff;
  clear: left;
}
#mc-embedded-subscribe-form input[type=checkbox] {
  display: inline; width: auto;margin-right: 10px;
}
#mergeRow-gdpr {
  margin-top: 20px;
}
#mergeRow-gdpr fieldset label {
  font-weight: normal;
}
#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}
/* ARVI */
.arvigames .games {
  display: inline-block;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  color: #000;
  font-size: 12px;
  float: left;
  margin: 0px 0px 20px 20px;
  height: 520px;
}
.arvigames .games h3 {
  color: #000;
  margin-bottom: 10px;
}
.arvigames .games img {
  width: 270px;
  max-width: 270px;
  margin-bottom: 5px;
}
.arvigames .games td:first-child {
  font-weight: bold;
  width: 90px !important;
}
.arvigames .games td:second-child {
  width: 150px !important;
}
@media only screen and (max-width: 767px) {
  .arvigames .games {
    width: 95%;
    margin: 0px 0px 20px 0px;
    font-size: 14px;
  }
  .arvigames .games img {
    max-width: 100%;
    width: 100%;
  }
  .arvigames .games td:first-child {
    width: 110px !important;
  }
  .arvigames .games td:second-child {
    width: 150px !important;
  }
}
/* Shine */
.games figure {
	position: relative;
  overflow: hidden;
}
.games figure::before {
	position: absolute;
	top: 0;
	left: -82%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.games figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Angebotssuche */
#quickfinder {
  display: inline-block;
  background-color: #aaa;
  border-radius: 5px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(147, 147, 147, 0.3), rgba(47, 47, 47, 0.3));
}
#quickfinder label,
#quickfinder #termin {
  padding: 3px;
  font-size: 14px;
}
#quickfinder label {
  font-weight: 600;
  color: #000;
  padding: 0px 10px 0px 20px;
}
#quickfinder #quickfinder_submit {
  padding: 9px;
  font-size: 14px;
  border: 0px;
  background-color: #0057b2;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
#quickfinder #quickfinder_submit:hover {
  cursor: pointer;
  background-color: #003d7d;
}
.custom-select {
  width: 400px;
  position: relative;
  font-size: 12px;
  float: left;
  padding-top: 8px;
  margin-right: 10px;
}
.quickfinder_inner {
  float: left;
  line-height: 50px;
  margin-right: 10px;
}
.custom-select select {
  display: none;
}
.select-selected {
  background-color: #0057b2;
}
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 16px;
}
/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 6px 14px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #003872;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
  /* Das originale Select wieder sichtbar machen */
.custom-select select {
  display: block;
  width: 100%;
  padding: 10px;
  height: 35px;
  background-color: #0057b2;
  color: white;
  border: none;
  border-radius: 5px;
  appearance: none; /* Entfernt Browser-Standard-Styling */
  -webkit-appearance: none;
}
@media only screen and (max-width: 1020px) {
  /* Die Custom-Elemente (falls vorhanden) auf Mobilgeräten verstecken */
  .select-selected, .select-items {
    display: none !important;
  }
  .custom-select {
    width: 100%;
  }
  #quickfinder {
    background-color: transparent;
    padding: 2%;
    width: 96%;
  }
  #quickfinder label {
    color: #fff;
    padding: 0px 15px 0px 0px;
  }
}

#beamerOverlay {
  width: 400px !important;
  right: 0px !important;
  left: auto !important;
}
@media only screen and (max-width: 767px) {
  #beamerOverlay {
    width: 100% !important;
  }
}

.stornierungsbedingungen {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 12px;
  line-height: 15px;
}
.stornierungsbedingungen li {
  float: left;
  width: 30%;
  background-color: #111;
  padding: 10px;
  margin: 5px 0px 0px 0px;
}
.stornierungsbedingungen li:nth-child(2) {
  margin: 5px 10px 0px 10px;
}

@media only screen and (max-width: 767px) {
  .stornierungsbedingungen li {
    float: none;
    width: 100%;
    margin: 5px 0px 0px 0px;
  }
  .stornierungsbedingungen li:nth-child(2) {
    margin: 5px 0px 0px 0px;
  }
}

/* FAQ */
details {
  border-bottom: 1px solid #666;
  padding: 10px 0;
}
details p {
  color: #fff;
}
summary {
  color: #aaa;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 5px;
}
summary:hover {
  color: #0066cc;
}

/* Buchungsbanner */
.sticky-booking-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(22, 21, 56, 0.95); /* Dein dunkles Blau mit leichter Transparenz */
    border-top: 3px solid #ff0000; /* Rote Akzentlinie oben */
    padding: 15px 0;
    z-index: 999999; /* Maximaler Wert, um über ALLEM zu liegen */
    box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px); /* Schicker Milchglas-Effekt */
}

.sticky-banner-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 0 20px;
}

.sticky-banner-text {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.sticky-banner-button {
    background-color: #ff0000;
    color: #ffffff !important;
    padding: 12px 25px;
    border-radius: 50px; /* Abgerundeter "Pillen"-Look */
    text-decoration: none !important;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 0, 0, 0.3);
}

.sticky-banner-button:hover {
    background-color: #ffffff;
    color: #ff0000 !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}

/* Optimierung für Mobilgeräte */
@media (max-width: 767px) {
    .sticky-banner-container {
        flex-direction: column; /* Text oben, Button unten auf dem Handy */
        gap: 10px;
        padding-bottom: 5px;
    }
    .sticky-banner-text {
        font-size: 0.9rem;
        text-align: center;
    }
    .sticky-banner-button {
        width: 100%; /* Button volle Breite auf dem Handy */
        text-align: center;
        padding: 10px;
    }
}

/* Themenweilten auf Startseite */
/* Container Layout */
.topic-container {
    display: flex;
    justify-content: center; /* Zentriert die Kreise mittig */
    flex-wrap: wrap; /* Erlaubt Umbruch bei kleinen Bildschirmen */
    gap: 35px; /* Abstand zwischen den Kreisen */
    padding: 40px 20px;
    max-width: 100%;
    margin: 0 auto;
}

/* Einzelnes Element (Link) */
.topic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none; /* Unterstreichung vom Link entfernen */
    width: 160px; /* Breite der Spalte */
    transition: transform 0.3s ease; /* Weiche Animation */
}

/* Hover Effekt (Maus drüber) */
.topic-item:hover {
    transform: translateY(-5px); /* Bewegt sich leicht nach oben */
}

/* Der runde Kreis */
.topic-image {
    width: 160px;
    height: 160px;
    border-radius: 50%; /* Macht das Bild rund */
    overflow: hidden; /* Schneidet alles ab, was übersteht */
    box-shadow: 0 4px 15px rgba(0,0,0,0.2); /* Leichter Schatten für 3D-Look */
    border: 3px solid #ffffff; /* Weißer Rand (optional, sieht edel aus) */
    margin-bottom: 10px;
}

/* Das Bild im Kreis */
.topic-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* WICHTIG: Füllt den Kreis ohne das Bild zu verzerren */
    display: block;
}

/* Beschriftung unter dem Kreis */
.topic-label {
    font-family: sans-serif; /* Deine Website-Schriftart hier anpassen */
    font-weight: bold;
    color: #fff; /* Textfarbe */
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

/* RESPONSIVE DESIGN (Smartphone) */
@media (max-width: 768px) {
    .topic-container {
        flex-direction: column; /* Stapelt die Elemente untereinander */
        align-items: center; /* Zentriert sie */
    }

    .topic-item {
        width: 100%; /* Nutzt mehr Platz zum Klicken auf dem Handy */
        margin-bottom: 20px; /* Mehr Abstand nach unten auf dem Handy */
    }
    
    /* Optional: Kreise auf Handy etwas größer machen */
    .topic-image {
        width: 240px;
        height: 240px;
    }
}

/* Screenreader */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}