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

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

#wpadminbar {display: none;}

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

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

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

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

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

p {line-height: 1.4em;}
a {transition: all 0.2s;cursor: pointer;color: #f11c43;}
a:hover,a:focus {transition: all 0.2s; color:#fb534d; 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: 88px;margin-top: 3px;margin-bottom: 5px;line-height: 1em;font-family: 'Calibre Bold', sans-serif;text-transform: uppercase;}
h2 {font-size: 70px;font-weight: 400;margin-top: 3px;margin-bottom: 10px;line-height: 1.1em;font-family: 'Calibre Bold', sans-serif;text-transform: uppercase;}
h3 {font-size: 25px;font-family: 'Calibre Bold', sans-serif;margin-top: 3px;margin-bottom: 15px;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;}

.lg-bt { border-top: 1px solid #ffffff; }
.lg-br { border-right: 1px solid #ffffff; }
.lg-bb { border-bottom: 1px solid #ffffff; }
.lg-bl { border-left: 1px solid #ffffff; }

/* ==========================================================================
   404
   ========================================================================== */

   section#not-found {
       height: 80vh;
       padding-top: 200px;
       text-align: center;
       color: #000000;
   }

   .error-inner {
       background-color: #ffffff;
       height: 500px;
       padding: 50px;
       border-radius: 12px;
   }

   h1.title-error {
       font-size: 200px;
       font-family: sans-serif;
       margin-bottom: 100px;
       color: #ccffa6;
   }

   h3.subtitle-error {
    text-transform: uppercase;
    font-weight: 200;
    font-family: sans-serif;
    padding-top: 20px;
    letter-spacing: 0.4rem;
    font-size: 16px;
}

   .rex {
    left: 50%;
    position: absolute;
    height: 140px;
    width: 160px;
    background-image: url(/wp-content/themes/getbrave/img/t-rex-ganz.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    top: 50%;
}

.rex:before {
    background-image: url(/wp-content/themes/getbrave/img/t-rex-links.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 34px;
    width: 26px;
    left: 32px;
    bottom: -33px;
    animation-name: rex-run;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    transform: translateY(0);
}


.rex:after {
    background-image: url(/wp-content/themes/getbrave/img/t-rex-rechts.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    height: 34px;
    width: 30px;
    right: 65px;
    bottom: -32px;
    animation-name: run-rex;
    animation-duration: 0.2s;
    animation-iteration-count: infinite;
    transform: translateY(0);
}


@keyframes rex-run {
  0% {
    transform: translateY(-20px)
  }
  50% {
    transform: rotate(8deg)
  }
  100% {
    transform: translateY(-0px)
  }

  }

  @keyframes run-rex {
  0% {
    transform: translateY(-0px)
  }
  50% {
    transform: rotate(8deg)
  }
  100% {
    transform: translateY(-20px)
  }
}


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

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

.logo-box a {
    display: block;
    width: 220px;
    height: 95px;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-box {
    display: inline-block;
}

.text-box {
    padding: 14% 10% 7%;
    text-align: center;
}

.hamburger {
    padding: 35px 30px 20px;
}

button.hamburger {
  display: none;
  float: right;
  position: relative;
  z-index: 9999;
}

.main-navbar {
    float: right;
    margin-top: 25px;
}

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: 0 25px;
}

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

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

.divided-box {
    padding: 25px;
    text-align: center;
}

.mobile-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #191b1d;
    -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: -150;
    opacity: 0;
    visibility: hidden;
}

.menu-active .mobile-navbar {
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    z-index: 25;
    visibility: visible;
}

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

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

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

.footer-menu ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 5px;
}

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

.footer-menu ul li:last-child {
}

span.grid-title {
    display: table;
    margin: 0 auto -23px;
    background-color: #151515;
    padding: 10px 40px 3px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
    letter-spacing: 1px;
    z-index: 2;
    font-family: 'Calibre Medium', sans-serif;
}

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

header {
    padding: 15px 0 20px;
    position: fixed;
    width: 100%;
    z-index: 40;
    transition: all .3s;
    background: linear-gradient(to top,transparent 0,#151515 100%);
}

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

section#footer {
    padding: 50px 0 60px;
    text-align: center;
}

section#intro {
    padding-top: 200px;
    padding-bottom: 55px;
}

.section-title {
    position: relative;
}

.section-title:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 3px;
    margin-top: 3px;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    background-color: #ffffff;
    border-radius: 0;
}

section#vouchers, section#facts, section#galerie, section#contact {
    padding: 65px 0;
    position: relative;
}

.inner-box img.product {
    max-width: 100%;
    transform: scale(1.4);
    position: relative;
    z-index: 2;
    margin-top: 70px;
}

img.handmade-badge {
    position: absolute;
    z-index: 3;
    left: -10%;
}

img.product-contain {
    max-width: 100%;
}

.section-title-row {
    padding-bottom: 95px;
}

.inner-box-contain {
    padding: 25px;
}

.red-big {
    color: #f11c43;
    font-family: 'Calibre Bold';
    text-transform: uppercase;
    font-size: 22px;
}

strong {
    font-family: 'Calibre Medium', sans-serif;
}

.facts-text {
    margin-top: 20px;
}

.facts-icon {
    text-align: center;
    padding: 45px 25px;
}

.small-text-box {
    padding: 35px;
}

.facts-details {
    height: 100%;
    position: relative;
    text-align: center;
    padding: 55px 10px;
}

.product-column {height:100%}
.product-first-row {height: 50%}
.product-second-row {height: 50%}

.facts-first-row {height: 64%}
.facts-second-row {height: 36%}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f11c43;
}

.nf-form-fields-required {
    display: none;
}

.main-navbar ul li a {
    font-size: 23px;
    font-family: 'Calibre Medium';
    color: #ffffff;
}

.main-navbar ul li:hover a {
    color: #f11c43;
}

.cta {
    display: inline-block;
}

.menu-hauptmenue-container {
    display: inline-block;
}

a.amz-link {
    font-family: 'Calibre Medium', sans-serif;
    font-size: 23px;
    background-color: #f11c43;
    color: #ffffff;
    display: block;
    line-height: 1em;
    padding: 12px 12px 8px;
    border-radius: 5px;
}

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

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

.nf-form-content .list-select-wrap .nf-field-element>div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
    border-radius: 5px !important;
    font-size: 19px;
    padding-top: 19px;
    background-color: #2a292e !important;
    color: #ffffff !important;
}

.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content .ninja-forms-field {
    font-size: 19px !important;
}

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

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

.copyright {
    font-size: 16px;
}

section#footer a {
    color: #ffffff;
}

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

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
    background: #f11c43 !important;
    font-family: 'Calibre Medium', sans-serif;
    padding: 12px 20px;
    border-radius: 5px;
    transition: all .3s !important;
    font-size: 21px !important;
}

.nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    background: #a51d36 !important;
    color: #ffffff !important;
    cursor: pointer;
}

.nf-form-content .datenschutz label {
    font-size: 16px;
    color: #c4c4c4
}

.checkbox-wrap .nf-field-element label.nf-checked-label:before, .checkbox-wrap .nf-field-label label.nf-checked-label:before, .listcheckbox-wrap .nf-field-element label.nf-checked-label:before, .listcheckbox-wrap .nf-field-label label.nf-checked-label:before {
    color: #f11c43 !important;
}

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

.footer-menu {
    margin-top: 40px;
}

section#contact {
    padding: 35px 0 15px;
}

.footer-menu ul li a {
    font-family: 'Calibre Medium', sans-serif;
}

section#policy {
    padding: 220px 0 75px;
}

section#galerie:before {
    content: '';
    display: block;
    position: absolute;
    width: 300px;
    height: 300px;
    background-image: url(/wp-content/themes/getbrave/img/erotische-motive-badge.svg);
    z-index: 5;
    right: 10%;
    top: 170px;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-second-row img {
    max-width: 100%;
}

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

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

  .container {
    max-width: 1400px;
  }

}

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

  .facts-first-row {
    height: 60%;
  }

  .facts-second-row {
    height: 40%;
  }

  .small-text-box {
    padding: 50px 25px 0;
}

.facts-icon {
  padding: 95px 25px 0;
}

}

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

  .small-text-box {
    padding: 35px 12px 0;
}

h2 {
  font-size: 55px;
}

  .main-navbar .menu-hauptmenue-container {
      display: none;
  }

}

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

  h1 {
    font-size: 75px;
  }

  .product-first-row, .product-second-row {
    height: 100%;
  }

  .md-br {border-right: 1px solid #ffffff}
  .md-bbn {border-bottom: none !important;}
  .md-brn {border-right: none !important;}
  .md-bln {border-left: none !important;}
  .md-btn {border-top: none !important;}

  .inner-box img.product {
    margin-top: 130px;
  }

  img.handmade-badge {
    width: 280px;
    height: 280px;
}

  h2 {
    font-size: 55px;
}

.small-text-box {
  padding: 62px 12px 0;
}

}

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

  section#not-found {
    padding-top: 120px;
    height: auto;
}

h1.title-error {
    font-size: 160px;
    margin-bottom: 60px;
}

.error-inner {
    padding: 10px;
    height: 300px;
}

h3.subtitle-error {
    font-size: 13px;
}

.rex {
    height: 100px;
    width: 120px;
    top: 55%;
}

.rex:before {
    height: 30px;
    width: 22px;
    left: 26px;
    bottom: -28px;
}

.rex:after {
    height: 30px;
    width: 26px;
    right: 50px;
    bottom: -30px;
}

.text-box {
  padding:18% 10px 10%
}

.inner-box-contain {
    padding: 15px 0;
}

section#policy {
    padding: 170px 0 75px;
}

.logo-box a {
    width: 150px;
    height: 65px;
}

.small-text-box {padding: 35px 12px 0}

.main-navbar {
    margin-top: 5px;
}

.facts-text {
    font-size: 16px;
}

h1 {
    font-size: 54px;
}

h2 {
  font-size: 42px;
}

.inner-box img.product {
  transform: none;
  margin-top: 100px;
  margin-bottom: -35px;
}

.facts-details {
    padding: 35px 0;
}

}

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

  a.amz-link {
    font-size: 20px;
}

section#galerie:before {
    width: 200px;
    height: 200px;
    right: 0;
    top: 210px;
}

.facts-icon {
    padding: 25px 25px 0;
}

.small-text-box {
    padding: 25px 15px;
}

section#vouchers, section#facts, section#galerie, section#contact {
  padding: 45px 0;
}

.sm-bbn {border-bottom: none !important;}
.sm-btn {border-top: none !important;}
.sm-brn {border-right: none !important;}

.sm-bb {border-bottom: 1px solid #ffffff !important}

.product-first-row, .product-second-row {
  height: 50%;
}

img.handmade-badge {
    width: 200px;
    height: 200px;
    top: 20px;
}

}
