@charset "UTF-8";
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css";

/*
Theme Name: Lasergame
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
*, *:before, *:after {
    border: 0;
    margin: 0;
    padding: 0;
}

/**wp my style**/
.space_all_center {
    margin: 30px 40px;
    text-align: center;
}

.text-block {
    max-width: 65vw;
    margin: auto;
}

/*categories list style*/
.list_style {
    text-align: center;
    line-height: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.space_top_bottom {
    margin: 30px 0;
}

.space_left_right {
    margin: 0 40px;
}

.margin_auto {
    margin: auto;
}

#logo img {
    padding: 8px 0;
    width:40%;
}

.align_center {
    display: flex;
    justify-content: center;
}

.container_section {
    margin: 50px 130px;
}

.booking_boxes {
    padding: 10px 20px;
    min-height: 300px;
}

/*Image box shadow for categories*/
.background-shadow .figure {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.text_box_container {
    background-color: rgba(123, 123, 123, 0.2);
    border-radius: 10px;
    border-left: 25px solid #403838;
    border-right: 25px solid #403838;
}

.event_box_container {
    padding: 30px 40px;
    background-color: rgba(123, 123, 123, 0.2);
    border-radius: 10px;
}

.no_margin {
    margin: 0;
}

.display_none {
    display: none;
}

.list_style {
    text-align: center;
}

.list_style li {
    font-size: 18px;
    padding: 3.5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    line-height: 30px;
}

.start_cover_img {
    min-height: 100vh;
}

.menu-item-has-children a:after {
    display: none;
}

/** wp classes overwrite**/
figcaption {
    text-align: center;
}

.sub-menu {
    display: none;
    position: absolute;
    justify-content: space-between;
    padding-top: 22px;
    z-index: 1100;
}

.sub-menu li {
    padding: 16px 10px;

}

/*standard*/
html,
body {
    height: 100%;
    color: white;
    background-color: #23282d;
    font-family: "Nunito", sans-serif;
}

span, a {
    font-size: 18px;
    font-family: "Nunito", sans-serif;
}

h1, h2 {
    font-family: "Aldrich"; /*play*/
    padding: 11px 0 11px 0;
    font-size: 30px;
}

h3, h4 {
    font-family: "Aldrich"; /*play*/
    padding: 11px 0 11px 0;
    font-weight: 400;
}

a {
    color: white;
    text-decoration: none;

}

ul {
    list-style: none;
}

p, h3, h4 {
    font-size: 20px;
    line-height: 1.8em;
}

.marked_links {
    color: red;
}

#wrapper {
    position: relative;
    min-height: 100%;
}

header {
    height: 80px;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    box-sizing: border-box;
    transition-duration: 0.6s;
}

.header_animation_main {
    background-color: black;
    height: 80px;
    transition-duration: 0.6s;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.header_animation {
    background-color: black;
    height: 80px;
    transition-duration: 0.6s;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.arrow_nav_animation {
    transform: rotate(90deg);
    background-color: #9e2226;


}

.menu-item a {
    color: #ffff;
    font-size: 23px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 8px;
}

.menu-item a:before, .menu-item a:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #9e2226;
}

.menu-item a:before {
    opacity: 0;
    transform: translateY(-8px);
    transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}

.menu-item a:after {
    opacity: 0;
    transform: translateY(4px);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.menu-item a:hover:before, .menu-item a:hover:after, .menu-item a:focus:before, .menu-item a:focus:after {
    opacity: 1;
    transform: translateY(0);
}

.menu-item a:hover:before, .menu-item a:focus:before {
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}

.menu-item a:hover:after, .menu-item a:focus:after {
    transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}

.booking_btn {
    font-family: "Nunito", sans-serif;
    position: absolute;
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 2px solid #9e2226;
    background-color: #9e2226;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.booking_btn a {
    background-color: transparent;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
}
/*
.start_btn a {
    background-color: transparent;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.start_btn {
  font-family: "Nunito", sans-serif;
  position: absolute;
  display: block;
  top:50vh;
  width: 300px;
  padding: 14px 6px;
  text-decoration: none;
  overflow: hidden;
  border: 2px solid #FFFFFF;
  background-color: #9e2226;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 100;
  left: calc( 50% - 150px);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.start_btn:hover {
  color: #9e2226;
  text-shadow: none;
  background-color:white;
  border:2px solid #9e2226;
}
*/
/*wordpress btn background changed*/
.wp-block-button__link{
    background-color: transparent;
}
.start_btn {
    margin: 10px auto;
    padding: 20px;
    border: 2px solid #9e2226;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
    width: 500px;
    top: -50vh;

}
.start_btn a{
    font-weight: 500;
    font-size: 30px;
    color:white;
    z-index: 5;
    position: relative;
}

.start_btn::after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    left: 50%;
    bottom: -1px;
    background: #9e2226;
}

.start_btn:after {
    height: 120%;
    left: -10%;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-35deg);
}

.start_btn:hover {
    cursor: pointer;
}

.start_btn:hover:after {
    width: 100%;
    left: 0;
}


.start_btn:hover:after {
    left: -10%;
    width: 120%;
}


.image_items {
    transition: transform 0.14s ease-in, text-shadow 0.1s ease-in, -webkit-transform 0.14s ease-in;
    width: 50vw;
    border: 0.8px solid black;
}

.image_items:before {
    content: "";
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    border-radius: 3px;
    transition: 0.1s ease-in, opacity 0.1s ease-out;
    opacity: 0;
}

.image_items:hover:before {
    visibility: visible;
    opacity: 1;
}

.img_animation_container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.zoom_image {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    transform: scale(1);
    transform-origin: 0 0;
    z-index: 0;
    opacity: 1;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.img_animation_container:hover .zoom_image {
    transform: scale(1.05, 1.05);
    transform-origin: 0 0;
    opacity: 0.5;
}

.zoom_title {
    font-size: 3rem;
    font-weight: 100;
    margin-top: 30px;
}

.zoom_text {
    height: 100%;
}

.zoom_text span {
    font-size: 25px;
}

.zoom_effect {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0.6);
    transform-origin: center center;
    transition: transform 0.8s, visbility 0.4s ease-in-out;
    opacity: 0;
}


/*Haupt Navigation */
#menu-hauptmenu {
    text-align: right;
    top: 0;
    padding: 16px 0;
    margin: auto;

}

#menu-hauptmenu > li {
    font-family: "Aldrich";
    display: inline-block;
    margin: 11px 20px;

}

#menu-hauptmenu a {
    z-index: 1200;
    position: relative;
}

/*Footer*/
footer {
    width: 100%;
    height: 125px;
    background-color: black;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_boxes {
    width: 100%;
    font-family: Play;
    line-height: 30px;
    color: white;
}

.footer-inner {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
}

.footer_boxes:nth-child(2) {
    text-align: center;
}

.footer_boxes:nth-child(3) {
    text-align: right;
}

.footer_links a {
    color: white;
}

.footer_links a:hover {
    color: #9e2226;
    transition: 0.3s;
}

.footer_icons_position {
    padding: 15px 0 0 10px;
    display: inline-block;
}

.icon_hover:hover {
    color: #9e2226;
    transition: 0.3s;
}

.startbox_container {
    margin: 0 50px;
}

/* Games */


.text_box_color_strip {
    background-color: #9e2226;
    height: 100%;
    width: 50px;
}

.text_box {
    padding: 0 30px;
}

.info_section {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*Buchen*/
/*animated images*/


.thumbex {
    margin: 10px 20px 30px;
    width: 100%;
    min-width: 250px;
    height: 300px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    outline: 2px solid white;
    outline-offset: -15px;
    background-color: black;
    box-shadow: 5px 10px 40px 5px rgba(0, 0, 0, 0.5);
}

.thumbnail {
    overflow: hidden;
    min-width: 250px;
    height: 300px;
    position: relative;
    opacity: 0.88;
    backface-visibility: hidden;
    transition: all 0.4s ease-out;
}

.img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    height: 115%;
    width: auto;
    transform: translate(-50%, -50%);
    backface-visibility: hidden;
}

.img_txt {
    position: absolute;
    z-index: 2;
    top: calc(150px - 20px);
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 50px;
    margin: 0 45px;
    text-align: center;
    font-size: 24px;
    color: white;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out;
}

.thumbnail:hover {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
    opacity: 1;
}

.thumbnail:hover .img_txt {
    opacity: 0;
}

/****/


/*Preise*/
.price_column {
    margin: 20px 0 35px 0;
    display: flex;
    justify-content: center;
}

.price_row {
    background-color: #9e2226;
    padding: 20px 20px;
}

.price_title {
    font-family: "Aldrich";
    font-weight: 800;
    font-size: 25px;
    padding-bottom: 7px;
}

.price_row > span {
    margin-top: 16px;
    display: block;
    text-align: center;
}

.booking_links_box {
    margin: 9px 0 9px 0;
}

.booking_links {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    display: block;
}

.booking_links:hover {
    color: black;
    transition: 0.3s;
}

.text_column {
    margin-top: 90px;
    flex-direction: column;
    display: flex;
}

.text_row {
    margin-bottom: 30px;
}

/*Specials*/
.event_information img {
    width: 60%;
}

.event_information p {
    font-size: 20px;
}

.event_information span {
    font-size: 16px;
}

.event_values {
    padding: 0 10%;
}

.event_values p {
    margin: 5px 0;
    color: #ffff00;
}

/*Kontakt*/
.open_times_style {
    display: flex;
    justify-content: center;
    margin: 25px 0;
}

.open_times_style li, .open_times_style h5 {
    width: 500px;
}

.quick_links_contact {
    background-color: black;
    width: 100%;
    height: 170px;
    padding: 10px 0;
}

.quick_links_contact p {
    font-size: 25px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.quick_links_container {
    width: 50vw;
    display: flex;
    margin: 7px auto;
    justify-content: space-around;
}

.quick_links_elements i {
    display: flex;
    justify-content: center;
    width: 50px;
    height: 50px;
}


/*Burger Nav*/


.menu__mobile {
    display: -webkit-box;
    display: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: flex-end;
    height: 100%;
}

.menu__mobile_button {
    position: relative;
    height: 26px;
    width: 40px;
    cursor: pointer;
    background-color: transparent;
}

.menu__mobile_button.active span {
    opacity: 0;
}

.menu__mobile_button.active.menu__mobile_button:before, .menu__mobile_button.active.menu__mobile_button:after {
    top: 40%;
}

.menu__mobile_button.active.menu__mobile_button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu__mobile_button.active.menu__mobile_button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu__mobile_button span, .menu__mobile_button:before, .menu__mobile_button:after {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background-color: #e8e8e8;
    border-radius: 6px;
    opacity: 1;
}

.menu__mobile_button:before, .menu__mobile_button:after {
    content: "";
    -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu__mobile_button span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu__mobile_button:before {
    top: 0;
}

.menu__mobile_button:after {
    top: calc(100% - 6px);
}


/**Mobile Style**/


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    #menu-hauptmenu > li {
        margin: 11px 10px;
    }

    #logo img:nth-child(2) {
    }

    #logo img:nth-child(1) {
        width: 14%;
    }


}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {


}


/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {


}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {


    h1, h2, p, h3, h4 {
        font-size: 20px;
    }

    span, a, p {
        font-size: 16px;
    }

    .start_btn {
        position: static;
        width: 100%;
        padding: 0;
    }

    #main_navigation {
        display: none;
        width: 100vw;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 80px;
        background-color: black;
    }

    .menu-item a::before, .menu-item a::after {
        display: none;
        opacity: 1;
        position: static;
        bottom: 0;
        left: 0;
        right: 0;
        height: 0px;
        background-color: transparent;
        transition: none;
        transform: none;
    }

    #menu-hauptmenu li {
        display: block;
        padding: 7px 0;
        margin: 0;
        text-align: center;
    }

    .sub-menu {
        position: static;
    }

    .menu-item-has-children > a:after {
        display: inline;
        margin-left: 7px;
        content: url('/wp-content/themes/lasergame_theme/images/arrow-down-sign-to-navigate-white.svg');
    }

    .menu__mobile {
        display: flex;
    }

    #logo img:first-child {
        display: none;
    }

    .start_cover_img {
        min-height: 500px;
    }

    .container_section {
        margin: 0;
        padding: 20px;
    }

    .max_width_mobile {
        padding: 10px;
        margin: 15px;
    }

    .img_animation_container {
        flex-basis: 0 !important;
        box-shadow: none;
    }

    .startbox_text {
        font-size: 16px;
    }

    .startbox_columns_mobile {
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .img_animation_container > .wp-block-cover {
        min-height: 200px;
        background-color: transparent;
    }

    .text_box_container_mobile {
        margin: 0;
        padding: 10px;
        border-top: 2.5px solid #9e2226;
        border-bottom: 2.5px solid #9e2226;

    }

    .booking_boxes {

    }
}

/*# sourceMappingURL=style.css.map */
