/* Style reset. */
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/

Advanced rules for strong, b, i, th, ... tags.
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #fff;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
.wpcf7-textarea {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
var {
  font-style: normal;
  font-weight: normal;
}
strong,
th,
b {
  font-weight: 700;
  /* bold */
}
em,
i {
  font-style: italic;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 700;
  /* bold */
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select,
.wpcf7-textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
  color: #000;
}
/* Parent theme initialization. */
/**
 * This can be set in design adjustment admin area.
 * TODO If Visual Composer is installed synchronize settings.
 */
/* Whether to set fixed width for different media types or to fluently stretch layout. */
/**
 * Visually highlight selected element.
 */
/**
 * Force pre and post floating clearance.
 */
/**
 * Media query shortcuts.
 */
/*
.xx(@rules) {
    @media (max-width: 480px) {
        @rules();
    }
}
.xs(@rules) {
    @media (min-width: 481px) and (max-width: 767px) {
        @rules();
    }
}
.sm(@rules) {
    @media (min-width: 768px) and (max-width: 991px) {
        @rules();
    }
}
.md(@rules) {
    @media (min-width: 992px) and (max-width: 1199px) {
        @rules();
    }
}
.lg(@rules) {
    @media (min-width: 1200px) {
        @rules();
    }
}
*/
/**
 * Set spacings according to design settings.
 */
/* Overwrite vc defaults. */
/**
 * Cross browser text selection styling.
 */
/**
 * Cross browser input placeholder styling.
 */
/**
 * Cross browser transition effects.
 */
/**
 * Cross browser animations.
 */
/**
 * Cross browser transformations.
 */
/**
 * Cross browser border radius.
 */
/**
 * Cross browser box sizing.
 */
/**
 * Cross browser box shadow.
 */
/**
 * Cross browser gradient.
 */
/* TODO: Fix this, it is ignored by almost all browsers.
.gradient(@type) when (@type = none) {
  background-image: none !important;
}
*/
/**
 * Cross browser sticky element styles.
 */
/* header */
/**
 * Style menu toggle containing element as animated three lines.
 */
/**
 * Style menu toggle containing element as animated zooming glass.
 */
/**
* Style menu toggle containing element as animated three lines.
*/
/**
* Force aspect ratio of selected element and fit given child (default img) to
* cover element area while scaling protortionally.
* Hint: Selected element width gets forced to 100%.
* Warning: In IE/Edge only landscape is supported.
*/
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
}
/* html element 62.5% font-size for 1rem === 10px. */
html {
  height: 100%;
  font-size: 62.5%;
}
body {
  min-height: 100%;
  /*height: auto !important;*/
  /*height: 100%;*/
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  */
}
/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}
.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
/* Images */
img {
  /* This badly influences ws-lazy-load.
  width: auto;
  */
  height: auto;
  max-width: 100%;
  /*vertical-align: bottom;*/
}
.wp-post-image {
  width: 100%;
  height: auto;
}
/*
.entry-content img,
.comment-content img,
.widget img {
  max-width: 97.5%; /* Fluid images for posts, comments, and widgets *
}
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly *
}
img.size-full {
  max-width: 97.5%;
  width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 *
}
*/
/*------------------------------------*\
      STRUCTURE
  \*------------------------------------*/
.ws-wrapper {
  position: relative;
}
/* ws-row */
.top,
.header,
.main,
header.post-meta,
.post-content,
article.post,
article.page,
article.error-404,
article.hentry,
.comments,
.pagination,
.footer {
  position: relative;
}
.ws-row {
  position: relative;
}
.main .ws-row {
  overflow: visible;
}
/* We have to use 2 guards to allow calling of .ws-row mixin while defining .ws-row class. */
.layout-boxed .top,
.layout-boxed .header,
.layout-boxed:not(.has-sidebar) header.teaser,
.layout-boxed:not(.has-sidebar) header.post-meta,
.layout-boxed:not(.has-sidebar) .post-content,
.layout-boxed:not(.has-sidebar) .comments,
.layout-boxed:not(.has-sidebar) .pagination,
.layout-boxed:not(.has-sidebar) .sidebar .widget-area,
.layout-boxed:not(.has-sidebar) .woocommerce-content,
.layout-boxed .bottom,
.layout-boxed .footer,
.layout-wide .ws-row,
.has-sidebar .main-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1452px;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 36px;
  /* Handle fixed media layout. */
}
/* Do not handle sub ws-rows as such. */
.layout-wide .ws-row .ws-row {
  margin-left: 0;
  margin-right: 0;
  width: auto;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
/*
  .ws-row:before {
    @width: @column-width;
    content: "@{width}";
    .md({
      @width: 2 * @column-width + @column-spacing;
      content: "@{width}";
    });
    .lg({
      @width: 3 * @column-width + 2 * @column-spacing;
      content: "@{width}";
    });
    position: absolute;
    display: table;
    z-index: 10000;
  }
  */
/* sidebar */
/* footer */
/*
@media only screen and (min-width: 320px) {

}
@media only screen and (min-width: 480px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {

}
@media only screen and (min-width: 1140px) {

}
@media only screen and (min-width: 1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min-resolution: 144dpi) {

}
*/
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*
.alignnone,
a img.alignnone,
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter,
a img.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright,
a img.alignright,
.wp-caption.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft,
a img.alignleft,
.wp-caption.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.bypostauthor {

}
*/
/* header */
/* logo */
/* nav */
.nav li {
  list-style: none;
  display: inline-block;
}
.vc_grid-container {
  /*overflow: hidden;*/
  /* Fix invisible or partially hidden loading animation. */
  min-height: 70px;
}
/* Scale all images to maximum available space. */
.wpb_single_image .vc_single_image-wrapper {
  display: block !important;
}
/* Media selectors in vc when responsiveness is disabled */
/* xs */
/* sm */
/* md */
/* lg */
/**
* Set spacings according to design settings.
*/
/* Overwrite vc defaults. */
/**
* Set responsive styles according to design settings.
*/
/*@media (max-width: 480px)*/
/**
 * Set gutenberg spacings according to design settings.
 */
/* Env. */
/**
 * Colours.
 */
/* Colors used for color classes. This list will be updated to theme defined editor-color-palette at compile time. */
/**
 * Fonts.
 */
/* Element style variables. */
/**
 * Layout settings.
 */
/* (667) iPhone quer 2 Grid elements */
/* (1024) iPad quer 3 Grid elements */
/* Default Bilder --> 1080!!! */
/* To top link. */
/**
* Define media query shortcuts for layouts.
*/
/**
* Define color classes.
*/
/**
* Define fonts.
*/
/*
@font-face {
  font-family: 'Campton-Light';
  src: url('fonts/campton_light_demo.eot');
  src: url('fonts/campton_light_demo.eot?#iefix') format('embedded-opentype'),
    url('fonts/campton_light_demo.woff2') format('woff2'),
    url('fonts/campton_light_demo.woff') format('woff'),
    url('fonts/campton_light_demo.ttf') format('truetype'),
    url('fonts/campton_light_demo.svg#wf') format('svg');
  font-weight: normal;
}
*/
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/open-sans/open-sans-v44-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-300.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-300.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/open-sans/open-sans-v44-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-regular.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/open-sans/open-sans-v44-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-italic.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/open-sans/open-sans-v44-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/open-sans/open-sans-v44-latin-700italic.eot');
  /* IE9 Compat Modes */
  src: local('Open Sans'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/open-sans/open-sans-v44-latin-700italic.svg#OpenSans') format('svg');
  /* Legacy iOS */
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/roboto/roboto-v30-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-300.svg#Roboto') format('svg');
  /* Legacy iOS */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/roboto/roboto-v30-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-regular.svg#Roboto') format('svg');
  /* Legacy iOS */
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/roboto/roboto-v30-latin-italic.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-italic.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-italic.svg#Roboto') format('svg');
  /* Legacy iOS */
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  src: url('https://gedoplan.de/wp-content/themes/gedoplan/style/less/fonts/roboto/roboto-v30-latin-500.eot');
  /* IE9 Compat Modes */
  src: local('Roboto'), url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('https://gedoplan.de/wp-content/themes/gedoplan/fonts/roboto/roboto-v30-latin-500.svg#Roboto') format('svg');
  /* Legacy iOS */
  font-weight: 500;
  font-style: normal;
}
/**
* Font Awesome 6 mixin.
*/
/* Main styling. */
/*
 * This file contains the main theme styles, the layout of the website without content styling.
 */
/**
 * Global styles.
 */
html {
  height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-x: clip;
  color: #404345;
  background-color: #fff;
}
body {
  min-height: 100vh;
  /* Mobile viewport bugfix. */
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow-x: clip;
  font: 400 18px / 1.5 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 18px / 1.2;
  }
}
/* Headings. */
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4,
input.gp-form__product-title[readonly],
fieldset legend {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 0.5em;
  hyphens: auto;
  overflow-wrap: break-word;
  color: #00527c;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
.h1 > a,
.h2 > a,
.h3 > a,
.h4 > a {
  color: #00527c;
}
h1 > a:hover,
h2 > a:hover,
h3 > a:hover,
h4 > a:hover,
.h1 > a:hover,
.h2 > a:hover,
.h3 > a:hover,
.h4 > a:hover,
h1 > a:focus,
h2 > a:focus,
h3 > a:focus,
h4 > a:focus,
.h1 > a:focus,
.h2 > a:focus,
.h3 > a:focus,
.h4 > a:focus {
  color: #016eb6;
}
h1 > a:active,
h2 > a:active,
h3 > a:active,
h4 > a:active,
.h1 > a:active,
.h2 > a:active,
.h3 > a:active,
.h4 > a:active {
  color: #016eb6;
}
h1,
.h1 {
  font-size: 56px;
  line-height: 1.1;
}
@media (min-width: 480px) and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 479px) {
  h1,
  .h1 {
    font-size: 1.8em;
  }
}
h2,
.h2,
input.gp-form__product-title[readonly] {
  font-size: 40px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  h2,
  .h2,
  input.gp-form__product-title[readonly] {
    font-size: 2em;
  }
}
h3,
.h3,
fieldset legend {
  font-size: 22px;
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 500;
}
p {
  margin-bottom: 1em;
}
/*
.woocommerce form p {
  margin-bottom: 0;
}
*/
/* Anchors. */
a {
  display: inline-block;
  color: #00527c;
  text-decoration: none;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover,
a:focus {
  color: #0088c7;
}
a:focus {
  outline: 2px dotted #00527c;
  border-radius: 5px;
}
a:active {
  color: #016eb6;
}
/* Font modificators. */
/* Images. */
figure {
  max-width: 100%;
  margin: 0;
}
figure img {
  display: block;
}
figure figcaption {
  margin-bottom: 1em;
}
/* Custom stuff. */
iframe {
  border: none;
}
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
/* Lower content spacing on mobile devices. */
@media (max-width: 767px) {
  .layout-wide .ws-row {
    padding: 0;
    max-width: 96%;
  }
}
/**
 * Global layout.
 */
.ws-wrapper {
  /* Initially hide content. */
  /*display: none;*/
  min-height: 100%;
}
.main-wrapper {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .main-wrapper {
    margin-bottom: 45px;
  }
}
:where(.post-content) ol,
:where(.post-content) ul {
  margin-bottom: 1em;
  padding-left: 2em;
  list-style-position: outside;
}
:where(.post-content) ol {
  list-style-type: decimal;
}
:where(.post-content) ul {
  list-style-type: disc;
}
:where(.post-content) li {
  margin-bottom: 0.5em;
}
:where(.post-content) table {
  width: 100%;
  border-style: solid;
  border-color: #c0c2c4;
}
:where(.post-content) td,
:where(.post-content) th {
  vertical-align: top;
  padding: 0.5em;
  border-bottom: 1px solid;
  border-color: #c0c2c4;
  outline: none;
}
header.thumbnail a {
  line-height: 0;
}
header.thumbnail img {
  border-radius: 5px;
}
header.post-meta > .ws-row:first-child {
  padding-top: 45px;
}
@media (max-width: 1023px) {
  header.post-meta > .ws-row:first-child {
    padding-top: 22.5px;
  }
}
header.post-meta > .ws-row:first-child:has(> .edit-link:first-child:last-child) {
  padding: 0;
}
.post-content > .ws-row:first-child {
  padding-top: 45px;
}
@media (max-width: 1023px) {
  .post-content > .ws-row:first-child {
    padding-top: 22.5px;
  }
}
.single .post-content > .ws-row:first-child {
  padding-top: 0;
}
.post-content > .ws-row > .content-wrapper > .post-body,
.post-content > .ws-row > .content-wrapper > .post-sidebar {
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .post-content > .ws-row > .content-wrapper > .post-body,
  .post-content > .ws-row > .content-wrapper > .post-sidebar {
    margin-bottom: 45px;
  }
}
.post-content > .ws-row > .content-wrapper > .post-sidebar > * {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .post-content > .ws-row > .content-wrapper > .post-sidebar > * {
    margin-bottom: 22.5px;
  }
}
.post-content > .ws-row > .content-wrapper > .post-sidebar > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .post-content > .ws-row > .content-wrapper {
    display: flex;
    flex-wrap: nowrap;
  }
  .post-content > .ws-row > .content-wrapper > .post-body {
    width: 66.66666667%;
  }
  .post-content > .ws-row > .content-wrapper > .post-sidebar {
    width: 33.33333333%;
    padding-left: 3em;
  }
}
.post-content header.thumbnail {
  margin-bottom: 45px;
}
.post-footer {
  margin-top: 45px;
}
/* Fix wrong side padding for full width rows. */
/*
.layout-wide .ws-row [data-vc-full-width] .ws-row {
  width: auto;
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}
*/
/* Buttons */
button,
input[type='button'],
input[type='submit'],
.button,
.submit,
.wpcf7-submit,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary,
.vc_general.vc_btn3.vc_btn3-style-wsct-text {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
}
button:hover,
input[type='button']:hover,
input[type='submit']:hover,
.button:hover,
.submit:hover,
.wpcf7-submit:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:hover,
button:focus,
input[type='button']:focus,
input[type='submit']:focus,
.button:focus,
.submit:focus,
.wpcf7-submit:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
button:focus,
input[type='button']:focus,
input[type='submit']:focus,
.button:focus,
.submit:focus,
.wpcf7-submit:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:focus {
  outline: 2px dotted #00527c;
}
button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
.button:disabled,
.submit:disabled,
.wpcf7-submit:disabled,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:disabled,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:disabled,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:disabled,
button:disabled:hover,
input[type='button']:disabled:hover,
input[type='submit']:disabled:hover,
.button:disabled:hover,
.submit:disabled:hover,
.wpcf7-submit:disabled:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:disabled:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:disabled:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:disabled:hover,
button:disabled:focus,
input[type='button']:disabled:focus,
input[type='submit']:disabled:focus,
.button:disabled:focus,
.submit:disabled:focus,
.wpcf7-submit:disabled:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:disabled:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:disabled:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:disabled:focus,
button:disabled:active,
input[type='button']:disabled:active,
input[type='submit']:disabled:active,
.button:disabled:active,
.submit:disabled:active,
.wpcf7-submit:disabled:active,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:disabled:active,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:disabled:active,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.button-text,
.vc_general.vc_btn3.vc_btn3-style-wsct-text {
  color: #016eb6;
  background-color: transparent;
  box-shadow: none;
}
.button-text:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:hover,
.button-text:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-text:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.button-secondary,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary {
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.button-secondary:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:hover,
.button-secondary:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.button-primary,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary {
  color: #fff;
  background-color: #016eb6;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.button-primary:hover,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:hover,
.button-primary:focus,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.button-small {
  padding: 0.62em 0.87em;
  font-size: 0.9em;
  line-height: 1.15;
}
.button-large {
  padding: 0.62em 1em;
  font-size: 1.3em;
}
.vc_btn3.vc_btn3-size-sm,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary.vc_btn3-size-sm,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary.vc_btn3-size-sm,
.vc_general.vc_btn3.vc_btn3-style-wsct-text.vc_btn3-size-sm {
  padding: 0.62em 0.87em;
  font-size: 0.9em;
  line-height: 1.15;
}
.vc_btn3.vc_btn3-size-lg,
.vc_general.vc_btn3.vc_btn3-style-wsct-primary.vc_btn3-size-lg,
.vc_general.vc_btn3.vc_btn3-style-wsct-secondary.vc_btn3-size-lg,
.vc_general.vc_btn3.vc_btn3-style-wsct-text.vc_btn3-size-lg {
  padding: 0.62em 1em;
  font-size: 1.3em;
}
/* Inputs */
select,
textarea,
input[type='date'],
input[type='email'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='checkbox'],
input[type='radio'],
input.input-text,
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-select,
.wpcf7-textarea,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 460px;
  max-width: 100%;
  padding: 0.62em 1.8em;
  border: none;
  border-radius: 0.83333333em;
  outline: none;
  font: 400 1em/ 1.5 'Open Sans', sans-serif;
  font-style: normal;
  color: #404345;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  -webkit-transition: border-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: border-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: border-color 0.2s linear, box-shadow 0.2s linear;
  transition: border-color 0.2s linear, box-shadow 0.2s linear;
}
select:hover,
textarea:hover,
input[type='date']:hover,
input[type='email']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='url']:hover,
input[type='checkbox']:hover,
input[type='radio']:hover,
input.input-text:hover,
.wpcf7-text:hover,
.wpcf7-textarea:hover,
.wpcf7-select:hover {
  outline: none;
}
select:focus,
textarea:focus,
input[type='date']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='checkbox']:focus,
input[type='radio']:focus,
input.input-text:focus,
.wpcf7-text:focus,
.wpcf7-textarea:focus,
.wpcf7-select:focus {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  outline: 2px dotted #00527c;
}
input[type='checkbox'],
input[type='radio'] {
  appearance: none;
  width: 1em;
  height: 1em;
  min-width: auto;
  margin-right: 0.5em;
  padding: 0;
  border-radius: 0;
  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
}
input[type='checkbox'] + label,
input[type='radio'] + label {
  display: inline;
}
input[type='checkbox'] {
  border-radius: 5px;
}
input[type='checkbox']:before {
  content: '\f00c';
  display: var(--fa-display, inline-block);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  visibility: hidden;
  vertical-align: top;
}
input[type='radio'] {
  border-radius: 50%;
}
input[type='radio']:before {
  content: '';
  display: block;
  visibility: hidden;
  width: 50%;
  height: 50%;
  margin: 25%;
  border-radius: inherit;
  background: currentColor;
}
input:checked::before {
  visibility: visible;
}
textarea,
.wpcf7-textarea {
  width: 100%;
  min-height: 2em;
  margin-bottom: 1.5em;
  vertical-align: top;
  resize: vertical;
  max-width: 100%;
  min-width: 100%;
}
/* Contact Form 7 */
.wpcf7-text {
  width: 250px;
}
@media (max-width: 480px) {
  .wpcf7-text {
    width: 100%;
  }
}
.wpcf7 {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-select {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 0.75em;
}
.wpcf7 .wpcf7-form-control-wrap:has(~ .wpcf7-form-control-wrap) {
  margin-right: 1.5em;
}
.wpcf7 .wpcf7-submit {
  color: #fff;
  background-color: #016eb6;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-submit:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.wpcf7 .wpcf7-spinner {
  margin: 0;
}
.wpcf7 .submit-wrap {
  margin-top: 5em;
}
.wpcf7 .submit-wrap p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.wpcf7 form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 6px 25px;
  border-radius: 15px;
  border: 2px solid #00a0d2;
  /* Blue */
  font: 400 1em/ 1.5 'Open Sans', sans-serif;
  font-style: normal;
  line-height: 1.5em;
  border-color: #0088c7 !important;
  color: #0088c7 !important;
}
.wpcf7-form {
  *zoom: 1;
}
.wpcf7-form:before,
.wpcf7-form:after {
  content: ' ';
  display: table;
}
.wpcf7-form:after {
  clear: both;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-radio {
  display: flex;
  gap: 1.5em;
}
.wpcf7-not-valid-tip {
  font-size: 0.66666667em;
  color: #e91655;
}
.wpcf7-textarea ~ .wpcf7-not-valid-tip {
  margin-top: -2.25em;
  margin-bottom: 2.25em;
}
/* Custom form styles */
input.gp-form__product-description[readonly],
input.gp-form__summary-price[readonly] {
  font: 300 1.5em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  color: #00527c;
}
input.gp-form__product-title[readonly],
input.gp-form__product-description[readonly],
input.gp-form__summary-price[readonly] {
  appearance: none;
  width: auto;
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
.gp-form__discount {
  /*.wpcf7-radio*/
}
.gp-form__discount .wpcf7-radio {
  gap: 2.5em;
}
.gp-form__discount .wpcf7-list-item {
  flex: 1 1 20%;
}
.gp-form__discount .wpcf7-list-item > label {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 2em 2em 0.5em 1em;
  text-align: left;
}
.gp-form__discount .wpcf7-list-item > label:hover,
.gp-form__discount .wpcf7-list-item > label:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.gp-form__discount .wpcf7-list-item > label:focus {
  outline: 2px dotted #00527c;
}
.gp-form__discount .wpcf7-list-item > label:disabled,
.gp-form__discount .wpcf7-list-item > label:disabled:hover,
.gp-form__discount .wpcf7-list-item > label:disabled:focus,
.gp-form__discount .wpcf7-list-item > label:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.gp-form__discount .wpcf7-list-item > label:hover,
.gp-form__discount .wpcf7-list-item > label:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.gp-form__discount .wpcf7-list-item > label:has(input:checked) {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.gp-form__discount .wpcf7-list-item > label input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.gp-form__discount-description {
  display: inline-block;
  margin: 1em 0.8em 0;
  font-size: 0.8em;
  line-height: 1.3;
}
.gp-form__summary {
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: clip;
  padding: 2em 1.4em;
}
.gp-form__summary {
  -webkit-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.gp-form__summary:hover,
.gp-form__summary:focus,
.gp-form__summary:focus-within {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.gp-form__summary,
.gp-form__summary input {
  text-align: right;
}
.gp-form__summary__per-person,
.gp-form__summary__vat {
  font-size: 0.8em;
}
p:has(.gp-form__summary-price),
.gp-form__summary__vat {
  margin-bottom: 0;
}
.gp-form-row {
  display: flex;
  gap: 1em;
}
.gp-form-row input,
.gp-form-row select {
  width: 100%;
}
.gp-form-row--2-cols > * {
  flex: 0 0 50%;
}
.gp-form-row--3-cols > * {
  flex: 0 0 33.33333333%;
}
/* Style input placeholder. */
textarea,
input,
.wpcf7-textarea {
  /* Hide placeholder on focus. */
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  color: #c0c2c4;
  line-height: inherit;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  color: #c0c2c4;
  line-height: inherit;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  color: #c0c2c4;
  line-height: inherit;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  color: #c0c2c4;
  line-height: inherit;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0;
}
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0;
}
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0;
}
textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0;
}
input:placeholder-shown {
  text-overflow: ellipsis;
}
label {
  display: block;
}
fieldset {
  margin-bottom: 2em;
}
fieldset fieldset {
  margin-bottom: 1.5em;
}
fieldset legend {
  margin-bottom: 1em;
}
fieldset > p:not(:has( ~ :not(.wpcf7cf-hidden))) {
  margin-bottom: 0;
}
/**
 * This file contains all wordpress block styles.
 */
/*
	.wp-block-image,
	.wp-block-gallery {
		width: 100%;
		margin-top: @content-spacing;

		img {
			//width: 100%;
		}
	}
	*/
.wp-block-columns {
  margin: 0 -18px 0;
}
.wp-block-column {
  margin: 0;
  padding: 0 18px;
  flex-basis: 100%;
  /*
		.wp-block-image,
		.wp-block-gallery {
			margin-top: 0;
		}
		*/
}
/*
	.wp-block-gallery {
		margin-bottom: -@content-spacing; //@content-spacing - @column-spacing;
		padding-bottom: @content-spacing - @column-spacing;

		.blocks-gallery-image,
		.blocks-gallery-item {
			width: ~'calc((100% - @{column-spacing}) / 2)';
			margin: 0 @column-spacing @column-spacing 0;
		}
	}
	*/
/*
	.wp-block-columns {
		margin-top: @column-spacing;
		margin-bottom: -@content-spacing;
	}
	*/
.wp-block-separator {
  margin: 45px 0;
}
.wp-block-media-text {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .wp-block-columns {
    margin: 0 -9px 0;
  }
  .wp-block-column {
    padding: 0 9px;
  }
  .wp-block-separator {
    margin: 22.5px 0;
  }
}
.wp-block-search__button {
  margin-left: 0.5em;
  color: #fff;
  background-color: #016eb6;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.wp-block-search__button:hover,
.wp-block-search__button:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.wp-block-search__button.has-icon {
  padding: 0.62em;
}
.wp-block-search__button svg {
  width: 1.9em;
  height: 1.9em;
  margin: -0.2em;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  padding: 0;
  border: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):focus-within {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  outline: 2px dotted #00527c;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  outline: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button {
  color: #016eb6;
  background-color: transparent;
  box-shadow: none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button:hover,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__button:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0.62em 0.62em 0.62em 1.8em;
  box-shadow: none;
  outline: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  margin: 0.2em;
  padding: 0.42em 1.6em;
  border-radius: 0.65em;
  outline: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  padding: 0.42em;
}
.has-white-color {
  color: #fff;
}
.has-white-background-color {
  background-color: #fff;
}
.has-white-background-color.wp-block-separator {
  border-color: #fff;
}
.has-gray-lightest-color {
  color: #f8f8f8;
}
.has-gray-lightest-background-color {
  background-color: #f8f8f8;
}
.has-gray-lightest-background-color.wp-block-separator {
  border-color: #f8f8f8;
}
.has-gray-light-color {
  color: #c0c2c4;
}
.has-gray-light-background-color {
  background-color: #c0c2c4;
}
.has-gray-light-background-color.wp-block-separator {
  border-color: #c0c2c4;
}
.has-skyblue-light-color {
  color: #eef7fd;
}
.has-skyblue-light-background-color {
  background-color: #eef7fd;
}
.has-skyblue-light-background-color.wp-block-separator {
  border-color: #eef7fd;
}
.has-skyblue-color {
  color: #81d7ff;
}
.has-skyblue-background-color {
  background-color: #81d7ff;
}
.has-skyblue-background-color.wp-block-separator {
  border-color: #81d7ff;
}
.has-corporate-color {
  color: #016eb6;
}
.has-corporate-background-color {
  background-color: #016eb6;
}
.has-corporate-background-color.wp-block-separator {
  border-color: #016eb6;
}
.has-link-color {
  color: #00527c;
}
.has-link-background-color {
  background-color: #00527c;
}
.has-link-background-color.wp-block-separator {
  border-color: #00527c;
}
.has-text-color {
  color: #404345;
}
.has-text-background-color {
  background-color: #404345;
}
.has-text-background-color.wp-block-separator {
  border-color: #404345;
}
/* header */
.header {
  position: fixed;
  top: 0;
  /* One less than lightgallery overlay (thickbox uses 1042 for backdrop). */
  z-index: 1039;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .header {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1023px) {
  .header {
    min-height: 0;
    background-color: transparent;
    -webkit-transition: min-height 0s linear 0.2s, background-color 0.2s linear;
    -ms-transition: min-height 0s linear 0.2s, background-color 0.2s linear;
    -o-transition: min-height 0s linear 0.2s, background-color 0.2s linear;
    transition: min-height 0s linear 0.2s, background-color 0.2s linear;
  }
  body.flyout-full .header {
    min-height: 100vh;
    overflow-y: auto;
    background-color: #f8f8f8;
    -webkit-transition: min-height 0s linear 0s, background-color 0.2s linear;
    -ms-transition: min-height 0s linear 0s, background-color 0.2s linear;
    -o-transition: min-height 0s linear 0s, background-color 0.2s linear;
    transition: min-height 0s linear 0s, background-color 0.2s linear;
  }
  .header::-webkit-scrollbar {
    width: 0;
  }
  .header ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
  }
  .header ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  .header ::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
}
.header .top-area {
  background-color: #f8f8f8;
}
@media (max-width: 1023px) {
  .header .top-area {
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
  }
  body.flyout-full .header .top-area {
    box-shadow: none;
  }
}
.header .top-area .ws-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  line-height: 0;
}
.header .logo a {
  display: inline-block;
  margin: 8px 0;
  line-height: 0;
  border-radius: 5px;
  -webkit-transition: margin 0.2s linear;
  -ms-transition: margin 0.2s linear;
  -o-transition: margin 0.2s linear;
  transition: margin 0.2s linear;
}
.header .logo .logo-img {
  display: inline-block;
  height: 45px;
  -webkit-transition: height 0.2s linear;
  -ms-transition: height 0.2s linear;
  -o-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
@media (min-width: 1200px) {
  .header .logo a {
    margin: 18px 0;
  }
  .header .logo .logo-img {
    height: 70px;
  }
}
body.scrolled .header .logo a {
  margin: 8px 0;
}
body.scrolled .header .logo .logo-img {
  height: 45px;
}
.header .logo-title {
  display: none;
}
.header .nav-toggle {
  position: relative;
  /* Show "x" as nav toggle when active. */
  position: fixed;
  right: 36px;
  width: 45px;
  height: 45px;
  padding: 0;
  background-color: transparent;
  border-radius: 5px;
  box-shadow: none;
  z-index: 1039;
  cursor: pointer;
}
.header .nav-toggle .fa-bars {
  display: block;
  position: absolute;
  width: 25px;
  height: 3px;
  top: 50%;
  /*(@height / 2) - 1;*/
  right: 50%;
  /*@toggle-h-padding;*/
  background-color: #016eb6;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.header .nav-toggle .fa-bars:before,
.header .nav-toggle .fa-bars:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #016eb6;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.header .nav-toggle .fa-bars:before {
  -webkit-transform: translateY(-9.5px);
  -ms-transform: translateY(-9.5px);
  -o-transform: translateY(-9.5px);
  transform: translateY(-9.5px);
}
.header .nav-toggle .fa-bars:after {
  -webkit-transform: translateY(9.5px);
  -ms-transform: translateY(9.5px);
  -o-transform: translateY(9.5px);
  transform: translateY(9.5px);
}
.header .nav-toggle:hover .fa-bars,
.header .nav-toggle:hover .fa-bars:before,
.header .nav-toggle:hover .fa-bars:after {
  background: #404345;
}
.header .nav-toggle.active .fa-bars {
  background-color: transparent;
}
.header .nav-toggle.active .fa-bars:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .nav-toggle.active .fa-bars:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .header .nav-toggle {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .nav-toggle {
    right: 2%;
  }
}
.header .nav-toggle .fa-bars,
.header .nav-toggle .fa-bars:before,
.header .nav-toggle .fa-bars:after {
  -webkit-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.header .nav-flyout {
  position: relative;
  background-color: #fff;
}
@media (max-width: 1023px) {
  .header .nav-flyout {
    position: absolute;
    width: 100%;
    max-height: 0;
    min-height: 0;
    transform: translateX(-100%);
    overflow: hidden;
    background-color: #f8f8f8;
    -webkit-transition: transform 0.2s linear, max-height 0s linear 0.2s, min-height 0s linear 0.2s;
    -ms-transition: transform 0.2s linear, max-height 0s linear 0.2s, min-height 0s linear 0.2s;
    -o-transition: transform 0.2s linear, max-height 0s linear 0.2s, min-height 0s linear 0.2s;
    transition: transform 0.2s linear, max-height 0s linear 0.2s, min-height 0s linear 0.2s;
  }
  .header .nav-flyout.active {
    min-height: calc(100% - 61px);
    max-height: 9999px;
    transform: translateX(0);
    -webkit-transition: transform 0.2s linear, max-height 0s linear 0s, min-height 0s linear 0s;
    -ms-transition: transform 0.2s linear, max-height 0s linear 0s, min-height 0s linear 0s;
    -o-transition: transform 0.2s linear, max-height 0s linear 0s, min-height 0s linear 0s;
    transition: transform 0.2s linear, max-height 0s linear 0s, min-height 0s linear 0s;
  }
  .header .nav-flyout .widget {
    margin-bottom: 1.5em;
  }
}
.header .nav-flyout > .ws-row {
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 1024px) {
  .header .nav-flyout > .ws-row {
    justify-content: space-between;
    align-items: flex-end;
    gap: 1em;
    padding-top: 0.3em;
  }
}
@media (min-width: 1200px) {
  .header .nav-flyout > .ws-row {
    gap: 2em;
    padding-top: 0.5em;
  }
  body.scrolled .header .nav-flyout > .ws-row {
    gap: 1em;
    padding-top: 0.3em;
  }
}
@media (max-width: 1023px) {
  .header .nav-flyout > .ws-row {
    flex-direction: column;
    gap: 0.3em;
    padding-top: 1.5em;
    padding-bottom: 45px;
  }
}
.header .menu,
.header .sub-menu {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .header .menu,
  .header .sub-menu {
    flex-direction: column;
    gap: 0.3em;
  }
}
.header .menu li a i.fa {
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 -0.25em;
  padding: 0.575em;
  vertical-align: top;
}
.header .menu li a i.fa:before {
  display: inline-block;
  font-size: 1.9em;
  transform: translate(-50%, -50%);
}
.header .menu li a i.fa ~ * {
  margin-left: 1em;
}
@media (min-width: 1024px) {
  .header .menu li {
    display: inline-block;
  }
  .header .menu li.mobile {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header .menu {
    flex-wrap: nowrap;
  }
  .header .menu a {
    /* .button */
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0.62em 1.8em;
    font: 500 1em/ 1.5 'Roboto', sans-serif;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-color: transparent;
    border-radius: 0.83333333em;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    appearance: button;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    /* .button-text */
    color: #016eb6;
    background-color: #fff;
    box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
    /* .button-small */
    padding: 0.62em 0.87em;
    font-size: 0.9em;
    line-height: 1.15;
    text-align: left;
  }
  .header .menu a:hover,
  .header .menu a:focus {
    color: #fff;
    background-color: #0088c7;
    box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  }
  .header .menu a:focus {
    outline: 2px dotted #00527c;
  }
  .header .menu a:disabled,
  .header .menu a:disabled:hover,
  .header .menu a:disabled:focus,
  .header .menu a:disabled:active {
    color: #fff;
    background-color: #c0c2c4;
    box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  }
  .header .menu a:hover,
  .header .menu a:focus {
    color: #fff;
    background-color: #0088c7;
    box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  }
  .header .menu li.active > a {
    color: #fff;
    background-color: #016eb6;
    box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  }
  .header .menu li.active > a:hover,
  .header .menu li.active > a:focus {
    color: #fff;
    background-color: #0088c7;
    box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  }
}
.header .sub-menu {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
@media (max-width: 1023px) {
  .header .sub-menu {
    position: relative;
    padding-left: 2em;
  }
  .header .sub-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.6em;
    bottom: 0.6em;
    left: 1em;
    border-left: 1px dashed #c0c2c4;
  }
}
.header .widget_search {
  flex-basis: 460px;
}
.header .widget_search .wp-block-search__inside-wrapper,
.header .widget_search .wp-block-search__input {
  width: auto;
}
@media (min-width: 1024px) {
  .header .widget_search .wp-block-search__button-inside .wp-block-search__input {
    padding: 0.2em 0.2em 0.2em 1.8em;
    box-shadow: none;
    outline: none;
  }
  .header .widget_search .wp-block-search__button-inside .wp-block-search__button {
    margin: 0;
    padding: 0.2em 0.42em;
    border-radius: 0.65em;
    outline: none;
  }
  .header .widget_search .wp-block-search__button-inside .wp-block-search__button.has-icon {
    padding: 0.2em;
  }
  .header .widget_search .wp-block-search__button-inside .wp-block-search__button {
    border-radius: 0.65em 0.83333333em 0.83333333em 0.65em;
    -webkit-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header .widget_search .wp-block-search__button-inside .wp-block-search__button .has-icon {
    padding: 0.2em 0.42em;
  }
}
@media (min-width: 1200px) {
  .header .widget_search .wp-block-search__button-inside .wp-block-search__input {
    padding: 0.62em 0.62em 0.62em 1.8em;
    box-shadow: none;
    outline: none;
  }
  .header .widget_search .wp-block-search__button-inside .wp-block-search__button {
    margin: 0.2em;
    padding: 0.42em 1.6em;
    border-radius: 0.65em;
    outline: none;
  }
  .header .widget_search .wp-block-search__button-inside .wp-block-search__button.has-icon {
    padding: 0.42em;
  }
  body.scrolled .header .widget_search .wp-block-search__button-inside .wp-block-search__input {
    padding: 0.2em 0.2em 0.2em 1.8em;
    box-shadow: none;
    outline: none;
  }
  body.scrolled .header .widget_search .wp-block-search__button-inside .wp-block-search__button {
    margin: 0;
    padding: 0.2em 0.42em;
    border-radius: 0.65em;
    outline: none;
  }
  body.scrolled .header .widget_search .wp-block-search__button-inside .wp-block-search__button.has-icon {
    padding: 0.2em;
  }
  body.scrolled .header .widget_search .wp-block-search__button-inside .wp-block-search__button {
    border-radius: 0.65em 0.83333333em 0.83333333em 0.65em;
  }
  body.scrolled .header .widget_search .wp-block-search__button-inside .wp-block-search__button .has-icon {
    padding: 0.2em 0.42em;
  }
}
@media (min-width: 1024px) {
  .header .widget-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1em;
    flex: 1 1 auto;
  }
  .header .widget-area .widget {
    margin-bottom: 0.3em;
  }
}
@media (min-width: 1200px) {
  .header .widget-area .widget {
    margin-bottom: 0.5em;
  }
  body.scrolled .header .widget-area .widget {
    margin-bottom: 0.3em;
  }
}
@media (min-width: 1024px) {
  .top-menu {
    position: absolute;
    top: -61px;
    right: 36px;
    -webkit-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    transition: top 0.2s linear;
  }
  .top-menu .menu {
    align-items: center;
    gap: 0.2em;
    height: 45px;
    margin: 8px 0;
    -webkit-transition: height 0.2s linear, margin 0.2s linear;
    -ms-transition: height 0.2s linear, margin 0.2s linear;
    -o-transition: height 0.2s linear, margin 0.2s linear;
    transition: height 0.2s linear, margin 0.2s linear;
  }
  .top-menu a {
    /* .button */
    display: inline-block;
    max-width: 100%;
    margin: 0;
    padding: 0.62em 1.8em;
    font: 500 1em/ 1.5 'Roboto', sans-serif;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
    border: none;
    border-color: transparent;
    border-radius: 0.83333333em;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-appearance: button;
    appearance: button;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
    /* .button-text */
    color: #016eb6;
    background-color: transparent;
    box-shadow: none;
    /* .button-small */
    padding: 0.62em 0.87em;
    font-size: 0.9em;
    line-height: 1.15;
  }
  .top-menu a:hover,
  .top-menu a:focus {
    color: #fff;
    background-color: #0088c7;
    box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  }
  .top-menu a:focus {
    outline: 2px dotted #00527c;
  }
  .top-menu a:disabled,
  .top-menu a:disabled:hover,
  .top-menu a:disabled:focus,
  .top-menu a:disabled:active {
    color: #fff;
    background-color: #c0c2c4;
    box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  }
  .top-menu a:hover,
  .top-menu a:focus {
    color: #fff;
    background-color: #0088c7;
    box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  }
  .top-menu li.active > a {
    color: #fff;
    background-color: #016eb6;
    box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  }
  .top-menu li.active > a:hover,
  .top-menu li.active > a:focus {
    color: #fff;
    background-color: #0088c7;
    box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 1200px) {
  .top-menu {
    top: -106px;
  }
  .top-menu .menu {
    height: 70px;
    margin: 18px 0;
  }
  body.scrolled .top-menu {
    top: -61px;
  }
  body.scrolled .top-menu .menu {
    height: 45px;
    margin: 8px 0;
  }
}
@media (min-width: 1380px) {
  .top-menu .menu {
    gap: 0.7em;
  }
}
@media (min-width: 1024px) {
  .header-menu .menu {
    align-items: flex-start;
    gap: 1em;
  }
  .header-menu .menu > li > a {
    padding-bottom: 0.3rem;
    color: #676767;
    font: 300 1.15em/ 1.5 'Roboto', sans-serif;
    font-style: normal;
    text-transform: uppercase;
  }
  .header-menu .menu > li.active > a {
    color: #00527c;
  }
  .header-menu .menu > li > a:hover,
  .header-menu .menu > li.active > a:hover,
  .header-menu .menu > li > a:focus,
  .header-menu .menu > li.active > a:focus {
    color: #0088c7;
  }
  .header-menu .menu > li > a:active,
  .header-menu .menu > li.active > a:active {
    color: #00527c;
  }
  .header-menu .menu > li.parent > a:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.35em;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid currentColor;
    transform: rotate(0deg);
    -webkit-transition: transform 0.2s linear;
    -ms-transition: transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
  }
  .header-menu .menu > li:hover.parent > a:after,
  .header-menu .menu > li:focus.parent > a:after,
  .header-menu .menu > li:focus-within.parent > a:after {
    transform: rotate(90deg);
  }
  .header-menu .menu > li:hover:after,
  .header-menu .menu > li:focus:after,
  .header-menu .menu > li:focus-within:after {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .header-menu .menu > li:hover > a,
  .header-menu .menu > li:focus > a,
  .header-menu .menu > li:focus-within > a {
    color: #0088c7;
  }
  .header-menu .menu > li:hover > .sub-menu,
  .header-menu .menu > li:focus > .sub-menu,
  .header-menu .menu > li:focus-within > .sub-menu {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .header-menu .sub-menu {
    position: absolute;
    flex-direction: column;
    margin-left: -1em;
    padding: 0;
    opacity: 0;
    z-index: 1039;
    pointer-events: none;
    -webkit-transition: opacity 0.2s linear 0.1s;
    -ms-transition: opacity 0.2s linear 0.1s;
    -o-transition: opacity 0.2s linear 0.1s;
    transition: opacity 0.2s linear 0.1s;
  }
  .header-menu .sub-menu li {
    border-bottom: 1px dotted #fff;
  }
  .header-menu .sub-menu li:last-child {
    border: none;
  }
  .header-menu .sub-menu li.active > a {
    color: #c0c2c4;
  }
  .header-menu .sub-menu a {
    display: block;
    padding: 0.5em 1em;
    color: #fff;
  }
  .header-menu .sub-menu a:focus {
    outline-color: #c0c2c4;
  }
  .header-menu .sub-menu a:hover,
  .header-menu .sub-menu li.active > a:hover,
  .header-menu .sub-menu a:focus,
  .header-menu .sub-menu li.active > a:focus {
    color: #c0c2c4;
  }
  .header-menu .sub-menu a:active,
  .header-menu .sub-menu li.active > a:active {
    color: #c0c2c4;
  }
  .header-menu .sub-menu:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.1);
    background-image: -webkit-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
    background-image: -moz-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
    background-image: -ms-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
    background-image: -o-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
    background-image: linear-gradient(160deg, #016eb6 0%, #0088c7 100%);
  }
  .header-menu a {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) and (min-width: 1200px) {
  .header-menu .menu > li > a {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .header-menu .menu {
    gap: 1.5em;
  }
}
.bottom,
.footer {
  color: #878787;
}
.bottom a,
.footer a {
  color: #878787;
}
.bottom a:hover,
.footer a:hover,
.bottom a:focus,
.footer a:focus {
  color: #0088c7;
}
.bottom a:active,
.footer a:active {
  color: #016eb6;
}
.bottom li.active a,
.footer li.active a {
  color: #00527c;
}
/* Bottom - below content, before footer. */
.bottom {
  padding: 3em 0 0;
  background-color: #f8f8f8;
  *zoom: 1;
  background-image: -webkit-linear-gradient(-90deg, #f8f8f8 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(-90deg, #f8f8f8 0%, #f0f0f0 100%);
  background-image: -ms-linear-gradient(-90deg, #f8f8f8 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(-90deg, #f8f8f8 0%, #f0f0f0 100%);
  background-image: linear-gradient(180deg, #f8f8f8 0%, #f0f0f0 100%);
}
.bottom:before,
.bottom:after {
  content: ' ';
  display: table;
}
.bottom:after {
  clear: both;
}
.bottom .widget_block {
  margin-bottom: 45px;
}
/* Footer. */
.footer {
  background-color: #f0f0f0;
  text-align: center;
}
.footer .menu {
  display: flex;
  justify-content: center;
  gap: 0.7em;
}
.footer:after {
  content: '';
  display: block;
  height: 1em;
  margin-top: 2.5em;
  overflow: hidden;
  overflow: clip;
  background-image: -webkit-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
  background-image: -moz-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
  background-image: -ms-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
  background-image: -o-linear-gradient(-70deg, #016eb6 0%, #0088c7 100%);
  background-image: linear-gradient(160deg, #016eb6 0%, #0088c7 100%);
}
/**
 * Comment styling.
 */
#comments {
  margin-top: 90px;
}
#comments ul {
  list-style: none;
  padding: 0;
}
#comments ul.children {
  position: relative;
  margin: 1.5em 0;
  padding-left: 2em;
}
#comments ul.children:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.4em;
  bottom: 0.4em;
  left: 1em;
  border-left: 1px dashed #c0c2c4;
}
#comments ul + .comment-respond {
  margin-top: 45px;
}
.comment-meta {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 60px;
}
.comment-meta .avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.comment-metadata,
.comment-reply-title {
  display: flex;
  justify-content: space-between;
}
.comment-metadata {
  font-size: 0.8em;
}
.comment-edit-link:before {
  content: '\f044';
  display: var(--fa-display, inline-block);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}
.comment-reply-link {
  font-size: 0.8em;
}
.comment-body:has(+ .comment-respond) .reply {
  display: none;
}
#cancel-comment-reply-link {
  font-size: 0.8em;
}
#cancel-comment-reply-link:before {
  content: '\f00d';
  display: var(--fa-display, inline-block);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.3em;
}
@media (max-width: 1023px) {
  .comment-edit-link,
  #cancel-comment-reply-link {
    width: 1em;
    height: 1em;
    overflow: hidden;
  }
  .comment-edit-link:before,
  #cancel-comment-reply-link:before {
    display: block;
  }
}
.comment-respond {
  margin: 1.2em 0 45px;
}
.comment-form .logged-in-as,
.comment-form .comment-notes {
  font-size: 0.8em;
}
.comment-form .form-submit {
  margin-top: 2.5em;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-comment label {
  display: none;
}
.comment-form-cookies-consent {
  display: flex;
}
.comment-form-cookies-consent input {
  flex-shrink: 0;
  margin-right: 0.8em;
}
#comment-status {
  color: #0ced68;
  border: 1px solid #c0c2c4;
}
#comment-status.comment-error {
  color: #e91655;
  border-color: #e91655;
}
/*
 This file contains all styles for the content area.

 Custom classes used in content
 ------------------------------
 teaser: Removes margin below this element.
 hide-mobile: Hides this element on mobile devices.
*/
/**
 * Global style classes.
 */
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.inline {
  display: inline-block;
}
/* hide-mobile - hide mobile */
@media (max-width: 1023px) {
  .hide-mobile {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none;
  }
}
/* contrasted */
.gp-contrasted,
.gp-contrasted h1,
.gp-contrasted h2,
.gp-contrasted h3,
.gp-contrasted h4,
.gp-contrasted .h1,
.gp-contrasted .h2,
.gp-contrasted .h3,
.gp-contrasted .h4,
.gp-contrasted > a,
.gp-contrasted h1 > a,
.gp-contrasted h2 > a,
.gp-contrasted h3 > a,
.gp-contrasted h4 > a,
.gp-contrasted .h1 > a,
.gp-contrasted .h2 > a,
.gp-contrasted .h3 > a,
.gp-contrasted .h4 > a {
  color: #fff;
}
.gp-contrasted a {
  color: #fff;
}
/* accent-text */
.gp-accent-text,
.post-content .post-sidebar h3 {
  font: 300 1.5em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  color: #00527c;
}
.gp-accent-text:has(~ h1),
.gp-accent-text:has(~ .h1),
.gp-accent-text:has(~ h2),
.gp-accent-text:has(~ .h2),
.gp-accent-text:has(~ h3),
.gp-accent-text:has(~ .h3),
.gp-accent-text:has(~ h4),
.gp-accent-text:has(~ .h4 ) {
  margin-bottom: 0.5em;
}
.gp-boxed {
  padding: 2em 1.4em;
}
/* cta for columns only */
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper {
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: clip;
  padding: 2em 1.4em;
}
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper:has(.vc_btn3) {
  -webkit-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper:has(.vc_btn3):hover,
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper:has(.vc_btn3):focus,
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper:has(.vc_btn3):focus-within {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_row-o-equal-height > .vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper {
  flex: 1 0 auto;
}
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper > :last-child {
  margin-bottom: 0;
}
/* contact */
.gp-contact-meta .vc_figure {
  max-width: 300px;
}
.gp-contact-meta ul.gp-address-list {
  padding-left: 70px;
}
@media (min-width: 1452px) {
  .gp-contact-meta ul.gp-address-list {
    margin-top: 2.5em;
  }
}
@media (min-width: 1024px) and (max-width: 1451px) {
  .gp-contact-meta ul.gp-address-list {
    margin-top: calc(3vw);
  }
}
@media (min-width: 1024px) {
  .gp-contact-meta > .wpb_column {
    width: 33.33333333%;
  }
  .gp-contact-meta > .wpb_column ~ .wpb_column {
    width: 66.66666666%;
  }
}
@media (max-width: 1023px) {
  .gp-contact-meta > .wpb_column,
  .gp-contact-meta > .wpb_column ~ .wpb_column {
    width: auto;
    float: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .gp-contact-meta > .wpb_column,
  .gp-contact-meta > .wpb_column ~ .wpb_column {
    width: 50%;
    float: left;
  }
}
ul.gp-address-list {
  display: flex;
  flex-direction: column;
  gap: 1.45em;
  padding-left: 50px;
  list-style: none;
}
ul.gp-address-list li {
  margin-bottom: 0;
}
ul.gp-address-list li.gp-address--tel:before,
ul.gp-address-list li.gp-address--mail:before {
  display: var(--fa-display, inline-block);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 40px;
  height: 40px;
  margin-left: -50px;
  margin-right: 10px;
  font-size: 1.25em;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  border: 3px solid currentColor;
  border-radius: 20px;
}
ul.gp-address-list li.gp-address--tel:before {
  content: '\f095';
}
ul.gp-address-list li.gp-address--mail:before {
  content: '\f0e0';
}
/* text image */
.gp-text-image--h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 0.5em;
  hyphens: auto;
  overflow-wrap: break-word;
  font-size: 22px;
  font-weight: 400;
}
img.gp-text-image--h3,
.gp-text-image--h3 img {
  width: auto;
  height: 1em;
}
/**
 * Custom page styles.
 */
/* Generally hide title on home page and in blog. */
.blog > .post-meta {
  display: none;
}
.blog > .post {
  margin-bottom: 90px;
}
/**
 * Parallax page thumbnail.
 */
/*
.page > .thumbnail {
	.ws-row {
		width: 100%;
		height: @parallax-thumbnail-height;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.wp-post-image {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: auto;
		.transform(translate(0, -47%));
	}
}
*/
/**
 * Pagination.
 */
/**
 * Misc.
 */
/* Post meta and edit links. */
header.post-meta {
  z-index: 1;
}
header.post-meta .categories {
  margin-bottom: 0.75em;
  color: #0088c7;
}
header.post-meta .date,
header.post-meta .acf-news-tagging {
  font-size: 0.9em;
}
header.post-meta .date {
  display: inline-block;
  margin-right: 2em;
  margin-bottom: 1.8rem;
}
@media (min-width: 1024px) {
  header.post-meta .tags {
    width: 33.33333333%;
    float: right;
    padding-left: 3em;
  }
}
header.post-meta .tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6em 0.5em;
}
header.post-meta .tags li {
  /* .button */
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  /* .button-text */
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  /* .button-small */
  padding: 0.62em 0.87em;
  font-size: 0.9em;
  line-height: 1.15;
}
header.post-meta .tags li:hover,
header.post-meta .tags li:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
header.post-meta .tags li:focus {
  outline: 2px dotted #00527c;
}
header.post-meta .tags li:disabled,
header.post-meta .tags li:disabled:hover,
header.post-meta .tags li:disabled:focus,
header.post-meta .tags li:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
header.post-meta .tags li:hover,
header.post-meta .tags li:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
header.post-meta .tags li:hover,
header.post-meta .tags li:focus {
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  cursor: auto;
}
header.post-meta .edit-link {
  position: absolute;
  display: block;
  top: 0;
  right: 36px;
  text-align: right;
}
header.post-meta .edit-link a {
  margin-left: 1em;
}
.post-content .post-sidebar .author-avatar,
.post-content .post-sidebar .author-name,
.post-content .post-sidebar .actions {
  text-align: center;
}
.post-content .post-sidebar .author-info {
  font-size: 0.9em;
}
.post-content .post-sidebar nav ul {
  list-style: none;
  padding-left: 0;
}
.post-content .avatar {
  border-radius: 100%;
}
/* Custom template styles */
.single-it-schulungen .post-content > .ws-row > .content-wrapper {
  display: flex;
  flex-direction: column-reverse;
}
.single-it-schulungen .post-content > .ws-row > .content-wrapper > .post-sidebar {
  text-align: center;
}
.single-it-schulungen .post-content > .ws-row > .content-wrapper > .post-sidebar .thumbnail img {
  max-width: 327px;
}
@media (min-width: 1024px) {
  .single-it-schulungen .post-content > .ws-row > .content-wrapper {
    flex-direction: row;
  }
  .single-it-schulungen .post-content > .ws-row > .content-wrapper > .post-sidebar {
    align-self: center;
    text-align: right;
  }
  .single-it-schulungen .post-content > .ws-row > .content-wrapper > .post-sidebar .thumbnail img {
    max-width: 75%;
  }
}
/* Text selection. */
::selection {
  background: #016eb6;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #016eb6;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #016eb6;
  color: #fff;
  text-shadow: none;
}
/* Plugins. */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/**
 * These styles are the default element styles, which would be added inline by
 * WPBakery Pagebuilder. We disabled the inlining and include them as "normal"
 * CSS style.
 */
.wpb_content_element,
.vc_do_cta3,
.wpb_copyright_element,
.vc_do_icon,
.vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper {
  margin-bottom: 45px;
}
@media (max-width: 1023px) {
  .wpb_content_element,
  .vc_do_cta3,
  .wpb_copyright_element,
  .vc_do_icon,
  .vc_column_container.gp-cta > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 22.5px;
  }
}
.vc_do_pricing_table {
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  border-radius: 5px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.01);
  background-color: #ECECEC;
}
.vc_do_message {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 4em;
  margin-bottom: 45px;
}
.vc_btn3-container {
  margin-bottom: 45px;
}
.vc_btn3-container.vc_btn3-inline + .vc_btn3-container.vc_btn3-inline {
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  .vc_btn3-container {
    margin-bottom: 22.5px;
  }
}
.vc_cta3-style-wsct {
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: clip;
  padding: 2em 1.4em;
}
.vc_cta3-style-wsct.vc_cta3-actions-bottom {
  -webkit-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.vc_cta3-style-wsct.vc_cta3-actions-bottom:hover,
.vc_cta3-style-wsct.vc_cta3-actions-bottom:focus,
.vc_cta3-style-wsct.vc_cta3-actions-bottom:focus-within {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_cta3-style-wsct.vc_cta3-actions-bottom.vc_general.vc_cta3 .vc_cta3-content {
  margin-bottom: 1.5em;
}
.vc_cta3-style-wsct .vc_cta3-actions .vc_btn3-container {
  margin: 0;
}
.wpb_gallery.wpb_content_element:first-child {
  padding-top: 3.74em;
  font-size: 1em;
}
@media (max-width: 1023px) {
  .wpb_gallery.wpb_content_element:first-child {
    padding-top: 3.74em;
  }
}
.wpb_gallery .flexslider {
  position: relative;
  overflow: visible !important;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev,
.wpb_gallery .flexslider .flex-direction-nav .flex-next {
  position: absolute;
  top: -3.74em;
  left: auto;
  opacity: 1;
  text-shadow: none;
  text-indent: 2.74em;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  font-size: 1em;
  line-height: 0;
  width: 2.74em;
  height: 2.74em;
  padding: 0;
  vertical-align: top;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:hover,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:hover,
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:focus,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:focus,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:focus {
  outline: 2px dotted #00527c;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:disabled,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:disabled,
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:disabled:hover,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:disabled:hover,
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:disabled:focus,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:disabled:focus,
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:disabled:active,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:before,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:before,
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:after,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:after {
  display: inline-block;
  font-size: 1.9em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .wpb_gallery .flexslider .flex-direction-nav .flex-prev,
  .wpb_gallery .flexslider .flex-direction-nav .flex-next {
    top: -3.74em;
    font-size: 1em;
    line-height: 0;
    width: 2.74em;
    height: 2.74em;
    padding: 0;
    vertical-align: top;
  }
  .wpb_gallery .flexslider .flex-direction-nav .flex-prev:before,
  .wpb_gallery .flexslider .flex-direction-nav .flex-next:before,
  .wpb_gallery .flexslider .flex-direction-nav .flex-prev:after,
  .wpb_gallery .flexslider .flex-direction-nav .flex-next:after {
    display: inline-block;
    font-size: 1.9em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:before,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:after,
.wpb_gallery .flexslider .flex-direction-nav .flex-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.66666667em;
  height: 2px;
  background-color: currentColor;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev {
  right: 3.24em;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-prev:before {
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.wpb_gallery .flexslider .flex-direction-nav .flex-next {
  right: 0;
}
.wpb_gallery .flexslider .flex-direction-nav .flex-next:before {
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.vc_grid.vc_row.vc_grid-gutter-36px {
  margin-bottom: -36px;
}
.vc_grid.vc_row.vc_grid-gutter-36px .vc_pageable-slide-wrapper {
  margin-right: -36px;
}
.vc_grid.vc_row.vc_grid-gutter-36px .vc_grid-item {
  padding-right: 36px;
  padding-bottom: 36px;
}
.vc_grid-container-wrapper:first-child:has(.wsct-grid--navigable) {
  padding-top: 3.74em;
  font-size: 1em;
}
@media (max-width: 1023px) {
  .vc_grid-container-wrapper:first-child:has(.wsct-grid--navigable) {
    padding-top: 3.74em;
  }
}
/* Post grid carousel. */
.wsct-grid--carousel .vc_grid {
  margin-bottom: 0;
}
.wsct-grid--carousel .vc_grid .vc_grid-item {
  width: 100%;
  padding: 0;
}
.wsct-grid--carousel.wsct-grid--equal-height .owl-stage,
.wsct-grid--carousel.wsct-grid--equal-height .owl-item,
.wsct-grid--carousel.wsct-grid--equal-height .vc_grid.vc_row .vc_grid-item.vc_visible-item {
  flex: 1 0 auto;
  display: flex;
  align-items: stretch;
}
.wsct-grid--carousel.wsct-grid--equal-height .vc_grid-item-mini {
  flex: 1 1 auto;
}
.vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px {
  width: auto;
}
@media (min-width: 1024px) {
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px {
    margin: -10px -18px -45px;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .owl-stage-outer {
    padding: 10px 0;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-item {
    padding: 0 18px 45px;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-prev-wsct,
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-next-wsct {
    top: calc(10px - (2.74em + 1em));
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-prev-wsct {
    right: calc((2.74em + 0.5em) + 18px);
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-next-wsct {
    right: 18px;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-dots {
    margin: -10px 0 45px;
  }
}
@media (max-width: 1023px) {
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px {
    margin: -10px -9px -22.5px;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .owl-stage-outer {
    padding: 10px 0;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-item {
    padding: 0 9px 22.5px;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-prev-wsct,
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-next-wsct {
    top: calc(10px - (2.74em + 1em));
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-prev-wsct {
    right: calc((2.74em + 0.5em) + 9px);
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-nav .vc_grid-nav-next-wsct {
    right: 9px;
  }
  .vc_grid.vc_grid-owl-theme.vc_grid-gutter-36px .vc_grid-owl-dots {
    margin: -10px 0 22.5px;
  }
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav {
  opacity: 1;
  -webkit-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav.disabled {
  display: none;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct {
  top: -3.74em;
  left: auto;
  opacity: 1;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  font-size: 1em;
  line-height: 0;
  width: 2.74em;
  height: 2.74em;
  padding: 0;
  vertical-align: top;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:focus,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:focus,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:focus {
  outline: 2px dotted #00527c;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:disabled,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:disabled,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:disabled:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:disabled:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:disabled:focus,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:disabled:focus,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:disabled:active,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:before,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:before,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:after,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:after {
  display: inline-block;
  font-size: 1.9em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct,
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct {
    top: -3.74em;
    font-size: 1em;
    line-height: 0;
    width: 2.74em;
    height: 2.74em;
    padding: 0;
    vertical-align: top;
  }
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:before,
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:before,
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:after,
  .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:after {
    display: inline-block;
    font-size: 1.9em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:before,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:before {
  content: '';
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:after,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:after {
  content: '';
  position: absolute;
  width: 0.66666667em;
  height: 2px;
  background-color: currentColor;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct {
  right: 3.24em;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-prev-wsct:before {
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct {
  right: 0;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-nav .vc_grid-nav-next-wsct:before {
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
  display: block;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots.disabled {
  display: none;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  width: 1em;
  height: 1em;
  margin: 0.4em;
  padding: 0;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:focus {
  outline: 2px dotted #00527c;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:disabled,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:disabled:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:disabled:focus,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:hover,
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot.active {
  background-color: #016eb6;
  cursor: default;
}
.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots .vc_grid-owl-dot span {
  display: none;
}
.wsct-grid--navigable .vc_grid-filter {
  padding-right: 6.48em;
}
@media (max-width: 1023px) {
  .wsct-grid--navigable .vc_grid-filter {
    padding-right: 6.48em;
  }
}
.vc_grid-filter.vc_grid-filter-wsct {
  margin-bottom: 45px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.6em 0.5em;
}
@media (max-width: 1023px) {
  .vc_grid-filter.vc_grid-filter-wsct {
    margin-bottom: 22.5px;
  }
}
.vc_grid-filter.vc_grid-filter-wsct,
.vc_grid-filter.vc_grid-filter-wsct:not(.vc_gitem-post-data) {
  display: flex !important;
}
.vc_grid-filter.vc_grid-filter-wsct:before {
  display: none;
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item {
  /* .button */
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  /* .button-text */
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  /* .button-small */
  padding: 0.62em 0.87em;
  font-size: 0.9em;
  line-height: 1.15;
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:focus {
  outline: 2px dotted #00527c;
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:disabled,
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:disabled:hover,
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:disabled:focus,
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:hover,
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item.vc_active {
  color: #fff;
  background-color: #016eb6;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item.vc_active:hover,
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item.vc_active:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item > span {
  -webkit-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.vc_grid-filter.vc_grid-filter-wsct .vc_grid-filter-item-count {
  margin-left: 0.2em;
  color: #1cb5fd;
}
[class*="wsct-grid-item"] .vc_gitem-col {
  padding: 0;
}
.vc_grid.vc_row [class*="wsct-grid-item"] .vc_separator {
  margin: 1.5em 0;
}
[class*="wsct-grid-item"] .ws-terms {
  padding-left: 0;
  list-style: none;
  font-size: 0.75em;
}
[class*="wsct-grid-item"] .ws-terms li {
  display: inline-block;
  margin-bottom: 0;
  color: #0088c7;
}
[class*="wsct-grid-item"] .ws-terms li:after {
  content: ', ';
  display: inline-block;
  margin-right: 0.2em;
}
[class*="wsct-grid-item"] .ws-terms li:last-child:after {
  display: none;
}
[class*="wsct-grid-item"] .ws-terms li a {
  color: #0088c7;
}
[class*="wsct-grid-item"] .ws-terms li a:focus,
[class*="wsct-grid-item"] .ws-terms li a:hover,
[class*="wsct-grid-item"] .ws-terms li a:active {
  color: #1cb5fd;
}
[class*="wsct-grid-item-cta"] .vc_grid-item-mini {
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: clip;
}
[class*="wsct-grid-item-cta"] .vc_grid-item-mini .vc_gitem-zone-mini {
  padding: 2em 1.4em;
}
[class*="wsct-grid-item-cta"] .vc_grid-item-mini {
  -webkit-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
[class*="wsct-grid-item-cta"] .vc_grid-item-mini:hover,
[class*="wsct-grid-item-cta"] .vc_grid-item-mini:focus,
[class*="wsct-grid-item-cta"] .vc_grid-item-mini:focus-within {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
[class*="wsct-grid-item-cta"] .vc_gitem-zone-mini > .vc_gitem_row {
  padding: 0;
}
.wsct-grid-item-cta-it-courses .ws-terms a {
  color: #0088c7;
}
.wsct-grid-item-cta-news .ws-terms,
.wsct-grid-item-news-single .ws-terms {
  position: absolute;
  top: 1.25em;
  right: 1.25em;
  padding: 0.1em 1em;
  font-size: 0.6em;
  background-color: #fff;
  border-radius: 0.83333333em;
  z-index: 6;
}
.wsct-grid-item-cta-news .vc_col-sm-4,
.wsct-grid-item-news-single .vc_col-sm-4 {
  width: 33.33333333%;
  float: left;
}
.wsct-grid-item-cta-news .vc_col-sm-6,
.wsct-grid-item-news-single .vc_col-sm-6 {
  width: 50%;
  float: left;
}
.wsct-grid-item-cta-news .vc_gitem-post-data-source-post_date,
.wsct-grid-item-cta-news .vc_gitem-post-data-source-post_author,
.wsct-grid-item-cta-news .vc_gitem-acf {
  font-size: 0.7em;
}
.wsct-grid-item-cta-news .vc_gitem-post-data-source-post_excerpt {
  font-size: 0.9em;
}
.wsct-grid-item-news-single .vc_grid-item-mini {
  margin-left: -18px;
  margin-right: -18px;
}
.wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-animated-block {
  width: 33.33333333%;
}
.wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-zone {
  width: 66.66666667%;
}
.wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-animated-block,
.wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-zone {
  padding-left: 18px;
  padding-right: 18px;
}
@media (max-width: 1023px) {
  .wsct-grid-item-news-single .vc_grid-item-mini {
    margin-left: -9px;
    margin-right: -9px;
  }
  .wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-animated-block {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 767px) {
  .wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-animated-block,
  .wsct-grid-item-news-single .vc_grid-item-mini > .vc_gitem-zone {
    float: none;
    width: auto;
    padding-left: 9px;
    padding-right: 9px;
  }
}
.wsct-grid-item-news-single .vc_gitem-post-data-source-post_date,
.wsct-grid-item-news-single .vc_gitem-post-data-source-post_author,
.wsct-grid-item-news-single .vc_gitem-acf {
  font-size: 0.9em;
}
.wsct-grid-item-news-single .vc_gitem-wsct-post-content {
  margin: 0.5em 0 2em;
}
.wsct-grid-item-cta-participant .vc_gitem-acf-participant-company {
  margin-bottom: 1em;
  font-size: 0.7em;
  color: #0088c7;
}
.wsct-grid-item-cta-trainer h4 {
  color: #404345;
}
.vc_icon_element-color-wsct-white {
  color: #fff;
}
.vc_icon_element-background-color-wsct-white {
  background-color: #fff;
}
.vc_icon_element-color-wsct-gray-lightest {
  color: #f8f8f8;
}
.vc_icon_element-background-color-wsct-gray-lightest {
  background-color: #f8f8f8;
}
.vc_icon_element-color-wsct-gray-light {
  color: #c0c2c4;
}
.vc_icon_element-background-color-wsct-gray-light {
  background-color: #c0c2c4;
}
.vc_icon_element-color-wsct-skyblue-light {
  color: #eef7fd;
}
.vc_icon_element-background-color-wsct-skyblue-light {
  background-color: #eef7fd;
}
.vc_icon_element-color-wsct-skyblue {
  color: #81d7ff;
}
.vc_icon_element-background-color-wsct-skyblue {
  background-color: #81d7ff;
}
.vc_icon_element-color-wsct-corporate {
  color: #016eb6;
}
.vc_icon_element-background-color-wsct-corporate {
  background-color: #016eb6;
}
.vc_icon_element-color-wsct-link {
  color: #00527c;
}
.vc_icon_element-background-color-wsct-link {
  background-color: #00527c;
}
.vc_icon_element-color-wsct-text {
  color: #404345;
}
.vc_icon_element-background-color-wsct-text {
  background-color: #404345;
}
.wpb_images_carousel.wpb_content_element:first-child :has(.vc_carousel-control) {
  padding-top: 3.74em;
  font-size: 1em;
}
@media (max-width: 1023px) {
  .wpb_images_carousel.wpb_content_element:first-child :has(.vc_carousel-control) {
    padding-top: 3.74em;
  }
}
.wpb_images_carousel .vc_images_carousel {
  position: relative;
  max-width: 100%;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control {
  top: -3.74em;
  left: auto;
  opacity: 1;
  text-shadow: none;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  font-size: 1em;
  line-height: 0;
  width: 2.74em;
  height: 2.74em;
  padding: 0;
  vertical-align: top;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:hover,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:focus {
  outline: 2px dotted #00527c;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:disabled,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:disabled:hover,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:disabled:focus,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:before,
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:after {
  display: inline-block;
  font-size: 1.9em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control {
    top: -3.74em;
    font-size: 1em;
    line-height: 0;
    width: 2.74em;
    height: 2.74em;
    padding: 0;
    vertical-align: top;
  }
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control:before,
  .wpb_images_carousel .vc_images_carousel .vc_carousel-control:after {
    display: inline-block;
    font-size: 1.9em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control :is(.icon-next,.icon-prev) {
  display: none;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.66666667em;
  height: 2px;
  background-color: currentColor;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left {
  right: 3.24em;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_left:before {
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right {
  right: 0;
}
.wpb_images_carousel .vc_images_carousel .vc_carousel-control.vc_right:before {
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.vc_row[data-vc-full-width],
.vc_section[data-vc-full-width] {
  overflow-x: hidden;
}
:where(.vc_row[data-vc-full-width-temp], .vc_section[data-vc-full-width-temp]):not(.wpb_animate_when_almost_visible) {
  opacity: 0;
}
:where(.vc_row[data-vc-full-width], .vc_section[data-vc-full-width]):not(.wpb_animate_when_almost_visible) {
  transition: opacity 0.2s linear;
}
.vc_separator.vc_sep_wsct .vc_sep_line {
  border-color: #c0c2c4;
}
.wpb_single_image .vc_figure-caption {
  font-size: inherit;
}
/**
 * Global styles for all kinds of ttas: accordion, tabs, ...
 * Depending on screen size they are all the same element.
 */
@property --vc-tta-style-wsct-heading-color {
  syntax: '<color>';
  inherits: false;
  initial-value: transparent;
}
div.vc_tta-container {
  margin-bottom: 45px;
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
  overflow: initial;
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tabs-list {
  display: flex;
  gap: 0.5em;
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:hover,
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:focus {
  outline: 2px dotted #00527c;
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:disabled,
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:disabled:hover,
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:disabled:focus,
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:hover,
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab > a:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group .vc_tta-tab.vc_active > a {
  background-color: #016eb6;
  color: #fff;
  cursor: default;
}
@media (min-width: 768px) {
  .vc_tta.vc_general.vc_tta-style-wsct.vc_tta-tabs .vc_tta-panel {
    border: none;
  }
}
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel-heading {
  border: 0;
  background: linear-gradient(90deg, transparent, var(--vc-tta-style-wsct-heading-color), transparent);
  -webkit-transition: --vc-tta-style-wsct-heading-color 0.2s linear;
  -ms-transition: --vc-tta-style-wsct-heading-color 0.2s linear;
  -o-transition: --vc-tta-style-wsct-heading-color 0.2s linear;
  transition: --vc-tta-style-wsct-heading-color 0.2s linear;
}
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel-heading:focus,
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel-heading:hover {
  --vc-tta-style-wsct-heading-color: rgba(0, 0, 0, 0.04);
}
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel {
  border: 1px solid #c0c2c4;
  border-width: 1px 0 0 0;
}
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel:last-child {
  border-width: 1px 0;
}
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel-title > a {
  padding: 1em 0;
}
.vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel-body {
  padding: 1.5em 0 45px;
  border: none;
  -webkit-transition: padding 0.2s linear;
  -ms-transition: padding 0.2s linear;
  -o-transition: padding 0.2s linear;
  transition: padding 0.2s linear;
}
@media (max-width: 1023px) {
  .vc_tta.vc_general.vc_tta-style-wsct .vc_tta-panel-body {
    padding: 22.5px 0;
  }
}
/* Register custom layout classes for .vc_col-sm-12. */
/* Fix wrong margin under grids. */
/* Anchors. */
.post-content > .ws-row:first-child > .wpb-content-wrapper > .vc_row[data-vc-full-width]:first-child,
.post-content > .ws-row:first-child > .wpb-content-wrapper > .vc_section[data-vc-full-width]:first-child {
  margin-top: -45px;
}
@media (max-width: 1023px) {
  .post-content > .ws-row:first-child > .wpb-content-wrapper > .vc_row[data-vc-full-width]:first-child,
  .post-content > .ws-row:first-child > .wpb-content-wrapper > .vc_section[data-vc-full-width]:first-child {
    margin-top: -22.5px;
  }
}
.post-content > .ws-row:last-child > .wpb-content-wrapper > .vc_row-full-width:last-child {
  margin-bottom: -90px;
}
@media (max-width: 1023px) {
  .post-content > .ws-row:last-child > .wpb-content-wrapper > .vc_row-full-width:last-child {
    margin-bottom: -45px;
  }
}
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner,
.vc_section.vc_section-has-fill,
.vc_section.vc_section-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_section {
  padding-top: 65px;
}
.vc_section.vc_section-has-fill,
.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
  padding-bottom: 20px;
}
.vc_row.gradient-bg-tb-gray-lightest-blue-lightest,
.vc_row_inner.gradient-bg-tb-gray-lightest-blue-lightest,
.vc_section.gradient-bg-tb-gray-lightest-blue-lightest {
  background-image: -webkit-linear-gradient(-90deg, #f8f8f8 0%, #eef7fd 100%);
  background-image: -moz-linear-gradient(-90deg, #f8f8f8 0%, #eef7fd 100%);
  background-image: -ms-linear-gradient(-90deg, #f8f8f8 0%, #eef7fd 100%);
  background-image: -o-linear-gradient(-90deg, #f8f8f8 0%, #eef7fd 100%);
  background-image: linear-gradient(180deg, #f8f8f8 0%, #eef7fd 100%);
}
.vc_row.gradient-bg-tb-white-skyblue,
.vc_row_inner.gradient-bg-tb-white-skyblue,
.vc_section.gradient-bg-tb-white-skyblue {
  background-image: -webkit-linear-gradient(-90deg, #fff 0%, #fff 65%, #81d7ff 100%);
  background-image: -moz-linear-gradient(-90deg, #fff 0%, #fff 65%, #81d7ff 100%);
  background-image: -ms-linear-gradient(-90deg, #fff 0%, #fff 65%, #81d7ff 100%);
  background-image: -o-linear-gradient(-90deg, #fff 0%, #fff 65%, #81d7ff 100%);
  background-image: linear-gradient(180deg, #fff 0%, #fff 65%, #81d7ff 100%);
}
.vc_row.gradient-bg-tb-skyblue-skyblue-dark,
.vc_row_inner.gradient-bg-tb-skyblue-skyblue-dark,
.vc_section.gradient-bg-tb-skyblue-skyblue-dark {
  background-image: -webkit-linear-gradient(-90deg, #81d7ff 0%, #47b7eb 88%);
  background-image: -moz-linear-gradient(-90deg, #81d7ff 0%, #47b7eb 88%);
  background-image: -ms-linear-gradient(-90deg, #81d7ff 0%, #47b7eb 88%);
  background-image: -o-linear-gradient(-90deg, #81d7ff 0%, #47b7eb 88%);
  background-image: linear-gradient(180deg, #81d7ff 0%, #47b7eb 88%);
}
.gp-contrasted.vc_row-has-fill {
  background-color: #676767;
}
/* Post edit links. */
.post-meta .edit-link .vc_inline-link {
  position: relative;
  padding: 0 10px 0 1.5em;
  color: #fff;
  background: #0073aa url('https://gedoplan.de/wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg') 6px center no-repeat;
  background-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.post-meta .edit-link .vc_inline-link:hover {
  color: #c0c2c4;
}
.vc_custom_heading.h1 > h2,
.vc_custom_heading.h1 > h3,
.vc_custom_heading.h1 > h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 0.5em;
  hyphens: auto;
  overflow-wrap: break-word;
  color: #00527c;
  font-size: 56px;
  line-height: 1.1;
}
.vc_custom_heading.h1 > h2 > a,
.vc_custom_heading.h1 > h3 > a,
.vc_custom_heading.h1 > h4 > a {
  color: #00527c;
}
.vc_custom_heading.h1 > h2 > a:hover,
.vc_custom_heading.h1 > h3 > a:hover,
.vc_custom_heading.h1 > h4 > a:hover,
.vc_custom_heading.h1 > h2 > a:focus,
.vc_custom_heading.h1 > h3 > a:focus,
.vc_custom_heading.h1 > h4 > a:focus {
  color: #016eb6;
}
.vc_custom_heading.h1 > h2 > a:active,
.vc_custom_heading.h1 > h3 > a:active,
.vc_custom_heading.h1 > h4 > a:active {
  color: #016eb6;
}
@media (min-width: 480px) and (max-width: 767px) {
  .vc_custom_heading.h1 > h2,
  .vc_custom_heading.h1 > h3,
  .vc_custom_heading.h1 > h4 {
    font-size: 2.5em;
  }
}
@media (max-width: 479px) {
  .vc_custom_heading.h1 > h2,
  .vc_custom_heading.h1 > h3,
  .vc_custom_heading.h1 > h4 {
    font-size: 1.8em;
  }
}
.vc_custom_heading.h2 > h1,
.vc_custom_heading.h2 > h3,
.vc_custom_heading.h2 > h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 0.5em;
  hyphens: auto;
  overflow-wrap: break-word;
  color: #00527c;
  font-size: 40px;
  line-height: 1.1;
}
.vc_custom_heading.h2 > h1 > a,
.vc_custom_heading.h2 > h3 > a,
.vc_custom_heading.h2 > h4 > a {
  color: #00527c;
}
.vc_custom_heading.h2 > h1 > a:hover,
.vc_custom_heading.h2 > h3 > a:hover,
.vc_custom_heading.h2 > h4 > a:hover,
.vc_custom_heading.h2 > h1 > a:focus,
.vc_custom_heading.h2 > h3 > a:focus,
.vc_custom_heading.h2 > h4 > a:focus {
  color: #016eb6;
}
.vc_custom_heading.h2 > h1 > a:active,
.vc_custom_heading.h2 > h3 > a:active,
.vc_custom_heading.h2 > h4 > a:active {
  color: #016eb6;
}
@media (max-width: 767px) {
  .vc_custom_heading.h2 > h1,
  .vc_custom_heading.h2 > h3,
  .vc_custom_heading.h2 > h4 {
    font-size: 2em;
  }
}
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_top-to-bottom,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_left-to-right,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_right-to-left,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_appear {
  animation-timing-function: linear;
  animation-duration: 0.2s;
}
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section {
  animation: none;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row > *,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section > * {
  -webkit-transition: transform 0.2s linear;
  -ms-transition: transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transform: translate(0, 45px);
}
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row.wpb_start_animation > *,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section.wpb_start_animation > * {
  transform: translate(0, 0);
}
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row > body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row > body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section > body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_row,
body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section > body.gp-animate-rows .wpb_animate_when_almost_visible.wpb_bottom-to-top.vc_section {
  transition: none;
  opacity: 1;
}
.eventon_events_list .eventon_list_event.event {
  border-radius: 5px;
  background-color: #fcfcfc;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  overflow: clip;
  padding: 2em 1.4em;
  margin-bottom: 0.5em;
  padding: 0 0.5em 0;
}
.eventon_events_list .eventon_list_event.event {
  -webkit-transition: box-shadow 0.2s linear;
  -ms-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
}
.eventon_events_list .eventon_list_event.event:hover,
.eventon_events_list .eventon_list_event.event:focus,
.eventon_events_list .eventon_list_event.event:focus-within {
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter {
  margin-bottom: 0;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .eventon_events_list .eventon_list_event.event .desc_trig_outter .evoet_c0 {
    display: flex;
    align-items: center;
  }
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .evoet_title {
  flex-basis: 30%;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1em;
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  color: #016eb6;
  background-color: transparent;
  box-shadow: none;
  padding: 0.62em 0.87em;
  font-size: 0.9em;
  line-height: 1.15;
  vertical-align: baseline;
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:hover,
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:focus {
  outline: 2px dotted #00527c;
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:disabled,
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:disabled:hover,
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:disabled:focus,
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:hover,
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .editEventBtnET:before {
  display: var(--fa-display, inline-block);
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.eventon_events_list .eventon_list_event.event .desc_trig_outter .evoet_subtitle {
  flex: 1 0 auto;
}
.eventon_events_list .eventon_list_event.event .desc_trig {
  display: block;
  padding: 1em;
}
.eventon_events_list .eventon_list_event.no_events .event-buchen-button {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  color: #016eb6;
  background-color: #fff;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  color: #fff;
  background-color: #016eb6;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:hover,
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:focus {
  outline: 2px dotted #00527c;
}
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:disabled,
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:disabled:hover,
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:disabled:focus,
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:hover,
.eventon_events_list .eventon_list_event.no_events .event-buchen-button:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .evcal_list_a {
  background: none !important;
}
.eventon_events_list .evcal_event_subtitle {
  display: block;
}
.eventon_events_list .event-topcard-extra {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media (min-width: 1024px) {
  .eventon_events_list .event-topcard-extra {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    padding-left: 1em;
    border-left: 2px solid #c0c2c4;
  }
  .eventon_events_list .event-topcard-extra .event-button-details {
    display: none;
  }
}
.eventon_events_list .event-topcard-extra > * {
  line-height: 1em;
  white-space: nowrap;
}
.eventon_events_list .event-topcard-extra .veranstaltungsort {
  flex-basis: 25%;
  font-size: 1.15em;
  font-weight: 700;
}
.eventon_events_list .event-topcard-extra .days {
  flex-basis: 15%;
}
.eventon_events_list .event-topcard-extra .rabatt-icon {
  display: none;
}
.eventon_events_list .event-topcard-extra .rabatt {
  flex-basis: 15%;
  font-size: 0.7em;
}
.eventon_events_list .event-topcard-extra .rabatt:before {
  content: '%';
  display: inline-block;
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
  margin-bottom: calc(-0.25em - 1px);
  text-align: center;
  line-height: 1.5em;
  border: 1px solid currentColor;
  border-radius: 1.5em;
}
.eventon_events_list .event-topcard-extra .seat {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-bottom: -0.25em;
  font-size: 0.7em;
}
.eventon_events_list .event-topcard-extra .seat .point {
  width: 1.5em;
  height: 1.5em;
  border-radius: 1.5em;
}
.eventon_events_list .event-topcard-extra .seat .point.free {
  background-color: #0ced68;
}
.eventon_events_list .event-topcard-extra .seat .point.middle {
  background-color: #e9e831;
}
.eventon_events_list .event-topcard-extra .seat .point.full {
  background-color: #e91655;
}
.eventon_events_list .event-topcard-extra .price {
  font-size: 1.15em;
  font-weight: 700;
}
.eventon_events_list .event-topcard-extra .event-button-details {
  align-self: center;
  margin-bottom: -0.5em;
}
@media (max-width: 1023px) {
  .eventon_events_list .event-topcard-extra .rabatt,
  .eventon_events_list .event-topcard-extra .price {
    text-align: right;
  }
  .eventon_events_list .event-topcard-extra .seat {
    justify-content: flex-end;
  }
}
.eventon_events_list .eventon_list_event.open .event-button-details {
  display: none;
}
.eventon_events_list .event_description {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.eventon_events_list .event_description.open {
  opacity: 1;
}
.eventon_events_list .event_description .evocard_box {
  margin-bottom: 0.5em;
  padding: 1.4em;
  border-radius: 3px;
}
.eventon_events_list .event_description .evcal_evdata_icons,
.eventon_events_list .eventon_full_description > .evo_h3,
.eventon_events_list .evo_metarow_cusF2 > .evcal_evdata_cell > .evo_h3,
.eventon_events_list .evo_metarow_cusF3 > .evcal_evdata_cell > .evo_h3 {
  display: none;
}
.eventon_events_list .evo_metarow_cusF2,
.eventon_events_list .evo_metarow_cusF3 {
  text-align: right;
}
.eventon_events_list .evo_metarow_cusF2 .event-price-text,
.eventon_events_list .evo_metarow_cusF3 .event-price-text {
  display: block;
  font-size: 0.7em;
}
.eventon_events_list .evo_metarow_cusF2 p,
.eventon_events_list .evo_metarow_cusF3 p,
.eventon_events_list .evo_metarow_cusF2 h3,
.eventon_events_list .evo_metarow_cusF3 h3 {
  margin: 0;
}
@media (max-width: 1023px) {
  .eventon_events_list .evo_metarow_cusF3 .event-sales-buttonset {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .eventon_events_list .evo_metarow_cusF3 .event-sales-buttonset .reservierung-text {
    text-align: center;
  }
  .eventon_events_list .evo_metarow_cusF3 .event-sales-buttonset .event-button a {
    display: block;
  }
}
.eventon_events_list .evo_metarow_cusF3 .reservierung-text {
  flex-basis: 100%;
  margin-bottom: 0.5em;
  font-size: 0.7em;
}
.eventon_events_list .evo_metarow_cusF3 .event-button {
  display: inline-block;
  flex: 1;
}
.eventon_events_list .evo_metarow_cusF3 .event-button a {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.eventon_events_list .evo_metarow_cusF3 .event-button a:hover,
.eventon_events_list .evo_metarow_cusF3 .event-button a:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .evo_metarow_cusF3 .event-button a:focus {
  outline: 2px dotted #00527c;
}
.eventon_events_list .evo_metarow_cusF3 .event-button a:disabled,
.eventon_events_list .evo_metarow_cusF3 .event-button a:disabled:hover,
.eventon_events_list .evo_metarow_cusF3 .event-button a:disabled:focus,
.eventon_events_list .evo_metarow_cusF3 .event-button a:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.eventon_events_list .evo_metarow_cusF3 .event-button a:hover,
.eventon_events_list .evo_metarow_cusF3 .event-button a:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.eventon_events_list .evo_metarow_cusF3 .event-button.buchen a {
  color: #fff;
  background-color: #016eb6;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.eventon_events_list .evo_metarow_cusF3 .event-button.buchen a:hover,
.eventon_events_list .evo_metarow_cusF3 .event-button.buchen a:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
/*! lightgallery - v1.2.22 - 2016-07-20
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */
@font-face {
  font-family: 'lg';
  src: url("https://gedoplan.de/wp-content/themes/fonts/lg.eot?n1z373");
  src: url("https://gedoplan.de/wp-content/themes/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("https://gedoplan.de/wp-content/themes/fonts/lg.woff?n1z373") format("woff"), url("https://gedoplan.de/wp-content/themes/fonts/lg.ttf?n1z373") format("truetype"), url("https://gedoplan.de/wp-content/themes/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  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;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}
.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}
.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("https://gedoplan.de/wp-content/themes/img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("https://gedoplan.de/wp-content/themes/img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("https://gedoplan.de/wp-content/themes/img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("https://gedoplan.de/wp-content/themes/img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("https://gedoplan.de/wp-content/themes/img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
#lg-zoom-in:after {
  content: "\e311";
}
#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}
#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}
.group {
  *zoom: 1;
}
.group:before,
.group:after {
  display: table;
  content: "";
  line-height: 0;
}
.group:after {
  clear: both;
}
.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("https://gedoplan.de/wp-content/themes/img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
/*# sourceMappingURL=lightgallery.css.map */
/**
 * Light Gallery styles.
 */
.lg-backdrop {
  background-color: transparent;
}
.lg {
  background-color: #0000007c;
  /* Force images to take maximum available height. */
}
.lg .lg-icon {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  padding: 0.62em 1.8em;
  font: 500 1em/ 1.5 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  vertical-align: middle;
  color: #016eb6;
  background-color: #fff;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
  border: none;
  border-color: transparent;
  border-radius: 0.83333333em;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: button;
  appearance: button;
  -webkit-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -ms-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  -o-transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear, box-shadow 0.2s linear;
  font-size: 1em;
  line-height: 0;
  width: 2.74em;
  height: 2.74em;
  padding: 0;
  vertical-align: top;
}
.lg .lg-icon:hover,
.lg .lg-icon:focus {
  color: #fff;
  background-color: #0088c7;
  box-shadow: 0 1.8px 3.6px rgba(0, 0, 0, 0.1), 0 5.94px 18px rgba(0, 0, 0, 0.15);
}
.lg .lg-icon:focus {
  outline: 2px dotted #00527c;
}
.lg .lg-icon:disabled,
.lg .lg-icon:disabled:hover,
.lg .lg-icon:disabled:focus,
.lg .lg-icon:disabled:active {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
.lg .lg-icon:before,
.lg .lg-icon:after {
  display: inline-block;
  font-size: 1.9em;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lg .lg-icon.disabled {
  color: #fff;
  background-color: #c0c2c4;
  box-shadow: 0 0.54px 1.08px rgba(0, 0, 0, 0.1), 0 1.8px 5.4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .lg .lg-icon {
    font-size: 1em;
    line-height: 0;
    width: 2.74em;
    height: 2.74em;
    padding: 0;
    vertical-align: top;
  }
  .lg .lg-icon:before,
  .lg .lg-icon:after {
    display: inline-block;
    font-size: 1.9em;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.lg .lg-prev,
.lg .lg-next {
  margin-top: -1.37em;
}
@media (max-width: 1023px) {
  .lg .lg-prev,
  .lg .lg-next {
    margin-top: -4.562em;
  }
}
.lg .lg-prev:before,
.lg .lg-next:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}
.lg .lg-prev:after,
.lg .lg-next:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0.66666667em;
  height: 2px;
  background-color: currentColor;
}
.lg .lg-prev {
  left: 30px;
}
.lg .lg-prev:before {
  border-right-width: 0;
  border-bottom-width: 0;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  -ms-transform: rotate(-45deg) translate(-50%, -50%);
  -o-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
}
.lg .lg-next {
  right: 30px;
}
.lg .lg-next:before {
  border-bottom-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.lg .lg-hide-items .lg-prev,
.lg .lg-hide-items .lg-next,
.lg .lg-hide-items .lg-toolbar {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.lg .lg-close {
  position: relative;
  margin: 30px;
}
.lg .lg-close:before,
.lg .lg-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-left: -25%;
  background-color: currentColor;
}
.lg .lg-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.lg .lg-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.lg .lg-toolbar {
  background-color: transparent;
}
@media (max-width: 767px) {
  .lg .lg-prev {
    left: 10px;
  }
  .lg .lg-next {
    right: 10px;
  }
  .lg .lg-close {
    margin: 10px;
  }
  .lg .lg-download {
    margin: 10px 0;
  }
}
.lg-outer .lg-item {
  background-image: url('https://gedoplan.de/wp-content/themes/gedoplan/images/loader.gif');
}
/* At last generate color classes for each color so they really overwrite existing styles. */
.white-color,
.white-color > a,
.white-hover:hover,
.white-hover > a:hover,
.white-active:active,
.white-active:active:hover,
.white-active > a:active,
.white-active > a:active:hover,
.white-hover.active,
.white-hover.active > a {
  color: #fff !important;
}
.white-bg,
.white-bg-hover:hover,
.white-bg-hover > a:hover,
.white-bg-hover.active,
.white-bg-hover.active > a {
  background-color: #fff !important;
}
.gray-lightest-color,
.gray-lightest-color > a,
.gray-lightest-hover:hover,
.gray-lightest-hover > a:hover,
.gray-lightest-active:active,
.gray-lightest-active:active:hover,
.gray-lightest-active > a:active,
.gray-lightest-active > a:active:hover,
.gray-lightest-hover.active,
.gray-lightest-hover.active > a {
  color: #f8f8f8 !important;
}
.gray-lightest-bg,
.gray-lightest-bg-hover:hover,
.gray-lightest-bg-hover > a:hover,
.gray-lightest-bg-hover.active,
.gray-lightest-bg-hover.active > a {
  background-color: #f8f8f8 !important;
}
.gray-light-color,
.gray-light-color > a,
.gray-light-hover:hover,
.gray-light-hover > a:hover,
.gray-light-active:active,
.gray-light-active:active:hover,
.gray-light-active > a:active,
.gray-light-active > a:active:hover,
.gray-light-hover.active,
.gray-light-hover.active > a {
  color: #c0c2c4 !important;
}
.gray-light-bg,
.gray-light-bg-hover:hover,
.gray-light-bg-hover > a:hover,
.gray-light-bg-hover.active,
.gray-light-bg-hover.active > a {
  background-color: #c0c2c4 !important;
}
.skyblue-light-color,
.skyblue-light-color > a,
.skyblue-light-hover:hover,
.skyblue-light-hover > a:hover,
.skyblue-light-active:active,
.skyblue-light-active:active:hover,
.skyblue-light-active > a:active,
.skyblue-light-active > a:active:hover,
.skyblue-light-hover.active,
.skyblue-light-hover.active > a {
  color: #eef7fd !important;
}
.skyblue-light-bg,
.skyblue-light-bg-hover:hover,
.skyblue-light-bg-hover > a:hover,
.skyblue-light-bg-hover.active,
.skyblue-light-bg-hover.active > a {
  background-color: #eef7fd !important;
}
.skyblue-color,
.skyblue-color > a,
.skyblue-hover:hover,
.skyblue-hover > a:hover,
.skyblue-active:active,
.skyblue-active:active:hover,
.skyblue-active > a:active,
.skyblue-active > a:active:hover,
.skyblue-hover.active,
.skyblue-hover.active > a {
  color: #81d7ff !important;
}
.skyblue-bg,
.skyblue-bg-hover:hover,
.skyblue-bg-hover > a:hover,
.skyblue-bg-hover.active,
.skyblue-bg-hover.active > a {
  background-color: #81d7ff !important;
}
.corporate-color,
.corporate-color > a,
.corporate-hover:hover,
.corporate-hover > a:hover,
.corporate-active:active,
.corporate-active:active:hover,
.corporate-active > a:active,
.corporate-active > a:active:hover,
.corporate-hover.active,
.corporate-hover.active > a {
  color: #016eb6 !important;
}
.corporate-bg,
.corporate-bg-hover:hover,
.corporate-bg-hover > a:hover,
.corporate-bg-hover.active,
.corporate-bg-hover.active > a {
  background-color: #016eb6 !important;
}
.link-color,
.link-color > a,
.link-hover:hover,
.link-hover > a:hover,
.link-active:active,
.link-active:active:hover,
.link-active > a:active,
.link-active > a:active:hover,
.link-hover.active,
.link-hover.active > a {
  color: #00527c !important;
}
.link-bg,
.link-bg-hover:hover,
.link-bg-hover > a:hover,
.link-bg-hover.active,
.link-bg-hover.active > a {
  background-color: #00527c !important;
}
.text-color,
.text-color > a,
.text-hover:hover,
.text-hover > a:hover,
.text-active:active,
.text-active:active:hover,
.text-active > a:active,
.text-active > a:active:hover,
.text-hover.active,
.text-hover.active > a {
  color: #404345 !important;
}
.text-bg,
.text-bg-hover:hover,
.text-bg-hover > a:hover,
.text-bg-hover.active,
.text-bg-hover.active > a {
  background-color: #404345 !important;
}
