@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
/*   padding: 0 20px; */
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 25px;
}
p:last-child {
  margin: 0px;
}
@media (max-width: 1600px) {
  p {
    font-size: 16px;
  }
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  hyphens: auto;
}

@media (max-width: 767px) {
  h1 {
    hyphens: auto;
  }
}
/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}
:root {
  --teal-color: #75BABD;
  --black-color: #000000;
} 
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}


.cta_button {
  font-size: 25px;
  line-height: 28px;
  background-color: var(--black-color);
  color: #ffffff;
  display: inline-block;
  letter-spacing: 4px;
  font-weight: 600;
  padding: 20px 51px;
  min-width: 355px;
  text-align: center;
  border-bottom: 0px;
}
a.cta_button {
  box-sizing: border-box !important;
}
.cta_button:hover,
a.cta_button:hover,
a.cta_button:focus,
a.cta_button:active,
.cta_button:active,
.cta_button:focus {
  text-decoration: none;
  background-color: var(--primary-color);
  color: #ffffff;
}
.cta_button.white-on-dark:hover {
  background-color: var(--teal-color);
}
.cta_button.dark-cta,
a.white-cta.cta_button:hover {
  background-color: var(--black-color);
  color: #ffffff;
}
.cta_button.dark-cta:hover {
  background-color: #ffffff;
  color: var(--black-color);
}
a.black-cta.cta_button {
/*   background-color:#000;
  color:#fff;  */
}
a.white-cta.cta_button {
  background-color: #fff;
  color:var(--black-color); 
}
.cta_button.dark-cta.hover-primary:hover,
body .form-module form input[type="submit"]:hover,
body .form-module form input[type="submit"]:focus {
  background-color: var(--primary-color);
  color: #ffffff;
}
.cta_button.teal-cta {
  background-color: var(--teal-color);
  color: #ffffff;
}
.cta_button.teal-cta.teal-on-dark:hover {
  background-color: #ffffff;
  color: var(--black-color);
}
a.rounded-cta {
  background-color: var(--teal-color);
  color: #fff;
  width: 307px;
  height: 307px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
  -ms-transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
  transform: matrix(0.97, -0.26, 0.26, 0.97, 0, 0);
  font: normal normal 900 53px/48px Montserrat;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0px;
  font-size: 53px;
  line-height: 48px;
  padding: 0px;
  min-width: unset;
  border-bottom: 0px;
}
a.rounded-cta:hover,
a.rounded-cta:focus,
a.rounded-cta:active {
  background-color: var(--black-color);
  color: #ffffff;
}
a.rounded-cta span {
  font: normal normal 600 37px/48px var(--primary-font);
}
a.text-cta,
.text-cta,
.text-social a {
  font: normal normal 600 25px/28px var(--primary-font);
  letter-spacing: 4px;
  color: #FFFFFF;
  display: inline-block;
  border-bottom: 1px solid #fff;
  margin: 30px 0px 0px;
  padding: 0;
  min-width: inherit;
  background-color: transparent;
  text-align: left;
  transition: all 0.3s;
}
a.text-cta:hover,
.text-cta:hover,
.text-social a:hover,
a.text-cta:focus,
.text-cta:focus,
.text-social a:focus,
a.text-cta:active,
.text-cta:active,
.text-social a:active {
  background-color: transparent;
}


@media (max-width: 1600px) {
  a.text-cta,
  .text-cta {
    font: normal normal 600 20px/23px var(--primary-font);
  }
  .cta_button {
    min-width: 255px;
  }
  .cta_button {
    font-size: 20px;
    line-height: 23px;
  }
}

@media (max-width: 1199px){
  
  a.text-cta,
  .text-cta {
    font: normal normal 600 18px/21px var(--primary-font);
  }
   a.rounded-cta {
    width: 250px;
    height: 250px;
    font-size: 43px;
    line-height: 38px;
  }
  a.rounded-cta span {
    font: normal normal 600 27px/28px var(--primary-font);
    max-width: 130px;
    margin: 0 auto;
  }
}

@media (max-width: 991px){
} 

@media (max-width: 767px) {
    a.text-cta,
  .text-cta {
    font: normal normal 600 14px/17px var(--primary-font);
  }
  .cta_button,
  .reason-links a {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 2px;
  }
  .cta_button {
    letter-spacing: 2px;
    padding: 15px 40px;
    min-width: auto;
  }
  a.rounded-cta {
    width: 150px;
    height: 150px;
    font-size: 30px;
    line-height: 38px;
  }
  a.rounded-cta span {
    font: normal normal 600 18px/21px var(--primary-font);
  }
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 20px;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 20px 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 30px;
  }
}


/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open, 
  .header__search.open,
  .header__language-switcher.open {
    background-color: #fff;
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    box-shadow: 0 10px 10px -4px rgba(173, 173, 173, 0.2);
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(https://weiterbildung.veb.ch/hubfs/veb_july_2021/hamburder-black.svg);
    background-size: cover;
    height: 17px;
    width: 24px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}



/*** 16-7-2021 ***/
/*========= Header Section =========*/


.header-top-row-0-vertical-alignment > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0;
}
.header-container-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}
.header-container,
.small-header .header-container {
  padding: 0px;
}
.header-main {
  padding: 25px 0px 20px;
  /*     background-color: #ffffff; */
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
header.header {
  padding: 25px 0px 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.small-header .header-main,
.small-header header.header {
  padding: 17px 0px;
  box-shadow: 0 4px 20px -2px rgb(173 173 173 / 50%);
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-container .hs_cos_wrapper_type_logo a:after {
  display: none;
}
.header-container .hs_cos_wrapper_type_logo a {
  border-bottom: 0px;
}
.header-container .hs_cos_wrapper_type_logo a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 73.73px;
  vertical-align: bottom;
}
.small-header .header-container .hs_cos_wrapper_type_logo a img {
  max-width: 44.82px;
}
.header-login-cart,
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
  height: 19.5px;
}
.small-header .header-login-cart,
.small-header .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.header-login-cart ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-login-cart ul li:not(:last-child) {
  margin-right: 20px;
}
.header-login-cart ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-bottom: 0;
}
.header-login-cart ul li a img {
  margin-right: 5px;
}
.navigation-primary {
  margin: 20px 0px 0px;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul,
.navigation-primary .submenu.level-1 {
  padding: 0;
  margin: 0px;
  display: initial;
  float: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li,
.navigation-primary .submenu.level-1 > li {
  margin-right: 50px;
  list-style: none;
  float: left;
  position: static !important;
/*   padding: 0px 0px 49.317px; */
  padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child,
.navigation-primary .submenu.level-1 > li:last-child {
  margin-right: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li  a,
.navigation-primary .submenu.level-1 > li a {
  font-size: 18px;
  line-height: 20px;
  text-transform: initial;
  color: #000;
  font-weight: 600;
  padding: 0;
  border-bottom: 4px solid transparent;
  
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.navigation-primary .submenu.level-1 > li a:hover,
.navigation-primary .submenu.level-1 > li a.active-item,
.navigation-primary .submenu.level-1 > li.active > a,
.navigation-primary .submenu.level-1 > li a.active-branch {
  border-color: var(--black-color);
}
.custom-menu-primary.header-menu {
  margin: 20px 0px 0px;
}
.sub-menu {
  position: absolute;
  width: 100%;
  background-color: var(--light-gray);
  left: 0px;
  top: 100%;
  right: 0px;
  display: none;
  max-height: calc(100vh - 141.78px);
  overflow-y: auto;
}
.sub-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 70px 0px 140px;
  overflow: hidden;
}
.sub-menu-inner > *:not(.submenu-close) {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.submenu-outer .submenu-inner > .page-center {
  position: ;
  position: relative;
  overflow: hidden;
}
.submenu-left h4 {
  max-width: 417px;
  margin: 0px;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item {
  list-style: none;
  margin-bottom: 13px;
}
.submenu-right > ul.hs-menu-children-wrapper >  li.hs-menu-item ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
  margin-bottom: 0px;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a,
nav .submenu.level-2 li.menu-item .menu-link {
  font-weight: 400;
  border-bottom: 4px solid var(--primary-color);
  background-color: var(--light-gray);
  position: relative;
  z-index: 1;
  transition: all 0.3s !important;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a:hover {
  border-color: var(--black-color);
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a::after,
nav .submenu.level-2 li.menu-item .menu-link::after {
  content: "";
  position: absolute;
  left: 100%;
  z-index: 1;
  background-color: var(--light-gray);
  height: 100%;
  width: 24px;
  bottom: -1px;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 > a {
  font-weight: 600;
}
.submenu-right ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children {
  position: relative;
}
.submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul,
nav .submenu.level-2 ul {
  position: relative;
  left: 250px;
  padding-top: 26px;
}
.submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before,
nav .submenu.level-2 ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--black-color);
  left: -250px;
  top: -4px;
}
.submenu-outer {
  position: absolute;
  width: 100%;
  background-color: var(--light-gray);
  left: 0;
  top: 100%;
/*   transition: all 0.3s; */
  opacity: 1;
  visibility: visible;
  display: none;
  max-height: calc(100vh - 141.817px);
  overflow-y: auto;
}
body nav .submenu.level-2 {
  position: static;
  left: 0;
  border: 0;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  background-color: transparent;
  width: 50%;
  float: right;
  padding: 70px 0px 140px;
}
body nav .submenu.level-2 li {
  margin-bottom: 13px;
  border-bottom: 0px;
}
body nav .submenu.level-2 ul,
body nav .submenu.level-2 li {
  border-radius: 0px !important;
}
nav .submenu.level-2 li.menu-item .menu-link {
  border-radius: 0px !important;
  background-color: transparent !important;
  display: inline-block;
  padding: 0px;
}

nav .submenu.level-2 li.menu-item .menu-link:hover {
	border-color: var(--black-color);
}
body nav .submenu.level-2 > li.menu-item  > a.menu-link {
	font-weight: 600;
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu-outer,
.submenu.level-1 > li.has-submenu:hover .submenu-outer {
/*   visibility: visible;
  opacity: 1;  */
}
.submenu-close {
  position: absolute;
  right: 0;
  top: 35px;
}
.submenu-close a {
  border: 0px !important;
}
.header-login-cart ul li.cart a {
  position: relative;
}
.header-login-cart ul li .cart-number {
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: var(--primary-color);
  border-radius: 50%;
  left: -9px;
  top: -9px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.custom-menu-primary .hs-menu-wrapper > ul {
  justify-content: flex-end;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a {
  font-size: 15px;
  line-height: 20px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  border-bottom: 0;
  position: relative;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li:not(:last-child) {
  margin-right: 20px;
}
.header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a img {
  margin-right: 5px;
}
.header span.cart-number {
  width: 18px;
  height: 18px;
  position: absolute;
  background-color: #ef2f2c;
  border-radius: 50%;
  left: -9px;
  top: -9px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
nav .submenu.level-1 > .has-submenu > .menu-arrow,
nav .submenu.level-2 > li:first-child::before,
.menu-arrow {
  display: none;
}
.submenu-outer ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1600px){
  .header-login-cart ul li .cart-number,
  .header span.cart-number {
    width: 14px;
    height: 14px;
    left: -6px;
    top: -6px;
    font-size: 10px;
    line-height: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    font-size: 16px;
    line-height: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .navigation-primary .submenu.level-1 > li {
    margin-right: 40px;
  }
  .header-login-cart ul li a,
  .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a {
    font-size: 14px;
    line-height: 19px;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul,
  nav .submenu.level-2 ul {
    left: 190px;
    padding-top: 20px;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before,
  nav .submenu.level-2 ul::before {
    left: -190px;
  }
  .submenu-left h4 {
    max-width: 350px;
  }
}
 
@media (max-width: 1200px) {
  .content-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 1199px){
  .sub-menu-inner > .submenu-left {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .sub-menu-inner > .submenu-right {
    max-width: 70%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }
  .navigation-primary .submenu.level-1 > li {
    margin-right: 25px;
  }
  body nav .submenu.level-2 {
    width: 70%;
    overflow: hidden;
  }
  .submenu-close {
    right: 15px;
  }
  .navigation-primary .submenu.level-1 > li {
    padding-right: 0px !important;
  }
}

@media (max-width: 991px){
  .custom-menu-primary .hs-menu-wrapper > ul > li,
  .navigation-primary .submenu.level-1 > li {
    margin-right: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    font-size: 14px;
    line-height: 17px;
  }
  .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 60px;
  }
  .header-login-cart ul li a,
  .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul li a {
    font-size: 13px;
    line-height: 18px;
  }
  .sub-menu-inner > .submenu-left {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .sub-menu-inner > .submenu-right {
    max-width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  body nav .submenu.level-2 {
    width: 75%;
  }
}

@media (max-width: 767px){
  .header-main,
  header.header {
    padding: 15px 0px;
  }
  .header-container-wrapper {
    position: relative;
  }
  .custom-menu-primary.header-menu {
    display: none;
    margin: 0px 0px 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 100%;
    background-color: #fff;
    padding: 20px 0px;
  }
  .mobile-toggle {
    display: block !important;
    position: absolute;
    right: 15px;
    top: 48px;
  }
  .mobile-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    background-color: var(--black-color);
    margin: 0 0 4px;
  }
  .mobile-toggle span:last-child {
    margin: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0px;
    float: none;
    position: static;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
  }
  .sub-menu {
    position: static;
    max-height: inherit;
  }   
  .sub-menu-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sub-menu-inner > .submenu-left,
  .sub-menu-inner > .submenu-right {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul {
    left: 0px;
    padding-left: 20px;
  }
  .submenu-close {
    top: 15px;
    display: none;
  }
  .submenu-close img {
    max-width: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li, 
  .navigation-primary .submenu.level-1 > li {
    margin-right: 0;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    position: relative;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before {
    left: 0;
    display: none;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul ul {
    /*display: none;*/
  }
  .sub-menu-inner {
    padding: 20px 0px;
  }
  .sub-menu-inner > .submenu-right {
    margin: 20px 0px 0px;
  }
  .header-container .hs_cos_wrapper_type_logo a img,
  .small-header .header-container .hs_cos_wrapper_type_logo a img {
    max-width: 40px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children > a::after {
    content: "";
    position: absolute;
    right: 15px;
    background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg");
    background-repeat: no-repeat;
    top: 18px;
    background-size: 10px;
    width: 11px;
    height: 6px;
  }
  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children li.hs-item-has-children > a::after {
    top: 10px;
    right: -20px;
    left: auto;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children a {
    display: inline-block;
  }
  .header--toggle.header__search--toggle {
    display: none;
  }
  .header .header__row-2 {
    justify-content: flex-end;
    padding: 0;
  }
  .header--toggle.header__navigation--toggle {
    margin: 9px 0 0;
  }
  .header__close--toggle.show {
    display: none !important;
  }
  .navigation-primary {
    margin: 0px 0px 0px;
    padding: 20px 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a, 
  .navigation-primary .submenu.level-1 > li a {
    padding: 10px 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li, 
  .navigation-primary .submenu.level-1 > li {
    padding: 0px 0px 0;
    position: relative !important;
  }
  .submenu > .has-submenu > a {
    width: 100% !important;
  }
  .submenu-outer {
    position: static;
    opacity: 1;
    visibility: visible;
  }
  body nav .submenu.level-2 {
    width: 100%;
    padding: 10px 15px 20px;
    display: none;
    border-top: 4px solid var(--black-color);
    border-radius: 0px;
    background-color: var(--light-gray);
    display: block;
  }
  body nav .submenu.level-2 .menu-item {
    background-color: transparent;
    border-bottom: 0;
    border-top: 0px solid #ebeff3;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    font-size: 15px;
  }
  nav .submenu.level-2 li.menu-item .menu-link {
    width: auto;
  }
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul, 
  nav .submenu.level-2 ul {
    left: 0;
  }
  nav .submenu.level-2 li.menu-item .menu-link {
    width: auto !important;
  }
  .submenu-right ul.hs-menu-children-wrapper li.hs-menu-item a::after,
  nav .submenu.level-2 li.menu-item .menu-link::after,
  .submenu-right > ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul::before,
  nav .submenu.level-2 ul::before {
    display: none;
  }
  .submenu.level-2 ul {
    padding-left: 20px;
  }
  nav .submenu.level-1 > .has-submenu > .menu-arrow, 
  nav .submenu.level-2 > li:first-child::before,
  .menu-arrow {
    display: none !important; 
    height: auto !important;
    padding: 0 !important;
    top: 17px !important;
    width: auto !important;
    right: 15px;
  } 
  nav .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  nav .submenu > .has-submenu > .menu-arrow-bg, .submenu .menu-arrow-bg {
    background-image: url("https://weiterbildung.veb.ch/hubfs/veb_july_2021/bern/arrow_open_text.svg") !important;
    background-size: 10px;
    height: 6px !important;
    width: 11px !important;
    margin-right: 0px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a,
  .navigation-primary .submenu.level-1 > li a {
    border-bottom: 0px solid transparent;
  }
  .submenu > .has-submenu > .menu-arrow {
    display: none;
  }
  .header__navigation--toggle::after {
    display: none !important;
  }
  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(180deg) !important;
  }
  body nav .submenu.level-2 li:last-child {
    margin-bottom: 0;
  }
  body nav .submenu.level-2 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .submenu-outer .page-center {
    padding: 0px !important;
  }
  .navigation-primary .submenu.level-1 > li.has-submenu > a {
    position: relative;
  }
  .navigation-primary .submenu.level-1 > li.has-submenu > a::before {
    content: "";
    background-image: url("https://weiterbildung.veb.ch/hubfs/veb_july_2021/bern/arrow_open_text.svg");
    background-size: 10px;
    height: 6px;
    width: 11px;
    right: 15px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .small-header .header-main, .small-header header.header {
    padding: 15px 0px;
    box-shadow: none;
  }

  .small-header .header-login-cart, 
  .small-header .header .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row ul {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
   @media (prefers-color-scheme: dark) {
     .header__navigation--toggle {
/*        background-image: url(https://weiterbildung.veb.ch/hubfs/veb_july_2021/hamburger-white.svg); */
     }
  }
}
/*========= Footer Section =========*/

.footer .footer-column-1-row-0-margin {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.footer-main {
  background-color: var(--light-gray);
  padding: 85px 0px 64px;
  position: relative;
}
.footer-top,
.footer-top-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-main ul li {
  list-style: none;
}
.footer-top-left {
  max-width: 66.218%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.218%;
  flex: 0 0 66.218%;
}
.footer-top-right ul,
footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-top-right ul li:not(:last-child),
footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul li:not(:last-child) {
  margin-right: 20px;
}
.footer-top-cols {
  max-width: 869px;
}
.footer-col p,
.footer-col ul li a {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
}
.footer-top-form {
  margin: 48px 0px 0px;
}
.footer-top-form h4 {
  font-weight: 800;
}
.back-to-top {
  position: absolute;
  bottom: 0;
  right: 0;
}
.back-to-top a {
  /*width: 77px;
  height: 77px;
  background-color: var(--primary-color);*/
  display: inline-block;
  vertical-align: bottom;
  border: 0px;
}

.back-to-top a img {
  vertical-align: bottom;
}
.footer-top-form h4 {
  font-weight: 800;
  margin: 0 0 27px;
}
.footer-bottom {
  margin: 50px 0px 0px;
}
.footer-middle-sec p {
  font-weight: 600;
}
.footer-col:not(.footer-logo) a,
.footer-main ul li a,
.footer-top-sec .row-depth-1.row-number-3.dnd-row p a {
  border-bottom: 2px solid var(--black-color);
}
.footer-col a:hover,
.footer-main ul li a:hover,
.footer-top-sec .row-depth-1.row-number-3.dnd-row p a:hover {
  border-color: var(--primary-color);
}
.footer-logo a,
.footer-bottom a,
.footer-top-sec .row-depth-1.row-number-5.dnd-row a {
  border-bottom: 0px;
}
footer.footer .container-fluid.footer__container.content-wrapper,
.footer .dnd-section > .row-fluid {
  max-width: 1480px !important;
}
footer.footer .footer-top-sec p {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
footer.footer .hs_cos_wrapper.form-title {
  background: transparent;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  margin: 48px 0 27px;
}
.footer-logo a, 
.footer-main ul li a, 
.footer-bottom a {
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.footer-middle-sec a {
  border-bottom: 0px;
}

footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
  text-align: right;
  width: 29%;
}

footer.footer form.hs-form select.hs-input {
  max-width: 100%;
}
footer.footer form.hs-form {
  max-width: 67.57%;
}
.footer-middle-sec p {
  margin-top: 50px !important;
}
.footer-top-sec .row-number-1.dnd-section > .row-fluid {
	display: flex;
  justify-content: space-between;
}
.footer-top-sec .row-number-1.dnd-section > .row-fluid::before,
.footer-top-sec .row-number-1.dnd-section > .row-fluid::after {
  display: none;
}
.footer-top-sec .row-number-1.dnd-section > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.footer-bottom p {
	font-weight: 600;
}
.footer-bottom p a {
  line-height: 28px;
}
.footer-top-right ul li a img,
footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul li a img {
  filter: brightness(1);
  transition: all 0.3s;
}
.footer-top-right ul li a:hover img,
footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul li a:hover img {
  filter: brightness(0);
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
/*   left: -9999px;
  opacity: 0;
  position: absolute; */
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
/*   display: block; */
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
/*   left: 0;
  opacity: 1;
  top: 100%; */
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
/*   left: 100%;
  opacity: 1;
  top: 0; */
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}




/*** 16-7-2021 ***/
/**** Start Home Banner ****/
.page-intro-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 113px 0px 0px;
}
.page-intro-right {
    margin-right: -150px;
    margin-top: -30px;
}
.page-intro-head {
    padding: 118px 0px 0px;
}
.without-content-cta .page-intro-left {
    max-width: 918px;
}
.page-intro-sec h1 {
    margin: 0px 0px 15px; 
    word-break: break-word;  
}
@media (max-width: 1800px)
  {
.banner-cta, .page-intro-right {
    margin-right: 0;
}
}
@media (max-width: 1600px)
  {
h1 {
    font-size: 70px;
    margin: 0 0 25px;
}
}
/**** End Home Banner ****/


:root {
  --primary-font: 'Montserrat', sans-serif;
  --primary-color: #E63323;
  --secondary-color: #008F70;
  --black-color: #000000;
  --dark-gray: #344251;
  --light-gray: #EFF1F4;
  --teal-color: #75BABD;
  --light-teal: #CCE4E5;
} 
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
body {
  font-family: var(--primary-font);
  font-size: 18px;
  line-height: 28px;
  color: var(--black-color);
}

a,
input[type="submit"],
button {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: var(--black-color);
  border-bottom: 2px solid var(--primary-color);
}
a:hover {
  border-color: var(--black-color);
  text-decoration: none;
}
ul {
  /*   margin: 0px; */
  padding: 0px 0 0 15px;
}
.container-fluid .page-center {
  max-width: 1480px;
  margin: 0 auto;
  float: none;
}

:focus,
:active {
  outline: none !important;
}
.learn-more-outer {
  padding: 0px 0px 160px;
}

.topics-outer,
.learn-more-outer.learn-three-col {
  padding: 160px 0px;
}
.left-right-outer.top-space,
.left-right-outer.top-spacing-160 {
  padding-top: 160px;
}
.left-right-outer.bottom-space,
.left-right-outer.bottom-spacing-160 {
  padding-bottom: 160px;
}

.simple-richtext.bottom-spacing-160 {
  padding-bottom: 140px;
}

img {
  max-width: 100%;
}
p {
  margin: 0px 0px 25px;
}
p:last-child {
  margin: 0px 0px 0px;
}
.light-gray-bg {
  background-color: var(--light-gray);
}
.white-bg {
  background-color: #ffffff;
}
.dark-gray-bg {
  background-color: var(--dark-gray);
}
.without-top-spacing {
  padding-top: 0px !important;
}
.with-bottom-spacing {
  padding-bottom: 160px;
}

/*========== Banner Section ============*/

.body-container-wrapper {
  overflow: hidden;
  padding-top: 141.78px;
}
.banner-section {
  /*padding: 117px 0px 100px;*/
  background-size: cover;
  background-position: left top;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 141.78px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.banner-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0,0,0,.2);
}
@media (max-height: 890px){
  .banner-section {
    height: auto;
    min-height: calc(100vh - 141.78px);   
    padding: 100px 0px;
  }
}
.banner-section > .page-center {
  width: 100%;
}
.banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
.banner-content {
  max-width: 736px;
}
.banner-content h1 {
  max-width: 629px;
}
.banner-content h1,
.banner-content h5,
.learn-more-single h3,
.learn-more-single:hover,
.join-left-content h2,
.right-details h5,
.look-at-section h2,
.event-desc h5,
.event-desc h5,
.cart-col h5,
.inner-banner-content h1,
.inner-banner-content h5,
.reason-colored .reason-content h5,
.learn-three-col .learn-more-cta h3 {
  color: #fff;
}
.banner-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: -130px;
}
.bottom-arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-animation-name: topBottom;
  animation-name: topBottom;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  bottom: 25px;
}
.bottom-arrow a {
  display: inline-block;
  border-bottom: 0px;
}
.banner-content h5 {
  margin: 0px;
}

/*========== Left Right Section =========*/

.left-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-sec {
  max-width: 29.53%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.53%;
  flex: 0 0 29.53%;
}
.right-sec {
  max-width: 56.09%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56.09%;
  flex: 0 0 56.09%;
}
.right-sec h5 {
  margin: 0px 0px 25px;
}
.right-sec ul {
  list-style: none;
  padding-left: 40px;
}
.learn-more-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px -20px 0px 0px;
  color: #ffffff;
}
.learn-three-col .learn-more-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0px;
}
.learn-three-col .head-with-content {
  margin: 0px 0px 50px;
}
.learn-more-row > * {
  margin-right: 20px;
}
.learn-more-left {
  max-width: calc(58.3% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(58.3% - 20px);
  flex: 0 0 calc(58.3% - 20px);
}
.learn-more-right {
  max-width: calc(41.7% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(41.7% - 20px);
  flex: 0 0 calc(41.7% - 20px);
}
.learn-more-single {
  position: relative;
  padding: 50px 50px 74px;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  border-bottom: 0px;
  overflow: hidden;
  float: left;
  background-size: cover;
}
.learn-more-single:focus {
  color: #ffffff;
}
.learn-three-col .learn-more-single,
.learn-more-cta {
  max-width: calc(100%/3 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 20px);
  flex: 0 0 calc(100%/3 - 20px);
  margin-bottom: 20px;
  padding: 78px 32px 62px 50px;
}
.learn-more-single::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  height: 100%;
  background-color: #344251;
  mix-blend-mode: multiply;
  opacity: .55;
  z-index: 1;
}
.learn-more-left .learn-more-single {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 804px;
}
.learn-more-right .learn-more-single {
  height: calc(50% - 10px);
  margin-bottom: 20px;
}
.learn-more-right .learn-more-single:last-child {
  margin-bottom: 0px;
}
.learn-single-content {
  position: relative;
  z-index: 2; 
}
.learn-single-content p {
  font-size: 30px;
  line-height: 40px;
}
.learn-more-left .learn-single-content p {
  max-width: 564px;
}
.learn-single-content .text-cta {
  margin: 5px 0px 0px;
}
.learn-more-single:hover .text-cta {
  border-color: var(--primary-color);
}
.learn-three-col a.text-cta {
  margin: 0px;
}
.learn-three-col a.text-cta:hover {
  color: #ffffff;
}
.learn-three-col h3 {
  margin: 0px 0px 20px;
  word-break: break-word;
  min-height: 120px;
}
.learn-more-cta.learn-more-single::before {
  display: none;
}
.learn-more-cta {
  background-color: var(--primary-color);
  color: #ffffff;
}
.learn-more-cta:hover {
  background-color: var(--black-color);
}
.bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transition: all 0.5s;
}
.learn-more-single:hover .bg-img {
  transform: scale(1.1);
}

/*========== Three col Section ============*/

.three-col-sec {
  padding: 70px 0px 160px;
}
.head-with-content {
  position: relative;
}
.head-with-content p {
  max-width: 854px;
}
.three-col-row,
.topics-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 78px -20px 0px 0px;
}
.three-col-single {
  max-width: calc(100%/3 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 20px);
  flex: 0 0 calc(100%/3 - 20px);
  margin: 0px 20px 0px 0px;
  background-color: #ffffff;
  text-align: center;
  padding: 0px 0px 0px;
  position: relative;
  min-height: 283px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0px;
}
.image-with-content .three-col-single {
  display: unset;
  margin: 0px 0px 20px;
}
.three-col-single.text-left {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0px 86px 28px 50px;
}
.three-col-single h4 {
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
  font-weight: 800;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0px;
}
.three-col-single:hover h4 {
  border-color: var(--black-color);
}
.three-col-single p {
  margin: 22px 0px 0px !important;
}

.three-col-single h5 {
  border-bottom: 2px solid var(--primary-color);
  display: inline;    
  transition: all 0.3s;
}
@media screen and (min-width: 1600px) {
  .three-col-single h5 {
  font-size: 26px;
}
}
.three-col-single:hover h5 {
  border-color: var(--black-color);
}
.col-arrow {
  position: absolute;
  right: 0;
  top: 0;
}
.col-arrow img {
  transition: all 0.5s;
}
.col-arrow img.hover-img {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.three-col-single:hover img.default-img {
  opacity: 0;
  visibility: hidden;
}
.three-col-single:hover img.hover-img {
  opacity: 1;
  visibility: visible;
}
.with-shadow {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.text-left {
  text-align: left;
}
.three-col-row.advisory-info {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 160px -20px 0px 0px;
}
.three-col-single .col-content {
  padding: 0px;
}
.advisory-col {
  margin-right: 20px;
  max-width: calc(100%/4 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/4 - 20px);
  flex: 0 0 calc(100%/4 - 20px);
}
.col-image img {
  vertical-align: bottom;
}
.col-content {
  padding: 30px 0px 0px;
}
.advisory-col .col-content p {
  margin: 15px 0px 0;
  font-size: 25px;
  line-height: 35px;
}
.advisory-col .col-content h6 {
  margin: 0px;
}
.advisory-col .col-image img {
  width: 100%;
}
.three-col-button {
  text-align: center;
  margin: 70px 0px 0px;
}
.vertical-center .left-right-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.vertical-center .left-sec {
  max-width: 57.704%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.704%;
  flex: 0 0 57.704%;
}
.vertical-center .right-sec {
  max-width: 42.296%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.296%;
  flex: 0 0 42.296%;
  text-align: center;
}
.intro-with-img-outer.three-col-sec {
  padding-top: 0px;
}

/*======= Three col image with content ========*/

.three-col-sec.image-with-content {
  background-color: transparent;
}
.image-with-content .three-col-head {
  max-width: 100%;
}
.image-with-content .three-col-head p {
  max-width: 850px;
}
.image-with-content .three-col-single {
  padding: 0px;
  text-align: left;
}
.image-with-content .three-col-single p {
  margin: 0px;
}
.col-top-img {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.col-top-img img {
  vertical-align: bottom;
}
.image-with-content .col-content {
  padding: 50px 36px 70px 50px;
  background-color: var(--light-gray);
}
.image-with-content .three-col-single h4 {
  border-bottom: 0px;
  margin: 0px 0px 30px;
}
.image-with-content .col-content p a {
  border-bottom: 0px;
}

/*========== Join Section =========*/

.join-section {
  padding: 0px 0px 90px;
  background-color: var(--teal-color);
  color: #ffffff;
}
.join-left-content h2 {
  margin: 0 0 20px;
}
.join-sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.join-left-content p {
  font-size: 30px;
  line-height: 40px;
}
.join-left-content {
  max-width: 56.489%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56.489%;
  flex: 0 0 56.489%;
  padding: 70px 0px 0px;
}
.join-left-content .cta_button {
  margin: 50px 0px 0px;
}
.join-right-icon {
  max-width: 32.434%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.434%;
  flex: 0 0 32.434%;
  margin-top: -100px;
}


/*========== Form ============*/

form.hs-form {
  position: relative;
}
form.hs-form fieldset {
  border: 0px;
  padding: 0px;
}
form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),
.searching-form-sec select,
.searching-form-sec input:not([type="submit"]) {
  height: 70px;
  border: 1px solid var(--black-color);
  display: block;
  width: 100%;
  border-radius: 0px;
  box-shadow: none;
  font-size: 18px;
  font-family: inherit;
  padding: 10px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
}
body form.hs-form .input {
  margin-right: 0px !important;
}
form.hs-form .hs-form-field > label,
.searching-form-sec .label label {
  margin: 0px 0px 5px;
  font-size: 18px;
  line-height: 28px;
  display: inline;
}
form.hs-form .hs-form-field > label br {
  display: none;
}
form.hs-form .hs-form-field {
  margin: 0px 20px 20px 0px;
} 
form.hs-form fieldset {
  margin-right: -20px;	
  max-width: unset !important;
}
.footer-main form.hs-form fieldset,
.landing-form form.hs-form fieldset {
  margin-right: 0px;
}
form.hs-form fieldset.form-columns-3,
form.hs-form fieldset.form-columns-2,
form.hs-form fieldset.form-columns-4,
.four-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.four-fields {
  width: 100%;
}
form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: calc(100%/3 - 20px);
}
form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: calc(100%/2 - 20px);
}
.footer-main form.hs-form .hs-form-field.hs_email.hs-email {
  width: calc(66.666666% - 20px);
}
form.hs-form fieldset.form-columns-4 .hs-form-field,
form.hs-form fieldset.form-columns-2 .four-fields .hs-form-field {
  width: calc(100%/3 - 73.333px)
}
.footer-main form.hs-form .hs-submit.hs_submit {
  position: absolute;
  right: 20px;
  text-align: right;
  bottom: 20px;
  width: calc(33.33333% - 20px);
}
body form input[type="submit"],
input[type="submit"] {
  background-color: var(--black-color);
  display: inline-block;
  color: #ffffff;
  border: 0;
  font-size: 25px;
  line-height: 28px;
  font-family: inherit;
  letter-spacing: 4px;
  font-weight: 600;
  height: 70px;
  min-width: 355px;
  margin: 30px 0px 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
}
body form input[type="submit"]:hover,
input[type="submit"]:hover {
  background-color: #ffffff;
  color: var(--black-color); 
}
body .landing-form form input[type="submit"]:hover,
body .register-form form input[type="submit"]:hover,
body .form-outer form input[type="submit"]:hover,
.form-module input[type="submit"] {
  background-color: var(--primary-color);
  color: #ffffff;
}
.form-module input[type="submit"]:hover {
  background-color: var(--black-color);
  color: #ffffff;
}
body .footer-main form.hs-form input[type="submit"] {
  min-width: inherit; 
  width: 100%;
  font-size: 18px;
  letter-spacing: 2.88px;
}
form.hs-form a.text-cta {
  color: var(--primary-color);
  border-color: var(--primary-color);
  margin: 0px 0px 12px;
}
body textarea {
  min-height: 180px;
  resize: none;
}
form.hs-form select.hs-input,
.searching-form-sec select {
  /*   max-width: 160px; */
  max-width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}
ul.inputs-list.multi-container {
  list-style: none;
}
li.hs-form-checkbox input {
  width: 25px;
  border-radius: 0px;
  height: 25px !important;
  box-shadow: none;
  border: 1px solid #000;
}   
li.hs-form-checkbox {
  margin-bottom: 10px;
}
li.hs-form-checkbox > label,
li.hs-form-booleancheckbox > label {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
}
li.hs-form-checkbox > label > span {
  padding-left: 10px;
}
h3.form-title {
  margin: 0px;
}
.form-sec form fieldset:not(:first-child) h5 {
  margin-top: 35px;
}
.form-outer form.hs-form fieldset {
  align-items: flex-start;
}
.hs-richtext.hs-main-font-element p {
  font-size: 18px;
  line-height: 28px;
}
.form-outer form.hs-form .hs_region.hs-form-field select.hs-input,
.form-outer form.hs-form .hs_ausbildungstitel.hs-form-field select.hs-input {
  max-width: 100%;
}
form.hs-form .hs-fieldtype-radio ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}
form.hs-form .hs-fieldtype-radio ul li,
form.hs-form .hs-fieldtype-radio ul li label {
  margin: 0;
}
form.hs-form .hs-fieldtype-radio ul li:not(:last-child) {
  margin-right: 30px;
}
form.hs-form .hs-fieldtype-radio ul li label {
  font-size: 18px;
}

/*========== Fixed sidebar ======*/

.fixed-sidebar {
  position: fixed;
  top: 141.78px;
  right: 0;
  z-index: 1;
}
.fixed-sidebar > ul li {
  list-style: none;
}
.fixed-sidebar > ul li a {
  background-color: var(--light-gray);
  border-bottom: 2px solid var(--primary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63px;
  height: 63px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fixed-sidebar > ul li a img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed-sidebar > ul li a .hover-img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.fixed-sidebar > ul li a:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.fixed-sidebar > ul li a:hover .default-img {
  opacity: 0;
  visibility: hidden;
}
.opened-search-inner {
  max-width: 908px;
  margin-left: auto;
  color: #ffffff;
  padding-right: 108px;
}
.opened-search {
  left: 100%;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  background-color: var(--dark-gray);
  top: 141.78px;
}
.opened-search::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  left: 0px;
  top: 62px;
}
.opened-search.active {
  display: block;
  left: 0;
}    
a.search-btn {
  position: relative;
  z-index: 9;
}
a.search-btn.active {
  background-color: transparent;
  border-color: transparent;
}
a.search-btn.active .default-img {
  opacity: 0;
  visibility: hidden;
}
a.search-btn.active .hover-img {
  opacity: 1;
  visibility: visible;
}
.search-input .hs-search-field input[type="text"] {
  width: 100%;
  border: 0px;
  height: 63px;
  background-color: transparent;
  padding: 0px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  font-family: inherit;
}
.search-input .hs-search-field input[type="text"]::placeholder {
  color: #ffffff !important;
  opacity: 1 !important;
}
.hs-search-field--open ul.search-results-listing.hs-search-field__suggestions {
  border: 0px;
  padding: 19px 0px 35px;
  list-style: none;
  max-height: calc(100vh - 164.78px);
  overflow-y: auto;
}
ul.search-results-listing li:not(:last-child) {
  margin: 0px 0px 24px;
}
ul.search-results-listing li a {
  color: #ffffff;
  font-weight: 600;
  border-bottom: 4px solid var(--primary-color);
  display: inline-block;
}
ul.search-results-listing li a:hover {
  border-bottom: 4px solid #ffffff;
}
.search-input #results-for {
  display: none !important;
}

/*========= Page Intro ========*/

.page-intro-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 113px 0px 0px;
}
.header_icon_alignd  .page-intro-row {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
.page-intro-right {
  margin-right: -150px;
  margin-top: -30px;
}
.header_icon_alignd .page-intro-right {
  margin-right: 0;
  margin-top: 0;
  margin-left: 50px;
}
.page-intro-head {
  padding: 118px 0px 0px;
}
.without-content-cta .page-intro-left {
  max-width: 100%;
}
.page-intro-sec h1 {
  margin: 0px 0px 15px; 
  word-break: break-word;  
}
.page-intro-left h5 {
  margin: 0px;
}

/*================*/

.member-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.board-outer .member-col-row {
  padding: 160px 0px 112px;
}
.single-member {
  max-width: calc(100%/3 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 20px);
  flex: 0 0 calc(100%/3 - 20px);
  margin: 0 20px 70px 0px;
}
.member-image img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.member-content {
  padding: 25px 0px 0px;
}
.member-content h6 {
  margin: 0px 0px 10px;
}
.member-content p {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: -0.25px;
}
.single-member .text-cta,
.single-member .text-social a {
  color: var(--teal-color);
  border-bottom: 2px solid var(--teal-color);
  margin: 0px;
}
.single-member .text-cta:hover,
.single-member .text-social a:hover {
  color: var(--black-color);
  border-color: var(--black-color);
}
.text-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0px 0px;
}
.text-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
  padding: 0px;
}
.text-social ul li:not(:last-child) {
  margin-right: 15px;
}
.single-member .text-social ul li a {
  border-bottom: 0px;
}
.single-member .text-social ul li img {
  max-width: 20px;
  max-height: 20px;
  vertical-align: bottom;
  transition: all 0.3s;
}
.single-member .text-social ul li a:hover img {
  filter: brightness(0);
}
.single-member .text-social > a {
  margin-right: 50px;
}

/*========= Inner Page Banner ========*/

.inner-page-banner {
  position: relative;
}
.inner-page-banner {
}
.inner-page-banner img {
  width: 100%;
  vertical-align: bottom;
  max-height: 615px;
  object-fit: cover;
}
.inner-banner-content {
  position: absolute;
  width: 100%;
  top: 0px;
  padding: 117px 0px 0px;
  color: #ffffff;
}
.inner-page-banner h1 {
  margin: 0px 0px 15px;
}
.inner-page-banner h5 {
  margin: 0px;
}

/*========== Look at section =========*/

.look-at-section {
  padding: 70px 0px 90px;
  position: relative;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}
.look-at-section::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--dark-gray);
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.look-at-sec-inner {
  position: relative;
}
.look-at-section h2 {
  margin: 0px 0px 20px;
}
.look-at-section p {
  font-size: 30px;
  line-height: 40px;
}
.look-at-content p {
  max-width: 836px;
}
.look-at-content .cta_button {
  margin: 50px 0px 0px;
}

/*========== Profile Section =========*/

.profile-sec-outer {
  padding: 70px 0px 120px;
}
.profile-sec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile-sec-left {
  max-width: 355px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 355px;
  flex: 0 0 355px;
  text-align: center;
}
.profile-sec-right {
  max-width: calc(100% - 355px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 355px);
  flex: 0 0 calc(100% - 355px);
  padding-left: 145px;
  display: flex;
  align-items: center;
}
.profile-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 68px 0px 0px;
}
.profile-image img {
  vertical-align: bottom;
  width: 275px;
  height: 275px;
  object-fit: cover;
  border-radius: 50%;
}
.profile-social span {
  font-size: 15px;
  line-height: 20px;
  margin-left: 17px;
}
.profile-sec-content h6 {
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 30px;
}
.social-icons a img {
  vertical-align: bottom;
}

/*============ Left Right Image content ==========*/

.image-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 90px 0px 0px;
}
.top-spacing-160 .image-content-inner {
  padding: 160px 0px 0px;
}
.left-img-sec {
  max-width: 49.325%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.325%;
  flex: 0 0 49.325%;
}
.left-img-sec img {
  width: 100%;
  vertical-align: bottom;
}
.right-content-sec {
  max-width: 40.946%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.946%;
  flex: 0 0 40.946%;
}

/*==============*/

.video-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 160px 0px;
}
.left-video-sec {
  max-width: 57.771%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.771%;
  flex: 0 0 57.771%;
}
.left-video-sec img,
.left-video-sec video {
  width: 100%;
}
.video-content-inner .right-content-sec {
  max-width: 32.501%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.501%;
  flex: 0 0 32.501%;
}
.left-video-sec .hs-embed-wrapper {
  max-width: 100% !important;
  max-height: unset !important;
  min-width: auto !important;
}


/*============ Contact Info ==========*/

.contact-info-outer {
  padding: 160px 0px 0px;
}
.contact-info-box {
  max-width: 66.717%;
  margin-left: auto;
  background-color: var(--dark-gray);
  color: #ffffff;
  padding: 65px 90px;
}
.icon-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.left-icon {
  max-width: 51px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51px;
  flex: 0 0 51px;
  padding: 8px 0px 0px;
}
.right-details {
  max-width: calc(100% - 51px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 51px);
  flex: 0 0 calc(100% - 51px);
  padding-left: 32px;
}
.right-details h5 {
  margin: 0 0 3px;
}
.contact:not(:last-child) {
  margin: 0px 0px 30px;
}
.map-location {
  position: relative;
  /*   padding-bottom: 56.25%; */
}
.map-location iframe {
  /*   width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px; */
}
.right-details a {
  color: #ffffff;
  border-bottom: 0px;
}
.map-location .hs-responsive-embed-inner-wrapper {
  padding-bottom: 56.25% !important;
}
.map-location .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important; 
  /*   max-height: unset !important; */
  min-width: unset !important;
}

/*======== Simple Contect section ========*/

.simple-content-sec {
  padding: 70px 0px 100px;
}
.info-content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.info-content {
  max-width: 49.13%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.13%;
  flex: 0 0 49.13%;
}
.information-cover {
  max-width: 40.947%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.947%;
  flex: 0 0 40.947%;
}
.read-more {
  /*border-bottom: 1px solid var(--black-color);*/
  margin: 70px 0px 0px;
}
.read-more.active {
  border-bottom: 1px solid var(--black-color);
}
a.more {
  font-weight: bold;
  padding: 0px 50px 9px 0px;
  position: relative;
  display: inline-block;
  border-bottom: 0px;
}
a.more::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 6px;
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg");
  width: 28px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
a.more.less::before {
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_close_text.svg");
}
.more-content {
  padding: 50px 0px 0px;
  display: none;
}
.more-content h6 {
  margin: 0px 0px 30px;
}
.read-more-brochure {
  margin: 0px 0px 50px;
}
.read-more-brochure a.more {
  font-weight: normal;
  padding: 0 0 0 50px;
}
.read-more-brochure a::before {
  left: 0px;
  right: auto;
}
.more-content.brochure-more-content {
  padding: 0px 0px 30px;
}

/*========= Books Section =======*/

.book-sec-header {
  padding: 70px 0px 160px;
}
.book-sec-header p {
  max-width: 854px;
}
.brochures-outer {
  background-color: var(--dark-gray);
}
.single-brochure-content {
  position: relative;
  margin: 0px 0px 20px;
}
.single-brochure-content:last-child {
  margin: 0px 0px 0px;
}
.single-brochure-content::before {
  content: "";
  position: absolute;
  width: 76.2%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
}
.single-content-right.single-brochure-content::before {
  left: auto;
  right: 0px;
}
.brochure-content-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 0px;
}
.single-content-right .brochure-content-row {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.brochure-cover {
  max-width: 230px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}
.brochure-content {
  max-width: 59.056%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 59.056%;
  flex: 0 0 59.056%;
  padding-left: 70px;
}
.single-content-right .brochure-content {
  padding-left: 0px;
  padding-right: 70px;
}
.single-content-right .brochure-cover {
  order: 2;
}
.brochure-content .cta_button {
  margin: 50px 0px 0px;
}

/*=========== Bg image with two cols ====*/

.banner-with-col-outer {
  position: relative;
  background-size: cover;
  padding: 100px 0px;
}
.banner-with-col-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background-color: var(--dark-gray);
  opacity: .55;
  mix-blend-mode: multiply;
}
.banner-with-col-inner {
  position: relative;
}
.banner-cols-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-cols-row .single-col {
  background-color: #fff;
  max-width: calc(100%/2 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 20px);
  flex: 0 0 calc(100%/2 - 20px);
  margin-right: 20px;
  padding: 40px 30px 70px 50px;
}
.col-buttons {
  margin: 50px 0px 0px;
}
.col-buttons .cta_button:not(:last-child) {
  margin: 0px 0px 10px;
}

/*========== Topics Section =========*/

.topics-row {
  margin: 50px -20px 0px 0px;
}
.topics-col-single {
  max-width: calc(100%/3 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 20px);
  flex: 0 0 calc(100%/3 - 20px);
  margin: 0px 20px 0px 0px;
  background-color: #ffffff;
  position: relative;
}
.topics-col-single .col-image,
.events-image {
  position: relative;
}
.topics-col-single .col-image img,
.blog-post .col-image img {
  vertical-align: bottom;
  height: 314px;
  object-fit: cover;
  width: 100%;
}
.col-tag {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 70px 40px 20px 33px;
  border: 1px solid var(--light-gray);
}
.col-tag h6 {
  line-height: 28px;
  letter-spacing: 4px;
  margin: 0px;
  text-transform: capitalize;
}
.col-content .text-cta,
.events-content .text-cta {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  margin: 5px 0px 0px;
}
.item:hover .col-content .text-cta,
.item:hover .events-content .text-cta,
.grid-item:hover .col-content .text-cta,
.grid-item:hover .events-content .text-cta {
  color: var(--black-color);
  border-color: var(--black-color);
}

/*======== Masonary grid ========*/

.gallery,
.grid {
  margin-right: -20px;
}
.item,
.grid-sizer {
  width: calc(33.33333% - 20px);
  border-bottom: 0px;
}
.item.single-wide-two-col {
  width: calc(66.66666% - 20px);
}
.single-wide-two-col .events-content h3 {
  max-height: 100px;
  overflow: hidden;
}
.events-outer {
  padding: 90px 0px;
}
.events-row {
  margin-top: 50px;
}
.events-image img {
  vertical-align: bottom;
}
.events-content {
  padding: 30px 0px 70px;
}
.events-content h3,
.topics-col-single .col-content h3 {
  font-size: 40px;
  line-height: 50px;
}

/*========== PDFs Section =========*/

.pdf-sec-outer {
  padding: 0px 0px 160px;
}
.pdf-sec-outer.top-spacing {
  padding-top: 160px;
}
.showall-btn {
  text-align: center;
  margin: 70px 0px 0px;
}
.pdf-list {
  margin: 40px 0px 0px;
}
.pdf-list a {
  margin: 0px 0px 35px;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.pdf-list a:hover {
  color: var(--primary-color);
}
.pdf-list a h6 {
  padding-left: 50px;
  position: relative;
  margin: 0px;
}
.pdf-list.no-before-icon a h6 {
  padding-left: 0px;
}
.pdf-list:not(.no-before-icon) a h6::before {
  content: "";
  position: absolute;
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/profile/icon_pdf.svg");
  width: 31px;
  height: 42px;
  background-repeat: no-repeat;
  left: 0px;
  bottom: 8px;
}
.pdf-list a:last-child {
  /*   margin: 0px; */
}
.pdf-list a img {
  margin-right: 16px;
  margin-bottom: 8px;
}

/*========== Filters Section =========*/

.filters ul,
.resp-tabs-list,
.button-group {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px;
}
.filters ul li,
.resp-tabs-list li,
.button-group li {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: 600;
  border: 1px solid var(--black-color);
  padding: 12.5px 40px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.multiple-filters .button-group li {
  padding: 12.5px 0;
}
.multiple-filters .button-group li a {
  padding: 0px 36px;
}
.filters ul li:hover,
.filters ul li.active,
.resp-tabs-list li:hover,
.resp-tabs-list li.resp-tab-active,
.button-group li:hover,
.button-group li.is-checked {
  background-color: var(--primary-color);
  color: #ffffff;
  border-color: var(--primary-color);
}
.grid {
  margin-top: 60px;
}
.events-outer.filter-outer {
  padding-bottom: 0px;
}
.filters.filter-button-group > p {
  margin: 0;
}

/*======= left-right-image-full-content =========*/

.left-right-image-full-content {
  padding: 0px 0px 160px;
  position: relative;
}
.left-right-image-full-content > .page-center {
  /*max-width: 100% !important;*/
}
.left-right-image-full-content .image-sec {
  max-width: inherit;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  position: absolute;
  right: 0px;
  width: 34.6%;
  max-height: 90%;
  overflow: hidden;
  top: 0;
}
.left-right-image-full-content .content-sec {
  max-width: 58.042%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.042%;
  flex: 0 0 58.042%;
}
.left-image .left-right-inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.left-image .image-sec {
  left: 0px;
  right: auto;
}
.left-right-image-content-grid.left-right-image-full-content .image-sec {
  position: static;
  text-align: right;
}
.left-right-image-content-grid.left-image.left-right-image-full-content .image-sec { 
  text-align: left;
}
.left-right-image-content-grid.left-image .left-right-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-right-image-content-grid.left-image .content-sec {
  order: 2;
}

/*========= Tabbing Section ==========*/

.tabbing-section-outer {
  padding: 160px 0px;
}
.resp-tabs-list li {
  list-style: none;
  cursor: pointer;
}
h2.resp-accordion {
  display: none;
}
.resp-tab-content {
  display: none;
}
.resp-content-active,
.resp-accordion-active {
}
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}
.resp-easy-accordion h2.resp-accordion { 
  display: block; 
}
.resp-tab-content-active { 
  display: block; 
}
.resp-tabs-container {
  margin: 70px 0px 0px;
}

@media only screen and (max-width: 768px) {
  ul.resp-tabs-list { 
    /*display: none; */
  }
  h2.resp-accordion { 
    /*display: block; */
  }
  .resp-accordion-closed {
    display: none !important;
  }
}

/*========== Event detail page =========*/

.event-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.back-btn {
  padding: 30px 0px 0px;
  text-align: right;
}
.back-btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 4px;
  border-bottom: 0px;
}
.back-btn a img {
  max-width: 28px;
  margin-right: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.back-btn a:hover img {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.event-detail-left {
  max-width: 57.705%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.705%;
  flex: 0 0 57.705%;
  padding-bottom: 50px;
}
.event-left-content {
  padding: 100px 0px 0px;
}
.event-detail-right,
.event-detail-right a:not(.cta_button) {
  color: #ffffff;
}
.event-detail-outer,
.event-detail-sec {
  position: relative;
}
.event-detail-outer::before,
.event-detail-sec::before {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--dark-gray);
  z-index: -1;
}
.kurs-detail-outer.event-detail-outer::before {
  display: none;
}
.print-sec a {
  width: 78px;
  height: 78px;
  background-color: var(--teal-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0px;
}
.event-details {
  padding: 52px 0px 100px;
  max-width: 355px;
}
.event-detail-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0px 40px;
}
.event-detail-single:last-child {
  margin: 0px;
}
.event-icon {
  min-width: 60px;
}
.event-desc {
  padding-left: 35px;
}
.event-desc h5 {
  margin: 0px 0px 3px;
}
.details-cta {
  margin: 70px 0px 0px;
}
.event-desc p a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px;
}
.event-desc p a img {
  margin: 4px 10px 4px 0px;
  display: inline-block;
}
.kurs-detail-outer {
  padding: 80px 0px 0px; 
}
.kurs-detail-outer .event-left-content {
  padding: 0px;
}
.event-left-content h5 {
  margin: 50px 0 30px;
}
.event-left-content h5:first-child {
  margin: 0px 0 30px;
}
.event-left-content ul {
  list-style: none;
}
.event-left-content ul li,
.right-sec ul li {
  position: relative;
  padding-left: 15px;
}
.event-left-content ul li::before,
.right-sec ul li::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 13px;
  width: 8px;
  height: 1px;
  background-color: var(--black-color);
}
.kurs-detail-outer .back-btn {
  padding: 30px 0px;
}

/*========== Reasons Masonary =========*/

.reasons-outer {
  padding: 70px 0px 100px;
  position: relative;
}
.reasons-outer::before {
  content: "";
  position: absolute;
  right: 63px;
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/mitgliedschaft/icon_mitgliedwerden.svg");
  top: -100px;
  width: 480px;
  height: 480px;
}
.reason-content {
  background-color: #fff;
  padding: 120px 35px 50px 50px;
  box-sizing: border-box;
  margin: 0px 0px 20px;
}
.reason-content h5 {
  margin: 0px 0px 30px;
  word-break: break-word;
}
.reason-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.reason-icon a {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--teal-color);
  border-bottom: 0px;
}
.reason-content p a {
  border-bottom: 2px solid var(--primary-color);
}
.reason-content p a:hover {
  border-color: var(--black-color);
}
.reason-colored .reason-content {
  background-color: var(--teal-color);
  color: #ffffff;
}
.reason-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 50px 0px 0px;
}
.reason-links a {
  color: #ffffff;
  display: inline-block;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: 600;
  border-bottom: 2px solid #ffffff;
}
.reason-links a:not(:last-child){
  margin: 0px 0px 19px;
}
.reason-colored .reason-icon a {
  background-color: #ffffff;
}
.reason-colored .reason-icon a:hover {
  color: #fff;
}

/* ======== Blog Detail page ===========*/

.blog-post {
  max-width: 100% !important;
}
.blog-detail-outer {
  padding: 53px 0px 160px;
}
.blog-detail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-right {
  max-width: 66.285%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.285%;
  flex: 0 0 66.285%;
}
.author-img img {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
}
.author-details {
  padding: 30px 0px 0px;
}
.author-name p {
  font-weight: 600;
  margin: 0px 0px 10px;
}
.author-name p a {
  border-bottom: 0px;
}
.blog-left .profile-social {
  margin: 30px 0px 0px;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
}
.blog-print {
  margin: 43px 0px 0px;
}
.blog-print a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 0px;
}
.blog-print a img {
  vertical-align: bottom;
  margin-right: 10px;
}
.blog-post-wrapper .post-body h5 {
  margin: 70px 0px;
}
.blog-post-wrapper .post-body h6 {
  line-height: 28px;
  font-weight: bold;
  margin: 40px 0px 25px;
}
.blog-content-img,
.prev-next-post {
  margin: 90px 0px 0px;
}
.blog-content-img img {
  vertical-align: bottom;
}
.prev-next-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prev-next-post > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0px;
}
.prev-next-post > a.next-post {
  flex-direction: row-reverse;
  text-align: right;
}
.arrow-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--black-color);
  width: 57px;
  height: 57px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.prev-next-post > a:hover .arrow-icon {
  background-color: var(--primary-color);
}
.right-post-content {
  width: calc(100% - 57px);
  padding-left: 20px;
  padding-top: 17px;
}
.next-post .right-post-content {
  padding-left: 0px;
  padding-right: 20px;
}
span.right-post-content h5 {
  margin: 0 0 10px;
  max-width: 355px;
}
.blog-post-wrapper .post-body p img {
  margin: 60px 0px 0px;
}


/*========== Combined Filters ======*/

.combined-filter-outer {
  padding: 160px 0px;     
}
.multiple-filters .ui-group p {
  margin: 0px 0px 5px;
}
.button-group {
  margin-bottom: 10px;
}
.multiple-grid {
  margin: 90px 0px 0px;
}
.multiple-grid-item {
  width: 100%;
}
.item-top-content h5 {
  margin: 0px 0px 30px;
}
.item-top-content p {
  max-width: 859px;
}
.item-bottom-row {
  margin: 100px 0px 0px;
}
.item-bottom-row h6 {
  border-bottom: 1px solid var(--black-color);
  margin: 0px 0px 55px;
}
.item-btm-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.item-btm-single .col-cta {
  width: 100%;
}
.item-btm-single a.text-cta {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.item-btm-single a.text-cta:hover {
  color: var(--black-color);
  border-color: var(--black-color);
}
.item-btm-single:not(:last-child) {
  margin: 0px 0px 72px;
}
.item-btm-col:nth-child(1) {
  width: 30%;
}
.item-btm-col:nth-child(2) {
  width: 16%;
}
.item-btm-col:nth-child(3) {
  width: 10%;
}
.item-btm-col:nth-child(4) {
  width: 25%;
}
.item-btm-col a {
  color: var(--teal-color);
  font-weight: 600;
  border: 0px;
}
.item-btm-col a:not([href]) {
    color: var(--teal-color);
    cursor: default;
}
.item-btm-col span {
  font-weight: 600;
  opacity: .4;
}

/*========== Login Register page =========*/

.login-register-outer {
  padding: 118px 0px 160px;
}
.login-register-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.login-register-left {
  max-width: 57.771%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.771%;
  flex: 0 0 57.771%;
}
.login-register-right {
  max-width: 32.433%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.433%;
  flex: 0 0 32.433%;
  background-color: var(--dark-gray);
  color: #ffffff;
  padding: 50px 40px;
}
.login-register-top p {
  margin: 0px 0px 20px;
  font-weight: 600;
}
.login-register-top {
  max-width: 354px;
}
.login-register-outer #horizontalTab {
  margin: 100px 0px 0px !important;
}
.login-register-outer .resp-tabs-container {
  margin: 40px 0px 0px;
}
.tab-content-inner h5 {
  margin: 0 0 30px;
}
.forgot-pwd-no-profile {
  margin: 50px 0px 0px;
}
.forgot-pwd {
  margin: 0px 0px 30px;
}
.cart-col h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-col h5 img {
  margin-right: 31px;
}
.cart-items {
  background-color: #fff;
  color: var(--black-color);
  padding: 50px 40px;
  margin: 52px 0px 0px;
}
.login-right-bottom {
  margin: 30px 0px 0px;
}
.login-right-bottom .cta_button {
  width: 100%;
  min-width: unset;
}
.cart-total {
  padding: 20px 0px 0px;
  margin: 17px 0px 0px;
  border-top: 1px solid var(--black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
a.cart-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px;
}
a.cart-close img {
  max-width: 13px;
  margin-right: 7px;
}
.single-cart-item h6 {
  margin: 0px 0px  10px;
}
.total-right p span {
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
}

/*========= Kontakt page =======*/

.kontakt-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kontakt-outer {
  background-color: var(--light-teal);
  position: relative;
}
.kontakt-left {
  max-width: 57.772%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.772%;
  flex: 0 0 57.772%;
  padding: 100px 0px;
}
.kontakt-right {
  position: relative;
  z-index: 1;
}
.kontakt-right-inner {
  height: 100%;
}
.kontakt-right-inner > * {
  height: 50%;
}
.kontakt-right .contact-info-box {
  max-width: 100%;
  background-color: transparent;
  padding: 67px 0px 100px;
}
.payment-details-sec {
  padding: 50px 0px 62px;
}
.kontakt-outer::before, 
.kontakt-outer::after {
  content: "";
  position: absolute;
  right: 0;
  height: 50%;
  background-color: var(--dark-gray);
  width: 35%;
  top: 0px;
}
.kontakt-outer::after {
  top: auto;
  bottom: 0px;
  background-color: #ffffff;
}
.payment-details-sec h5 {
  margin: 0 0 20px;
}
.vat-sec {
  margin: 50px 0px 0px;
}

/*========== Accordians =========*/

.panel {
  display: none;
  padding: 35px 100px;
}
.panel-content h4 {
  margin: 0 0 15px;
}
.press-outer {
  margin: 160px 0px 0px;
  position: relative;
}
.press-outer::before {
  content: "";
  position: absolute;
  width: 62.5%;
  background-color: var(--light-gray);
  height: 100%;
  top: 0;
  right: 0;
}
.press-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.press-president {
  margin: 106px 0px 0px;
}
.press-right {
  max-width: 62.84%;
  flex: 0 0 62.84%;
  padding: 50px 0px 80px;
}   
.accordian-outer {
  padding: 160px 0px;
}
.accordian-outer .item {
  width: 100%;
  margin: 0px 0px 35px;
}
.accordian-sec button {
  padding: 0px;
  appearance: none;
  -webkit-appearance: none;
  border: 0px;
  background: transparent;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid var(--black-color);
  font-size: 25px;
  line-height: 35px;
  font-family: inherit;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 52px;
  align-items: center;
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 0px;
}
.accordian-sec button.active {
  background-image: url(https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_close_text.svg);
}
.accordian-sec button span {
  font-size: 18px;
  line-height: 25px;
  font-weight: normal;
}
.accordian-sec button:hover,
.accordian-sec button:active,
.accordian-sec button:focus {
  background-color: transparent;
}

/*========= Landing page ========*/

.landing-header {
  padding: 25px 0px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.landing-left-right-outer {
  padding: 160px 0px;
}
.landing-left-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.landing-left {
  max-width: 57.705%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57.705%;
  flex: 0 0 57.705%;
}
.landing-right {
  max-width: 32.434%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.434%;
  flex: 0 0 32.434%;
}
.landing-left-img {
  margin: 70px 0px 0px;
}
.footer-landing .footer-top-cols {
  max-width: 430px;
}
.footer-landing .footer-bottom {
  margin: 63px 0px 0px;
}   

/*========= Landing form =======*/

.form-outer {
  padding: 160px 0px;
}
.form-outer .head-with-content h2 {
  max-width: 663px;
}
.form-sec {
  margin: 100px 0px 0px;
}
.form-sec form.hs-form {
  margin: 0px;
}
.form-sec form h5 {
  margin: 0 0 30px;
}
.form-sec-left-right {
  margin: 35px -20px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-sec-left-right > * {
  width: calc(100%/2 - 20px);
  margin-right: 20px; 
}
.form-col > h5 {
  line-height: 28px;
}
.form-col > h5 span {
  font-size: 18px;
  line-height: 28px;
  font-weight: normal;
}
.form-col ul.inputs-list.multi-container {
  margin: 20px 0 32px;
}
.communication-sec,
.membership-info {
  margin: 35px 0px 0px;
}
.communication-sec fieldset.form-columns-2 {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
form.hs-form .membership-info select {
  max-width: 100%;
}
.personal-data .hs-form-field.hs-anrede,
form.hs-form fieldset.form-columns-2 .four-fields .hs_anrede_new.hs-anrede_new.hs-form-field {
  width: 160px !important;
}
.form-outer form.hs-form select.hs-input {
  max-width: 100%;
}


.app-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0px 0px;
}
.app-icons a {
  border-bottom: 0px;
}

/*========== Registeration page =========*/

.simple-text-inleft {
  padding: 68px 0px 0px;
}
.form-module {
  padding: 100px 0 130px;
}
.searching-form-sec > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -20px;
}
.searching-form-sec > *:not(:last-child) {
  margin-bottom: 20px;
}
.searching-form-sec > * > * {
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; */
  width: calc(100% /4 - 20px);
  margin-right: 20px;
}
.searching-form-sec .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form-module form.hs-form .hs_abschlussjahr.hs-form-field, 
.form-module form.hs-form select.hs-input,
.searching-form-sec select#abschlussjahr,
.searching-form-sec .first-row .label:first-child {
  max-width: 230px;
}
.form-module form.hs-form .hs_diplom_zertifikat select.hs-input {
  max-width: 100%;
}
.data-listing {
  margin: 100px 0px 0px;
}
.listing-header, 
.listing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #000;
}
.listing-row {
  padding: 30px 0px;
}
.listing-row-outer:last-child .listing-row {
  border-bottom: 0px;
}
.form-module input[type="submit"] {
  min-width: unset;
  max-width: calc(100%/4 - 20px);
  margin: 31px 0px 0px;
}
.header-col:nth-child(1), 
.listing-row .item-btm-col:nth-child(1) {
  max-width: 19.17%;
  flex: 0 0 19.17%;
}
.header-col:nth-child(2),
.listing-row .item-btm-col:nth-child(2) {
  max-width: 14.8%;
  flex: 0 0 14.8%;
}
.header-col:nth-child(3),
.listing-row .item-btm-col:nth-child(3) {
  max-width: 8%;
  flex: 0 0 8%;
}
.header-col:nth-child(4),
.listing-row .item-btm-col:nth-child(4) {
  max-width: 9.9%;
  flex: 0 0 9.9%;
}
.header-col:nth-child(5),
.listing-row .item-btm-col:nth-child(5) {
  max-width: 23%;
  flex: 0 0 23%;
}
.header-col h6 {
  margin: 0 0 5px;
}
.form-module form.hs-form fieldset.form-columns-3 .hs-form-field {
  width: calc(100%/4 - 20px);
}
.form-module form.hs-form fieldset.form-columns-2 .hs-form-field.hs_diplom_zertifikat,
.searching-form-sec .first-row .label:last-child {
  width: calc(58.45% - 20px);
}
.searching-form-sec .first-row .label:last-child select {
  max-width: 100%;
}
.form-module form.hs-form .hs-submit {
  position: absolute;
  right: 0px;
  bottom: 20px;
}
.single-section:not(:last-child) {
  margin: 0 0 73px;
}
.single-section ul li,
.single-section p {
  list-style: none;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 23px;
}
.single-section p:last-child {
  margin-bottom: 0px;
}
.single-section ul li:last-child {
  margin-bottom: 0px;
}
.interessante-link-listing {
  padding: 160px 0px;
}

/*========== Blog Listing page =========*/

.blog-listing-section {
  padding: 100px 0px;
}
.blog-title {
  padding: 0px 0px 70px;
}
.blog-post-listing-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}
.blog-post-listing-outer .blog-post {
  max-width: calc(100%/3 - 20px) !important;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 20px);
  flex: 0 0 calc(100%/3 - 20px);
  margin: 0px 20px 50px 0px;
}
.blog-listing-section nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-listing-section nav > * {
  padding: 0;
  border-radius: 0px;
  border: 0px;
  font-weight: bold;
  font-family: inherit;
  font-size: 20px;
  margin: 0px 15px;
}
.blog-listing-section nav > *:hover {
  color: var(--primary-color);
  border: 0px;
}
.blog-pagination__link:not(.blog-pagination__number-link) {
  letter-spacing: 4px;
  border-bottom: 2px solid !important;
}

/*========== Keyframes =========*/


@keyframes topBottom {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  75% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}


/*========== Cart / Warenkorb page ==========*/

.cart-outer {
  background-color: var(--light-teal);
  padding: 117px 0px 100px;
}
.cart-sec {
  margin: 100px 0px 0px;
}
.table-head-row {
  background-color: var(--dark-gray);
  color: #fff;
  display: flex;
  align-items: center;
  padding: 24px 50px 25px;
}
.table-content-row {
  background-color: #ffffff;
  margin-bottom: 1px;
  padding: 24px 50px 25px;
  display: flex;
}
.cart-page-total {
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 1px;
}
.table-head-col:first-child,
.table-content-col:first-child {
  flex: 0 0 15%;
  max-width: 15%;
}
.table-head-col:nth-child(2), 
.table-content-col:nth-child(2) {
  flex: 0 0 50%;
  max-width: 50%;
}
.table-head-col:nth-child(3),
.table-content-col:nth-child(3) {
  flex: 0 0 22%;
  max-width: 22%;
  text-align: right;
}
.table-head-col:nth-child(4),
.table-content-col:nth-child(4) {
  flex: 0 0 13%;
  max-width: 13%;
  text-align: right;
}
.table-content-col:last-child p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
a.cart-cancel {
  border: 0px;
  display: inline-flex;
  align-items: center;
}
span.cart-close {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: var(--dark-gray);
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 17px;
  position: relative;
}
span.cart-close::before,
span.cart-close::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 11px;
  background-color: #fff;
  transform: rotate(45deg);
  margin: 0px -2px 2px 0;
}
span.cart-close::after {
  transform: rotate(-45deg);
  margin: 0 12px 2px 0;
}
.payment-options input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
}
.payment-options .single-option {
  margin: 0px 0px 15px;
  display: flex;
  align-items: center;
}
body .remarks-area textarea {
  min-height: 115px;
  width: 100%;
  max-width: 470px;
  padding: 20px;
  font-family: inherit;
}
.table-remarks-row {
  padding: 13px 50px 4px;
}
.cart-confirmation {
  padding: 30px 0px 0px;
}
.cart-confirmation input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  background-color: #fff;
  margin-right: 10px;
}
.payment-options input:checked,
.cart-confirmation input:checked {
  background-color: #000;
}
.cart-confirmation label {
  display: flex;
  align-items: center;
}
.login-to-book {
  margin: 48px 0px 0px;
}
.login-book-btns {
  margin: 30px 0px 0px;
}
.login-book-btns a.cta_button {
  margin-right: 5px;
}

.hs-error-msg {
  color: red !important;
}

.item-btm-col img {
  max-width: 25px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
} 
.hs-search-results .hs-search-results__listing li {
  margin: 0 0 30px;
}
.hs-search-results__listing li a {
  text-decoration: none;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.systems-page.systems-page--search-results {
  padding: 100px 0px;
}
.systems-page h1 {
  font-size: 65px;
  line-height: initial;
}

.systems-page h2 {
  font-size: 40px;
  margin: 0;
}

.systems-page h3 {
  font-size: 30px;
  margin: 0;
}

.systems-page .item {
  width: 100%;
  margin-bottom: 15px;
}

.systems-page form input[type='submit'] {
  margin-top: 20px;
}

.systems-page .success {
  width: 100%;
  padding: 1rem;
}

.systems-page div#hs_cos_wrapper_password_prompt {
  margin-top: 15px;
}

/* Blog Filter 
=============================*/

.masonary-outer-main .filter-topic-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.masonary-outer-main .filters:not(:last-child) {
  margin-right: 30px;
}
.masonary-outer-main .filter-title {
  cursor: pointer;
}
.masonary-outer-main .filter-title h2 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 4px;
  font-weight: 600;
  border: 1px solid var(--black-color);
  margin: 0;
  min-width: 250px;
  padding: 12.5px 50px 12.5px 20px;
  background-image: url("https://fs.hubspotusercontent00.net/hubfs/8295350/veb_july_2021/bern/arrow_open_text.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  background-size: 20px;
}
.masonary-outer-main .masonary-inner {
  margin: 70px 0 0;
}
.open-dropdown {
/*   display: -webkit-box !important;
  display: -ms-flexbox !important; */
  display: block !important;
}
.masonary-outer-main .filters{
  position: relative;
  width: 410px;
}
.masonary-outer-main .filters ul {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  min-width: 100%;
  padding: 20px;
  top: calc(100% - 1px);
  border: 1px solid var(--black-color);
  border-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 300px;
  overflow-y: auto;
}
.masonary-outer-main .filters ul li {
  padding: 0px 0px 3px;
  border: 0px;
  letter-spacing: 0px;
  font-size: 18px;
  cursor: pointer;
  margin-right: 0px;
  position: relative;
  text-transform: capitalize;
}
.masonary-outer-main .filters.filter-button-group-1 ul li{
   text-transform: lowercase;
}
.masonary-outer-main .filters ul li::before {
  content: "";
  position: absolute;
  width: 0px;
  transition: all 0.3s;
  height: 4px;
  bottom: 0px;
  left: 0px;
  background-color: var(--primary-color);
}
.masonary-outer-main .filters ul li:hover::before {
  width: 100%;
}
.masonary-outer-main .filters ul li:hover,
.masonary-outer-main .filters ul li.active,
.masonary-outer-main .filters ul li:focus,
.masonary-outer-main .filters ul li:active {
  background-color: transparent; 
  color: var(--black-color);
}
.filters.filter-button-group2 .filter-title {
  opacity: 0.3;
  pointer-events: none;
}
.masonary-outer-main .filters.filter-button-group2 {
  cursor: no-drop;
}
.masonary-outer-main .filters.filter-button-group2.active-filter {
  cursor: unset;
}
.masonary-outer-main .filters.filter-button-group2.active-filter .filter-title {
  opacity: 1;
  pointer-events: unset;
}

.events-single .events-content h3 {
  /*     max-height: 100px;
  overflow: hidden; */
}
/*========== My Area =========*/

/*===== Menu =====*/

.my-area .menu-details a.active {
  border-bottom: 3px solid black !important;
}

.my-area .page-content .widget-type-linked_image {
  width: 100%;
}

.my-area .page-content .widget-type-linked_image span img {
  height: 500px !important;
  width: 100%;
  object-fit: cover;
}



/* == Dekstop == */

.my-area .menu-desktop {
  width: 510px;
  padding-left: 220px;
  background-color: #cce4e5;
  position: absolute;
  z-index: 1;
}

.my-area .menu-desktop .menu-details {
  padding-top: 50px;
  padding-bottom: 84px;
}

.my-area .menu-desktop .menu-details h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu li.hs-menu-item:not(:last-child) { 
  margin-bottom: 15px;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu ul { 
  margin-bottom: 75px;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu .hs-item-has-children > ul { 
  margin-bottom: 0px;
  margin-top: 5px;
  display: none;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu .hs-item-has-children > ul > li.hs-menu-item:not(:last-child) { 
  margin-bottom: 8px;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu ul li ul li::before { 
  content: "└─> ";
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu .hs-item-has-children:hover > ul {
  display: block;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu .hs-item-has-children > ul li { 
  display: none;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu ul li a{ 
  border-bottom: none;
  font-weight: 600;
  transition: none;
}

.my-area .menu-desktop .menu-details #hs_cos_wrapper_member_menu ul li a:hover{ 
  border-bottom: 3px solid black;
}

.my-area .menu-desktop .menu-details .hs-button {
  background-color: black;
  color: white;
  border-bottom: none;
  padding: 14px 56px;
}

.my-area .menu-desktop .menu-details .hs-button:hover {
  background-color: white;
  color: black;
}

@media (min-width: 1840px) and (max-width: 1919px) {
  .my-area .menu-desktop {
    width: 488px;
	padding-left: 202px;
  }
}

@media (min-width: 1780px) and (max-width: 1839px) {
  .my-area .menu-desktop {
    width: 466px;
	padding-left: 184px;
  }
}

@media (min-width: 1720px) and (max-width: 1779px) {
  .my-area .menu-desktop {
    width: 445px;
	padding-left: 165px;
  }
}

@media (min-width: 1660px) and (max-width: 1719px) {
  .my-area .menu-desktop {
    width: 423px;
	padding-left: 147px;
  }
}

@media (min-width: 1600px) and (max-width: 1659px) {
  .my-area .menu-desktop {
    width: 401px;
	padding-left: 129px;
  }
}

@media (min-width: 1540px) and (max-width: 1599px) {
  .my-area .menu-desktop {
    width: 379px;
	padding-left: 111px;
  }
}

@media (min-width: 1480px) and (max-width: 1539px) {
  .my-area .menu-desktop {
    width: 357px;
	padding-left: 93px;
  }
}

@media (min-width: 1420px) and (max-width: 1479px) {
  .my-area .menu-desktop {
    width: 335px;
	padding-left: 75px;
  }
}

@media (min-width: 1360px) and (max-width: 1419px) {
  .my-area .menu-desktop {
    width: 314px;
	padding-left: 56px;
  }
}

@media (min-width: 1300px) and (max-width: 1359px) {
  .my-area .menu-desktop {
    width: 292px;
	padding-left: 38px;
  }
}

@media (min-width: 1201px) and (max-width: 1299px) {
  .my-area .menu-desktop {
    width: 270px;
	padding-left: 20px;
  }
}

@media (max-width: 1200px){  
  .my-area .menu-desktop {
    display: none;
  }
}

/* == Mobile == */

.my-area .menu-mobile {
  display: none;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1200px){  
  .my-area .menu-mobile {
    display: block;
  }
}

.my-area .menu-mobile {
  padding-left: 20px;
  background-color: #cce4e5;
  z-index: 1;
  margin-bottom: 20px;
}

.my-area .menu-mobile .menu-details {
  padding-top: 20px;
  padding-bottom: 50px;
}

.my-area .menu-mobile .menu-details h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0px;
}

.my-area .menu-mobile .menu-details #hs_cos_wrapper_member_menu li.hs-menu-item:not(:last-child) { 
  margin-bottom: 5px;
}

.my-area .menu-mobile .menu-details #hs_cos_wrapper_member_menu ul { 
  margin-bottom: 55px;
}

.my-area .menu-mobile .menu-details #hs_cos_wrapper_member_menu .hs-item-has-children > ul { 
  margin-bottom: 0px;
  margin-top: 5px;
  margin-left: 20px;
}

.my-area .menu-mobile .menu-details #hs_cos_wrapper_member_menu .hs-item-has-children > ul li { 
  display: none;
}

.my-area .menu-mobile .menu-details #hs_cos_wrapper_member_menu ul li a{ 
  border-bottom: none;
  font-weight: 600;
  transition: none;
}

.my-area .menu-mobile .menu-details #hs_cos_wrapper_member_menu ul li a:hover{ 
  border-bottom: 3px solid black;
}

.my-area .menu-mobile .menu-details .hs-button {
  background-color: black;
  color: white;
  border-bottom: none;
  padding: 14px 56px;
}

.my-area .menu-mobile .menu-details .hs-button:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

/*===== Content =====*/
@media (min-width: 991px){
  .my-area .page-content {
    min-height: 800px;
  }
}

@media (max-width: 1200px) {
  .my-area .page-center .row-fluid .span3,
  .my-area .page-center .row-fluid .span9 {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
}

/* == Titel == */

.my-area .page-intro-row {
  padding: 0px;
}

/* == Image with content == */

.my-area .left-image-right-content .image-content-inner {
  padding-top: 0px;
}

/* == Erfahren Sie Mehr == */

.my-area .learn-more-row {
  flex-direction: column; 
}

.my-area .learn-more-top {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}

.my-area .learn-more-bottom {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.my-area .learn-more-single {
  height: 352px;
}

.my-area .learn-more-bottom .learn-more-single {
  width: calc(50% - 10px);
}

.my-area .learn-more-bottom .learn-more-single:first-child {
  margin-right: 20px;
}

@media (max-width: 1199px) {
  .my-area .learn-more-outer {
    padding: 0px 0px 100px;
  }
}

@media (max-width: 991px) {
  .my-area .learn-more-single {
    padding: 30px 30px 50px;
  }
  
  .my-area .learn-more-top .learn-more-single,
  .my-area .learn-more-bottom .learn-more-single{
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .my-area .learn-more-top {
    margin: 0 0 20px;
  }
  
  .my-area .learn-more-bottom {
    margin-right: 0px;
  }
  
  .my-area .learn-more-bottom .learn-more-single,
  .my-area .learn-more-top .learn-more-single{
    height: auto;
    width: 100%;
  }
  
  .my-area .learn-more-bottom .learn-more-single:first-child {
    margin-bottom: 20px;
  }
}

/* == Masonry == */

.my-area .item,
.my-area .grid-sizer,
.my-area .item.single-wide-two-col {
  width: calc(50% - 20px);
  border-bottom: 0px;
}

@media (max-width: 767px) {
  .my-area .item,
  .my-area .grid-sizer,
  .my-area .item.single-wide-two-col {
    width: 100%;
    margin-bottom: 10px;
  }
}

.my-area .learn-more-outer {
  padding-bottom: 80px;
}

/* == Gründe == */

.my-area .reasons-outer::before {
  background: none;
}

.my-area .reasons-outer {
  padding-top: 0px;
}

.my-area .reasons-outer .reason-content {
  background-color: #EFF1F4;
}

.my-area .reasons-outer .reason-colored .reason-content {
  background-color: var(--teal-color);
}

.my-area .reasons-outer .reason-colored-dark .reason-content {
  background-color: var(--dark-gray);
  color: white;
}

.my-area .reasons-outer .reason-colored-dark h5,
.my-area .reasons-outer .reason-colored-dark a {
  color: white;
}

.my-area .reasons-outer .reason-colored-dark a {
  border-bottom: 2px solid white;
}

.my-area .reasons-outer .reason-colored-dark .reason-icon a {
  border-bottom: none;
}

/* == Vorstand == */

.my-area .member-grid-inner {
  display: flex;
}

.my-area .member-grid-inner .member-title-row,
.my-area .member-grid-inner .member-box-row{
  width: 33.333%;
}

.my-area .member-grid-inner .member-col-row {
  width: 66.666%;
}

.my-area .member-grid-inner .member-col-row .single-member {
  max-width: calc(100%/2 - 20px);
  flex: 0 0 calc(100%/2 - 20px);
}

.my-area .member-grid-inner .member-box-row .box {
  margin-right: 20px;
  background-color: #344251;
  color: white;
  padding: 30px 40px;
  margin-bottom: 40px;
  height: auto;
}

.my-area .member-grid-inner .member-box-row .box h3 {
  color: white;
  margin-bottom: 15px;
}

.my-area .member-grid-inner .social-item a {
  margin-bottom: 25px;
}

.my-area .member-grid-inner .social-item a {
  display: flex;
  border-bottom: none;
}

.my-area .member-grid-inner .social-item a  p {
  margin-left: 30px;
  color: white;
}

@media (max-width: 767px) {
  .my-area .member-grid-inner {
    flex-direction: column;
  }
  
  .my-area .member-grid-inner .member-box-row,
  .my-area .member-grid-inner .member-title-row {
    width: calc(100% + 20px);
  }
  
  .my-area .member-grid-inner .member-box-row .box {
    margin-bottom: 20px;
    height: auto;
  }
  
  .my-area .member-grid-inner .member-col-row {
    width: calc(100% + 20px);
    margin-top: 0px;
  }
  
  .my-area .member-grid-inner .member-col-row .single-member:nth-child(odd) {
    margin-right: 20px;
  }
}

/* == Meine Veranstaltungen == */

.my-area .user-entries .table .eventheader-1 {
  width: 20%;
}

.my-area .user-entries .table .eventheader-3 {
  width: 20%;
}

@media (max-width: 767px) {
  .my-area .user-entries .table .eventheader-1 {
    width: 20%;
  }

  .my-area .user-entries .table .eventheader-3 {
    width: 25%;
  }
}

/* == Mitgliederverzeichnis == */

.my-area .user-registry-outer {
  margin-top: 70px;
  margin-bottom: 50px;
}

.my-area .user-registry-inner .title-text {
  margin-bottom: 0px;
}

.my-area .user-registry-inner .sub-text {
  font-size: 14px;
  font-style: italic;
}

.my-area .user-registry-inner .search-bar {
  display: flex;
  flex-wrap: wrap;
}

.my-area .user-registry-inner .search-bar .input-group {
  width: calc(100%/3 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.my-area .user-registry-inner .search-bar .input-group input,
.my-area .user-registry-inner .search-bar .input-group select {
  width: 100%;
  padding: 15px;
}

.my-area .user-registry-inner .search-bar .input-group select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1em;
}

.my-area .user-registry-inner .search-bar button {
  width: calc(100%/3 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: black;
  border-radius: 0px;
  color: white;
  font-size: 100%;
}

@media (max-width: 1200px){
  .my-area .user-registry-inner .search-bar .input-group,
  .my-area .user-registry-inner .search-bar button {
    width: calc(100%/2 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 766px){
  .my-area .user-registry-inner .search-bar .input-group,
  .my-area .user-registry-inner .search-bar button {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .my-area .user-registry-inner .user-entries {
    overflow-x:auto;
  }
  
  .my-area .user-registry-inner .user-entries table {
    width: 664px !important;
  }
}

.my-area .user-registry-inner #count-of-entries {
  font-style: italic;
  font-size: 16px;
  margin-bottom: 10px;
}

.my-area .user-registry-inner #show-more-entries {
  border-radius: 0px;
  display: none;
}

.my-area .user-registry-inner .load-more-outer {
  text-align: center;
}

.my-area .user-registry-inner .user-entries table {
  width: 100%;
  border: none;
}

.my-area .user-registry-inner .user-entries table .divider-row {
  border-top: 1px solid black;
  padding-bottom: 0rem;
}

.my-area .user-registry-inner #member-entries .show-more-row {
  display: none;
}

.my-area .user-registry-inner .user-entries th {
  border: none;
  background-color: white;
  color: black;
  text-align: start;
}

.my-area .user-registry-inner .user-entries td {
  border: none;
}

.my-area .user-registry-inner .user-entries .header-1{
  width: 30%;
}

.my-area .user-registry-inner .user-entries .header-2{
  width: 30%;
}

.my-area .user-registry-inner .user-entries .header-3 {
  width: 40%;
}

/* == vebinar archiv == */

.my-area .vebch-archive-outer {
  margin-bottom: 30px;
  margin-top: 100px;
}

.my-area .vebch-archive-outer .highlighted-content {
  display: flex;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .my-area .vebch-archive-outer .highlighted-content {
    flex-direction: column;
  }
  
  .my-area .vebch-archive-outer .vebch-archiv-content-highlight {
    width: calc(100% - 20px) !important;
  }
  
  .my-area .vebch-archive-outer .pdf-list a {
    width: 100% !important;
    margin-bottom: 35px;
    margin-right: 0px;
  }
}

.my-area .vebch-archive-outer .vebch-archiv-content-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}

.my-area .vebch-archive-outer .pdf-list a {
  display: inline-flex;
  width: calc(100%/2 - 10px);
}

@media (min-width: 767px) {
  .my-area .vebch-archive-outer .pdf-list a:nth-child(odd) {
    margin-right: 20px;
    width: calc(100%/2 - 10px);
  }
}

.my-area .vebch-archive-outer .pdf-list a h6::before {
  background-image: url(https://www.veb.ch/hubfs/veb_july_2021/icon_vebinar.svg);
}

.my-area .vebch-archive-outer .vebch-archiv-content-highlight {
  margin-right: 20px;
  width: calc(100%/2 - 20px);
  display: flex;
  flex-direction: column;
}

.my-area .vebch-archive-outer .vebch-archiv-content-highlight p {
  flex-grow: 1;
}

.my-area .vebch-archive-outer .vebch-archiv-content-highlight h4 {
  margin-top: 15px;
}

.my-area .vebch-archive-outer .vebch-archiv-content-highlight .links a {
  margin-bottom: 20px;
}

.my-area .vebch-archive-outer .vebch-archiv-content-highlight a {
  margin: 0px 0px 35px;
  display: inline-block;
  width: 100%;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;$
}

.my-area .vebch-archive-outer .vebch-archiv-content-highlight a h6 {
  padding-left: 0px;
  position: relative;
  margin: 0px;
  font-size: 25px;
  line-height: 28px;
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

@media (min-width: 1600px) {
  .my-area .vebch-archive-outer .vebch-archiv-content-highlight a h6 {
    font-size: 25px;
    line-height: 28px;
    margin: auto 0;
  }
}

.my-area .vebch-archive-outer .pdf-list .show-content,
.my-area .vebch-archive-outer .pdf-list .show-more-content {
  display: flex;
  flex-wrap: wrap;
}

/* == markup pages == */

.my-area .markup-pages .user-entries tbody a {
  border-bottom: none;
}

.my-area .markup-pages .user-entries td {
  vertical-align: middle;
}

.my-area .markup-pages .user-entries tbody .icon {
  vertical-align: middle;
  margin-right: 10px;
}

/*========== Responsive / Media Queries =========*/

@media (min-width: 1600px){
  .dnd-section > .row-fluid,
  .content-wrapper {
    max-width: 1480px !important;
  }
  .container-fluid.footer__container.content-wrapper,
  .footer .dnd-section > .row-fluid {
    max-width: 100% !important;
  }
  .inner-page-banner img {
    max-height: 770px;
  }
}
@media (max-width: 1850px) {
  .single-brochure-content::before {
    width: 75.66%;
  }
}
@media (max-width: 1800px){
  .banner-cta,
  .page-intro-right {
    margin-right: 0;
  }
}
@media (max-width: 1600px){
  body,
  p,
  form.hs-form .hs-form-field > label,
  li.hs-form-checkbox > label,
  li.hs-form-booleancheckbox > label,
  .hs-richtext.hs-main-font-element p,
  form.hs-form .hs-form-field > label,
  .searching-form-sec .label label,
  form.hs-form select.hs-input, 
  .searching-form-sec select {
    font-size: 16px;
    line-height: 26px;
  }
  .container-fluid .page-center,
  footer.footer .container-fluid.footer__container.content-wrapper, 
  .footer .dnd-section > .row-fluid {
    max-width: 1170px !important;
  }
  .banner-cta {
    /*margin-right: -130px;*/
  }
  .learn-single-content p,
  .join-left-content p,
  .look-at-section p {
    font-size: 24px;
    line-height: 34px;
  }

  body form input[type="submit"],
  input[type="submit"] {
    min-width: 255px;
  }
  .banner-content {
    max-width: 685px;
  }

  .learn-more-left .learn-more-single {
    min-height: 725px;
  }
  .col-arrow img {
    max-width: 60px !important;
  }
  .three-col-single {
    min-height: 236px;
  }
  .member-content p,
  .reason-links a,
  .back-btn a,
  body form input[type="submit"],
  .total-right p span,
  input[type="submit"] {
    font-size: 20px;
    line-height: 23px;
  }
  form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),
  body form input[type="submit"],
  .searching-form-sec select,
  .searching-form-sec input:not([type="submit"]),
  input[type="submit"] {
    height: 55px;
  }
  .fixed-sidebar > ul li a {
    width: 50px;
    height: 50px;
  }
  .fixed-sidebar > ul li a img {
    max-width: 24px !important;
    height: auto !important;
  }
  .look-at-content p {
    max-width: 700px;
  }
  .brochure-cover {
    max-width: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
  }
  .single-brochure-content::before {
    width: 80%;
  }
  .topics-col-single .col-image img,
  .blog-post .col-image img {
    height: 245px;
  }   
  .col-tag {
    padding: 50px 35px 15px 28px;
  }
  .head-with-content p {
    max-width: 765px;
  }
  .advisory-col .col-content p {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0px 0px;
  }
  .back-to-top a img {
    max-width: 60px;
  }
  .read-more-brochure {
    margin: 0px 0px 30px;
  }
  .filters ul li,
  .resp-tabs-list li,
  .button-group li {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 3px;
    padding: 15px 37px;
  }
  .reason-content h5 {
    margin: 0px 0px 20px;
  }
  .tabbing-section-outer {
    padding: 0px 0px 160px;
  }
  .footer-top-left {
    max-width: 76.218%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 76.218%;
    flex: 0 0 76.218%;
  }
  .event-icon img {
    max-width: 40px !important;
  }
  .footer-top-cols {
    max-width: 760px;
  }
  .login-register-right {
    max-width: 33.433%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.433%;
    flex: 0 0 33.433%;
  }
  .press-outer::before {
    width: 65.5%;
  }
  .accordian-sec button {
    font-size: 20px;
    line-height: 30px;
  }
  .accordian-sec button span {
    font-size: 16px;
    line-height: 23px;
  }
  .opened-search::before {
    top: 48px;
  }
  .search-input .hs-search-field input[type="text"] {
    height: 50px;
  }
  .opened-search-inner {
    max-width: 788px;
  }
  ul.search-results-listing {
    max-height: calc(100vh - 151.78px);
  }
  footer.footer .hs_cos_wrapper.form-title {
    font-size: 30px;
    line-height: 40px;
  }
  footer.footer form.hs-form {
    max-width: 76.16%;
  }
  footer.footer form.hs-form {
    max-width: 77.93%;
  }
  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
    text-align: right;
    width: 24%;
  }
  .text-social a {
    font-size: 18px;
    line-height: 23px;
  }
  p:last-child {
    margin: 0px 0px 0px;
  }
  .footer-bottom p a {
    line-height: 26px;
    font-size: 16px;
  }
  .form-module form.hs-form .hs-submit {
    right: 20px;
  }
  .form-module form.hs-form fieldset.form-columns-2 .hs-form-field.hs_diplom_zertifikat,
  .searching-form-sec .first-row .label:last-child {
    width: calc(53.95% - 20px);
  }
  .header-col:nth-child(1), 
  .listing-row .item-btm-col:nth-child(1) {
    max-width: 19.4%;
    flex: 0 0 19.4%;
  }
  .header-col:nth-child(2), 
  .listing-row .item-btm-col:nth-child(2) {
    max-width: 15.8%;
    flex: 0 0 15.8%;
  }
  .header-col:nth-child(3), 
  .listing-row .item-btm-col:nth-child(3) {
    max-width: 9%;
    flex: 0 0 9%;
  }
  .header-col:nth-child(4), 
  .listing-row .item-btm-col:nth-child(4) {
    max-width: 11.9%;
    flex: 0 0 11.9%;
  }
  .header-col:nth-child(5), 
  .listing-row .item-btm-col:nth-child(5) {
    max-width: 18%;
    flex: 0 0 18%;
  }
  .form-module form.hs-form .hs-submit {
    right: 0px;
    width: calc(25% - 15px);
  }
  .single-section ul li, 
  .single-section p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 13px;
  } 
  .table-head-col:nth-child(2), 
  .table-content-col:nth-child(2) {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .table-head-col:nth-child(3),
  .table-content-col:nth-child(3) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .table-head-col:nth-child(4),
  .table-content-col:nth-child(4) {
    flex: 0 0 15%;
    max-width: 15%;
  }
  .event-details {
    max-width: 255px;
  }
  form.hs-form .hs-fieldtype-radio ul {
    height: 55px;
  }
  form.hs-form .hs-fieldtype-radio ul li label {
    font-size: 16px;
  }
  .events-content h3,
  .topics-col-single .col-content h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .masonary-outer-main .filter-title h2 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 3px;
  }
}
@media (max-width: 1400px){
  .event-details {
    max-width: 320px;
  }
}
@media (max-width: 1348px){
  .container-fluid .page-center {
    /*max-width: 1080px;*/
  }

}

@media (max-width: 1199px){
  .container-fluid .page-center {
    padding: 0px 15px;
  }
  body,
  p,
  form.hs-form .hs-form-field > label,
  .footer-bottom p a,
  li.hs-form-checkbox > label,
  li.hs-form-booleancheckbox > label,
  .hs-richtext.hs-main-font-element p,
  form.hs-form select.hs-input, 
  .searching-form-sec select {
    font-size: 15px;
    line-height: 25px;
  }
  .learn-single-content p, 
  .join-left-content p, 
  .look-at-section p {
    font-size: 20px;
    line-height: 30px;
  }
  .footer-col p,
  .footer-col ul li a {
    font-size: 16px;
    line-height: 28px;
  }
  .topics-outer,
  .learn-more-outer.learn-three-col {
    padding: 100px 0px;
  }
  .left-right-outer.top-space,
  .left-right-outer.top-spacing-160 {
    padding-top: 100px;
  }
  .left-right-outer.bottom-space,
  .left-right-outer.bottom-spacing-160 {
    padding-bottom: 100px;
  }
  .learn-more-outer {
    padding: 0px 0px 100px;
  }
  .three-col-single {
    min-height: 210px;
  }
  .event-detail-outer::before, 
  .event-detail-sec::before {
    width: 41%;
  }
  .kontakt-right {
    max-width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .login-register-left {
    max-width: 47.771%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.771%;
    flex: 0 0 47.771%;
  }
  .login-register-right {
    max-width: 43.433%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43.433%;
    flex: 0 0 43.433%;
  }
  .reason-content {
    padding: 120px 25px 50px 30px;
  }
  .reason-links a {
    font-size: 18px;
    line-height: 21px;
  }
  .learn-three-col .learn-more-single, 
  .learn-more-cta {
    padding: 68px 20px 30px 30px;
  }
  .image-with-content .col-content {
    padding: 30px 15px;
  }
  .advisory-col .col-content p {
    font-size: 18px;
    line-height: 28px;
  }
  .contact-form-sec form.hs-form {
    margin-right: 0px;
  }
  .profile-sec-right {
    padding-left: 70px;
  }
  .learn-three-col h3 {
    min-height: auto;
  }
  footer.footer .footer-top-sec p,
  .footer-logo a,
  .footer-main ul li a, 
  .footer-bottom a {
    font-size: 16px;
    line-height: 28px;
  }
  a.text-cta,
  .text-cta,
  .text-social a {
    font: normal normal 600 18px/21px var(--primary-font);
  }
  footer.footer .hs_cos_wrapper.form-title {
    font-size: 24px;
    line-height: 34px;
  }
  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
    width: 9.5%;
  }
  body .form-module form input[type="submit"] {
    min-width: 100%;
  }
  .form-module form.hs-form fieldset.form-columns-2 .hs-form-field.hs_diplom_zertifikat {
    width: calc(49.5% - 20px);
  }
  .header-col:nth-child(1),
  .listing-row .item-btm-col:nth-child(1) {
    max-width: 17.4%;
    flex: 0 0 17.4%;
  }
  .header-col:nth-child(2), 
  .listing-row .item-btm-col:nth-child(2) {
    max-width: 16.8%;
    flex: 0 0 16.8%;
  }
  .header-col:nth-child(3),
  .listing-row .item-btm-col:nth-child(3) {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .header-col:nth-child(4), 
  .listing-row .item-btm-col:nth-child(4) {
    max-width: 12.9%;
    flex: 0 0 12.9%;
  }
  .single-section ul li,
  .single-section p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  } 
  .searching-form-sec .first-row .label:last-child {
    width: calc(49.95% - 20px);
  }
  .table-content-row,
  .table-head-row {
    padding: 20px 20px 21px;
  }
  span.cart-close::before,  
  span.cart-close::after {
    margin-bottom: 0px;
  }
  .table-head-col:first-child, 
  .table-content-col:first-child {
    flex: 0 0 13%;
    max-width: 13%;
  }
  .table-head-col:nth-child(3), 
  .table-content-col:nth-child(3) {
    flex: 0 0 27%;
    max-width: 27%;
  }
  form.hs-form .hs-fieldtype-radio ul li label {
    font-size: 15px;
  }
  .events-content h3,
  .topics-col-single .col-content h3 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 991px){
  .body-container-wrapper {
    padding-top: 131.77px;
  }
  .banner-cta {
    margin-top: 20px;
  }
  .left-sec {
    max-width: 38%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
  }
  .learn-more-single {
    padding: 30px 30px 50px;
  }
  .learn-more-left .learn-more-single {
    min-height: auto;
  }
  .learn-single-content h3 {
    word-break: break-word;
  }
  .three-col-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .three-col-single {
    max-width: calc(100%/2 - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 20px);
    flex: 0 0 calc(100%/2 - 20px);
    margin-bottom: 20px;
  }
  .right-content-sec {
    max-width: 47%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
  .info-content {
    max-width: 54%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
  }
  .left-video-sec {
    max-width: 47.771%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.771%;
    flex: 0 0 47.771%;
  }
  .video-content-inner .right-content-sec {
    max-width: 48%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
  }
  .blog-post-wrapper .post-body h5 {
    margin: 40px 0px;
  }
  .blog-content-img, .prev-next-post {
    margin: 50px 0px 0px;
  }
  .back-btn a img {
    max-width: 23px;
  }
  body form input[type="submit"] ,
  input[type="submit"] {
    min-width: auto;
    padding: 0px 40px;
  }
  .landing-right {
    max-width: 37.434%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.434%;
    flex: 0 0 37.434%;
  }
  .single-member {
    max-width: calc(100%/2 - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 20px);
    flex: 0 0 calc(100%/2 - 20px);
    margin: 0 20px 70px 0px;
  }
  .single-brochure-content::before {
    width: 100%;
  }
  .brochure-content {
    max-width: calc(100% - 170px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 170px);
    flex: 0 0 calc(100% - 170px);
  }
  .event-desc {
    padding-left: 20px;
  }
  .event-detail-left {
    max-width: 52.705%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52.705%;
    flex: 0 0 52.705%;
  }
  .details-cta a.cta_button {
    min-width: auto;
  }
  .event-detail-right {
    max-width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .event-detail-outer::before, 
  .event-detail-sec::before {
    width: 45%;
  }
  .kontakt-left {
    max-width: 52%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
  .kontakt-right {
    max-width: 37%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
  }
  .kontakt-outer::before,
  .kontakt-outer::after {
    width: 41%;
  }
  .banner-cols-row .single-col {
    padding: 30px;
  }
  .accounts-content h3 {
    word-break: break-word;
  }
  .cta_button {
    min-width: auto;
  }
  .login-register-right {
    max-width: 47.433%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47.433%;
    flex: 0 0 47.433%;
  }
  .opened-search-inner {
    padding: 0px 0px;
  }
  .item, .grid-sizer,
  .item.single-wide-two-col {
    width: calc(100%/2 - 20px);
  }
  .learn-three-col .learn-more-single,
  .learn-more-cta {
    max-width: calc(100%/2 - 20px); 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 20px);
    flex: 0 0 calc(100%/2 - 20px);
  }
  .blog-post-listing-outer .blog-post {
    max-width: calc(100%/2 - 20px) !important; 
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 20px);
    flex: 0 0 calc(100%/2 - 20px);
  }
  .three-col-row.advisory-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .advisory-col {
    max-width: calc(100%/3 - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3 - 20px);
    flex: 0 0 calc(100%/3 - 20px);
  }
  .panel {
    padding: 35px 50px;
  }
  .profile-image img {
    width: 200px;
    height: 200px;
  }
  .profile-sec-left {
    max-width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
  }
  .profile-sec-right {
    max-width: calc(100% - 200px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
  }
  .join-left-content {
    max-width: 66.489%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.489%;
    flex: 0 0 66.489%;
  }
  .learn-three-col h3 {
    min-height: 92px;
  }
  .learn-three-col .learn-more-single,
  .learn-more-cta {
    padding: 78px 32px 62px 50px; 
  }
  .inner-banner-content {
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
  }
  footer.footer form.hs-form {
    max-width: 78.93%;
  }
  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
    width: 16.5%;
  }
  .form-module form.hs-form .hs-submit {
    width: auto;
    position: static;
  }
  body .form-module form input[type="submit"] {
    min-width: auto;
  }
  .form-module form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: calc(100%/3 - 20px);
  }
  .form-module form.hs-form fieldset.form-columns-2 .hs-form-field.hs_diplom_zertifikat {
    width: calc(66.6666% - 20px);
  }
  .header-col:nth-child(1), 
  .listing-row .item-btm-col:nth-child(1) {
    max-width: 22.4%;
    flex: 0 0 22.4%;
  }
  .header-col:nth-child(2), 
  .listing-row .item-btm-col:nth-child(2) {
    max-width: 21.8%;
    flex: 0 0 21.8%;
  }
  .header-col:nth-child(3),
  .listing-row .item-btm-col:nth-child(3) {
    max-width: 12%;
    flex: 0 0 12%;
  }  
  .table-head-col:nth-child(3), 
  .table-content-col:nth-child(3) {
    flex: 0 0 22%;
    max-width: 22%;
  }
  .table-head-col:nth-child(4), 
  .table-content-col:nth-child(4) {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 767px){
  body,
  p,
  li.hs-form-checkbox > label,
  li.hs-form-booleancheckbox > label,
  .hs-richtext.hs-main-font-element p,
  form.hs-form select.hs-input, 
  .searching-form-sec select {
    font-size: 14px;
    line-height: 24px;
  }
  p {
    margin: 0 0 15px;
  }
  a.text-cta,
  .text-cta,
  .text-social a {
    font: normal normal 600 14px/17px var(--primary-font);
  }
  .learn-single-content p,
  .join-left-content p,
  .look-at-section p,
  .advisory-col .col-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .accordian-sec button {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-section,
  .topics-outer,
  .learn-more-outer.learn-three-col,
  .three-col-sec,
  .footer-main,
  .events-outer,
  .board-outer .member-col-row,
  .simple-content-sec,
  .video-content-inner,
  .look-at-section,
  .blog-detail-outer,
  .landing-left-right-outer,
  .book-sec-header,
  .event-details,
  .kontakt-left,
  .kontakt-right .contact-info-box,
  .banner-with-col-outer,
  .login-register-outer,
  .reasons-outer,
  .form-outer,
  .accordian-outer,
  .profile-sec-outer,
  .combined-filter-outer,
  .interessante-link-listing {
    padding: 50px 0px;
  }
  .learn-more-outer,
  .join-section,
  .pdf-sec-outer,
  .left-right-image-full-content,
  .tabbing-section-outer {
    padding: 0px 0px 50px;
  }
  .join-left-content,
  .page-intro-head,
  .image-content-inner,
  .top-spacing-160 .image-content-inner,
  .contact-info-outer,
  .page-intro-row,
  .simple-text-inleft {
    padding: 50px 0px 0px;
  }
  .with-bottom-spacing {
    padding-bottom: 50px;
  }
  .pdf-sec-outer.top-spacing {
    padding-top: 50px;
  }
  .left-right-outer.top-space,
  .left-right-outer.top-spacing-160 {
    padding-top: 50px;
  }
  .left-right-outer.bottom-space,
  .left-right-outer.bottom-spacing-160 {
    padding-bottom: 50px;
  }
  .press-outer,
  .press-president,
  .three-col-button,
  .multiple-grid,
  .item-bottom-row {
    margin: 50px 0px 0px;
  }
  .item-btm-single:not(:last-child) {
    margin: 0 0 50px;
  }
  .left-right-inner,
  .learn-more-row,
  .join-sec-inner,
  .footer-top, 
  .footer-top-cols,
  form.hs-form fieldset.form-columns-3,
  form.hs-form fieldset.form-columns-2, 
  form.hs-form fieldset.form-columns-4,
  .four-fields,
  .image-content-inner,
  .page-intro-row,
  .info-content-row,
  .video-content-inner,
  .blog-detail-inner,
  .prev-next-post,
  .landing-left-right-inner,
  .brochure-content-row,
  .event-detail-inner,
  .kontakt-inner,
  .three-col-row, 
  .topics-row,
  .login-register-left-right,
  .form-sec-left-right,
  .press-row,
  .profile-sec-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;        
  }
  .left-sec,
  .right-sec,
  .learn-more-left,
  .learn-more-right,
  .three-col-single,
  .join-left-content,
  .join-right-icon,
  .footer-top-left,
  .footer-top-right,
  .footer-col,
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  .left-img-sec,
  .right-content-sec,
  .page-intro-left,
  .page-intro-right,
  .info-content,
  .information-cover,
  .left-video-sec,
  .video-content-inner .right-content-sec,
  .blog-left,
  .blog-right,
  .landing-left,
  .landing-right,
  .brochure-content,
  .event-detail-left,
  .event-detail-right,
  .kontakt-left,
  .kontakt-right,
  .banner-cols-row .single-col,
  .topics-col-single,
  .login-register-left,
  .login-register-right,
  .press-left,
  .press-right,
  .profile-sec-left,
  .profile-sec-right,
  .vertical-center .left-sec,
  .vertical-center .right-sec,
  .left-right-image-full-content .content-sec {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0px;
  }
  .learn-more-row,
  .three-col-row,
  .topics-row,
  .footer-top-right,
  .footer-bottom,
  .right-content-sec,
  .page-intro-right,
  .read-more,
  .info-content,
  .prev-next-post,
  .landing-left-img,
  .landing-right,
  .brochure-content,
  .vat-sec,
  .form-sec,
  .showall-btn,
  .pdf-list,
  .profile-sec-right,
  .profile-social,
  .vertical-center .right-sec,
  .left-right-image-full-content .content-sec {
    margin: 30px 0px 0px 0px;
  }
  .brochure-content,
  .profile-sec-right {
    padding-left: 0px;
  }
  .single-content-right .brochure-content {
    padding-right: 0;
  }
  .press-right {
    padding: 30px 0px 0px;
  }
  .learn-more-left,
  .footer-col:not(:last-child),
  .more-content h6,
  .banner-cols-row .single-col,
  .topics-col-single,
  .item-bottom-row h6 {
    margin: 0 0 20px;
  }
  .three-col-single:last-child,
  .banner-cols-row .single-col:last-child,
  .topics-col-single:last-child {
    margin: 0px;
  }
  .banner-cols-row,
  form.hs-form fieldset {
    margin-right: 0px;
  }
  .info-content,
  .single-content-right .brochure-content,
  .left-right-image-full-content .content-sec {
    order: 2;
  }
  .join-right-icon,
  .footer-top-form,
  .kontakt-outer::before, 
  .kontakt-outer::after,
  .press-outer::before {
    display: none;
  }
  .join-left-content .cta_button,
  .look-at-content .cta_button,
  .prev-next-post > a.next-post {
    margin: 20px 0px 0px;
  }
  .single-member {
    margin-bottom: 30px;
  }
  .single-member:last-child {
    margin-bottom: 50px;
  }
  body form input[type="submit"], 
  .total-right p span,
  input[type="submit"] {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 2px;
  }
  .member-content p,
  .accordian-sec button span {
    font-size: 14px;
    line-height: 20px;
  }
  .body-container-wrapper {
    padding-top: 0;
  }
  .fixed-sidebar > ul li a {
    width: 45px;
    height: 45px;
  }
  .fixed-sidebar > ul li a img {
    max-width: 20px !important;
  }
  .bottom-arrow img {
    max-width: 25px;
  }
  .right-sec h5 {
    margin: 0px 0px 15px;
  }
  .learn-more-single {
    padding: 30px;
  }
  .learn-more-right .learn-more-single {
    height: auto;
  }
  .footer-logo img {
    max-width: 50px;
  }
  .footer-col p, 
  .footer-col ul li a {
    font-size: 14px;
    line-height: 26px;
  }
  form.hs-form {
    margin-right: 0;
  }
  .footer-main {
    padding: 50px 0px 70px;
  }
  form.hs-form .hs-form-field.hs_email.hs-email,
  .footer-main form.hs-form .hs-submit.hs_submit,
  form.hs-form fieldset.form-columns-3 .hs-form-field  {
    width: 100%;
  }
  .footer-main form.hs-form .hs-submit.hs_submit {
    position: static;
  }
  form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]),
  .searching-form-sec select,
  .searching-form-sec input:not([type="submit"]) {
    height: 45px;
    width: 100% !important;
  }
  body form input[type="submit"],
  input[type="submit"] {
    height: 50px;
    border-radius: 0px;
    margin: 0px 0px 0px;
  }
  form.hs-form fieldset.form-columns-3 .hs-form-field {
    margin-bottom: 10px;
  }
  .footer-main ul li img {
    max-width: 25px;
    max-height: 25px;
  }
  .footer-bottom p {
    line-height: normal;
  }
  .back-to-top a img {
    max-width: 50px;
  }
  .contact-info-box {
    max-width: 100%;
    padding: 50px 15px;
  }
  .page-intro-sec h1 {
    margin: 0px 0px 0;
  }
  .filters ul li, 
  .resp-tabs-list li,
  .button-group li {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 1px;
    padding: 13px 20px;
  }
  .events-content {
    padding: 10px 0px 30px;
  }
  .col-tag {
    padding: 30px 25px 15px 28px;
  }
  .col-tag h6 {
    letter-spacing: 2px;
  }
  a.more::before {
    width: 20px;
    height: 12px;
    background-size: 20px;
  }
  a.more {
    padding: 0px 30px 9px 0px;
  }
  .more-content {
    padding: 30px 0px 0px;
  }
  .look-at-section h2 {
    word-break: break-word;
  }
  .col-arrow img {
    max-width: 50px !important;
  }
  .three-col-single {
    min-height: 190px;
  }
  .blog-left {
    text-align: center;
  }
  .author-details {
    padding: 10px 0px 0px;
  }
  .blog-left .profile-social {
    margin: 20px 0px 0px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .author-name p {
    margin: 0;
  }
  .blog-print {
    margin: 25px 0px 0px;
    text-align: left;
  }
  .blog-post-wrapper .post-body h5,
  .blog-post-wrapper .post-body h6 {
    margin: 20px 0px;
  }
  .member-content h6 {
    margin: 0px 0px 0px;
  }
  .text-social {
    margin: 20px 0px 0px;
  }
  .text-social ul {
    /*     margin-left: 30px; */
  }
  .single-member .text-social > a {
    margin-right: 30px;
  }
  .read-more-brochure a.more {
    padding: 0 0 0 30px;
  }
  .event-detail-outer::before,
  .event-detail-sec::before {
    display: none;
  }
  .event-left-content {
    padding: 40px 0px 0px;
  }
  .event-detail-right,
  .kontakt-right {
    background-color: var(--dark-gray);
    margin: 50px -15px 0px;
    flex: inherit;
    max-width: inherit;
    width: calc(100% + 30px);
    padding: 0px 15px;
  }
  body textarea {
    min-height: 110px;
  }
  .kontakt-right {
    margin-top: 0px;
  }
  .payment-details-sec {
    padding: 50px 15px;
    background-color: #fff;
    margin: 0px -15px;
  }
  .payment-details-sec h5,
  .form-sec form h5 {
    margin: 0 0 10px;
  }
  .login-register-outer #horizontalTab {
    margin: 40px 0px 0px !important;
  }
  .login-register-right {
    margin: 50px 0px 0px;
  }
  .login-register-right {
    padding: 30px 15px;
  }
  .cart-items {
    padding: 30px;
    margin: 30px 0px 0px;
  }
  .kurs-detail-outer {
    padding: 20px 0px 0px;
  }
  .back-btn a {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 3px;
  }
  .back-btn a img {
    max-width: 18px;
  }
  .event-left-content h5 {
    margin: 20px 0;
  }
  .event-left-content h5:first-child {
    margin: 0px 0 20px;
  }
  .event-icon img,
  .print-sec a img {
    max-width: 30px !important;
  }
  .print-sec a {
    width: 55px;
    height: 55px;
  }
  .event-detail-single {
    margin: 0px 0px 25px;
  }
  .details-cta {
    margin: 40px 0px 0px;
  }
  .learn-three-col .learn-more-row {
    margin: 50px -20px 0px 0px;
  }
  .reasons-outer::before {
    display: none;
  }
  .reason-icon a {
    width: 70px;
    height: 70px;
  }
  .reason-icon a img {
    max-width: 40px !important;
  }
  .reason-content {
    padding: 90px 20px 20px 20px;
  }
  .reason-links a {
    font-size: 16px;
    line-height: 19px;
  }
  form.hs-form fieldset.form-columns-4 .hs-form-field,
  form.hs-form fieldset.form-columns-2 .hs-form-field,
  .form-sec-left-right > *,
  form.hs-form fieldset.form-columns-2 .four-fields .hs-form-field {
    width: 100%;
    margin-right: 0;
  }
  .form-sec-left-right {
    margin: 10px 0px 0px 0px;
  }
  form.hs-form .hs-form-field {
    margin: 0px 0px 20px 0px;
  }
  .three-col-row.advisory-info {  
    margin: 50px -20px 0px 0px;
  }
  .pdf-list a h6::before {
    width: 25px;
    height: 34px;
    background-size: 25px;
  }
  .pdf-list a h6 {
    padding-left: 40px;
    font-size: 14px;
    line-height: 24px;
  }
  .pdf-list a {
    margin: 0px 0px 20px;
  }
  .accordian-sec button {
    padding-right: 20px;
    background-size: 15px;
  }
  .accordian-outer .item {
    margin: 0px 0px 20px;
  }
  .accordian-outer .item:last-child {
    margin: 0px 0px 0px;
  }
  .panel {
    padding: 20px 0;
  }
  .profile-sec-content h6 {
    margin: 0 0 15px;
  }
  .learn-three-col h3 {
    min-height: 68px;
  }
  .item-btm-col {
    width: 100% !important;
  }
  .col-cta a.text-cta {
    margin: 20px 0px 0px;
  }
  .left-right-image-full-content .image-sec {
    width: 100%;
    position: static;
    max-height: unset !imortant;
  }
  .page-intro-head-inner *:last-child {
    margin-bottom: 0px;
  }
  form.hs-form select.hs-input {
    background-position: calc(100% - 20px) center;
    background-size: 18px;
    max-width: 100%;
  }
  form.hs-form .communication-sec select.hs-input {
    max-width: 100%;
  }
  .prev-next-post > a.next-post {
    width: 100%;
  }
  span.right-post-content h5 {
    margin-left: auto;
    max-width: 285px;
  }
  .opened-search::before {
    top: 43px;
  }
  .search-input .hs-search-field input[type="text"] {
    height: 45px;
  }
  .fixed-sidebar,
  .opened-search {
    top: 100px;
  }
  ul.search-results-listing {
    max-height: calc(100vh - 145px);
  }
  .inner-page-banner h1 {
    margin: 0px 0px 0;
  }
  .inner-page-banner img {
    min-height: 200px;
  }
  footer.footer .hs_cos_wrapper.form-title,
  footer.footer form.hs-form {
    display: none;
  }
  .footer .hs_cos_wrapper_type_logo img {
    max-width: 50px !important;
  }
  .footer-top-sec .row-number-1.dnd-section > .row-fluid,
  .searching-form-sec > * {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .searching-form-sec > * > * {
    width: 100%;
  }
  .footer-top-sec .row-number-1.dnd-section > .row-fluid > *,
  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
    width: 100%;
    margin: 0px 0px 20px;
  }
  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child {
    margin: 10px 0px 0;
    text-align: left;
  }
  footer.footer .span3.widget-span.widget-type-cell.dnd-column:last-child ul {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .footer-middle-sec p {
    margin-top: 27px !important;
    line-height: normal;
  }
  footer.footer .footer-top-sec p, 
  .footer-logo a, 
  .footer-main ul li a,
  .footer-bottom a,
  .footer-bottom p a,
  form.hs-form .hs-form-field > label, 
  .footer-bottom p a,
  form.hs-form .hs-form-field > label, 
  .searching-form-sec .label label {
    font-size: 14px;
    line-height: 26px;
  }
  .footer-bottom p a {
    line-height: normal;
  }
  .form-module form.hs-form .hs_abschlussjahr.hs-form-field,
  .form-module form.hs-form select.hs-input {
    max-width: 100%;
  }
  .form-module form.hs-form fieldset.form-columns-2 .hs-form-field.hs_diplom_zertifikat {
    width: 100%;
  }
  .listing-header,
  .listing-row {
    flex-wrap: wrap;
    text-align: center;
  }
  .header-col, 
  .listing-row .item-btm-col {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
  .listing-row {
    padding: 20px 0px;
  }
  .form-module {
    padding: 50px 0 30px;
  }
  .single-section ul li, 
  .single-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .single-section:not(:last-child) {
    margin: 0 0 30px;
  }
  .brochure-content .cta_button {
    margin: 10px 0px 0px;
  }
  .single-content-right .brochure-content-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .brochure-cover {
    max-width: 150px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
  .form-module form.hs-form .hs_abschlussjahr.hs-form-field, 
  .form-module form.hs-form select.hs-input, 
  .searching-form-sec select#abschlussjahr,
  .searching-form-sec .first-row .label:first-child,
  .searching-form-sec .first-row .label:last-child {
    max-width: 100%;
  }
  .searching-form-sec .first-row .label:last-child {
    width: 100%;
  }
  .searching-form-sec > * {
    margin-right: 0px;
  }
  .searching-form-sec .label {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .searching-form-sec > :not(:last-child) {
    margin-bottom: 0;
  }
  .form-module input[type="submit"] {
    min-width: unset;
    max-width: unset;
    margin: 10px 0px 0px;
  }
  .form-module input[type="submit"] {
    margin: 10px 0px 0px;
    max-width: inherit;
    min-width: 255px;
    width: auto;
  }
  .left-right-image-content-grid.left-right-image-full-content .image-sec {
    text-align: left;
  }
  /*.cart-table {
  overflow: auto;
}
  .table {
  white-space: nowrap;
  display: table;
}*/
  .table-content-col, 
  .table-head-col {
    /*padding: 0px 30px;*/
  }
  .login-book-btns a.cta_button {
    margin-top: 5px;
  }
  .table-content-row > * {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .table-head-row {
    display: none;
  }
  .table-content-row {
    flex-wrap: wrap;
    justify-content: center;
  }
  span.cart-close::after {
    margin: 0 1px 2px 0;
  }
  span.cart-close::before, span.cart-close::after {
    margin-bottom: -1px;
  }
  span.cart-close {
    margin-left: 7px;
  }
  .table-content-col:nth-child(4) {
    margin: 10px 0px 0px;
  }
  .text-social ul {
    margin: 0px;
  }
  .events-content h3,
  .topics-col-single .col-content h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .events-single .events-content h3 {
    /*       max-height: 68px; */
  }
  @media (prefers-color-scheme: dark) {
    .topics-col-single .col-content {
      padding: 20px;
    }
    .reason-icon {
      right: auto;
      left: 0;
    }
    .left-right-outer {
      padding: 50px 0px;
    }
  }

  /*------- changes ---------*/

  footer.footer .hs_cos_wrapper.form-title, footer.footer form.hs-form {
    display: block !important;
    max-width: 100%;
  }
  .footer-main form.hs-form .hs-form-field.hs_email.hs-email {
    width: 100%;
  }

  /*------------------------*/
  .header_icon_alignd .page-intro-right {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 639px){
  .item.single-wide-two-col,
  .item, 
  .grid-sizer {
    width: 100%;
  }
  .grid,
  .events-row,
  .learn-three-col .learn-more-row,
  .three-col-row.advisory-info,
  .member-col-row {
    margin: 30px 0px 0px 0px;
  }
  .learn-three-col .learn-more-single, 
  .learn-more-cta,
  .advisory-col,
  .single-member,
  .blog-post-listing-outer .blog-post {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-right: 0px;
  }
  .left-right-outer.without-top-spacing {
    padding-top: 0px;
  }
  .advisory-col:not(:last-child) {
    margin: 0px 0px 30px;
  }
  .col-content {
    padding: 20px 0px 0px;
  }
  .learn-three-col h3 {
    min-height: auto;
  }
  .events-image img {
    height: 325px;
    width: 100%;
    object-fit: cover;
  }
  .blog-post-listing-outer .blog-post {
    max-width:100% !important; 
  }
  .blog-post-listing-outer {
    margin-right: 0px;
  }
  .blog-title {
    padding: 0px 0px 10px;
  }
  .blog-listing-section nav > * {
    font-size: 16px;
  }
  .blog-listing-section {
    padding: 50px 0px;
  }
  .masonary-outer-main .filter-topic-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .masonary-outer-main .filters {
    width: 100%;
  } 
  .masonary-outer-main .filters:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .masonary-outer-main .masonary-inner {
    margin: 50px 0 0;
  }
}
@media (max-width: 479px){
  .events-image img {
    height: 225px;
  }
}

/* Course / event H1 */
@media (max-width: 450px){
  #courseWrapper h1 {
    font-size: 32px;
    line-height: 1.3;
  }
}

@media (max-width: 376px){
  #courseWrapper h1 {
    font-size: 28px;
    line-height: 1.3;
  }
}

@media (max-width: 321px){
  #courseWrapper h1 {
    font-size: 25px;
    line-height: 1.3;
  }
}

/* /  Course / event H1 */
/* Gallery Widget */
.hs_cos_gallery {
  margin-bottom: 140px;
}

@media (max-width: 1182px){
  .hs_cos_gallery {
    margin-bottom: 120px;
  }
}

@media (max-width: 752px){
  .hs_cos_gallery {
    margin-bottom: 60px;
  }
}
/*  / Gallery Widget */

.hs_error_rollup {
  display: none;
}
/* Pagination */
.filter-pagination-item {
  display: inline-block;
  border: 1px solid black;
  padding: 2px 11px;
  min-width: 34px;
  text-align: center;
  margin-right: 3px;
}

.filter-pagination-item.pager-current,
.filter-pagination-item:hover {
  border-color: #e63323;
  background-color: #e63323;
  color: white;
}
/* / Pagination */