/*
Theme Name: WS3
Theme URI: https://winning-solutions.de/
Author: Winning Solutions
Author URI: https://winning-solutions.de
Description:  The WordPress theme based
Version: 1.0.26
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 (max-width:3840px) { html { font-size: calc(0.625rem + 0.41666666666666674vw); } }
@media screen and (max-width:1920px) { html { font-size: 16px; /*font-size: calc(0.625rem + 0.41666666666666674vw); */ } }
/*@media screen and (max-width:1440px) { html { font-size: calc(0.812326147426982rem + 0.13908205841446453vw); } } */
@media screen and (max-width:721px) { html { font-size: 16px; /*calc(0.8749131944444445rem + 0.1388888888888889vw);*/ } }

/*  base colors */ /*#002359*/
body {
  --akzent: #FFCD00;
  --white: #fff;
  --brand: #2D599E;
  --brand-alt: #0C18B3;
  --brand-alt2: #1236AD;
  --brand-blue-light: #1A76BC;
  --brand-blue-lighter: #6C839B;
  --light-blue: #E9F3FC;
  --primary: #00060F;
  --gray-900: #111928;
  --light-gray: #E8ECF1;
  --gray-100: #F3F4F6;
  --medium-grey: #505050;
  --blue-dark: #2D599E;
  --blue-bgr: #E1EFFE;
/*  --dark-gray: #2D3949;*/
  --dark-gray: #3C4048;  /* new default body color */
  --body-default: #3C4048;
  --body---light: #6B7280;
  --gray-50: #F9FAFB;
  --headings: #101D2B;
  --gray-700: #374151;
  --gray-200: #E5E7EB;
  --tertiary-bgr: #E8EFF6;

  --Background-Subtle: #FAFAFA;
  --menu-hover: #E9EAEB;
  --submenu: #252B37;
  --new_title: #252B37;
  --submenu-subtitle: #717680;
  --new_text: #717680;
  --submenu-hover: #F3F6FC;
  --black-button: #181D27;
  --light-text: #535862;
  --stroke-default: #D5D7DA;
  --page-header-color: #414651;
}


/*--------------------------------------------------------------
>>> 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 - only not in bootstrap-reboot.css
--------------------------------------------------------------*/

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(--brand);
  text-decoration: none;
  cursor: pointer;
  transition: color .5s
}
a:active,
a:hover {
  outline: 0;
  text-decoration:none;
  color:var(--primary);
}

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 #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
}

optgroup {
  font-weight: 400;
}


td,
th {
  padding: 0;
}
strong, b, dt {
	/* font-weight:bolder; */
    font-weight: 500;
}

code {
    font-family: inherit;
    font-weight: 500;
}
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/**
 * @license
 *
 * Font Family: Satoshi
 * Designed by: Deni Anggara
 * URL: https://www.fontshare.com/fonts/satoshi
 * © 2023 Indian Type Foundry
 *
 * Font Styles:
 * Satoshi Variable(Variable font)
 * Satoshi Variable Italic(Variable font)
 * Satoshi Light
 * Satoshi Light Italic
 * Satoshi Regular
 * Satoshi Italic
 * Satoshi Medium
 * Satoshi Medium Italic
 * Satoshi Bold
 * Satoshi Bold Italic
 * Satoshi Black
 * Satoshi Black Italic
 *
*/


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/


@font-face {
  font-family: 'Satoshi';
  src: url('./inc/assets/fonts/Satoshi-Variable.woff2') format('woff2'),
       url('./inc/assets/fonts/Satoshi-Variable.woff') format('woff'),
       url('./inc/assets/fonts/Satoshi-Variable.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url('./inc/assets/fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('./inc/assets/fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('./inc/assets/fonts/Satoshi-VariableItalic.ttf') format('truetype');
       font-weight: 300 900;
       font-display: swap;
       font-style: italic;
}

@supports not (font-variation-settings: normal) {
	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-Light.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-Light.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-Light.ttf') format('truetype');
		   font-weight: 300;
		   font-display: swap;
		   font-style: normal;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-LightItalic.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-LightItalic.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-LightItalic.ttf') format('truetype');
		   font-weight: 300;
		   font-display: swap;
		   font-style: italic;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-Regular.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-Regular.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-Regular.ttf') format('truetype');
		   font-weight: 400;
		   font-display: swap;
		   font-style: normal;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-Italic.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-Italic.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-Italic.ttf') format('truetype');
		   font-weight: 400;
		   font-display: swap;
		   font-style: italic;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-Medium.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-Medium.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-Medium.ttf') format('truetype');
		   font-weight: 500;
		   font-display: swap;
		   font-style: normal;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-MediumItalic.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-MediumItalic.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-MediumItalic.ttf') format('truetype');
		   font-weight: 500;
		   font-display: swap;
		   font-style: italic;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-Bold.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-Bold.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-Bold.ttf') format('truetype');
		   font-weight: 700;
		   font-display: swap;
		   font-style: normal;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-BoldItalic.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-BoldItalic.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-BoldItalic.ttf') format('truetype');
		   font-weight: 700;
		   font-display: swap;
		   font-style: italic;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-Black.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-Black.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-Black.ttf') format('truetype');
		   font-weight: 900;
		   font-display: swap;
		   font-style: normal;
	}


	@font-face {
	  font-family: 'Satoshi';
	  src: url('./inc/assets/fonts/Satoshi-BlackItalic.woff2') format('woff2'),
		   url('./inc/assets/fonts/Satoshi-BlackItalic.woff') format('woff'),
		   url('./inc/assets/fonts/Satoshi-BlackItalic.ttf') format('truetype');
		   font-weight: 900;
		   font-display: swap;
		   font-style: italic;
	}

}


/********************************/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h6, .h5 {
    font-family: 'Satoshi', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: var(--headings);
    clear: both;
    margin-bottom: 1.5rem;
}
/* h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child) {
    margin-top: 40px
} */
h1,.h1 {
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: -0.09rem;
}
h2, .h2 {
    font-size: 2.5rem;
    letter-spacing: -0.075rem;
}
h3, .h3 {
    font-size: 2rem;
    letter-spacing: -0.06rem;
}

h4, .h4 {
    font-size: 1.75rem;
    letter-spacing: -0.0525rem;
}
h5, .h5 {
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.5
}
h6, .entry-content h6, .entry-content h6 a,.h6 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5
}
.large_text {
    font-size: 1.125rem;
}
.xlarge_text {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1.35;
}
.body-font-size {
    font-size: 1rem;
}
p {
    margin-bottom: 1rem
}
.large-bottom-margin {
    margin-bottom: 2rem!important
}
.large-top-margin {
    margin-top: 2.5rem!important
}
.xlarge-bottom-margin {
    margin-bottom: 5rem!important
}

.width-768 {
    width: 768px;
    max-width: 100%;
    margin-left:auto;
    margin-right: auto;
}
.ws-featured-text a, .wpb_text_column a, .text-two-images-block a {
    text-decoration: underline;
    color: inherit;
}
.ws-featured-text a:hover, .wpb_text_column a:hover, .text-two-images-block a:hover {
    color: var(--brand);
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
    font-family: 'Satoshi',sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    /* color: #0F1315; */
    color: var(--dark-gray);
    overflow-x: hidden;
    background-color: #fff
}
.container,
.wpb-content-wrapper > * > .vc_row {
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}
.container.main-container, .main-container {
    position: relative;
    z-index:2; /* up for header block */
    background: #fff;
}
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: 26px; margin-bottom: 20px}

.site-main ul {
    margin-bottom: 1.5rem;
}
/*
#content ul {
    list-style-type: none;
}
#content ul li {
    list-style-type: none;
    padding-left: 4px;
    padding-bottom: 18px;
    position: relative;
}
#content ul.no-style li {
    list-style-type: disc;
    padding-left: 0;
    padding-bottom: 0;
}

#content ul li:before {
    content:'\e922';
    font-family:'ws_new' !important;
    position: absolute;
    left: -27px;
    font-size: 22px;
    line-height: 1;
    top: 0;
    color: var(--brand);
}
*/
#content ul ul {
    padding-top:18px;
    padding-left: 30px;
    margin-bottom:0
}
#content ul li:last-child {
    padding-bottom: 0
}
/*
#content ul ul li:before {
    color:#00A855;
}
*/
ol {
	padding-left: 25px;
	margin-bottom: 25px
}
ol li{
    margin-bottom: 5px;
	padding-left: 5px;
}

a.button, .button, input[type="submit"] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.84rem 1.25rem 0.85rem;
    background-color: var(--brand);
    border: 1px solid var(--brand);
    color: #fff;
    font-family: 'Satoshi', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.5rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all .5s;
}
a.button.bigger-button, .button.bigger-button {
    padding: 0.98rem 1.25rem 0.99rem;
}
a.button.smaller-button, .button.smaller-button {
    padding: 0.72rem 1.25rem 0.73rem;
}
a.button.font-bolder, .button.font-bolder, input[type="submit"].font-bolder {
    font-weight: 700
}
a.button.transparent-blue-button, .button.transparent-blue-button, input[type="submit"].transparent-blue-button {
    background-color: transparent;
    border-color: transparent;
    color: var(--brand)!important;
}

a.button.transparent-blue-bordered-button, .button.transparent-blue-bordered-button, input[type="submit"].transparent-blue-bordered-button {
    background-color: transparent;
    border-color: var(--brand);
    color: var(--brand)!important;
}

a.button.white-button, .button.white-button, input[type="submit"].white-button {
    background-color: #fff;
    border-color: var(--brand);
    color: var(--dark-gray)!important;
}
a.button.akzent-button, .button.akzent-button, input[type="submit"].akzent-button,
header#masthead.fixed .header-contact-button.button,
header#masthead .header-contact-button.button {
    background-color: var(--akzent);
    border-color: var(--akzent);
    color: var(--body-default)!important;
}


a.button.transparent-white-button, .button.transparent-white-button, input[type="submit"].transparent-white-button {
    background-color: transparent;
    color: var(--brand)!important;
}
a.button.transparent-white-button, .button.transparent-white-button, input[type="submit"].transparent-white-button {
    border-color: transparent;
}
a.button.transparent-blue-button.with-icon,
.button.transparent-blue-button.with-icon,
input[type="submit"].transparent-blue-button.with-icon,
a.button.transparent-white-button.with-icon,
.button.transparent-white-button.with-icon,
input[type="submit"].transparent-white-button.with-icon {
    border-color: transparent!important;
}
a.button.right-iconposition.transparent-blue-button, .button.right-iconposition.transparent-blue-button,
a.button.right-iconposition.transparent-white-button, .button.right-iconposition.transparent-white-button {
    padding: 0 1.5rem 0 0
}
a.button.left-iconposition.transparent-blue-button, .button.left-iconposition.transparent-blue-button,
a.button.left-iconposition.transparent-white-button, .button.left-iconposition.transparent-white-button {
    padding: 0 0 0 1.5rem
}
a.button.with-icon.transparent-blue-button:hover, .button.with-icon.transparent-blue-button:hover,
a.button.with-icon.transparent-blue-button:focus, .button.with-icon.transparent-blue-button:focus {
    color: var(--dark-gray);
    background-color: transparent;
    border-color:transparent
}
a.button.with-icon.transparent-white-button:hover, .button.with-icon.transparent-white-button:hover,
a.button.with-icon.transparent-white-button:focus, .button.with-icon.transparent-white-button:focus {
    color: #fff;
    background-color: transparent;
    border-color:transparent
}
a.button.with-icon, .button.with-icon {
    font-size: 1rem;
    padding: .9rem 1.5rem
}
a.button.with-icon i {
    font-size: .825rem;
}
a.button.with-icon.rotate-back i {
    transform: rotate(180deg)
}
a.button.with-icon i.size-bigger {
    font-size: 1rem;
}
a.button.no-icon.transparent-white-button:hover, .button.no-icon.transparent-white-button:hover, input[type="submit"].no-icon.transparent-white-button:hover,
a.button.no-icon.transparent-blue-button:hover, .button.no-icon.transparent-blue-button:hover, input[type="submit"].no-icon.transparent-blue-button:hover,
a.button.no-icon.transparent-white-button:focus, .button.no-icon.transparent-white-button:focus, input[type="submit"].no-icon.transparent-white-button:focus,
a.button.no-icon.transparent-blue-button:focus, .button.no-icon.transparent-blue-button:focus, input[type="submit"].no-icon.transparent-blue-button:focus {
    background-color: var(--light-gray);
    border-color: var(--light-gray);
}
a.button.transparent-blue-button i, .button.transparent-blue-button i {
    color: var(--brand)!important;
}
a.button.right-iconposition i, .button.right-iconposition i {
    padding-left:0.75rem;
    transition: padding-left .5s
}

a.button.right-iconposition:hover, .button.right-iconposition:hover  {
    padding-right:1.25rem
}
a.button.right-iconposition:hover i, .button.right-iconposition:hover i  {
    padding-left:1rem!important
}
a.button.left-iconposition i, .button.left-iconposition i {
    padding-right:0.75rem;
    padding-left: 0;
    position: relative;
    left: 0;
    transition: left .5s;
}
a.button.left-iconposition.rotate-back i, .button.left-iconposition.rotate-back i {
    padding-right:0;
    padding-left:0.75rem;
}
a.button.left-iconposition:hover i, .button.left-iconposition:hover i  {
    left: -.25rem
}
a.button.blue-button, .button.blue-button, input[type="submit"].blue-button {
    background-color: var(--brand);
    color: #fff;
    border-color: var(--brand);
}
a.button:hover, a.button:focus,
.button:hover, .button:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
    color: var(--body-default);
    background-color: var(--akzent);
    border-color: var(--akzent);
}
a.button.blue-button:hover, .button.blue-button:hover, input[type="submit"].blue-button:hover,
a.button.blue-button:focus, .button.blue-button:focus, input[type="submit"].blue-button:focus,
a.button.white-button:hover, .button.white-button:hover, input[type="submit"].white-button:hover,
a.button.white-button:focus, .button.white-button:focus, input[type="submit"].white-button:focus{
    background-color: var(--akzent);
    border-color: var(--akzent);
    color: var(--body-default);

}
a.button.akzent-button:hover, .button.akzent-button:hover, input[type="submit"].akzent-button:hover,
a.button.akzent-button:focus, .button.akzent-button:focus, input[type="submit"].akzent-button:focus,
header#masthead.fixed .header-contact-button.button:hover,
header#masthead.fixed .header-contact-button.button:focus,
header#masthead .header-contact-button.button:hover,
header#masthead .header-contact-button.button:focus {
    background-color: var(--brand);
    border-color: var(--brand);
    color: #fff!important;
}
.button.black-button {
    background-color: var(--black-button);
    border-color: var(--black-button);
    color: #fff!important;
}
.button.black-button,
header#masthead.fixed .header-contact-button.button,
header#masthead .header-contact-button.button {
    font-weight: 500;
    border-radius: 16rem
}
.button.lightblue-button {
    background-color: var(--submenu-hover);
    border-color: var(--submenu-hover);
    color: var(--brand)!important;
    font-weight: 500;
    border-radius: 16rem;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.button.black-button:hover,
.button.black-button:focus {
    background-color: #000;
    border-color: #000;
	color:#fff!important;
}
.button.lightblue-button:hover,
.button.lightblue-button:focus {
    background-color: var(--tertiary-bgr);
    border-color: var(--tertiary-bgr);
    color: var(--brand)!important;
}


button:focus {
    outline: none;
}
.button.align-center {
    display: table!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.nowrap {
    white-space:nowrap;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#page {
    z-index: 1;
    position: relative;
    overflow-y: hidden;
}
#page.lightgrey-bgr .container.main-container,
#page.lightgrey-bgr .main-container {
    background-color: rgb(250, 250, 250)
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}
/* .page-template-default .with_header_block #content, .with_header_block #content {
    padding-top:0
} */

#content {
    position: relative;
    z-index: 1;
}
body:not(.single.single-post) #content {
    overflow-x: hidden;
}

/**/
.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 */
/*
.single-post article {
    margin: 0 5%;
}
*/
body.single.single-post {
    overflow-x: unset
}
body.single.single-post #page {
    overflow-y: unset;
}
/* adding toc to single post */
.container.single-container2 {
    display: flex;
    align-items: flex-start;
    position: relative;
}
.container.single-container2 .ws-toc:not(:empty) {
    flex-basis: 17rem;
    flex-shrink: 0;
    margin-right: 5rem;
    padding-top:5.5rem;
    top:0;
    left:0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
}
.container.single-container2 .ws-single-with-toc {
    max-width: calc(100% - 8.88vw - 22rem);
}
.ws_toc_wrap {
    padding: 2rem 0;
    border-top: 1px solid var(--stroke-default);
}
.ws_toc_wrap  .ws-hor-social, .ws_toc_wrap  .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    border-top: 1px solid var(--stroke-default);
	margin-top: 2rem;
	padding-top:2rem;
	width: 100%;
}
.ws_toc_wrap  .ws-hor-social .share-title {
	font-weight: 600;
	flex-basis: 100%;
	margin-bottom: .75rem
}
.ws_toc_wrap  .ws-hor-social a {
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0.625rem;
	font-size: 1.25rem;
	margin: 0 .75rem .75rem 0;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	border: 1px solid var(--stroke-default);
	background: #FFF;
	color: #A4A7AE;
	color: rgba(0,0,0,.3);
	box-shadow: 0px -1px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
	transition: all .5s
}
.ws_toc_wrap  .ws-hor-social a:hover {
	border-color: var(--brand);
	color: var(--brand);
}
/* sassy social share */
.heateor_sss_sharing_title {
	font-weight: 600!important;
	margin-bottom: .75rem
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
	margin: 0 .75rem .75rem 0!important;
}
.heateor_sss_horizontal_sharing .heateor_sss_svg {
	box-shadow: 0px -1px 0px 0px rgba(10, 13, 18, 0.05) inset, 0px 1px 2px 0px rgba(16, 24, 40, 0.05)!important;
}
.heateor_sss_horizontal_sharing .heateor_sss_svg, .heateor_sss_standard_follow_icons_container .heateor_sss_svg {
    padding: 3px !important;
    box-sizing: border-box !important;
	transition: all .5s
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul span.heateor_sss_svg svg path {
	transition: fill .5s
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:hover span.heateor_sss_svg svg path:not(.heateor_sss_no_fill) {
    fill: #2d599e;
}

/**/
.ws_toc-items {
    padding-top: 1rem;
	padding-bottom: 1rem;
}
.ws_toc-title span {
    font-size: 1rem;
    font-weight: 600;
	color: var(--new_title);
}
a.ws_toc_item {
    display: block;
    color: var(--new_text);
    text-decoration: none;
    font-size: .875rem;
	font-weight: 600;
    line-height: 1.2;
    margin-bottom: .75rem;
}
a.ws_toc_item.ws_indent_1 {
	padding-left: .75rem
}
a.ws_toc_item.ws_indent_2 {
	padding-left: 1.5rem
}
a.ws_toc_item.ws_indent_3 {
	padding-left: 2.25rem
}
a.ws_toc_item.ws_indent_4 {
	padding-left: 3rem
}
a.ws_toc_item:hover, a.ws_toc_item.active {
    color: var(--brand);
}
@media (max-width: 991px) and (min-width: 768px) {
    .container.single-container2 .ws-toc:not(:empty) {
        flex-basis: 15rem;
        margin-right: 2rem;
    }
    .container.single-container2 .ws-single-with-toc {
        max-width: calc(100% - 17rem);
    }
}
@media  (min-width: 768px) {
}
@media (max-width: 767px) {
    .container.single-container2 {
        flex-direction: column;
    }
    .container.single-container2 .ws-toc:not(:empty) {
        /* flex-basis: 0;
        width: 0; */
		top: 2rem;
		padding-top: 3.5rem;
        flex-basis: 100%;
        width: 100%;
		z-index: 1;
        margin-right: 0;
    }
    .container.single-container2 .ws-toc .ws_toc_wrap {
        width: 100%;
		background-color: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
		padding: 1rem;
		border: 1px solid var(--stroke-default);

    }
    .ws_toc-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
    }
    .container.single-container2 .ws-toc .ws_toc_wrap.hidden .ws_toc-title i {
        transform: rotate(180deg);
    }
    .ws_toc-items {
        max-height:2000px;
        opacity: 1;
        visibility: visible;
		display: table;
        width: 100%;
		padding-bottom:0;
        transition: all .5s
    }
	.ws_toc_wrap .ws-hor-social {
		margin-top: .75rem;
		padding-top: 1.75rem;
	}
    .container.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;
    }
    /* .ws-toc-mobile-title {
        text-decoration: none;
        font-weight: bold;
        padding: 12px 10px 4px 9px;
        box-shadow: 1px -5px 10px 5px rgb(0 0 0 / 10%);
        background-color: #fff;
        color: #111;
        display: inline-grid;
        line-height: 1.4;
        border-radius: 0px 10px 10px 0px;
        margin-left: -15px;
        width: 2rem;
        z-index: 999999;
      }
      .ws-toc-mobile-title i {
          font-size: 13px;
      }
     .ws-toc-mobile-title span.text {
        font-size: 13px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    } */
    .container.single-container2 .ws-toc .ws-toc-mobile-wrap {
        /* position: absolute;
        -webkit-transition: left 0.3s linear, left 0.3s easy-out;
        -moz-transition: left 0.3s linear;
        -o-transition: left 0.3s linear;
        transition: left 0.3s linear;
        top: 76px;
        left: 0;
        z-index: 999999;
        width: 17rem;
        min-height: calc(100% - 76px);
        max-width: 100vw;
        left: -100vw;
 */
    }
    /* .container.single-container2 .ws-toc .ws-toc-mobile-wrap i {
        position: absolute;
        top:0;
        right:0;
        padding: 6px 8px 4px 5px;
        z-index: 9999999;
    } */
    /* .container.single-container2 .ws-toc.active .ws-toc-mobile-wrap {
        left:-15px;
    } */
    .container.single-container2 .ws-single-with-toc {
        max-width: 100%;
    }

}
/* end toc */

.container.single-container {
	max-width: calc(800px + 8.88vw);
}
.container.single-ref-container {
	max-width: calc(1200px + 8.88vw);
}
.container.single-related .wrap_latest_news.row > * {
    margin-bottom: 2rem;
}
.single-related .wrap_latest_news {
    margin-bottom:0
}
@media only screen and (min-width:768px) {
    .container.single-related {
        padding-top:7rem;
        padding-bottom: 5rem
    }
    .single-related .wrap_latest_news {
        margin-top: 3rem;
    }
	.single article > .entry-content > *:first-child:not(.wpb-content-wrapper) {
		padding-top:6rem
	}
	.single article > .entry-content > *:last-child:not(.wpb-content-wrapper) {
        padding-bottom: 7rem
	}
}
@media only screen and (max-width:767px) {
    .container.single-related {
        padding-top:3rem;
        padding-bottom: 1rem
    }
    .single-related .wrap_latest_news {
        margin-top: 1rem;
    }
    .container.single-related .latest-item.d-none {
        display:block!important;
    }
	.single article > .entry-content > *:first-child:not(.wpb-content-wrapper) {
		padding-top:3rem
	}
	.single article > .entry-content > *:last-child:not(.wpb-content-wrapper) {
        padding-bottom: 2rem
	}
}

/* single referenzen */
.single-referenzen .container.single-ref-container {
    font-size: 1.125rem;
    line-height: 1.56;
}
.single-referenzen .container.single-ref-container + .ws-cta-block {
    margin-top: 4rem;
    margin-bottom: 0;
}
.ref-features-section {
    background-color: var(--Background-Subtle);
    padding: 6rem 0 10rem;
    margin-bottom: 4rem;
}
.ref-features-section:not(.no-desktop-img) {
    margin-bottom: -6rem;
}
.ref-features-section .large_text {
    line-height: 1.6
}
.ref-features-wrap {
    margin: 0 -2rem;
}
.ref-features-wrap > * {
    padding: 0 2rem;
    flex-basis: 50%;
}
.ref-summary-section {
    margin-bottom: 6rem;
    margin-top: 1.5rem;
}
.ref-summary-section:not(.no-mobile-img) .ref-summary-wrap {
    display: flex;
    margin: 0 -2rem;
}
.ref-summary-section:not(.no-mobile-img) .ref-summary-wrap > * {
    padding: 0 2rem;
    flex-shrink: 0
}
.ref-summary-descr {
    flex-basis: 64%;
}
.ref-summary-img {
    flex-basis: 32%
}
@media (max-width:767px) {
    .ref-features-section {
        padding: 3rem 0 7rem;
        margin-bottom: 3rem;
    }
    .ref-features-section:not(.no-desktop-img) {
        margin-bottom: -3.5rem;
    }
    .ref-features-descr, .ref-summary-descr {
        margin-bottom: 2.25rem;
    }
    .ref-features-wrap > *,
    .ref-summary-descr,
    .ref-summary-img {
        flex-basis: 100%
    }
    .ref-summary-section {
        margin-bottom: 6rem;
        margin-top: 3rem;
    }
    .mockup_image.img-mobile {
        max-width: 60%;
        margin: 1.5rem auto 0;
    }
}

@media (min-width:768px) {
    .ref-features-wrap > * {
        flex-basis: 50%;
    }
    .ref-summary-descr {
        flex-basis: 64%;
    }
    .ref-summary-img {
        flex-basis: 32%
    }
}
@media (min-width:992px) {
    .single-referenzen article.referenzen {
        padding-top:2rem
    }
    .ref-features-wrap {
        margin: 0 -3rem;
    }
    .ref-features-wrap > * {
        padding: 0 3rem;
    }
}

/**/
.ws-post-meta {
    margin-bottom: .75rem;
}
.ws-post-meta > span {
    display: inline-block;
    margin: 0 .5rem .5rem 0;
/*    border-radius: 1rem;*/
    overflow: hidden;
 /*   padding: .25rem 1rem;*/
    /* background: rgba(255, 255, 255, 0.5);
    background-blend-mode: overlay; */
    color:var(--new_title);
    font-weight: 400;
    font-size: 0.875rem;
    position: relative;
}
/*
.ws-post-meta span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(33 59 86 / 85%);
    border-radius: 1rem;
    mix-blend-mode: overlay;
}
*/
.ws-post-meta span.img-calendar, .ws-post-meta span.img-clock {
	display: inline-block;
	width: .75rem;
	height: .75rem;
	margin-right: .375rem;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
} 
.ws-post-meta span.img-calendar {
	background-image: url('inc/assets/images/calendar-month.svg')
}
.ws-post-meta span.img-clock {
	background-image: url('inc/assets/images/clock.svg')
}
/* .single-post article.post {
    font-size: 16px
}
.big-text {
    font-size: 125%;
} */
blockquote {
    padding-left: 24px;
    border-left: 2px solid #0768B2;
    font-style: italic;
    font-size: 125%;
    margin: 30px 0;
}

img.alignright, .wp-caption.alignright {
  margin: 40px 0 40px 20px!important;
}
img.alignleft, .wp-caption.alignleft {
  margin: 40px 20px 40px 0!important;
}
img.alignnone, .wp-caption.alignnone,
img.aligncenter, .wp-caption.aligncenter {
  margin: 40px auto 40px;
}

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 (min-width:1200px) {
    img.alignright, .wp-caption.alignright {
      margin: 60px 0 60px 20px!important;
    }
    img.alignleft, .wp-caption.alignleft {
      margin: 60px 20px 60px 0!important;
    }
    img.alignnone, .wp-caption.alignnone,
    img.aligncenter, .wp-caption.aligncenter {
      margin: 60px auto 60px;
    }
}
@media (max-width:767px) {
    img.alignright, .wp-caption.alignright {
      margin: 30px 0 30px 20px!important;
    }
    img.alignleft, .wp-caption.alignleft {
      margin: 30px 20px 30px 0!important;
    }
    img.alignnone, .wp-caption.alignnone,
    img.aligncenter, .wp-caption.aligncenter {
      margin: 30px auto 30px;
    }
}
/*--------------------------------------------------------------
# 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 40px;
  /* Make sure select elements fit in 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: 'Satoshi',sans-serif;
    font-weight: 400;
    color: var(--brand);
    padding: 0;
}
.widget_nav_menu ul li.current-menu-item a,
.widget_nav_menu ul li a:hover {
    color: #000!important;
}
/**/
.secondary-wrapper .widget:first-child h3.widget-title {
    margin-top:0
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.widget ul.menu li {
    list-style-type: none
}

/*--------------------------------------------------------------
# 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-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: 1.5em;
} */

.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;
}

/*--------------------------------------------------------------
# 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 {
  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: 1rem!important;
  line-height: 1.2;
  margin: 1rem 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 {
    display: flex;
    margin: 0 0 1.175rem;
    color: var(--dark-gray);
}
.ws-social a i {
    font-size: 1.325rem;
    margin-right: 0.75rem;
    width: 1.5rem;
    text-align: center;
}
.ws-social a:hover {
    color: var(--brand)
}
/* plugin ws_google_fonts_checker - change styles */
.ws_google_fonts_checker_title, .ws_google_fonts_checker_subtitle, .ws_google_fonts_checker p {
    color: #fff
}
.ws_google_fonts_form label.wsicon-bgr {
    border-radius: 0.5rem!important;
}
.ws_google_fonts_form label.wsicon-bgr:before {
    left: 0.625rem!important;
    width: 1.25rem!important;
    background-position: left 0.6875rem!important;
    background-size: 1.25rem!important;
}
.ws_google_fonts_form label > input {
    margin-top:0;
    height: 2.75rem !important;
    line-height: 2.75rem !important;
    padding: 0 .75rem !important;
    border-radius: 0.5rem!important;
}
.ws_google_fonts_checker  *::placeholder, .ws_google_fonts_checker input {
	font-family: 'Satoshi', sans-serif!important;
}
.ws_google_fonts_checker .ws-inline-form .wpcf7-form-control.wpcf7-submit.white-button,
.ws_google_fonts_checker .white-button, .ws_writeus .white-button {
    background-color: var(--akzent)!important;
    border-radius: 0.5rem!important;
    font-weight: 500!important;
    font-size: 0.875rem!important;
    border: 1px solid var(--akzent)!important;
    color: var(--body-default)!important;
    padding: 0.84rem 1.25rem 0.85rem!important;
    line-height: 1!important;
    text-transform: none!important;
    letter-spacing: 0!important;
    transition: background-color .5s;
}
.ws_google_fonts_checker .ws-inline-form .wpcf7-form-control.wpcf7-submit.white-button:hover,
.ws_google_fonts_checker .white-button:hover,
.ws_google_fonts_checker .ws-inline-form .wpcf7-form-control.wpcf7-submit.white-button:focus,
.ws_google_fonts_checker .white-button:focus,
.ws_writeus .white-button:hover, .ws_writeus .white-button:focus {
    color: #000 !important;
    background-color: #fff!important;
}
/* old vc  ws write us */
.ws_writeus, .ws_writeus h2 {
    text-align: center;
    color:#fff
}
.ws_writeus h2 {
    margin-bottom: .5rem
}
.ws_writeus .subtitle {
    margin-bottom: 1.5rem
}
.ws_writeus .white-button {
    display: inline-block;
}
@media only screen and (max-width: 767px) {
	.ws_writeus {
		padding: 15px 15px 30px;
	}
	.ws_writeus .white-button {
		width: 100%;
		padding: 1rem 1.25rem 1rem !important;
	}
}
.ws_google_fonts_checker {
    margin-bottom: 15px!important;
}
/**/
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
@media only screen and (max-width: 575px) {
    * {
        word-break: break-word;
        hyphens: auto;
    }
}
@media only screen and (max-width:767px) {
    /* #content {
        padding-top: 73px
    } */
    h1,.h1 {
        font-size: 2.125rem;
    }
    h2, .h2 {
        font-size: 2rem;
    }
    h3, .h3 {
        font-size: 1.5rem;
    }
    h4, .h4 {
        font-size: 1.35rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }
    h6, .entry-content h6, .entry-content h6 a,.h6 {
        font-size: 1.125rem;
    }
    */
    h5, .h5, h6, .entry-content h6, .entry-content h6 a,.h6 {
        line-height: 1.4
    }
    .xlarge_text {
        font-size: 1.35rem
    }
    /*a.button, .button,*/ input[type="submit"] {
        padding: 0.5rem 1.25rem;
    }
    .large-bottom-margin {
        margin-bottom: 2rem!important
    }
    .large-top-margin {
        margin-top: 1.5rem!important
    }
    .xlarge-bottom-margin {
        margin-bottom: 5rem!important
    }

    .desktop-show { display:none!important}

    .error-404 {
        min-height: 300px;
    }
    a.button, .button, input[type="submit"] {
        padding: 0.75rem 1rem;
		width: 100%;
        height: 3rem;
    }
    img.alignleft, .wp-caption.alignleft,
    img.alignright, .wp-caption.alignright {
        margin: 0 auto 15px!important;
        display: block;
        float: none;
    }
    .ws-social {
        display: flex;
        flex-wrap: wrap;
    }
    .ws-social a {
        margin: 0 1rem 1rem
    }
    .ws-social a i {
        margin-right: 0
    }
    .single-post article {
        margin: 0;
    }
    .single-referenzen .container.single-ref-container {
        font-size: 1rem
    }
}
@media only screen and (min-width:768px) {
    .mobile-show { display:none!important}
    .error-404 {
        min-height: 500px;
    }
    .container, .wpb-content-wrapper > * > .vc_row {
        padding-left: 4.44%;
        padding-right: 4.44%;
    }
    .single-related .ws-featured-text {
        width: 83.333%;
    }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (min-width:768px) and (max-width: 991px) {
    /* .container {
        padding-left: 4.167%;
        padding-right: 4.167%;
    } */
    #content {
        /* padding-top: 73px; */
        min-height: calc(100vh - 684px);
    }

    h1,.h1 {
        font-size: 2.5rem;
    }
    h2, .h2 {
        font-size: 2.25rem;
    }
    h3, .h3 {
        font-size: 1.75rem;
    }
    h4, .h4 {
        font-size: 1.5rem;
    }
    /* h5, .h5 {
        font-size: 1.25rem;
    }
    h6, .entry-content h6, .entry-content h6 a,.h6 {
        font-size: 1.125rem;
    }
    .large_text {
        font-size: 1rem;
    } */

    .xlarge_text {
        font-size: 1.5rem;
    }

    /* .search-result-count {
        margin-bottom: 30px;
    }
    .search.search-results .site-main {
        margin-bottom:35px
    }
    .post.hentry, .search-results article {
        margin-bottom: 20px;
    } */
    /* .modal-dialog {
        max-width: 700px;
    } */
}
@media only screen and (max-width: 1199px) {
    .container, .wpb-content-wrapper > * > .vc_row {
        max-width: 100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    /* .container {
        padding-left: 6.45%;
        padding-right: 6.45%
    } */
    #content {
        /* padding-top: 73px; */
        min-height: calc(100vh - 734px);
    }
    .single-related .ws-featured-text {
        width: 66.6666666%;
    }

}

@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 (min-width: 1200px) and (max-width: 1439px) {
    .container,
    .wpb-content-wrapper > * > .vc_row {
        max-width:100%;
        padding: 0 4.44%;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
    /* .container,
    .wpb-content-wrapper > * > .vc_row {
        max-width: calc(90rem + 8.88vw);
    } */
    .container {
        max-width: calc(80rem + 8.88vw);
        padding: 0 4.44vw;
    }
    .wpb-content-wrapper > * > .vc_row {
        max-width: calc(80rem + 8.88vw);
        padding: 0 calc(4.44vw - 15px);
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        /* max-width:87% */
    }
    #content {
        /* padding-top: 73px; */
        min-height: calc(100vh - 744px);
    }
    .single-related .ws-featured-text {
        width: 50%;
    }
}
@media only screen and (min-width: 1921px) {
    .container {
        max-width: 90rem;
        padding: 0 15px;
    }
    .wpb-content-wrapper > * > .vc_row {
        max-width: 90rem;
        padding: 0;
    }
}

/*  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;
    }
}


/* sassy sharing */
/*
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a {
    margin: 2px 24px 2px 0!important
}
div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:last-child {
    margin-right:0!important
}
.heateor_sss_sharing_container span.heateor_sss_svg {
    padding: 5px!important;
    box-sizing: border-box!important;
}
.heateor_sss_sharing_container span.heateor_sss_svg:hover svg path {
    fill: #fff;
}
@media (max-width:767px) {
    div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a:not(:last-child) {
        margin-right: 15px!important
    }
}
*/


/* 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;
}

/*
.vc_custom_1709738744869 {
    position: relative;
    left: 15px;
    box-sizing: border-box;
    width: 1903px;
    max-width: 1903px;
}
*/
.ws_vertical_images_block_wrap, .ws_vertical_images_block_fixed_wrap {
	max-width: 100vw
}

/* trustindex */
@media (min-width: 768px) {
	.wpb-content-wrapper .ti-widget.ti-goog {
		width: auto;
		margin: 0 -20px
	}
}
.wpb-content-wrapper .ti-widget.ti-goog .ti-review-item>.ti-inner {
	border-radius: .5rem!important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .08);
}

@media (max-width: 767px) {
	.wpb-content-wrapper .ti-widget.ti-goog .ti-col-1 .ti-reviews-container {
		margin-bottom:0
	}
}
