/*
Theme Name: wiegandt media
Description: Handcoded by wiegandt media - Based on Bootstrap 4
Author: wiegandt media UG
URI: http://www.wiegandt-media.de/
Version: 2021.05
Tags: wiegandt media UG
*/

/* ==========================================================================
   Development
   ========================================================================== */

#wpadminbar {display: none;}

@keyframes hand-animation {
  0% {
    transform: rotate3d(0,0,0, 0deg)
  }
  4% {
    transform: rotate3d(1, 1, 2, -10deg)
  }
  13% {
    transform: rotate3d(1, 1, -10, -35deg)
  }
  15% {
    transform: rotate3d(1, 1, -10, -30deg)
  }
  17% {
    transform: rotate3d(1, 1, -10, -35deg)
  }
  20% {
    transform: rotate3d(0,0,0, 0deg)
  }
}

@font-face {
  font-family: 'Calibre';
  src: url('/wp-content/themes/schuettung/fonts/calibre-web-regular.eot');
  src: url('/wp-content/themes/schuettung/fonts/calibre-web-regular.woff2') format('woff2'),
       url('/wp-content/themes/schuettung/fonts/calibre-web-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Calibre';
  src: url('/wp-content/themes/schuettung/fonts/calibre-web-semibold.eot');
  src: url('/wp-content/themes/schuettung/fonts/calibre-web-semibold.woff2') format('woff2'),
       url('/wp-content/themes/schuettung/fonts/calibre-web-semibold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Calibre';
  src: url('/wp-content/themes/schuettung/fonts/calibre-web-black.eot');
  src: url('/wp-content/themes/schuettung/fonts/calibre-web-black.woff2') format('woff2'),
       url('/wp-content/themes/schuettung/fonts/calibre-web-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

/* ==========================================================================
   Basics
   ========================================================================== */

body {height:100%;width:100%;margin: 0;padding: 0;font-family: 'Calibre', sans-serif;font-size: 19px;color: #ffffff;overflow-x: hidden;background-color: #030303;}
html {height: 100%; width: 100%; margin: 0; padding:0;}

p {line-height: 1.6em;}
a {transition: none;cursor: pointer;color: #ffffff;text-decoration: none;}
a:hover,a:focus {color: #f0047f;text-decoration: none;}
:focus {outline: none !important}

.center {text-align: center;}
.left {text-align: left;}
.right {text-align:right;}
.clear {clear: left;}

::selection{background:#E5E5E5}
::-moz-selection{background:#E5E5E5}

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

h1 {font-size: 100px;font-weight: 900;margin-top: 2px;margin-bottom: 5px;line-height: .85em;text-transform: uppercase;position: relative;}
h2 {font-size: 50px;font-weight: 900;margin-bottom: 30px;line-height: 1em;text-transform: uppercase;}
h3 {font-size: 20px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}
h4 {font-size: 19px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}
h5 {font-size: 14px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}
h6 {font-size: 12px; font-weight: 400; margin-top: 3px; margin-bottom: 5px; line-height: 1.5em;}

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

header ul {
  padding-left: 0;
  display: inline-block;
}

.logo-box a {
    display: block;
    width: 220px;
    height: 150px;
    background-image: url(/wp-content/themes/schuettung/img/schuettung-logo-base.svg);
    background-size: 220px;
    position: relative;
    background-repeat: no-repeat;
    transition: all .5s;
}

.btn {
    color: #ffffff;
}

.logo-box {
    display: inline-block;
    margin-top: 20px;
    position: relative;
}

.hamburger {
    padding: 12px 12px 5px;
    border-radius: 5px;
}

button.hamburger {
  display: none;
  float: right;
  position: relative;
  z-index: 9999;
  background-color: #f0047f;
  margin-top: 40px;
  margin-left: 10px;
}

.main-navbar {
    float: right;
    display: inline-block;
    margin-top: 40px;
}

ul.menu {
    padding-left: 0;
    list-style: none;
}

ul#menu-footer {
    display: inline-block;
}

ul#menu-footer li {
    display: inline-block;
}

.main-navbar ul li {
    display: inline-block;
    margin-right: 50px;
    text-transform: uppercase;
    font-weight: 700;
}

.main-navbar ul li:last-child {
    margin-right: 0;
}

.main-navbar ul {
    text-align: right;
    margin: 10px 0;
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #030303;
    -webkit-transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -o-transition: opacity .75s ease-in-out;
    transition: all .75s ease-in-out;
    text-align: center;
    z-index: 10;
    visibility: hidden;
    transform: translateX(100%);
}

.intro-title {
    padding-top: 330px;
    padding-bottom: 90px;
}

.menu-active .mobile-navbar {
    transform: translateX(0);
    -webkit-transition: all .75s ease-in-out;
    -moz-transition: all .75s ease-in-out;
    -o-transition: all .75s ease-in-out;
    transition: all .75s ease-in-out;
    z-index: 10;
    visibility: visible;
}

.mobile-navbar ul {
    padding-left: 0;
    list-style: none;
    position: relative;
}

.menu-unterseiten-container {
    height: 100%;
}

.mobile-navbar ul li a {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobile-navbar ul li a:hover {
    color: #f0047f;
}

.footer-menu ul {
    text-align: right;
    padding-left: 0;
    list-style: none;
}

.footer-menu ul li {
    display: inline-block;
    margin: 0 15px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

header.scroll-up {
    transform: translateY(-100%);
}

section#footer a {
    color: #ffffff;
}

section#footer a:hover {
    color: #f0047f;
}

a.amz-link:hover {
    color: #ffffff;
    background-color: #bb0463;
}

.logo-box a:before {
    display: block;
    content: '';
    background-image: url(/wp-content/themes/schuettung/img/schuettung-logo-hand.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -10;
    transition: all .3s;
    animation-name: hand-animation;
    animation-duration: 13s;
    animation-iteration-count: infinite;
    transform: translateY(0);
    opacity: 1;
}

h1.title-x:after {
    display: block;
    content: '';
    background-image: url(/wp-content/themes/schuettung/img/icon-x.svg);
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    position: absolute;
    top: -53px;
    left: -60px;
    z-index: -1;
}

h1.title-x {
    padding-left: 40px;
}

section#intro {
    padding-bottom: 110px;
}

.gameintro-textbox {
    border-left: 2px solid #f0047f;
    padding-left: 30px;
}

.mobile-navbar .menu-main-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-box {
    width: 35px;
    height: 23px;
}

/* ==========================================================================
   Site
   ========================================================================== */

header {
    position: fixed;
    width: 100%;
    z-index: 40;
    transition: all .3s;
    background-color: #030303;
    height: 120px;
}

section#main {
    padding: 15px 0 20px;
    padding-top: 130px;
}

section#footer {
    padding: 30px 0 30px;
    font-size: 17px;
    color: #ffffff;
}

.cta {
    display: inline-block;
    float: right;
    margin-left: 50px;
    margin-top: 40px;
}

a.amz-link {
    background-color: #f0047f;
    display: inline-block;
    padding: 10px 17px 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
}

a.amz-link img {
    margin-right: 12px;
    height: 25px;
    width: auto;
}

.amz-small {
    margin-top: 20px;
    font-size: 18px;
}

.intro-textbox {
    padding: 30px 30px 35px;
    border: 2px solid #f0047f;
}

.intro-imagebox {
    background-color: #242424;
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

section.grey {
    background-color: #151515;
}

section#contact h2 {
    margin-bottom: 10px;
}

section#contact:after, section#stadtland:after, section#bingo:after {
    content: '';
    display: block;
    width: 250px;
    height: 460px;
    position: absolute;
    background: url(/wp-content/themes/schuettung/img/icon-o-outline-half.svg);
    top: -110px;
    background-repeat: no-repeat;
    right: 0;
}

section#bingo:after {
  right: inherit;
  left: 0;
}

section#contact:after {
    background: url(/wp-content/themes/schuettung/img/icon-o-half.svg);
    background-repeat: no-repeat;
}

section#stadtland:after {
    background: url(/wp-content/themes/schuettung/img/icon-x-outline-half.svg);
    background-repeat: no-repeat;
}

.container {
    z-index: 1;
    position: relative;
}

.contact-intro {
    margin-bottom: 35px;
}

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    color: #ffffff !important;
}

.nf-error.field-wrap .nf-field-element:after {
    background: #f0047f !important;
}

.nf-error .ninja-forms-field {
    border-color: #f0047f !important;
}

.nf-error-msg, .ninja-forms-req-symbol, .nf-error .nf-error-msg {
    font-size: 15px;
    color: #f0047f !important;
}

section.magenta {
    background-color: #f0047f;
}

section#original, section#stadtland, section#bingo, section#buy, section#contact {
    padding: 85px 0;
    position: relative;
}

.gameintro-imagebox {
    height: 400px;
    background-color: #191919;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: 5px;
}

.gameintro-sidetitle {
    white-space: nowrap;
    transform: rotate(-90deg);
    bottom: 0px;
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    right: -95px;
    bottom: 40px;
}

.game-intro, .gameintro-facts, .gameintro-variations {
    margin-bottom: 80px;
}

.fact-box {
    margin-bottom: 28px;
    margin-top: 10px;
}

h2.border-title {
    border-left: 2px solid #f0047f;
    padding-left: 30px;
}

span.fact-pre, span.price-pre {
    font-weight: 700;
    font-size: 50px;
    color: #f0047f;
    margin-right: 10px;
    line-height: 1.2em;
    white-space: nowrap;
}

section#content {
    padding-top: 300px;
    padding-bottom: 100px;
    position: relative;
}

.contact {
    padding: 80px 0 70px;
}

.product-badge img.responsive {
    width: 190px;
}

.product-badge {
    margin: 15px 0 10px;
    font-family: 'Space Mono', monospace;
    text-transform: lowercase;
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 1.4em;
}

span.fact-suf, span.price-suf {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

.fact-title {
}

.owl-theme .owl-dots .owl-dot span {
    background: #f0047f;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
}

a.amz-link.soon {
    opacity: .3;
    pointer-events: none;
}

span.highlight {
    font-weight: 700;
    color: #f0047f;
    letter-spacing: 2px;
}

section#content:before {
    display: block;
    content: '';
    width: 500px;
    height: 500px;
    position: absolute;
    background-image: url(/wp-content/themes/schuettung/img/icon-x-outline.svg);
    background-repeat: no-repeat;
    left: -180px;
    top: 350px;
}

section#content:after {
    display: block;
    content: '';
    width: 500px;
    height: 500px;
    position: absolute;
    background-image: url(/wp-content/themes/schuettung/img/icon-o-outline.svg);
    background-repeat: no-repeat;
    right: -180px;
    bottom: 150px;
}

.image-overlay {
    width: 100%;
    text-align: center;
    bottom: 0;
    position: absolute;
    transform: translateY(0);
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    background-color: #f0047f;
    opacity: 1;
    transition: all .3s cubic-bezier(0.68, -0.01, 0.26, 0.99);
}

.intro-imagebox:hover .image-overlay {
    transform: translateY(50%);
    opacity: 1;
    bottom: 50%;
}

.checkbox-container.label-right label {
    font-size: 13px !important;
    color: #8A8A8A !important;
    font-weight: 200 !important;
}

section#buy .product-box {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 75px;
}

.section-title {
    margin-bottom: 90px;
}

.product-badge  img.responsive.bingo {
    width: 78px;
}

a .intro-imagebox {
    color: #ffffff !important;
}

span.price-suf {
  color: #f0047f;
}

span.price-pre {
  color: #ffffff;
  font-size: 40px;
}

body.not-top .logo-box a {
    background-position: 0 -50px;
}

body.not-top .logo-box a:before {
    opacity: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #ffffff;
    height: 4px;
    border-radius: 0;
    width: 35px;
}

span.highlight.buy-btn {
    padding-top: 12px;
    display: block;
}

hr {
    border-color: #242424;
}

.hamburger:hover {
  opacity: 1;
}

.gameintro-images {
    margin-right: 45px;
}

/* ==========================================================================
   Responsive MAX
   ========================================================================== */

@media screen and (min-width: 1400px) {


}

@media screen and (max-width: 1200px) {

  button.hamburger {
      display: block;
  }

  .main-navbar {
      display: none;
  }

  .intro-imagebox {
    height: 350px;
  }

  .intro-textbox {
    margin-bottom: 25px;
  }

}

@media screen and (max-width: 992px) {

  .gameintro-textbox {
    margin-bottom: 50px;
}

.intro-imagebox {
    margin-bottom: 25px;
}

.game-intro, .gameintro-facts, .gameintro-variations {
    margin-bottom: 40px;
}

.facts-grid {
    margin-bottom: 30px;
}

h1 {
    font-size: 80px;
}

h2 {
    font-size: 40px;
}

.copyright, .footer-menu ul {
    text-align: center;
    margin-bottom: 5px;
}

}

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

  .cta {
    display: none;
  }

  section#intro {
    padding-bottom: 40px;
}

.intro-title {
    padding-top: 250px;
    padding-bottom: 50px;
}

section#original, section#stadtland, section#bingo, section#buy, section#contact {
    padding: 60px 0;
}

.product-box {
    margin-bottom: 55px;
}

.mobile-navbar ul li a {
    font-size: 43px;
}


.footer-menu ul li:last-child {
    margin-right: 15px;
}

}

@media screen and (max-width: 576px) {

  .gameintro-images {
    margin-right: 0;
  }

  .copyright, .footer-menu ul {
    font-size: 15px;
}

.footer-menu ul li:last-child {
    margin-right: 15px;
}

  h1.title-x {
    padding-left: 20px;
  }

  h1 {
      font-size: 50px;
  }

  h2 {
      font-size: 37px;
  }

  .gameintro-textbox {
      padding-left: 25px;
  }

  .gameintro-sidetitle {
    display: none;
  }

}
