/*
Theme Name: Tissi (WS)
Theme URI: https://winning-solutions.de/
Author: Winning Solutions
Author URI: https://winning-solutions.de
Description:  The WordPress theme based
Version: 1.0.2
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
*/

/* html { font-size: 26px; } */
@media screen and (min-width:1921px) { html { font-size: 18px; } }
@media screen and (max-width:1920px) { html { font-size: 16px; } }
/*  base colors */
body {
    --text: #535862;
    --heading: #000;
    --border: #E9EAEB;
    --dark-grey: #181D27;
    --akzent-red: #A61680;
    --grey-bgr: #F3F2F0;
    --warning: #B54708;
    --warning-bgr: #FFFAEB;
    --warning-border: #FEDF89;
    --dark-bgr: #94897F;
    --dark-border: rgba(0, 0, 0, 0.15);
    --text2: #414651;
    --light-grey: #D5D7DA;
    --light-grey2: #c1c5cc;
    --light-bgr: #F5F5F5;
    --accent-green: #067647;
    --accent-blue: #0C71C3;
    --white: #fff;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-smooth: never;
}

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

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

a {
  background-color: transparent;
  color: var(--akzent-red);
  text-decoration: none;
  cursor: pointer;
  transition: color .5s
}
a:active,
a:hover {
  outline: 0;
  text-decoration:none;
  color:var(--dark-grey);
}

dfn {
  font-style: italic;
}

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

img {
  border: 0;
}

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


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

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

input {
  line-height: normal;
}

fieldset {
  border: 1px solid var(--border);
  margin: 0 2px;
  padding: 0.75rem 0.625rem 0.75rem;
}

legend {
  border: 0;
}

optgroup {
  font-weight: 400;
}


td,
th {
  padding: 0;
}
strong, b, dt {
	/* font-weight:bolder; */
    font-weight: 600;
}

code {
    font-family: inherit;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: 'Inter-Regular';
    src: url('inc/assets/fonts/Inter-Regular.woff2') format('woff2'),
         url('inc/assets/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter-Medium';
    src: url('inc/assets/fonts/Inter-Medium.woff2') format('woff2'),
         url('inc/assets/fonts/Inter-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('inc/assets/fonts/Lato_regular.woff2') format('woff2'),
         url('inc/assets/fonts/Lato_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lato';
    src: url('inc/assets/fonts/Lato_700.woff2') format('woff2'),
         url('inc/assets/fonts/Lato_700.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Medium'), local('Lato-Medium'),
        url('inc/assets/fonts/subset-Lato-Medium.woff2') format('woff2'),
        url('inc/assets/fonts/subset-Lato-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Medium Italic'), local('Lato-MediumItalic'),
        url('inc/assets/fonts/subset-Lato-MediumItalic.woff2') format('woff2'),
        url('inc/assets/fonts/subset-Lato-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold'), local('Lato-Semibold'),
        url('inc/assets/fonts/subset-Lato-Semibold.woff2') format('woff2'),
        url('inc/assets/fonts/subset-Lato-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: local('Lato Semibold Italic'), local('Lato-SemiboldItalic'),
        url('inc/assets/fonts/subset-Lato-SemiboldItalic.woff2') format('woff2'),
        url('inc/assets/fonts/subset-Lato-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}


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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h6, .h5 {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: var(--heading);
    clear: both;
    /* margin-bottom: 1.5rem; */
}
h1,.h1 {
    letter-spacing: -0.06rem;
    margin-bottom: 1rem;
}
h2, .h2 {
    letter-spacing: -0.045rem;
    margin-bottom: 1rem;
    font-weight: 500;
}
h3, .h3 {
    letter-spacing: -0.055rem;
    margin-bottom: 1.5rem;
}

h4, .h4 {
    line-height: 1.30;
    letter-spacing: -0.045rem;
    margin-bottom: 1.25rem;
}
h5, .h5 {
    line-height: 1.4;
    letter-spacing: -0.04rem;
    margin-bottom: 1rem;
}
h6, .entry-content h6, .entry-content h6 a,.h6 {
    line-height: 1.4;
    letter-spacing: -0.0275rem;
    margin-bottom: 1rem;
}
h1.product_title {
    font-weight: 500;
    letter-spacing: 0
}
@media (min-width: 320px) and (max-width:1599px) {
    h1,.h1 {
      /*  font-size: clamp(1.75rem, calc(1.75rem + (1.25rem * ((100vw - 320px) / 1280px))), 3rem);*/
        font-size: clamp(1.75rem, calc(1.438rem + 1.563vw), 3rem);
    }
    h2, .h2 {
      /*  font-size: clamp(1.5rem, calc(1.5rem + (.75rem * ((100vw - 320px) / 1280px))), 2.25rem);*/
        font-size: clamp(1.5rem, calc(1.313rem + 0.938vw), 2.25rem);
    }
    h3, .h3 {
      /*  font-size: clamp(1.375rem, calc(1.375rem + (.5rem * ((100vw - 320px) / 1280px))), 1.875rem);*/
        font-size: clamp(1.375rem, calc(1.25rem + 0.625vw), 1.875rem);
    }
    h4, .h4, .woocommerce h1.product_title, .woocommerce-order-received h2, .ws-citate {
      /*  font-size: clamp(1.275rem, calc(1.275rem + (.225rem * ((100vw - 320px) / 1280px))), 1.5rem);*/
        font-size: clamp(1.275rem, calc(1.219rem + 0.281vw), 1.5rem);
    }
    h5, .h5 {
      /*  font-size: clamp(1.25rem, calc(1.25rem + (.075rem * ((100vw - 320px) / 1280px))), 1.325rem);*/
        font-size: clamp(1.25rem, calc(1.231rem + 0.094vw), 1.325rem);
    }
    h6, .entry-content h6, .entry-content h6 a,.h6 {
      /*  font-size: clamp(1.125rem, calc(1.125rem + (.125rem * ((100vw - 320px) / 1280px))), 1.25rem);*/
        font-size: clamp(1.125rem, calc(1.094rem + 0.156vw), 1.25rem);
    }
    .tagline {
      /*  font-size: clamp(1rem, calc(1rem + (.25rem * ((100vw - 320px) / 1280px))), 1.25rem);*/
        font-size: clamp(1rem, calc(0.938rem + 0.313vw), 1.25rem);
    }

    .pt-large {
      /*  padding-top: clamp(3rem, calc(3rem + (3rem * ((100vw - 320px) / 1280px))), 6rem);*/
        padding-top: clamp(3rem, calc(2.25rem + 3.75vw), 6rem);
    }
    .pb-large {
      /*  padding-bottom: clamp(3rem, calc(3rem + (3rem * ((100vw - 320px) / 1280px))), 6rem);*/
        padding-bottom: clamp(3rem, calc(2.25rem + 3.75vw), 6rem);
    }
    .pt-medium {
      /*  padding-top: clamp(1.5rem, calc(1.5rem + (2.5rem * ((100vw - 320px) / 1280px))), 4rem);*/
        padding-top: clamp(1.5rem, calc(0.875rem + 3.125vw), 4rem);
    }
    .pb-medium {
      /*  padding-bottom: clamp(1.5rem, calc(1.5rem + (2.5rem * ((100vw - 320px) / 1280px))), 4rem);*/
        padding-bottom: clamp(1.5rem, calc(0.875rem + 3.125vw), 4rem);
    }
    .mt-medium {
      /*  margin-top: clamp(1.5rem, calc(1.5rem + (2.5rem * ((100vw - 320px) / 1280px))), 4rem);*/
        margin-top: clamp(1.5rem, calc(0.875rem + 3.125vw), 4rem);
    }
    .mb-medium, .up-sells.products {
      /*  margin-bottom: clamp(1.5rem, calc(1.5rem + (2.5rem * ((100vw - 320px) / 1280px))), 4rem);*/
        margin-bottom: clamp(1.5rem, calc(0.875rem + 3.125vw), 4rem);
    }
    .mb-small {
      /*  margin-bottom: clamp(1.25rem, calc(1.25rem + (.75rem * ((100vw - 320px) / 1280px))), 2.5rem);*/
        margin-bottom: clamp(1.25rem, calc(0.9375rem + 1.5625vw), 2.5rem);
    }
    .mt-small {
      /*  margin-top: clamp(1.25rem, calc(1.25rem + (.75rem * ((100vw - 320px) / 1280px))), 2.5rem);*/
        margin-top: clamp(1.25rem, calc(0.9375rem + 1.5625vw), 2.5rem);
    }
    .pt-small {
      /*  padding-top: clamp(1.75rem, calc(1.75rem + (1.25rem * ((100vw - 320px) / 1280px))), 3rem);*/
        padding-top: clamp(1.75rem, calc(1.438rem + 1.563vw), 3rem);
    }
    .pb-small {
      /*  padding-bottom: clamp(1.75rem, calc(1.75rem + (1.25rem * ((100vw - 320px) / 1280px))), 3rem);*/
        padding-bottom: clamp(1.75rem, calc(1.438rem + 1.563vw), 3rem);
    }
    .mb-xsmall, .wpb-content-wrapper .vc_row, .woocommerce h1.product_title {
      /*  margin-bottom: clamp(1rem, calc(1rem + (1rem * ((100vw - 320px) / 1280px))), 2rem);*/
        margin-bottom: clamp(1rem, calc(0.75rem + 1.25vw), 2rem);
    }
    .mt-xsmall, .wpb-content-wrapper .vc_row {
      /*  margin-top: clamp(1rem, calc(1rem + (1rem * ((100vw - 320px) / 1280px))), 2rem);*/
        margin-top: clamp(1rem, calc(0.75rem + 1.25vw), 2rem);
    }
    .pl-large {
      /*  padding-left: clamp(1.5rem, calc(1.5rem + (2.5rem * ((100vw - 320px) / 1280px))), 4rem);*/
        padding-left: clamp(1.5rem, calc(0.875rem + 3.125vw), 4rem);
    }
    .pr-large {
      /*  padding-right: clamp(1.5rem, calc(1.5rem + (2.5rem * ((100vw - 320px) / 1280px))), 4rem);*/
        padding-right: clamp(1.5rem, calc(0.875rem + 3.125vw), 4rem);
    }
    .large_text {
      /*  font-size: clamp(1.125rem, calc(1.125rem + (.125rem * ((100vw - 320px) / 1280px))), 1.25rem);*/
        font-size: clamp(1.125rem, calc(1.094rem + 0.156vw), 1.25rem);
    }
    h1:not(:first-child),.h1:not(:first-child), h2:not(:first-child), .h2:not(:first-child),
    h3:not(:first-child), .h3:not(:first-child), h4:not(:first-child), .h4:not(:first-child) {
      /*  margin-top: clamp(1.75rem, calc(.75rem + (.75rem * ((100vw - 320px) / 1280px))), 2.5rem);*/
        margin-top: clamp(1.75rem, calc(1.5625rem + 0.9375vw), 2.5rem);
    }
    h5:not(:first-child), .h5:not(:first-child), h6:not(:first-child), .h6:not(:first-child) {
      /*  margin-top: clamp(1.5rem, calc(1.5rem + (.75rem * ((100vw - 320px) / 1280px))), 2.25rem);*/
        margin-top: clamp(1.5rem, calc(1.313rem + 0.938vw), 2.25rem);
    }

}

@media (min-width: 1600px) {
    h1,.h1 {
        font-size: 3rem;
    }
    h2, .h2 {
        font-size: 2.25rem;
    }
    h3, .h3 {
        font-size: 1.875rem;
    }
    h4, .h4, .woocommerce h1.product_title, .woocommerce-order-received h2, .ws-citate {
        font-size: 1.5rem;
    }
    h5, .h5 {
        font-size: 1.325rem;
    }
    h6, .entry-content h6, .entry-content h6 a,.h6 {
        font-size: 1.25rem;
    }
    .tagline {
        font-size: 1.25rem;
    }
    .pt-large {
        padding-top: 6rem
    }
    .pb-large {
        padding-bottom: 6rem
    }
    .pt-medium {
        padding-top: 4rem
    }
    .pb-medium {
        padding-bottom: 4rem
    }
    .mt-medium {
        margin-top: 4rem;
    }
    .mb-medium, .up-sells.products {
        margin-bottom: 4rem;
    }
    .pt-small {
        padding-top: 3rem
    }
    .pb-small {
        padding-bottom: 3rem
    }
    .mt-small {
        margin-top: 2.5rem;
    }
    .mb-small {
        margin-bottom: 2.5rem
    }
    .mb-xsmall, .wpb-content-wrapper .vc_row, .woocommerce h1.product_title {
        margin-bottom: 2rem
    }
    .mt-xsmall, .wpb-content-wrapper .vc_row {
        margin-top: 2rem
    }
    .pl-large {
        padding-left: 5rem
    }
    .pr-large {
        padding-right: 5rem
    }
    .large_text {
        font-size: 1.25rem;
    }
    h1:not(:first-child),.h1:not(:first-child), h2:not(:first-child), .h2:not(:first-child),
    h3:not(:first-child), .h3:not(:first-child), h4:not(:first-child), .h4:not(:first-child) {
        margin-top: 2.5rem
    }
    h5:not(:first-child), .h5:not(:first-child), h6:not(:first-child), .h6:not(:first-child) {
        margin-top: 2.25rem
    }

}
.ws-single-with-toc .wpb-content-wrapper > .vc_row:first-child {
    margin-top: 0
}
#toc_1 + h2, #toc_1 + .h2 {
    margin-top:0
}
.tagline {
    color: var(--akzent-red);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    margin-bottom: .5rem;
}
.bigger_text {
    font-size: 1.125rem;
}

.body-text,
.body-font-size {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem
}
/**/

.width-768 {
    width: 768px;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text);
    overflow-x: hidden;
    background-color: #fff;
}
.container {
    margin-left: auto !important;
    margin-right: auto !important;
}
.container {
    padding-left: 15px;
    padding-right: 15px;
}
.container48 {
    max-width: 48rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container40 {
    max-width: 40rem;
    margin-left: auto !important;
    margin-right: auto !important;
}
img {
  height: auto;
  max-width: 100%;
}

figure {
  margin-top: 1rem;
}

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

pre {
    background: #eee;
    font-family: "Courier 10 Pitch",Courier,monospace;
    margin-bottom: 1.6em;
    overflow: auto;
    max-width: 100%;
    padding: 1.6em;
}

ul { padding-left: 1rem; margin-bottom: 1.25rem}

.site-main ul {
    margin-bottom: 1.5rem;
}
ul.akzent-check, ul.green-check {
    list-style-type: none;
    padding: 0;
}
ul.akzent-check li, ul.green-check li {
    list-style-type: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    font-size: 1rem;
    color: var(--heading);
}
ul.green-check li:not(:last-child),
ul.akzent-check li:not(:last-child) {
    margin-bottom: .75rem
}
ul.green-check li div.li-subtitle,
ul.akzent-check li div.li-subtitle {
    color: var(--text);
    font-size: .875rem;
    margin-top: .3rem;
}
ul.green-check li:before,
ul.akzent-check li:before {
    content:'\e900';
    font-family: 'tissi';
    font-size: 1.25rem;
    width: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    height: 1.5rem;
    margin-right: .75rem;
    line-height: 1;
}
ul.green-check li:before {
    color: var(--accent-green);
}
ul.akzent-check li:before {
    color: var(--akzent-red);
}

#content ul ul {
    padding-top:18px;
    padding-left: 30px;
    margin-bottom:0
}
#content ul li:last-child {
    padding-bottom: 0
}

ol {
	/* padding-left: 25px; */
	margin-bottom: 1.5rem;
    list-style-type: decimal;
    list-style-position: inside;
    padding: 0;
}
ol li ol {
    padding: 2px 0 2px 1.5rem;
}
ol li{
    margin-bottom: .25rem;
	padding-left: 0;
}
a.button, .button, input[type="submit"], button.forminator-button-submit, #wpsl-search-btn {
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    padding: 0.925rem 1.25rem!important;
    background-color: #fff;
    border: 1px solid var(--light-grey);
    border-radius: .5rem;
    color: var(--text2);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1!important;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all .5s;
    box-shadow:
        0 1px 2px rgba(10, 13, 18, 0.05),
        0 -2px 0 rgba(10, 13, 18, 0.05) inset,
        0 0 0 1px rgba(10, 13, 18, 0.18) inset;
}
button.forminator-button-submit {
    background-color: #F4EDE7 !important;
    border-radius: .5rem!important;
    color: var(--text2)!important;
    font-weight: 600!important;
    font-size: 1rem!important;
    border: 1px solid var(--light-grey)!important;
    box-shadow:
        0 1px 2px rgba(10, 13, 18, 0.05),
        0 -2px 0 rgba(10, 13, 18, 0.05) inset,
        0 0 0 1px rgba(10, 13, 18, 0.18) inset!important;

}
@media (min-width: 575px) {
    button.forminator-button-submit {
        float: right;
    }
}
@media (max-width: 574px) {
    button.forminator-button-submit {
        width: 100%;
    }
}
a.button:hover, .button:hover, input[type="submit"]:hover {
    background-color: var(--border); /*#f9fafb;*/
    border-color: var(--light-grey2);
    color: #414651;
    text-decoration: none;
}
button.forminator-button-submit:hover {
    border-color: var(--text)!important;
}


a.button.akzent-button , .button.akzent-button {
    background: var(--akzent-red)!important;
    border-color: var(--akzent-red)!important;
    color: #fff!important;
}
a.button.akzent-button:hover, .button.akzent-button:hover,
a.button.akzent-button:focus, .button.akzent-button:focus {
    background: #fff!important;
    color: var(--akzent-red)!important;
}

button:focus {
    outline: none;
}
.button.align-center {
    display: table!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.back-button {
    font-size: .875rem;
    font-weight: 600;
    color: var(--dark-grey);
    display: inline-flex;
    align-items: center;
    padding: .25rem 0;
    margin-left: .25rem;
    transition: margin-left .3s
}
.back-button svg {
    margin-right: .75rem;
    margin-left: -.25rem;
    transition: margin-right .3s
}
.back-button:hover {
    margin-left: 0;
}
.back-button:hover svg {
    margin-right: 1rem;
}
.nowrap {
    white-space:nowrap;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page {
    z-index: 1;
    position: relative;
    padding-top: 8.25rem;
}
#page #main .main-container > *:first-child:not(.page-hero-block) {
    margin-top:3rem
}
@media (min-width: 1200px) {
    #page {
        padding-top: 8.325rem;
    }
}
@media (max-width: 1199px) {
    #page {
        padding-top: 5rem;
    }
}
@media (max-width:767px) {
    #page #main .main-container > div:first-child:not(.page-hero-block) {
        margin-top:2rem
    }
}
/* .page-template-page-home #page {
    padding-top: 4rem;
} */
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

#content {
    position: relative;
    z-index: 1;
}
body:not(.single.single-post) #content {
    overflow-x: clip;
}

/**/
.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: 400;
  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
--------------------------------------------------------------*/
.text-right {
    text-align: right;
}
.text-center {text-align: center}

.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;
}
/* single post styles */
body.single.single-post {
    overflow-x: unset
}
body.single.single-post #page {
    overflow-y: unset;
}
/* about author */
.ws-about-author {
    padding: 2rem;
    border-radius: 1rem;
    background: #FAFAFA;
}
.ws-about-author-info {
    gap: 1rem;
    width: 100%
}
.ws-about-author-content {
    flex-basis: 60%;
}
.ws-about-author-content a {
    color: var(--akzent-red);
}
.ws-about-author-foto {
    flex-basis: 38%;
    max-width: 250px;
}
.ws-about-author-foto img {
    background-color: var(--border)
}
/* with toc */
.single-container2 {
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: 64rem;
    margin: 0 auto;
}
.single-container2 .ws-toc:not(:empty) {
    flex-basis: 15rem;
    flex-shrink: 0;
    margin-right: 4rem;
    top: 7.5rem;
    left:0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
}
.single-container2 .ws-single-with-toc {
    width: calc(100% - 19rem);
    max-width: 45rem
}
.ws_toc_wrap {
    padding: 0 0 2rem 0;
}
a.ws_toc_item {
    display: block;
    color: var(--text);
    text-decoration: none;
    font-size: 1rem;
	font-weight: 600;
    line-height: 1.5;
    margin-bottom: .75rem;
    position: relative;
    transition: color 0.4s ease;
}
a.ws_toc_item:hover, a.ws_toc_item.active {
    color: var(--dark-grey);
}
.ws-single-with-toc .ws-header-1 {
    margin-top:0!important
}
.ws_toc-title {
	font-size: 1rem;
	font-weight: 600;
	color: var(--akzent-red);
}
@media (min-width: 768px) {
	.single-container2 .ws-toc:not(:empty) {
		border-top: 1px solid var(--border);
		padding-top: 2rem;
	}
	.ws_toc-title {
		margin-bottom: .75rem;
	}
}
@media (max-width: 1199px) and (min-width: 768px) {
	.single-container2 .ws-toc:not(:empty) {
		top: 3rem;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
    .single-container2 .ws-toc:not(:empty) {
        flex-basis: 15rem;
        margin-right: 2rem;
    }
    .single-container2 .ws-single-with-toc {
        width: calc(100% - 17rem);
    }
}
@media  (min-width: 768px) {
}
@media (max-width: 767px) {
    .single-container2 {
        flex-direction: column;
    }
    .single-container2 .ws-toc:not(:empty) {
        top: 7.75rem;
        flex-basis: 100%;
        width: 100vw;
        z-index: 1;
        margin-right: -16px;
        margin-left: -16px;
        margin-bottom: 1.75rem;
    }
    .single-container2 .ws-toc .ws_toc_wrap {
        width: 100%;
		background-color: #fff;
		padding: 1rem;
        border-top: 1px solid var(--border);
        border-bottom: 1px solid var(--border);
    }
    .ws_toc_wrap:not(.hidden) .ws_toc-title .tissicon-chevron-down {
        transform: rotate(180deg);
    }
    .ws_toc-items {
        max-height:2000px;
        opacity: 1;
        visibility: visible;
		display: table;
        width: 100%;
		padding-bottom:0;
        padding-top: 1rem;
        transition: all .5s
    }
    a.ws_toc_item {
        font-size: .875rem;
    }
    .single-container2 .ws-toc .ws_toc_wrap.hidden .ws_toc-items {
        max-height:0;
        opacity: 0;
        padding-top:0;
		display: block;
        visibility: hidden;
		overflow: hidden;
    }
    .single-container2 .ws-single-with-toc {
        width: 100%;
    }

}
/* end toc */

/**/
.single-post-meta {
    font-size: 1rem
}
.ws-post-meta-title {
    color: var(--text);
}
.ws-post-meta-data {
    color: var(--dark-grey);
    font-weight: 500
}
.ws-single-img {
    aspect-ratio: 2.133;
    position: relative;
}
.ws-single-img img {
    position: absolute;
    top:0; left:0;
    width:100%; height: 100%;
    object-fit: cover;
    object-position: center;
}
/**/
blockquote {
    padding: 2.25rem 1.25rem;
    margin-bottom: 0;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 400;
    color: var(--dark-grey)
}

.single .wpb_single_image img,
.single img.alignright, .single img.alignleft, .single img.alignnone, .single img.aligncenter {
    border-radius: .75rem
}
img.alignright, .wp-caption.alignright {
  margin: 0 0 1.5rem 1.5rem!important;
}
img.alignleft, .wp-caption.alignleft {
  margin: 0 1.5rem 1.5rem 0!important;
}
img.alignnone, .wp-caption.alignnone,
img.aligncenter, .wp-caption.aligncenter {
  margin: 3rem auto;
}

img.alignright:first-child, .wp-caption.alignright:first-child,
img.alignleft:first-child, .wp-caption.alignleft:first-child,
img.alignnone:first-child, .wp-caption.alignnone:first-child,
img.aligncenter:first-child, .wp-caption.aligncenter:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
    blockquote {
        padding: 1rem;
    }
    img.alignnone, .wp-caption.alignnone,
    img.aligncenter, .wp-caption.aligncenter {
      margin: 2rem auto;
    }

}

/* search form on page search results */
.shop-search-form {
    width: 100%;
    position: relative;
}
.shop-search-form input {
    flex-basis: 100%;
    border-width: 0 0 1px 0;
    height: 3rem;
    line-height: 1;
    padding: .75rem 2.5rem;
    background: url('inc/assets/images/search.svg') no-repeat left center;
    background-size: 1.5rem;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.shop-search-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}
.shop-search-form input:focus {
    box-shadow: none!important
}
.shop-search-form .tissicon-clear {
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    padding-left: .25rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-size: 1.5rem;
    color: #c5c5c5;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #fff;
}
.shop-search-form .tissicon-clear:hover {
    color: var(--dark-grey);
}

/*--------------------------------------------------------------
# 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 select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}
/* widget menu */
.widget_nav_menu ul {
    padding-left: 0;
    padding-top: 5px;
}
.widget_nav_menu ul li {
    margin-bottom:10px;
    list-style-type: none
}
.widget_nav_menu ul li a {
    font-family: 'Lato',sans-serif;
    font-weight: 400;
    color: var(--akzent-red);
    padding: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

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

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

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

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

.entry-title > a {
  color: inherit;
}
/**/

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

/*--------------------------------------------------------------
# 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 {
  text-align: center;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption figcaption, .wpb_single_image .vc_figure-caption {
  font-size: .875rem!important;
  line-height: 1.2;
  color: var(--text);
  margin: .5rem 0 0!important;
  text-align: left;
}

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

.entry-meta {
    font-size: 16px;
    color: rgba(0,0,0,0.5);
    margin-top:10px
}
/**/
/*  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 */
 .ws-social a {
    margin: 0 0 0 .75rem;
    color: #A4A7AE;
    line-height: 1;
}
.ws-social a:hover {
    color: var(--text)
}
.ws-social a i {
    font-size: 20px
}
.ws-social a i.tissicon-facebook {
    font-size: 24px;
    line-height: 20px;
}
/**/
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 574px) {
    * {
        word-break: break-word;
        hyphens: auto;
    }
}
@media only screen and (max-width:767px) {
    .container {
        max-width: 100%;
    }
    #page {
        padding-top: 5rem;
    }
    /*a.button, .button,*/ input[type="submit"] {
        padding: 0.5rem 1.25rem;
    }

    .desktop-show { display:none!important}

    .error-404 {
        min-height: 300px;
    }
    a.button, .button, input[type="submit"] {
        /* padding: 0.75rem 1rem;
		width: 100%;
        height: 3rem;
        font-size: 1rem */
    }
    img.alignleft, .wp-caption.alignleft,
    img.alignright, .wp-caption.alignright {
        margin: 0 auto 15px!important;
        display: block;
        float: none;
    }
    .single-post article {
        margin: 0;
    }
}
@media only screen and (max-width:574px) {
    #page {
        padding-top: 124px;
    }
}
@media only screen and (min-width:768px) {
    .mobile-show { display:none!important}
    .error-404 {
        min-height: 500px;
    }
    .container {
        max-width: calc(100vw - 2rem);
    }
    /* .wpb-content-wrapper > * > .vc_row {
        max-width: calc(100vw - 1rem);
    } */

}
@media only screen and (min-width:768px) and (max-width: 1199px) {
    #content {
        min-height: calc(100vh - 670px);
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: calc(100vw - 2rem);
        max-width: 78rem;
    }

    /* two column text */
    .twocolumn {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
        text-align: left;
    }

}

@media only screen and (min-width: 1200px) {
    #content {
        min-height: calc(100vh - 586px);
    }
}

@media screen and (min-width:1921px) {
    .container {
        max-width: 91rem
    }
    #content {
        min-height: calc(100vh - 734px);
    }

}

/* form settings */
/*************/
/*  form settings  */
/*************/
form input:focus, form textarea:focus, select:focus, .forminator-input:focus {
    outline-style:none;
    outline:0 !important;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2)!important;
    box-shadow: 0 0 4px rgba(0,0,0,0.2)!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: var(--text);
    }
}
@-webkit-keyframes autofill {
    100% {
        background: #fff;
        color: var(--text);
    }
}
/* placeholder */
*::-webkit-input-placeholder {
    color: rgba(11, 11, 11, 0.60);
}
*:focus::-webkit-input-placeholder {
    color:rgba(11, 11, 11, 0.60);
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: rgba(11, 11, 11, 0.60);
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgba(11, 11, 11, 0.60);
    opacity: 1;
}
*:focus::-moz-placeholder {
    color:rgba(11, 11, 11, 0.60);
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(11, 11, 11, 0.60);
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(11, 11, 11, 0.60);
}
*:focus::-ms-input-placeholder {
    color:rgba(11, 11, 11, 0.60);
}
*::placeholder {
    /* modern browser */
    color: rgba(11, 11, 11, 0.60)!important;
}
*:focus::placeholder {
    color: rgba(11, 11, 11, 0.60);
}
/**/
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, select, textarea {
    font-weight: 400;
    font-size: 1rem;
    color: var(--text);
}
input, select {
    color: var(--text);
    width: 100%;
    height: 2.75rem;
    padding: 0 .75rem;
    line-height: 3rem;
    background: #fff;
    border: 1px solid #b8bdc9;
    border-radius: 0;
/*    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);*/
}

input[type="radio"], input[type="checkbox"] {
    height: auto;
    line-height: 1.6;
    width: auto
}
input[type="file"] {
    border:none;
    padding: 0;
    margin: 10px 0;
}
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    color: var(--text);
    border: 1px solid #b8bdc9;
    border-radius: 0;
    width:100%;
    display: block;
    padding: 0.75rem;
	height: 11rem;
}
form input:focus, form textarea:focus, select:focus, .forminator-input:focus {
    outline-style:none;
    outline:0 !important;
    border-color: var(--light-grey);
 }

input[type="submit"] {
    height: 2.9375rem;
    font-size: 1.125rem;
    padding: 0 1.5rem;
    width: auto;
    display: table;
}
label {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--text);
}


label > input, label > textarea {
    margin-top: .5rem
}
.forminator-label {
    font-weight: 600!important;
    font-size: 1rem !important;
}
.forminator-description {
    font-size: .875rem;
}
.forminator-error-message {
    background-color: transparent!important;
    color: #ff0000!important;
    line-height: 1.1!important;
}
.forminator-field-group.ws-group-label .forminator-all-group-copies {
    border: 1px solid var(--border);
    padding: 20px 15px;
    margin-top: 10px;
}

@media (max-width: 767px) {
	input, select {
		height: 2.5rem;
		line-height: 2.5rem;
	}
}



/* popup maker shift */
html.pum-open.pum-open-overlay {
overflow: visible !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
overflow-y: visible !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body .cookiedisallow-fixed-banner.cookiedisallow_position-bottom,
html.pum-open.pum-open-overlay.pum-open-scrollable body .cookiedisallow-fixed-banner.cookiedisallow_position-top,
html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 0!important;
}
