/*
Theme Name: Prandl WS
Theme URI: https://winning-solutions.de/
Author: Winning Solutions
Author URI: https://winning-solutions.de
Description:  The WordPress theme based
Version: 1.0.33
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: #ff0000;
  cursor: pointer
}

a:active,
a:hover {
  outline: 0;
  text-decoration:none;
  color:#303030;
}

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 - Extrabold';
    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-display: swap;
}
@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-display: swap;
}
@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-display: swap;
}


/**/

@font-face {
    font-family: 'icomoon';
    src:  url('./inc/assets/fonts/icomoon.eot?980906');
    src:  url('./inc/assets/fonts/icomoon.eot?980906#iefix') format('embedded-opentype'),
          url('./inc/assets/fonts/icomoon.ttf?980906') format('truetype'),
          url('./inc/assets/fonts/icomoon.woff?980906') format('woff'),
          url('./inc/assets/fonts/icomoon.svg?980906#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
    font-display: block;
    
}

[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-arrow-right:before {
  content: "\e910";
}
.icon-arrow-left:before {
  content: "\e911";
}
.icon-teamviewer:before {
  content: "\e90f";
  color: #0e8ee9;
}
.icon-clock3:before {
  content: "\e900";
}
.icon-envelope1:before {
  content: "\e901";
}
.icon-facebook2:before {
  content: "\e902";
}
.icon-google-plus:before {
  content: "\e903";
}
.icon-keyboard-right-arrow-button:before {
  content: "\e904";
}
.icon-loupe2:before {
  content: "\e905";
}
.icon-maps-and-flags:before {
  content: "\e906";
}
.icon-phone-call:before {
  content: "\e907";
}
.icon-quote:before {
  content: "\e908";
}
.icon-shopping-cart:before {
  content: "\e909";
}
.icon-user2:before {
  content: "\e90a";
}
.icon-checkmark:before {
  content: "\e90e";
}
.icon-youtube:before {
  content: "\e90b";
}
.icon-linkedin:before {
  content: "\e90c";
}
.icon-brand:before {
  content: "\e90c";
}
.icon-social:before {
  content: "\e90c";
}
.icon-instagram:before {
  content: "\e90d";
}
.icon-plus:before {
  content: "\e912";
}
.icon-minus:before {
  content: "\e913";
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-family: 'Open Sans - Extrabold', sans-serif;
    font-weight:800;
    line-height: 1.1;
    clear: both;
    margin: 0 0 35px;
    text-align: left;
}
h1 {
    font-size: 40px;
    text-transform: uppercase;
}
h2 {
    font-size: 36px;
    text-transform: uppercase;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 18px;
    margin-bottom:32px;
}
h5 {
    font-size: 16px;
    margin-bottom:32px;
}



p {
    margin-bottom: 22px;
}
b, strong {
    font-weight: 800;
    font-size: 105%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    background: #fff;
    background-image: linear-gradient(to right, #ffffff 0%, #ebebeb 100%);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size:16px;
    line-height: 1.5;
    color: #151515;
    overflow-x: hidden;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
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: 28px}
#content ul li {
    list-style-type: none;
    margin-bottom: 15px;
}
ol {
	padding-left: 18px;
	margin-bottom: 28px
}
ol li{
    margin-bottom: 8px;
	padding-left: 5px;
}


a.button, .button,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce a.edit,
.woocommerce button.button, .woocommerce input.button, .xoo-qv-button {
    padding: 5px 10px;
    border: 1px solid #ff0000;
    background-color: #fff;
    color: #ff0000;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    min-height: 58px;
    box-shadow: none;
    min-width:230px;
    margin-top: 22px;
    display:inline-flex;
    align-items:center;
    justify-content: center;
    text-align: center;
    transition: box-shadow .5s
}
a.button.red-button {
    background-color: #ff0000;
    color: #fff;
    border-width: 0;
    min-height: 54px;
}
.xoo-qv-button {
    color:#ff0000!important
}
.woocommerce #respond input#submit, .woocommerce a.button,
.woocommerce button.button, .woocommerce input.button, .woocommerce a.edit,
.woocommerce a.checkout-button.button {
    border-radius: 0;
    min-height:40px
}
.woocommerce a.button, .xoo-qv-button {
    margin-top: -2px;
    min-height: 30px;
    min-width:auto;
    font-size: 16px;
    padding: 5px 15px;
}
.woocommerce a.edit {
    margin-top: 3px;
    min-height: 30px;
    min-width:auto;
    font-size: 16px;
    padding: 5px 20px;
}

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 a.edit:hover, .xoo-qv-button:hover,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus, .woocommerce button.button:focus,
.woocommerce input.button:focus, .woocommerce a.edit:focus, .xoo-qv-button:focus {
    text-decoration: none;
    background-color: #fff;
    color: #ff0000;
    box-shadow: 0 0 0 2px #ff0000 inset
}
a.button.red-button:hover, a.button.red-button:focus {
    background-color: #ff0000;
    color: #fff;
    box-shadow: 0 0 0 3px #fff inset
}

button:focus {
    outline: none;
}

.button.align-center {
    margin: 0 auto
}
.nowrap {
    white-space:nowrap;
}
/**/
/**/
.block_subtitle {
    font-size: 18px;
    font-weight: bold;
}
/**/
.container.not-empty-pad:not(:empty) {
    padding-top:50px
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page {
    /* padding-top:255px */
}

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: bold;
  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 {
  float: right;
  margin: 0 0 1rem 1.5rem;
}

img.alignnone {
  margin: 0 1.5rem 1rem 0;
}

img.alignleft {
  float: left;
  margin: 0 1.5rem 1rem 0;
}

img.aligncenter {
  display: block;
  margin: 0 auto 1rem;
}

.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 84px;
}
#secondary .widget.widget_categories {
    margin-bottom: 50px
}

.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}
h3.widget-title {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 30px
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.widget_recent_entries li, .widget_categories li {
    border-bottom: 1px solid #36609a
}
.widget_recent_entries li a, .widget_categories li a {
    position: relative;
    padding-left: 20px;
    color: #36609a;
    padding-bottom: 8px;
    display: table;
    line-height: 1.3;
}
.widget_recent_entries li a:before, .widget_categories li a:before {
    content: '>';
    position: absolute;
    top:0;
    left: 0;
}
.widget_recent_entries li a:hover, .widget_categories li a:hover {
    color:#303030
}
.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: '\e901';
    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 60px;
    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;
}

/*  Search result page */
.search-results .site-content {
    margin-bottom:60px
}
.search-results article {
    margin-bottom:32px;
	display: flex;
	max-width: 1000px

}
.search-results article > a {
	display: block;
    margin-right: 25px;
    flex-basis: 336px;
    flex-shrink: 0;
	padding: 10px;
	background-color: #ffffff;
    box-shadow: 0 0 16px rgb(222 222 222 / 22%);
}
.search-post-content {
}
.search-result-count {
    margin-bottom:50px;
    font-size: 18px;
}
.search-result-count, .entry-title-search  {

}
.entry-title-search {
    margin-bottom:20px
}
.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
}
.no-results .search-field.form-control {
    min-height: 58px;
}
/* single post */
/* body.page:not(.home) .container,  */
.container.single-container {
    max-width: 1480px;
}

h1.single-post-title {
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.single-post-cat {
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    margin: 10px 0 48px;
}
.archive .single-post-cat {
    margin: 0;
}
.single-post-cat a {
    color: #303030;
}
.single .post-img {
    text-align: center;
}
.single-post-content > :first-child:not(.wpb-content-wrapper) {
    padding-top: 30px
}

/**/
.shop_bgr {
    position: relative;
}
.shop_bgr:before {
    content: '';
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: url('./inc/assets/images/shop_bgr.jpg') no-repeat 0px 0px;
    background-size: cover;
    z-index: -1;
}

/* flex block sections  */
@media only screen and (min-width: 1200px) {
    .content-block-section {
        padding: 65px 0;
    }
    .content-block-section2 {
        padding: 55px 0;
    }
    section.content-block-section2:first-of-type {
        padding-top:35px
    } 
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .content-block-section {
        padding: 60px 0;
    }
    .content-block-section2 {
        padding: 50px 0;
    }
    section.content-block-section2:first-of-type {
        padding-top:35px
    } 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .content-block-section {
        padding: 50px 0;
    }
    .content-block-section2 {
        padding: 40px 0;
    }
    section.content-block-section2:first-of-type {
        padding-top:20px
    } 
}
@media only screen and (max-width: 767px) {
    .content-block-section {
        padding: 40px 0;
    }
    .content-block-section {
        padding: 40px 0;
    }
    section.content-block-section2:first-of-type {
        padding-top:20px
    } 
}
/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
.image-border {
    background-image: url('./inc/assets/images/element.png');
    background-repeat: repeat;
    background-position: left top;
}




/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
.dark-section {
    background: url('./inc/assets/images/asfalt3.jpg') repeat center;
}
.dark-section h2, .dark-section * {
    color: #dedede;
}
/* shortcodes */
.logos {
    background: url('./inc/assets/images/asfalt3.jpg') repeat center;
    padding: 25px 0;
}
.logos .container > * {
    margin: 10px;
}
.logos a {
    cursor: pointer;
    display:block
}
.logos img {
	max-width: 220px
}
@media only screen and (max-width: 767px) {
	.logos {
		padding: 15px 0;
	}
    .logos .container > * {
        max-width:160px
    }
}
/**/
.uber_uns {
    padding: 90px 0;
}
.uber_uns img {
    position: relative;
}
/**/
.leasing {
    position: relative;
}
.leasing:after {
    content: '';
    position: absolute;
    background-size: cover;
    background-position: center;
}
/**/
.kontakt_info_block {
    position: relative;
    min-height: calc(44.5vw * 0.92);
    display: flex;
    align-items: center;
	box-shadow: 0 -2px 8px rgb(0 0 0 / 40%);
}
.kontakt_info_block.dark-section a:hover {
    color: #fff;
}
.kontakt_info_block:before {
    content: '';
    position: absolute;
    left: 0;
    right:55.5%;
    top:0; bottom:0;
    background-position: center;
    background-size: cover;
}
.kontakt_info_block .container {
    padding-top:0!important
}
.kontakt_info_content {
    padding: 50px 15px 50px 10.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kontakt_info_content_item {
    display: flex;
}
.kontakt_info_content_item i {
    color: #ff0000;
    font-size: 20px;
    padding-right: 12px;
    flex-shrink: 0;
}
@media (max-width:767px) {
    .kontakt_info_block {
        padding-top: calc(100vw * 0.92)
    }
    .kontakt_info_block:before {
        left: 0;
        right:0;
        top:0; height:calc(100vw * 0.92);
    }
    .kontakt_info_content {
        padding: 30px 15px;
    }
    .kontakt_info_content_item {
        margin-top:15px
    }

}

@media (min-width:768px) and (max-width:991px) {
    .kontakt_info_content {
        padding: 30px 15px 30px 5%;
    }
    .kontakt_info_text {
        font-size: 16px
    }
    .kontakt_info_content_item {
        margin-top:12px
    }
}
@media (min-width:992px) {
    .kontakt_info_text {
        font-size: 18px
    }
    .kontakt_info_content_item {
        margin-top:24px
    }
}
/**/
.kontakt_form_block {
    z-index: 1;
    position: relative;
	box-shadow: 0 2px 6px rgb(0 0 0 / 70%)
}
.kontakt_form_block .wpcf7 {
    background-color: #fff;
    padding: 30px 50px 40px;
    max-width: 470px;
    box-shadow: 0 0 16px rgba(222, 222, 222, 0.22);
}
.kontakt_form_block h1 {
    text-align: center;
}
@media (max-width:575px) {
    .kontakt_form_block .wpcf7 {
        padding: 15px 20px 30px;
    }
    .kontakt_form_block  .wpcf7 input[type="submit"].btn.btn-primary {
        width: 100%
    }
}
@media (max-width:767px) {
    .kontakt_form_block .container {
        padding-top: 0!important;
        padding-bottom: 50px;
        background: url(./inc/assets/images/asfalt3.jpg) repeat center;
    }
    .kontakt_form_block .wpcf7 {
        width: 100%;
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (min-width:768px) {
    .kontakt_form_block .container {
        padding-top: 58px!important;
        padding-bottom: 58px;
    }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/



/*  404 page */
.error-404 {
    min-height: calc(100vh - 160px);
    display:flex;
    -webkit-flex-direction: column;
    flex-direction:         column;
    align-items: center;
    justify-content: center;
}


/* single post */
.container.container1170 {
    max-width:1200px
}
.single-post .entry-content {
    line-height: 1.6;
}
.single-post .entry-meta {
    margin:25px 0;
    color: #0D88FF;
}
.single-post .entry-meta a {
    color: #0D88FF;
}
.single-post .entry-meta i {
    margin-right: 10px
}
/* single post  */
@media only screen and (min-width: 480px) {
    .single-post-content {
        margin:10px 0 70px
    }
    .single-post-content .post-img {
        flex-basis: 38%;
        flex-shrink: 0;
        margin-right: 30px;
    }
}
@media only screen and (max-width: 479px) {
    .single-post-content {
        margin:15px 0 30px;
        flex-direction: column;
        align-items: center;
        font-size: 14px
    }
    .single-post-content .post-img {
        margin-bottom: 20px;
    }
}

/**/


/* shortcodes */
/** [small_text] */
.small-text {
    font-size: 60%;
    margin-top: -8px;
}
/**/
.social_block {
    /* margin-bottom:30px */
}
footer#colophon .social_block a {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 20px;
    padding: 0 3px;
    margin: 0 10px;
    transition: background-color .5s!important
}
footer#colophon .social_block a:first-child {
    margin-left: 0;
}
footer#colophon .social_block a:last-child {
    margin-right: 0;
}
footer#colophon .social_block a i {
    font-size: 22px;
    line-height:20px;
    color: #656565;
}
footer#colophon .social_block a i.icon-google-plus {
    font-size: 26px;
}
footer#colophon .social_block a:hover i, footer#colophon .social_block a:focus i {
    color: #fff;
}

/* [ws_list] insert the whole ul [/ws_list] */
/*
#content .ws-list {
    margin-top: 30px
}
#content .ws-list ul, #content ul:not(.bxslider) {
    list-style-type: none;
    margin-bottom: 28px;
}
#content .ws-list ul li, #content ul:not(.bxslider) li {
    position: relative;
    padding-left: 25px;
}
#content .ws-list ul li:before, #content ul:not(.bxslider) li:before {
    content: '\e906';
    color: #896248;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left:0;
    top: 4px;
    font-size: 16px;
}
*/
/**/
/*--------------------------------------------------------------
# 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 {
        font-size: 20px;
    }
    h2, h2.entry-title {
        font-size: 20px;
    }
    h3 {
        font-size: 18px
    }
    h4 {
        font-size: 16px;
    }
    h5 {
        font-size: 16px;
    }
	.search-results article {
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.search-results article > a {
		margin-right: 0;
		max-width: 336px;
		flex-basis: auto;
		margin-bottom: 18px;
	}
	.search-post-content {
		flex-basis: 100%;
		flex-shrink:0;
	}
	.entry-title-search {
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single #content, .archive #content {
    }

    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    .big-text {
        font-size: 18px
    }
    h2.entry-title {font-size: 20px}
	.search-results article > a {
		flex-basis: 40%
	}
}
@media only screen and (max-width:767px) {
    body {
        font-size: 15px;
    }
    body:not(.home):not(.woocommerce):not(.page-template-page-contact) #content {
        min-height: calc(100vh - 240px);
        /* padding-bottom: 40px; */
    /*    padding-top:15px;*/
    }
    .header-image-block {
        height: 150px;
        padding: 60px 0 10px;
    }
    .home .header-image-block {
        height: 350px;
        padding: 60px 0 10px;
    }
    .header-image-block .container > div {
        margin: 15px 0 25px;
        font-size: 15px;
        line-height: 1.4;
    }
    .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;
    }
    /* body.page:not(.home) .container,  */
    .container.single-container {
        padding-top:30px
    }
    .single-post-cat {
        font-size: 15px;
        margin: 10px 0;
    }
    .single-post-content {
        margin-bottom: 30px;
    }
    .single-post-content > :first-child:not(.wpb-content-wrapper) {
        padding-top: 15px;
    }
    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 {
        margin-bottom: 20px;
    }
    .search-result-count {
        margin-bottom: 25px;
    }
    .uber_uns {
        padding: 40px 0;
    }
    .leasing {
        padding-top: 40px;
        padding-bottom: calc(50vw + 40px);
    }
    .leasing:after {
        bottom:0;
        right:0;
        left:0;
        height:calc(50vw);
        background-size: cover;
    }
    a.button, .button {
        font-size: 16px;
        min-height: 44px;
    }
}
@media only screen and (min-width:768px) {
    .mobile-show { display:none!important}
    .container {
        /* padding-left: 30px;
        padding-right: 30px; */
    }
    /*
    body:not(.home):not(.woocommerce):not(.page-template-page-contact) #content {
        padding-top: 26px
    }
    */
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    body:not(.home):not(.woocommerce):not(.page-template-page-contact) #content {
        min-height: calc(100vh - 293px);
        /* padding-bottom: 60px; */
    }
    /* body.page:not(.home) .container,  */
    .container.single-container {
        padding-top: 40px;
    }
    .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;
    }
    .header-image-block {
        min-height:250px;
    }
    .home .header-image-block {
        min-height:500px;
    }
    .single-post-cat {
        font-size: 16px;
        margin: 10px 0 ;
    }
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 26px;
    }
    .single-post-content {
        margin-bottom: 40px;
    }
    #secondary .widget {
        margin: 0 0 40px;
    }
    .uber_uns {
        padding: 60px 0;
    }
    .leasing {
        padding-top: 60px;
        padding-bottom: calc(50vw + 60px);
    }
    .leasing:after {
        bottom:0;
        right:0;
        left:0;
        height:calc(50vw);
        background-size: cover;
    }

}

@media only screen and (max-width: 991px) {
    .container.not-empty-pad:not(:empty) {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 15px;
    }
    .uber_uns img {
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-top: 40px;
    }
    .social_block {
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .container.not-empty-pad:not(:empty) {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .single #content, .archive #content {
    }
    .leasing {
        padding: 170px 0
    }
    .leasing:after {
        top:0;
        right:0;
        height:100%;
        background-size: cover;
    }
    .leasing-content {
        width: calc(50% - 15px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-image-block {
        min-height:300px;
    }
    .home .header-image-block {
        min-height:600px;
    }
    /* body.page:not(.home) .container,  */
    .container.single-container {
        padding-top:50px
    }
    .single-post-cat {
        font-size: 18px;
        margin: 10px 0 20px;
    }
    h1.single-post-title {
        font-size: 36px;
    }
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 30px;
    }
    .single-post-content {
        margin-bottom: 40px;
    }
    #secondary {
        padding-top: 46px;
    }
    .uber_uns img {
        margin-left: 0;
        margin-top:4rem
    }
    .leasing {
        padding: 100px 0;
    }
    .leasing:after {
        top:0;
        left: calc(50vw + 15px);
    }
}
@media only screen and (max-width: 1199px) {
    .container {
        max-width: 100%;
    }

}

@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%;
        /* padding-left: 20px;
        padding-right: 20px; */
    }
}
@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
        padding-left: 30px;
        padding-right: 30px;
    }
    /* body.page:not(.home) .container,  */
    .container.single-container {
        padding-top:64px
    }
    .header-image-block {
        min-height:400px;
    }
    .home .header-image-block {
        min-height:718px;
    }
    #secondary {
        padding-top: 54px;
        padding-left: 46px;
    }
    .uber_uns img {
        margin-left: 4rem;
    }
    .leasing:after {
        top:0;
        left: calc(50vw + 100px);
    }


}


@media only screen and (min-width: 992px) and (max-width: 1239px) {
    body:not(.home):not(.woocommerce):not(.page-template-page-contact) #content {
        min-height: calc(100vh - 232px);
        /* padding-bottom: 60px; */
    }

}
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
    body:not(.home):not(.woocommerce):not(.page-template-page-contact) #content {
        min-height: calc(100vh - 199px);
        /* padding-bottom: 60px; */
    }

}
@media only screen and (min-width: 1440px) {
    body:not(.home):not(.woocommerce):not(.page-template-page-contact) #content {
        min-height: calc(100vh - 190px);
        /* padding-bottom: 60px; */
    }
    img.alignright {
      margin: 0 0 2rem 2.5rem;
    }
    img.alignnone {
      margin: 0 2.5rem 2rem 0;
    }
    img.alignleft {
      margin: 0 2.5rem 2rem 0;
    }
    img.aligncenter {
      margin: 0 auto 2rem;
    }
}
/* 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: #ff0000;
  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;
    }
}

.woocommerce span.onsale {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1.3;
  top: -.5em;
  left: -.5em;
  margin: 0;
  border-radius: 0!important;
  color: #fff;
  font-size: .857em;
  z-index: 9;
  background-color: red;
  height: 11px;
  min-width: 77px;
  min-height: 31px;
  padding-top: 6px;
}