/*
Theme Name: Esper WS
Theme URI: https://winning-solutions.de/
Author: Winning Solutions
Author URI: https://winning-solutions.de
Description:  The WordPress theme based
Version: 1.0.11
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ws
Tags: one-page, custom-menu, featured-images, custom-background, theme-options, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Fonts
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus - main-menu view
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer - footer view
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

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;
  color: #fecb05;
  cursor: pointer
}

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

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;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 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;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-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;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Open Sans';
    src: url('./inc/assets/fonts/subset-OpenSans-ExtraBold.eot');
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
        url('./inc/assets/fonts/subset-OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./inc/assets/fonts/subset-OpenSans-ExtraBold.woff2') format('woff2'),
        url('./inc/assets/fonts/subset-OpenSans-ExtraBold.woff') format('woff'),
        url('./inc/assets/fonts/subset-OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./inc/assets/fonts/subset-OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('./inc/assets/fonts/subset-OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./inc/assets/fonts/subset-OpenSans-Regular.woff2') format('woff2'),
        url('./inc/assets/fonts/subset-OpenSans-Regular.woff') format('woff'),
        url('./inc/assets/fonts/subset-OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('./inc/assets/fonts/subset-OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('./inc/assets/fonts/subset-OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('./inc/assets/fonts/subset-OpenSans-Bold.woff2') format('woff2'),
        url('./inc/assets/fonts/subset-OpenSans-Bold.woff') format('woff'),
        url('./inc/assets/fonts/subset-OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Alata';
    src: url('./inc/assets/fonts/subset-Alata-Regular.eot');
    src: local('Alata Regular'), local('Alata-Regular'),
        url('./inc/assets/fonts/subset-Alata-Regular.eot?#iefix') format('embedded-opentype'),
        url('./inc/assets/fonts/subset-Alata-Regular.woff2') format('woff2'),
        url('./inc/assets/fonts/subset-Alata-Regular.woff') format('woff'),
        url('./inc/assets/fonts/subset-Alata-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/**/

@font-face {
    font-family: 'icomoon';
    src:  url('./inc/assets/fonts/icomoon.eot?ulise6');
    src:  url('./inc/assets/fonts/icomoon.eot?ulise6#iefix') format('embedded-opentype'),
          url('./inc/assets/fonts/icomoon.ttf?ulise6') format('truetype'),
          url('./inc/assets/fonts/icomoon.woff?ulise6') format('woff'),
          url('./inc/assets/fonts/icomoon.svg?ulise6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "\f107";
}
.icon-angle-double-right:before {
  content: "\e90d";
}
.icon-angle-double-left:before {
  content: "\e90e";
}
.icon-youtube-square:before {
  content: "\e909";
}
.icon-angle-left:before {
  content: "\e900";
}
.icon-angle-right:before {
  content: "\e901";
}
.icon-envelope:before {
  content: "\e902";
}
.icon-fax:before {
  content: "\e903";
}
.icon-search-plus:before {
  content: "\e90f";
}
.icon-close:before {
  content: "\e910";
}
.icon-checkmark:before {
  content: "\e90c";
}
.icon-arrow-right:before {
  content: "\e915";
}
.icon-youtube:before {
  content: "\e90a";
}
.icon-google-plus:before {
  content: "\e90b";
}
.icon-brand:before {
  content: "\e90b";
}
.icon-social:before {
  content: "\e90b";
}
.icon-location:before {
  content: "\e904";
}
.icon-phone:before {
  content: "\e905";
}
.icon-telephone:before {
  content: "\e905";
}
.icon-contact:before {
  content: "\e905";
}
.icon-support:before {
  content: "\e905";
}
.icon-call:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\e906";
}
.icon-linkedin:before {
  content: "\e907";
}
.icon-xing:before {
  content: "\e908";
}
.icon-brand1:before {
  content: "\e908";
}
.icon-social1:before {
  content: "\e908";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-family: 'Alata', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    clear: both;
    margin: 0 0 28px;
    color:#2d2d2d;
    text-align: left;
    text-transform: uppercase;
}
h1 {
    font-size: 47px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 22px;
}
h4 {
    font-size: 20px;
    margin: 0;
}
h5 {
    font-size: 16px;
    margin: 0;
}



p {
    margin-bottom: 28px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background-color: #f9f9f9;
    font-family: 'Open Sans', serif;
    font-weight: 400;
    font-size:16px;
    line-height: 1.6;
    color: #2d2d2d;
    overflow-x: hidden;

}
#primary {
    position:relative;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  border-radius: 4px
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

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

ul { padding-left: 0; margin-bottom: 20px}
#content ul {
    padding-left:18px
}
#content ul li {
    /* list-style-type: none; */
    margin-bottom: 5px;
}
ol {
	padding-left: 18px;
	margin-bottom: 20px
}
ol li{
    margin-bottom: 5px;
	padding-left: 5px;
}


a.button, .button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #fff;
    padding: 5px 15px;
    color: #2d2d2d;
    font-family: 'Alata';
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    min-width: 174px;
    min-height: 52px;
    border-radius: 4px;
    border: 2px solid #fecb05;
    display:inline-flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    transition: all .5s
}
.button.button-icon span {
    display:inline-block;
    position: relative;
    padding-right:30px;
}
.button.button-icon span i {
    position: absolute;
    right: 5px;
    top: 3px;
    font-size: 16px;
    transition: right .5s;
}
a.button:hover, a.button:focus,
.button:hover, .button:focus,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus {
    text-decoration: none;
    background-color: #fecb05;
    color: #000;
}
.button.button-icon:hover, .button.button-icon:focus,
.woocommerce #respond input#submit.button-icon:hover,
.woocommerce a.button.button-icon:hover, .woocommerce button.button.button-icon:hover, .woocommerce input.button.button-icon:hover,
.woocommerce #respond input#submit.button-icon:focus,
.woocommerce a.button.button-icon:focus, .woocommerce button.button.button-icon:focus, .woocommerce input.button.button-icon:focus {
    background-color: #fff
}
.button.button-icon:hover i, .button.button-icon:focus i {
    right: 0
}
button:focus {
    outline: none;
}

.button.align-center {
    margin: 0 auto
}
.nowrap {
    white-space:nowrap;
}
/**/
/**/
.block_subtitle {
    font-size: 18px;
    font-weight: 600;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page {
    z-index: 1;
    position: relative;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus - in view
--------------------------------------------------------------*/

/**/

/**/
.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%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# 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;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 600;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# 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;
}

img.alignright {
  margin: 0 0 26px 26px;
}
img.alignnone {
  margin: 0 26px 26px 0;
}
img.alignleft {
  margin: 0 26px 26px 0;
}
img.aligncenter {
  margin: 26px auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 16px;
  /* Make sure select elements fit in widgets. */
}
#secondary .widget {
    margin: 0 0 30px;
}

.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}
h3.widget-title {
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    padding: 0;
    margin: 14px 0 16px
}

#secondary h3.widget-title {
    text-align: left;

}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

#content .widget_recent_entries ul, #content .widget_categories ul, #content .widget_archive ul {
    padding-left: 0
}
#content .widget_recent_entries li, #content .widget_categories li, #content .widget_archive li {
    border-bottom: 1px solid #808080;
    list-style-type: none;
}
.widget_recent_entries li a, .widget_categories li a, #content .widget_archive li a {
    position: relative;
    padding-left: 20px;
    color: #808080;
    padding-bottom: 8px;
    display: table;
    line-height: 1.3;
}
.widget_recent_entries li a:before, .widget_categories li a:before, #content .widget_archive li a:before {
    content: '>';
    position: absolute;
    top:0;
    left: 0;
}
.widget_recent_entries li a:hover, .widget_categories li a:hover, #content .widget_archive li a:hover {
    color:#171717
}
.widget_categories .nav-link {
  display: inline-block;
}
.widget.widget_nav_menu .nav-link {
    display: block;
    padding: 8px 0 5px;
}
.widget.widget_nav_menu .nav > li > a:focus, .widget.widget_nav_menu .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.widget_search .search-form label {
    position: relative;
    width: 100%;
}
/* .widget_search .search-form label:before {
    content: '\e905';
    font-family: 'icomoon';
    position: absolute;
    left: 20px;
    font-size:20px;
    line-height:50px;
} */
.widget_search .search-form input.search-field.form-control {
    border-radius: 0;
    line-height: 50px;
    height: 50px;
    padding: 0 15px 0 15px;
    border-color: #C7C7C7;
    background-color: transparent;
}
.widget_search .search-form input.search-field.form-control:active,
.widget_search .search-form input.search-field.form-control:focus {
    background-color:#fff
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

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

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

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 50px;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}
/*  single post */
.single-post-cat {
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

/*  Search result page */
/*
.search-results .site-content {
    margin-bottom:60px
}
.search-results article {
    margin-bottom:32px
}
.search-result-count {
    margin-bottom:50px
}
*/
.search-result-count, .entry-title-search  {

}
.entry-title-search {
    margin-bottom:0
}
.search-results article .entry-summary {
    margin:0
}

.no-results.not-found .page-content {
    margin-bottom: 80px
}
.no-results.not-found .search-form {
    display:inline-flex;
    flex-wrap:wrap;
    align-items: center;
}
.no-results.not-found .search-form > * {
    margin-bottom: 15px;
    margin-right: 15px
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/**/

/*--------------------------------------------------------------
# Theme style elements
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/* shortcodes */
/* [footer_data] */
footer#colophon  .footer-social a {
    font-size: 30px;
    line-height: 1;
    margin: 10px 15px;
    color: #0069b4;
    display: block;
    cursor: pointer;
}
footer#colophon .footer-social a:hover {
    color: #fff;
}
.footer-title {
    margin: 14px 0
}
/* [footer_kontakt]  */
.mb-24 {
    margin-bottom: 28px;
}

.wpb_content_element.mb-big {
    margin-bottom:60px!important
}

/* text on image parallax section */
/* .text-on-img {
    min-height: 200px;
    display: flex;
    align-items: center;
}
.text-on-img > .wpb_wrapper > * {
    display: inline-block;
    margin: 0;
    padding: 10px 30px;
    background-color: rgba(255,255,255,0.7);
    color: #000;
    font-weight: 400;
    line-height: 1.1;
}
@media only screen and (max-width: 767px) {
    .text-on-img > .wpb_wrapper > * {
        font-size: 25px;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    .text-on-img > .wpb_wrapper > *{
        font-size: 45px;
    }
}
@media only screen and (min-width: 992px) {
    .text-on-img > .wpb_wrapper > * {
        font-size: 58px;
    }
} */
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



/*  404 page */
.error-404 {
    display:flex;
    -webkit-flex-direction: column;
    flex-direction:         column;
    align-items: center;
    justify-content: center;
}
.error-404 .page-content {
    text-align: center;

}


/**/


/* shortcodes */
/**/
/**/
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 575px) {
    .single #content, .archive #content {
    }
    * {
        word-break: break-word;
        hyphens: auto;
    }

    img.alignleft, img.alignright {
        float: none;
        display:table;
        margin: 0 auto 1rem;
    }

    a.readmore {
        font-size: 15px!important;
    }

    h1.block-title, h2.block-title, h3.block-title {
        font-size: 20px;
    }
    h1 {
        font-size: 20px;
    }
    h2, h2.entry-title {
        font-size: 20px;
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 16px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single #content, .archive #content {
    }


    h1.block-title, h2.block-title, h3.block-title {
        font-size: 30px;
    }
    .big-text {
        font-size: 18px
    }
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 24px;
    }
    h2.entry-title {font-size: 20px}
    h3 {
        font-size: 20px;
    }

}
@media only screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
    #content {
        min-height: calc(100vh - 800px);
        padding-top: 59px;
    }
    body:not(.home):not(.search-results) #content {
        padding-bottom: 60px
    }
    .single.single-product #content {
        padding-bottom: 0
    }
    .desktop-show { display:none!important}
    .block_subtitle {
        font-size: 16px
    }
    a.readmore {
        min-height: 30px;
        padding-right: 48px;
        font-size: 16px;
    }
    a.readmore:after {
        width: 24px;
        height: 24px;
        margin-top: -12px;
        font-size: 13px;
        line-height: 24px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    p {
        margin-bottom: 15px;
    }
    h3.widget-title {
        margin: 0 0 20px;
        font-size: 20px
    }
    #secondary .widget {
        margin: 0 0 30px;
    }
    #secondary .widget.widget_categories {
        margin-bottom: 40px;
    }
    .search.search-results .site-main,
    .archive .site-main {
        margin-bottom:35px
    }
    .post.hentry, .search-results article {
        margin-bottom: 20px;
    }
    .search-result-count {
        margin-bottom: 20px;
    }
    a.button, .button {
        font-size: 16px;
        min-height: 44px;
    }

    /* .teamview-link {
        display: table;
        float: none;
        margin: 15px auto;
    }
    .sales_kontakt {
        padding-left: 0;
        background-position: top center;
        text-align: center;
    } */
    #footer-widget .widget.widget_nav_menu li.menu-item a {
        margin-top: 0
    }
    /* .sales_kontakt > div:first-child {
        margin-bottom:10px
    } */
    .error-404 {
        min-height: 300px;
    }
/**/
    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 15px!important;
    }
    .text-on-img {
        min-height: 80px;
    }
    .wpb_content_element.mb-big {
        margin-bottom:30px!important
    }
    .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
        padding: 20px 10px 15px!important;
    }
    /**/
}
@media only screen and (min-width:768px) {
    .mobile-show { display:none!important}
    #content {
        position: relative;
    }
    #content:before {
        content: '';
        position: absolute;
        top:0; bottom:0;
        left:0; width:100%;
        background-image: url('./inc/assets/images/body-image.png');
        background-repeat: repeat;
        z-index: 1;
    }
    #primary {
        position:relative;
        /* z-index: 1 */
    }

/* up all content */
    #main .vc_section *, #main .vc_row *, .single .product *, .ws-shop-category * {
        z-index: 2
    }
    .tabs-dark-section {
        z-index: 3
    }
/**/
    .error-404 {
        min-height: 500px;
    }
    .pt-md-30 {
        padding-top: 30px!important
    }
    .big-v-pad {
        padding-top: 50px!important;
        padding-bottom: 50px!important

    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    #content {
        min-height: calc(100vh - 720px);
        padding-top: 71px;
    }
    body:not(.home):not(.search-results) #content {
        padding-bottom: 70px
    }
    .single #content, .archive #content {
    }
    .search-result-count {
        margin-bottom: 30px;
    }
    .search.search-results .site-main,
    .archive .site-main {
        margin-bottom:35px
    }
    .post.hentry, .search-results article {
        margin-bottom: 20px;
    }
    .modal-dialog {
        max-width: 700px;
    }
    .text-on-img {
        min-height: 120px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .container {
        padding-right: 25px;
        padding-left: 25px;
    }
    h1.block-title, h2.block-title, h3.block-title {
        font-size: 38px;
    }
	.social.social-header {
		margin-right: 60px;
	}

}

@media only screen and (max-width: 991px) {
    h1, h2, h3 {
        margin: 0 0 15px;
    }
}
@media only screen and (min-width: 992px) {
    .single #content, .archive #content {
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #content {
        min-height: calc(100vh - 492px);
        padding-top: 72px;
    }
    body:not(.home):not(.search-results) #content {
        padding-bottom: 70px
    }

    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 992px) {
    /* two column text */
    .twocolumn {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        /* -webkit-column-width: 200px;
        -moz-column-width: 200px;
        column-width: 200px; */
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        text-align: left;
    }

}

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

}

@media only screen and (min-width: 1200px) and (max-width:1439px) {
    #content {
        min-height: calc(100vh - 518px);
        padding-top: 72px;
    }
    body:not(.home):not(.search-results) #content {
        padding-bottom: 70px
    }
}

@media only screen and (min-width: 1440px) {
    #content {
        min-height: calc(100vh - 492px);
        padding-top: 102px;
    }
    body:not(.home):not(.search-results) #content {
        padding-bottom: 70px
    }

}
@media only screen and (min-width: 1240px) {
    .container {
        max-width: 1200px;
    }

}




/* unused */
.modal-backdrop {
    background-color: #3c3c3c;
}
.modal-backdrop.show {
    opacity: .8;
}
#popupModal .modal-content {
  border-radius: 0;
  background:#fff;
}
#popupModal .modal-header {
  background:#fff;
  border: none;
  border-radius: 0
}
#popupModal .modal-body {
  padding: 0 20px
}
#popupModal .modal-header .close {
  padding: 1rem;
  margin: -1.4rem -1rem -1rem auto;
  font-size: 36px;
  text-shadow: none;
  color: #000;
  font-weight: lighter;
  font-family: verdana;
}
#popupModal .modal-header .close:hover {
  opacity: 1;
}
.modal-post-title {
    margin-top: 0
}


/**/



/*************/
/*  spinner */
/*************/
.cube-spinner {
  margin: 50px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1, .cube2 {
  background-color: #fff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -15px;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% { -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5) }
  50% { -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg) }
  75% { -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5) }
  100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  } 50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  } 50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  } 75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  } 100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
/*  input focus */
input:focus {
    outline-style:none;
    outline:0 !important;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.1) !important;
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.1)!important;
 }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
@keyframes autofill {
    100% {
        background: #fff;
        color: #707070;
    }
}
@-webkit-keyframes autofill {
    100% {
        background: #fff;
        color: #707070;
    }
}

/* vc grid */
.vc_grid-container.v-aligned-items .vc_grid.vc_row .vc_pageable-slide-wrapper {
    display:flex!important;
    flex-wrap: wrap
}
.vc_grid-container.v-aligned-items .vc_grid-item {
    display: flex!important
}
.vc_grid-container.v-aligned-items .vc_grid-item  .vc_grid-item-mini {
    background-color: #f9f9f9
}

.vc_grid-container.v-aligned-items .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    border-radius: 2px;
    background-color: #F8D100;
    padding: 5px 15px;
    border: none;
    color: #171717;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    min-height: 48px;
    min-width: 170px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all .5s;
}
.vc_grid-container.v-aligned-items .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover,
.vc_grid-container.v-aligned-items .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:focus {
    text-decoration: none;
    background-color: #F7DF6A;
    color: #000;
}
.vc_grid-container.v-aligned-items .vc_custom_heading {
    margin-bottom: 10px;
}
.vc_grid-container.v-aligned-items .vc_gitem-post-data-source-post_excerpt p {
    margin-bottom:0
}
@media (min-width:768px) {
    .vc_grid-container.v-aligned-items .vc_custom_heading h4 {
        min-height: 75px;
    }
    .vc_grid-container.v-aligned-items .vc_gitem-post-data-source-post_excerpt {
        height: 140px;
        overflow: hidden;
        margin-bottom: 25px;
    }
}

.pwb-single-product-brands {
    align-items: center;
}



.pwb-single-product-brands a:first-child {
    min-width: max-content;
	margin-right: 15px;
    font-weight: 600;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: max-content;
}

/*#fecb05*/
.social .social-item {
    display: inline-block;
    width: max-content;
    font-size: 20px;
    margin: 0 5px;
    transition: all .3s ease-in-out;
}

.social .social-item:first-child {
    margin-left: 0;
}

.social .social-item:last-child {
    margin-right: 0;
}

.social.social-header {
    margin-left: 15px;
}

.social.social-header .social-item {
    color:#ffffff;
}

.social.social-footer {
    margin: 0 auto;
    padding-top: 15px;
}

.social.social-header .social-item:hover {
    color: #fecb05;
}

.social.social-footer .social-item {
    color: #414a4c !important;
    font-size: 30px;
}

.social.social-footer .social-item:hover {
    opacity: .8;
}

.ws-categories-block {
    margin: -55px auto 70px !important;
}

@media (max-width: 767px) {
    .ws-categories-block {
        margin: -55px auto 30px !important;
    }
}

/*
.ws-categories-block a.js_subcategory {
    padding: 6px 40px;
}

@media (max-width: 991px) {
    .ws-categories-block a.js_subcategory {
        padding: 6px 20px;
    }
}

@media (max-width: 675px) {
    .ws-categories-block a.js_subcategory {
        padding: 6px 10px;
    }
}
*/
.woocommerce div.product p.price del .woocommerce-Price-amount, 
.woocommerce div.product span.price del .woocommerce-Price-amount{
	text-decoration: line-through;
}
