/*
Theme Name: HolyWaters
Theme URI: http://www.holywaters.ch
Author: MOKAY
Author URI: http://www.holywaters.ch
Description: HolyWaters Theme
Version: 1.0.7
License: Copyright 2020 by MOKAY
Text Domain: holywaters
Tags:

HolyWaters  is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*--------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  max-height: 100%;
  height: 100%; }

body {
  margin: 0;
  min-height: 100%;
  max-height: 100%;
  height: 100%; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold;
  font-size: 1.1em;
  text-transform: initial !important; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button.btn a {
  color: white !important; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: content-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #151515;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.4; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  line-height: 1; }

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  margin: 0 0 5px; }

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 10px; }

h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5em;
  font-weight: 300;
  line-height: .9;
  margin: 0 0 15px; }

h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
  font-weight: 200; }

h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3em;
  font-weight: 300; }

h6 {
  font-size: 1.1em;
  font-weight: 300; }

p {
  margin-bottom: 10px;
  line-height: 1.5; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

span {
  font-weight: 300; }

table.variations {
  display: flex;
  flex-wrap: wrap; }

ul.header_image {
  padding-left: 0;
  margin-bottom: 0; }

.header_image li.slide {
  height: 750px;
  background-size: cover;
  background-position: 50% 20%;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1 !important; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: content-box; }

/*
*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
   /* box-sizing: inherit;
}*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

hr {
  background-color: #e0e0e0;
  border: 0;
  height: 1px;
  margin: -.5em 0 .5em;
  clear: both; }

header#masthead {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 40px;
  background: #fff; }

.site-branding {
  position: fixed;
  z-index: 999999999;
  width: 100%;
  height: 100px;
  top: 40px; }

ul,
ol {
  margin: 0 0 1.5em 0; }

ul {
  list-style: none; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dl {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 .5em; }

dt,
dd {
  width: 50%;
  display: inline-block;
  margin: 0;
  float: left; }

dt {
  font-weight: bold;
  padding-right: 1em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.is-style-outline .has-black-color:hover {
  color: white !important;
  background-color: #000;
  border-radius: 20px;
  border: 2px solid #000; }

/*button,
.button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    padding: .25em 2em .3em;
    -webkit-transition: all .2s;
    transition: all .2s;
    color: #fff !important;
    background-color: #a78948;
    display: block;
    margin: 0 auto;
    border: 1px solid #a78948;
    border-radius: 14px;
}

button:hover,
.button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: transparent;
    border-color: #a78948;
    color: #a78948 !important;
}

button:focus,
.button:focus,
.more-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.more-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    //border-color: #aaa #bbb #bbb;
    //box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
    color: #666;
    border: 1px solid #ccc;
    background: transparent;
    padding: .5em;
    margin-bottom: 1em;
    border-radius: 14px;
}

textarea {
    color: #666;
    border: 1px solid #ccc;
    padding: 3px;
    background: transparent;
}

select {
    border: 1px solid #ccc;
    background: transparent;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #212423 !important;
}

textarea {
    width: 100%;
}

.wpcf7 .formular {
    background: #fff;
    padding: 2em;
    border-radius: 14px;
    color: #000 !important;
    outline: none;
    span {
        font-weight: 300;
    }
    select {
        color: #000;
        border-radius: 14px;
        padding: .5em;
        width: 100%;
    }
    input[type="text"],
    input[type="email"], textarea {
        color: #000;
        border-radius: 14px;
        width: 100%;
    }
    input[type="text"]::placeholder,
    input[type="email"]::placeholder, textarea::placeholder {
        color: #000;
    }
    textarea {
        padding: .5em;
    }
}
*/
.paoc-popup-modal-cnt {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 14px; }

.paoc-popup-modal {
  border-radius: 14px; }

.product_meta {
  display: flex;
  flex-direction: column; }

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  flex-direction: column; }

.woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes, #add_payment_method .checkout .col-2 .notes {
  clear: left;
  flex-direction: column;
  margin-bottom: 2em !important; }

.woocommerce-billing-fields {
  margin-bottom: 2em !important;
  width: 100% !important; }

div#payment {
  margin-bottom: 3em; }

.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
  height: 100px; }

.woocommerce div.product form.cart {
  margin-bottom: 2em; }

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 35% !important; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 63%;
  clear: none;
  padding-left: 100px; }

.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 100%; }

.woocommerce-product-gallery__image {
  margin-bottom: 2em;
  height: 500px; }

label {
  display: block; }

.pswp {
  z-index: 9999999999 !important; }

p.comment-form-cookies-consent label {
  display: inline-block; }

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"],
#respond input[type="password"],
#respond input[type="search"],
#respond input[type="number"],
#respond input[type="tel"],
#respond input[type="range"],
#respond input[type="date"],
#respond input[type="month"],
#respond input[type="week"],
#respond input[type="time"],
#respond input[type="datetime"],
#respond input[type="datetime-local"],
#respond input[type="color"], #customer_details input[type="text"],
#customer_details input[type="email"],
#customer_details input[type="url"],
#customer_details input[type="password"],
#customer_details input[type="search"],
#customer_details input[type="number"],
#customer_details input[type="tel"],
#customer_details input[type="range"],
#customer_details input[type="date"],
#customer_details input[type="month"],
#customer_details input[type="week"],
#customer_details input[type="time"],
#customer_details input[type="datetime"],
#customer_details input[type="datetime-local"],
#customer_details input[type="color"] {
  color: #666;
  border: 1px solid #ccc;
  background: transparent;
  padding: .5em; }
#respond textarea, #customer_details textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
  background: transparent; }
#respond input[type="text"]:focus,
#respond input[type="email"]:focus,
#respond input[type="url"]:focus,
#respond input[type="password"]:focus,
#respond input[type="search"]:focus,
#respond input[type="number"]:focus,
#respond input[type="tel"]:focus,
#respond input[type="range"]:focus,
#respond input[type="date"]:focus,
#respond input[type="month"]:focus,
#respond input[type="week"]:focus,
#respond input[type="time"]:focus,
#respond input[type="datetime"]:focus,
#respond input[type="datetime-local"]:focus,
#respond input[type="color"]:focus,
#respond textarea:focus, #customer_details input[type="text"]:focus,
#customer_details input[type="email"]:focus,
#customer_details input[type="url"]:focus,
#customer_details input[type="password"]:focus,
#customer_details input[type="search"]:focus,
#customer_details input[type="number"]:focus,
#customer_details input[type="tel"]:focus,
#customer_details input[type="range"]:focus,
#customer_details input[type="date"]:focus,
#customer_details input[type="month"]:focus,
#customer_details input[type="week"]:focus,
#customer_details input[type="time"]:focus,
#customer_details input[type="datetime"]:focus,
#customer_details input[type="datetime-local"]:focus,
#customer_details input[type="color"]:focus,
#customer_details textarea:focus {
  color: #212423 !important; }

/*.wpcf7 {
    margin: 0 auto;
}

.form-group {
    float: left;
    width: 100%;
}

.form-control {
    border-radius: 0px;
}

.form-control:focus,
.widget .search-field:focus {
    border-color: #212423;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
    position: relative;
}

span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em;
    margin-bottom: 0.55em;
    display: block;
}

div.wpcf7-validation-errors {
    clear: both;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}

.form-control.wpcf7-not-valid {
    border-color: #a94442;
}

span.wpcf7-not-valid-tip {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    padding: .2em .5em;
}

div.form-group {
    margin-left: -15px;
}*/
/*--------------------------------------------------------------
# Service Block
--------------------------------------------------------------*/
.service_block {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 20px;
  margin-top: -2em;
  margin-bottom: 5em; }

.service_block_holder {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .8s ease;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1); }

.service_block_holder:hover {
  transform: scale(1.2); }

.service_text {
  position: absolute; }

/*--------------------------------------------------------------
# Welcome Block
--------------------------------------------------------------*/
.welcome_section {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff; }

.button_next_gen button.golden {
  width: 100%;
  height: 60px; }

button.golden, a.paoc-popup, .wp-block-button.golden {
  background: #a78948;
  border: 1px solid #a78948;
  padding: 15px 20px;
  margin-bottom: 1em;
  border-radius: 15px;
  width: 300px;
  outline: none;
  font-weight: 700; }
  button.golden p, a.paoc-popup p, .wp-block-button.golden p {
    margin-bottom: 0;
    font-size: 1.1em;
    font-weight: 700; }
  button.golden h5, a.paoc-popup h5, .wp-block-button.golden h5 {
    margin-bottom: 0; }

button.golden:hover, a.paoc-popup:hover, .wp-block-button.golden:hover {
  background: transparent;
  color: #a78948 !important; }

.buttons {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%; }

.background_gray.gray_bg_margin {
  padding: 2em 0;
  height: 300px;
  display: flex;
  align-items: center; }

.arrow_down {
  width: 30px;
  height: 30px;
  background: #fff;
  margin: 0 auto;
  bottom: -85px;
  position: relative;
  transform: rotate(45deg);
  display: none; }

.active {
  display: block; }

.more_space_margin {
  margin-bottom: 1em; }

.zwei_spalten_simple button.golden {
  margin: 0; }

.golden.active_block {
  background: transparent;
  border: 1px solid #a78948; }
  .golden.active_block p {
    color: #a78948; }

.space_between {
  padding: 4em 0; }

.header-image {
  display: flex;
  align-items: center;
  justify-content: center; }

.header-content {
  color: #fff; }

.post-content {
  padding: 2em 0; }

/*--------------------------------------------------------------
# Alive Insider Block
--------------------------------------------------------------*/
.alive_insider_margin {
  padding: 4em 0; }
  .alive_insider_margin h1 {
    margin-bottom: .5em; }
  .alive_insider_margin h5 {
    margin-bottom: 1em; }

.margin-left .wpcf7-submit {
  margin-left: 0 !important; }

.gradient_gray {
  background: #e7e7e7;
  background: linear-gradient(90deg, #e7e7e7 0%, rgba(246, 246, 246, 0.3) 100%); }

.sidebar_block {
  display: inline-block;
  background: transparent;
  margin-top: 2em;
  width: 100%; }

.alive_insider_block {
  min-height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 4em 0 .5em;
  border-radius: 14px 14px 0 0;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1); }
  .alive_insider_block h1 {
    color: #fff; }

.alive_insider {
  height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

button.white_button {
  background: transparent;
  border: 1px solid #000;
  padding: 15px 20px;
  margin-bottom: 1em;
  border-radius: 15px;
  width: 300px;
  color: #000 !important;
  margin-left: 0; }
  button.white_button h5 {
    margin: 0; }

button.white_button:hover {
  background: #000;
  color: #fff !important; }

.accordion:hover {
  color: #69604c;
  text-decoration: underline; }

.news_content {
  width: 100%;
  padding: 25px; }

.news_feature {
  margin: 0 auto; }

.news_bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 2em;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.3); }

.last_insider {
  margin-top: 140px; }

/*--------------------------------------------------------------
# Gebet Block
--------------------------------------------------------------*/
.prayer_section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  padding: 4em 0; }

.more-space {
  width: 100%; }

.has-text-align-center {
  width: 100%; }

.predigt_section {
  width: 100%;
  padding: 3em 0; }

.background_predigten {
  padding: 4em 0;
  background: #69604c; }

.einfacher_text {
  padding: 4em 0 2em;
  width: 100%; }

.wp-block-column.is-vertically-aligned-center {
  margin: 0 auto; }

/*--------------------------------------------------------------
# Angebote Blocks
--------------------------------------------------------------*/
.col_left_color {
  width: 100%;
  height: 400px;
  color: #fff;
  display: flex;
  align-items: center; }

.col_right_image {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: flex-end; }
  .col_right_image button.golden {
    margin-bottom: 3em;
    margin-left: 2em; }
  .col_right_image a.paoc-popup {
    margin-bottom: 2em;
    margin-left: 2em; }

.col_right {
  display: flex;
  align-items: flex-end; }

.text_left {
  padding-right: 1em; }

.container-new {
  position: absolute;
  width: 40%;
  right: 0; }

.overview_category {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 2em; }

.overview_category_holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -2em; }

.background_gray {
  background-color: #d0d0d0;
  height: 400px;
  width: 100%; }

.text_block {
  display: none; }

.category_slide {
  background-size: cover;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.1); }

.slider_category {
  height: 200px;
  width: 100%; }

.slider_section {
  width: 100%; }

.slider_section > h1 {
  margin: 2em 0 -1.5em;
  color: #000;
  display: inline-block;
  background: white;
  padding: .5em;
  -webkit-transform: translate(0px, -18px) rotate(-6deg);
  -ms-transform: translate(0px, -18px) rotate(-6deg);
  transform: translate(0px, -18px) rotate(-6deg);
  position: relative;
  z-index: 2;
  bottom: -28px;
  left: -30px;
  border-radius: 14px; }

.page-title {
  padding: 2em 0 0;
  color: #000; }

.background_slider {
  background: #69604c;
  /*background-image: url(http://localhost/holywaters.ch/wp-content/themes/holywaters/images/alive_insider_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
  padding: 5em 0; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
  color: #212423;
  -webkit-transition: all .2s;
  transition: all .2s; }

a:hover,
a:focus,
a:active {
  color: #69604c;
  outline: 0;
  text-decoration: none; }

.lSAction > .lSPrev {
  left: 10px !important; }

.lSAction > .lSNext {
  right: 10px !important; }

.lSSlideOuter {
  overflow: visible !important; }

.lSSlideOuter .active {
  background-color: transparent !important;
  border-color: transparent; }

.lSSlideWrapper {
  overflow: visible !important; }

div#page {
  overflow: hidden; }

.feature_giving {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .feature_giving button {
    margin-top: auto; }

.page-section {
  display: inline-block;
  width: 100%;
  padding-top: 140px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5em; }

.home .page-section {
  padding-top: 0; }

.woocommerce .col-1, .woocommerce .col-2 {
  max-width: none; }

.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt {
  background-color: #03494F !important; }

form.woocommerce-ordering {
  display: none !important; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-category-nav-container,
.menu-category-nav-de-container {
  width: 20000px;
  height: 60px;
  -webkit-transform-origin: left top;
  -webkit-transform: rotate(-90deg) translateX(-100%);
  background: #343434;
  position: relative;
  z-index: 9999; }

.site_content {
  width: 80%;
  height: 150px;
  opacity: 0.9;
  position: absolute;
  bottom: 70px;
  padding: 2em;
  text-align: left;
  font-size: 2em;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  right: 0;
  color: white; }

.menu-category-nav-container ul,
.menu-category-nav-de-container ul {
  margin: 0 auto;
  height: 100%;
  position: relative;
  right: 130px;
  background-color: #000000;
  background-image: linear-gradient(147deg, #000000 0%, #434343 74%); }

.menu-category-nav-container ul li,
.menu-category-nav-de-container ul li {
  float: right;
  height: 100%;
  padding: 0 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.7); }

.menu-category-nav-container ul li:hover,
.menu-category-nav-de-container ul li:hover {
  background-color: #f1f2f6;
  background-image: linear-gradient(315deg, #f1f2f6 0%, #c9c6c6 74%); }

ul#category-nav a,
ul#category-nav-de a {
  color: #fff;
  font-size: 1.5em;
  font-weight: 100;
  text-transform: uppercase; }

ul#category-nav li.current-menu-item,
ul#category-nav-de li.current-menu-item {
  background: #7f7f7f; }

.shipping_info {
  display: flex;
  align-items: center;
  font-weight: 300; }
  .shipping_info i {
    margin-right: 5px; }

.menu-main-menu-container a.dropdown {
  display: none; }

.main-navigation .menu-main-menu-container {
  padding: .5em 0; }

.main-navigation .menu-main-menu-de-container {
  padding: .5em 0; }

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  font-family: 'Montserrat', sans-serif;
  text-align: right; }
.main-navigation .menu-main-menu-container > ul > li,
.main-navigation .menu-main-menu-de-container > ul > li {
  display: inline-block;
  color: white; }
.main-navigation a {
  display: block;
  text-decoration: none; }
.main-navigation .menu-main-menu-container > ul > li > a,
.main-navigation .menu-main-menu-de-container > ul > li > a {
  font-size: 1em;
  font-weight: 300; }
.main-navigation .main-navigation ul li:hover > ul,
.main-navigation .main-navigation ul li.focus > ul {
  left: auto; }
.main-navigation .main-navigation ul ul li:hover > ul,
.main-navigation .main-navigation ul ul li.focus > ul {
  left: 100%; }

button.menu-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  z-index: 9999;
  position: relative;
  margin: 1em 0 0 0; }

/* Small menu. */
.main-navigation.toggled .menu-main-menu-de-container,
.main-navigation.toggled .menu-main-menu-container {
  display: block !important;
  float: right;
  margin: 0em 0 2.5em 0;
  outline: none; }

.main-navigation.toggled ul {
  margin-top: 1em; }

.menu-toggle span.bar {
  display: block;
  width: 40px;
  background: #fff;
  height: 5px;
  margin: .5em 0 0;
  clear: both;
  transition: all .3s;
  -webkit-transition: all .3s; }

.main-navigation.toggled .menu-toggle .burger span.bar {
  display: none; }

.main-navigation.toggled .menu-toggle .burger span:last-child {
  display: block !important;
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.main-navigation.toggled .menu-toggle .burger span:first-child {
  display: block !important;
  margin: 1.6em 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.only_mobile {
  position: relative; }

@media screen and (min-width: 992px) {
  .only_mobile {
    display: none !important; }

  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex;
    justify-content: flex-end; }

  .main-navigation .menu-main-menu-container > ul > li,
  .main-navigation .menu-main-menu-de-container > ul > li {
    padding: 0 1em;
    text-transform: uppercase; }

  .main-navigation .menu-main-menu-container > ul > li > a,
  .main-navigation .menu-main-menu-de-container > ul > li > a {
    color: #151515; }

  .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: .5em 0;
    float: left;
    position: absolute;
    top: 2em;
    z-index: 99999;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms; }

  .main-navigation ul ul ul {
    left: -999em;
    top: 0; }

  .main-navigation ul ul a {
    padding: .35em 1em;
    width: 200px; }

  .main-navigation li.menu-item-has-children:hover > ul {
    visibility: visible;
    opacity: 1; } }
@media screen and (max-width: 991px) {
  .main-navigation ul {
    text-align: center; }

  .only_mobile {
    display: block !important; }

  .main-navigation .menu-main-menu-container > ul > li a {
    color: white !important; }

  .main-navigation .menu-main-menu-de-container > ul > li a {
    color: white !important; }

  .main-navigation {
    margin-top: -6em; }

  .main-navigation li,
  .main-navigation ul {
    width: 100%; }

  .main-navigation .menu-main-menu-container > ul > li {
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.8em;
    text-transform: uppercase; }

  .main-navigation .menu-main-menu-de-container > ul > li {
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.8em;
    text-transform: uppercase; }

  .main-navigation a {
    line-height: 1.5em; }

  .main-navigation .current-menu-item > a {
    color: white;
    font-weight: 600;
    text-decoration: underline; }

  .menu-main-menu-container li.menu-item-has-children a.dropdown {
    width: 10%;
    float: right;
    text-align: right;
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    top: -8px; }

  .menu-main-menu-de-container li.menu-item-has-children a.dropdown {
    width: 10%;
    float: right;
    text-align: right;
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    top: -8px; }

  .menu-main-menu-container ul li.menu-item-has-children a.dropdown.toggled i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu-main-menu-container li.menu-item-has-children a.dropdown.toggled i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu-main-menu-container li.menu-item-has-children a.dropdown i {
    -webkit-transition: transform .3s;
    transition: transform .3s; }

  .menu-main-menu-de-container ul li.menu-item-has-children a.dropdown.toggled i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu-main-menu-de-container li.menu-item-has-children a.dropdown.toggled i {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .menu-main-menu-de-container li.menu-item-has-children a.dropdown i {
    -webkit-transition: transform .3s;
    transition: transform .3s; }

  .sub-menu li {
    display: block;
    float: left;
    width: 100%; }

  .sub-menu li a {
    padding: 0.3em 0;
    text-transform: uppercase;
    color: white;
    font-size: 0.7em; }

  .sub-menu li:last-child {
    padding-bottom: .5em; }

  ul#primary-menu {
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }

  #primary-menu .sub-menu {
    display: none; }

  #primary-menu .current-page-ancestor > .sub-menu,
  #primary-menu .current-menu-item > .sub-menu {
    display: block; }

  .menu-main-menu-container a.dropdown {
    display: block; }

  .menu-main-menu-de-container a.dropdown {
    display: block; }

  .side-menu {
    display: none; }

  .main-navigation .menu-main-menu-container,
  .main-navigation .menu-main-menu-de-container {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -1 !important;
    padding: 20px;
    overflow: auto;
    background: #151515;
    left: 0;
    top: 0;
    vertical-align: middle; }

  .main-navigation .menu-main-menu-container > li > a {
    display: inline-block; }

  .main-navigation .menu-main-menu-de-container > li > a {
    display: inline-block; }

  ul.sub-menu {
    margin-bottom: 0 !important; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
  text-align: center;
  width: 100%;
  float: left; }
  .pagination ul {
    width: 100%;
    float: left; }
  .pagination ul,
  .pagination li {
    margin: 0;
    padding: 0; }
  .pagination li {
    display: inline-block; }
  .pagination li a,
  .pagination li.disabled {
    color: #212423;
    text-decoration: none; }
  .pagination li a:hover,
  .pagination li.active a {
    color: #fff; }
  .pagination li a,
  .pagination li a:hover {
    background-color: #fff;
    border: 1px solid #212423;
    cursor: pointer;
    padding: .3em .5em; }
  .pagination li.active a,
  .pagination li.disabled {
    background-color: #fff;
    border: 1px solid #212423;
    cursor: pointer;
    padding: .3em .5em; }
  .pagination li a:hover,
  .pagination li.active a {
    background-color: #212423; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*Woocommerce*/
.woo-breadcrumbs {
  margin-top: 2em;
  z-index: 9999999999; }

.woocommerce.tax-product_cat .page-title {
  display: block; }

/*** BREADCRUMBS ***/
.woocommerce .woocommerce-breadcrumb {
  font-size: 16px;
  font-weight: 300;
  color: #000; }

/*** BREADCRUMB LINKS ***/
.woocommerce .woocommerce-breadcrumb a {
  color: #000; }

/*** CHANGE COLORS ON THE FILTER DROPDOWN (THIS MAKES OTHER WOO DROPDOWNS MATCH AS WELL) ***/
select.orderby,
.woocommerce div.product form.cart .variations td select {
  background: #dbdbdb;
  color: #000 !important;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  padding: 5px; }

/*** SINGLE GRID ITEM STYLING ***/
.woocommerce ul.products li.product {
  text-align: center;
  /* centers titles and prices */
  background: #f5f5f5;
  /* changes background color */
  padding: 0 0 1em;
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s; }

.woocommerce ul.products li.product:hover {
  background: #fff;
  /* changes background color on hover */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  /* adds shadow on hover */
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1); }

/*** MAKE IMAGES TOUCH EDGES (IF ADDING PADDING ABOVE) ***/
.et_shop_image {
  margin: -1em -1em 0;
  /* compensates for grid item padding, leave this off if you want space around the images */ }

/*** MAKE TITLES BIGGER AND CHANGE COLOR ON SINGLE GRID AND RELATED PRODUCTS ***/
h2.woocommerce-loop-product__title {
  font-size: 18px !important;
  color: #000;
  /* change color of product titles */ }

/*** CENTER STAR RATING AND MAKE STARS BIGGER ***/
.woocommerce ul.products li.product .star-rating {
  font-size: 18px;
  margin-left: auto !important;
  margin-right: auto !important; }

/*** CHANGE STAR COLOR FROM THEME COLOR ***/
.woocommerce .star-rating span::before {
  color: #ffa500 !important; }

/*** CHANGE PRICE COLOR IF YOU DON'T WANT IT DEFAULT THEME COLOR ***/
span.woocommerce-Price-amount.amount {
  color: #000;
  /* this changes price color on all Woo areas */ }

/*** MAKE PRICES BIGGER ON GRID AND RELATED PRODUCTS ***/
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price,
.woocommerce-page ul.products li.product .price del {
  font-size: 16px; }

/*** IMAGE OVERLAY BACKGROUND ***/
.woocommerce .et_overlay {
  border: 0;
  background: #00707a;
  /* For browsers that do not support gradients */
  background: radial-gradient(#00adad, rgba(0, 112, 122, 0.8));
  /* gradient colors */ }

/*** IMAGE OVERLAY ICON COLOR AND SIZE ***/
.woocommerce .et_overlay:before {
  color: #fff;
  font-size: 60px;
  margin: auto;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

/*** SALE BADGE COLOR ***/
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  background: #00707a !important;
  z-index: 9;
  width: 50px;
  height: 50px; }

.woocommerce ul.products li.product a.button {
  display: none; }

.woocommerce-product-gallery__image {
  margin-bottom: 2em; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo img {
  width: 260px;
  height: auto;
  padding: 5px 0; }

.site-title {
  font-size: 2em;
  font-weight: 900; }

.no_image_header {
  background: #7b7362;
  text-align: center;
  padding: 1em;
  color: #fff;
  margin-bottom: 3em; }

.header-slider,
.header-slider-praxis,
.header-image,
.header-image-placeholder,
.google-maps {
  width: 100%;
  height: 650px;
  position: relative; }

.header_slider_one {
  width: 100%;
  height: 350px;
  position: relative; }

.header-slider .slide,
.header-slider-praxis .slide,
.header-image,
.google-maps {
  height: 650px;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed; }

.header_image_one {
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }

.header-slider .flex-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 650px; }

.header-image-placeholder {
  height: 150px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,111111+100 */
  background: #555555;
  /* Old browsers */
  background: -moz-linear-gradient(top, #555555 0%, #333333 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #555555 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #555555 0%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#333333', GradientType=0);
  /* IE6-9 */ }

.header-slider .slide-content,
.header-slider-praxis .slide-content {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #fff; }

.shadow .uagb-column__wrap {
  -webkit-box-shadow: 0px 0px 27px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 27px -8px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 27px -8px rgba(0, 0, 0, 0.75); }

.header-slider .slide-content .content-wrapper-title,
.header-slider-praxis .slide-content .content-wrapper-title {
  padding: 5px;
  display: inline-block; }
  .header-slider .slide-content .content-wrapper-title h2,
  .header-slider-praxis .slide-content .content-wrapper-title h2 {
    margin-bottom: 0; }

.header-slider .slide-content .content-wrapper-subtitle h6,
.header-slider-praxis .slide-content .content-wrapper-subtitle h6 {
  padding: 2px;
  display: inline-block; }
  .header-slider .slide-content .content-wrapper-subtitle h6 p,
  .header-slider-praxis .slide-content .content-wrapper-subtitle h6 p {
    margin-bottom: 0; }

.header-slider .slide-content a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: .5em 1em;
  font-weight: 700;
  text-transform: uppercase; }

.header-slider-praxis .slide-content a {
  color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  padding: .5em 1em;
  font-weight: 700;
  text-transform: uppercase; }

.header-slider .slide-content a:hover {
  background: #fff;
  color: #000; }

.header-slider-praxis .slide-content a:hover {
  background: #fff;
  color: #000; }

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #fff;
  width: 20px;
  height: 20px; }

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #bdbdbd;
  width: 20px;
  height: 20px; }

ul.lSPager.lSpg {
  position: absolute;
  right: 20px;
  top: 160px; }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  display: none;
  min-height: 100px;
  color: #000;
  padding-top: 2em;
  margin-top: 4em; }

.site-footer a {
  color: white; }

.site-footer a:hover {
  color: #a78948; }

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
#secondary .widget .widget-title {
  padding: 5px 0;
  background: #fff;
  margin-bottom: 0; }

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%; }

.widget .search-field {
  border: 1px solid #e9e9e9;
  padding: .3em 1em .25em;
  font-weight: 400; }

/* Widget Search */
#secondary .widget_search .search-submit {
  font-size: 1em; }

/* Callback form */
#callback-form {
  max-width: 500px; }

#callback-form h2 {
  margin-bottom: 1.5em;
  line-height: 1.75;
  border-bottom: 3px solid #003c7c; }

#callback-form label {
  padding-top: .5em; }

.sidebar_block .widget {
  padding-bottom: 2em; }

.sidebar_block h3, .sidebar_block h5 {
  font-size: 20px;
  font-weight: 500; }

.berocket_ajax_group_filter_title {
  font-size: 25px !important; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.effect-box:hover {
  opacity: 0.7;
  transition: all ease 1s; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
h2.entry-title {
  margin-bottom: .5em; }

a.more-link {
  margin-top: 1.25em; }

.grid-item h3 {
  margin-bottom: 1em; }

/*--------------------------------------------------------------
## Template: Frontpage
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Template: Team-Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
  border: none !important; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

.social_icon i.fab.fa-facebook-f, .social_icon i.fab.fa-instagram {
  -webkit-transform-origin: center;
  -webkit-transform: rotate(90deg) translateX(0%); }

.social_icon a:hover, .social_icon a:hover {
  color: #000; }

.size_table img {
  max-width: 450px;
  height: auto;
  margin-bottom: 3em; }

.menu-item:last-child {
  border-left: none; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  margin-right: -30px; }

.gallery-item {
  padding: 0 30px 30px 0;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0px; }

.gallery-icon.landscape {
  padding: 0px; }
  .gallery-icon.landscape img {
    width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }

.wide-player .pod-header__toggle {
  float: left !important; }

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1350px) {
  .header-slider,
  .header-slider-praxis,
  .header-image,
  .header-image-placeholder,
  .google-maps {
    height: 600px; }

  .header_image_one {
    height: 350px; } }
@media screen and (max-width: 1200px) {
  .arrow_down {
    bottom: -75px; } }
@media screen and (max-width: 992px) {
  form#commentform textarea {
    width: 100%; }

  .site-branding {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100px;
    top: 40px; }

  .main-navigation {
    margin-top: 1em; }

  .shipping_info {
    margin-top: 10px; }

  .menu-category-nav-container,
  .menu-category-nav-de-container {
    height: 40px;
    left: 0; }

  .menu-category-nav-de-container ul li:first-child,
  .menu-category-nav-container ul li:first-child {
    border-left: none; }

  .site_content {
    font-size: 1.5em;
    right: inherit; }

  .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 100%;
    clear: none;
    padding-left: 0; }

  .woo-breadcrumbs {
    margin-top: 6em;
    z-index: 999; }

  .menu-category-nav-container,
  .menu-category-nav-de-container {
    -webkit-transform-origin: inherit;
    -webkit-transform: inherit; }

  .arrow_down {
    display: none; }

  .header-slider,
  .header-slider-praxis,
  .header-image,
  .header-image-placeholder,
  .google-maps {
    height: 800px; }

  .header_image_one {
    height: 350px; }

  .container-new {
    position: relative;
    width: 100%; }

  .col_right_image {
    height: 260px;
    align-items: center;
    justify-content: center;
    padding: 5em 0; }
    .col_right_image button.golden {
      margin: 0 auto; }

  .col_left_color {
    height: auto;
    padding: 3em 0; }

  .prayer_section {
    height: auto;
    padding: 3em 0; }

  .category-nav,
  .category-nav-de {
    width: 100%;
    -webkit-transform-origin: inherit;
    -webkit-transform: inherit; }

  ul#category-nav,
  ul#category-nav-de {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    padding: 0; }
    ul#category-nav a,
    ul#category-nav-de a {
      height: 30px;
      font-size: 1.3em;
      border-left: none; } }
@media screen and (max-width: 767px) {
  .woocommerce ul.products[class*='columns-'] li.product, .woocommerce-page ul.products[class*='columns-'] li.product {
    width: 100% !important; }

  .header-slider .slide,
  .google-maps {
    height: 500px; }

  .header_image_one {
    height: 350px; }

  .header-slider .slide-content {
    bottom: 0;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    text-align: center;
    color: #fff; }

  .lSAction {
    display: none !important; }

  .teaser-text-1 .hexagon:before,
  .teaser-text-2 .hexagon:before,
  .teaser-text-3 .hexagon:before,
  .teaser-text-4 .hexagon:before {
    top: -120px;
    left: auto; }

  .header-slider,
  .header-slider-praxis,
  .header-image,
  .header-image-placeholder,
  .google-maps {
    height: 700px; }

  .header_image_one {
    height: 350px; }

  h2 {
    font-size: 1.3em;
    margin: 0 auto;
    font-weight: 500;
    padding: 1em; }

  .overview_category {
    height: 100px;
    margin-bottom: 2em; } }
@media screen and (max-width: 480px) {
  .header-slider,
  .header-slider-praxis,
  .header-image,
  .header-image-placeholder,
  .google-maps {
    height: 650px; }

  .header_image_one {
    height: 350px; } }

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