@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');










*, *: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;
}



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

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

.dnd-section .dnd-column {
  padding-left: 0;
  padding-right: 0;
}

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




body {
  line-height: 1.556;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 30px;
}
p:last-child {
  margin-bottom: 0px;
}
strong {
  font-weight: 800;
}

/* Links */

a {
  cursor: pointer;
  transition: all 0.3s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  margin: 0 0 1.5rem;
  hyphens: auto;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h5 {
  font-size: 20px;
  letter-spacing: 1.18px;
}

h6 {
  font-size: 18px;
  letter-spacing: 1.06px;
}

/* Lists */

ul li,
ol li {
  font-size: 1rem;
  line-height: 2;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

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

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}


@media (max-width: 767px) {
  p {
    margin: 0 0 15px;
  }
}
/* Primary Button */

button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
.load-more,
.load,
a.cta_button,
.login-btn-right ul li a,
.load-more-btn a {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 27px;
  min-width: 230px;
  box-sizing: border-box !important;
}
.btn-mehr,
.btn-mehr a,
a.text-button,
.text-button,
.read-more a,
.anchor a,
.systems-page #hs_login_reset,
.anchor_link a,
a.text-button.cta_button,
.learn-more-outer span.text-cta {
  padding: 0px;
  display: inline-block;
  font-size: 13px;
  line-height: 27px;
  padding-right: 35px;
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/arrow_blue.svg);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  background-color: transparent;
  min-width: unset;
}
.systems-page #hs_login_reset {
  font-size: 1rem;
}
.blog-index-cooperation a.text-button,
.content-outer .text-button,
.read-more a,
.blue .anchor a,
.red .anchor a,
.blue .education-items ul li a,
.red .education-items ul li a,
.learn-more-outer span.text-cta {
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/arrow_white.svg);
}
.anchor_link a {
  background-image: url("https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/arrow_black.svg");
  color: #000000;
}
.blog-new-layout .blog-index-cooperation a.text-button {
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/arrow_blue.svg);
}
.read-more a {
  color: #ffffff;
}
.grids > *:hover .btn-mehr,
.Kurse > *:hover .btn-mehr,
.agenda > *:hover .btn-mehr,
.btn-mehr a:hover,
.footers_dnd-row-0-vertical-alignment > .row-fluid > *:first-child p a:hover,
.blog-index__post--list:hover a.text-button,
.post-item:hover .read-more a,
.anchor a:hover,
.systems-page #hs_login_reset:hover,
.anchor_link a:hover,
a.text-button:hover,
.post-item.slick-slide a:hover .text-button,
a.text-button.cta_button:hover,
.learn-more-outer span.text-cta:hover {
  padding-right: 55px;
}
.load-more-outer {
  text-align: center;
  margin: 20px 0px 80px;
}

.cta-button-outer > *:not(:last-child) {
  margin: 0px 0px 20px;
}



@media (max-width: 767px) {
  .load-more, 
  .load, 
  a.cta_button,
  .load-more-btn a {
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    min-width: 170px;
  }
  .load-more-outer {
    margin: 20px 0px 40px;
  }

}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

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

/* Inputs - Checkbox/Radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
/*   content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); */
}

/* Inputs - Datepicker */

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

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

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
form .hs-richtext h2 {
  font-size: 25px;
  line-height: 27px;
  margin: 0 0 43px;
}





body form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
  height: 36px;
  border: 0px;
  border-bottom: 1px solid #000000;
/*   font-weight: 300; */
  padding: 0px 0px 9px;
  display: block;
}

.hs-error-msgs.inputs-list > li {
  margin: 0px;
}
.hs_error_rollup {
  display: none;
}
form.hs-form .input {
  margin: 0px !important;
}
form.hs-form fieldset.form-columns-2,
.contact-page .form form.hs-form fieldset.form-columns-1 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  max-width: unset !important;
}
form.hs-form fieldset.form-columns-2 > * {
  width: calc(100%/2 - 20px) !important;
  margin-right: 20px;
}
.contact-page .form form.hs-form fieldset.form-columns-1 {
  float: left;
  max-width: calc(50% - 10px) !important;
  margin-right: 10px;
  width: 100%;
}
.contact-page .form form.hs-form fieldset.form-columns-1 > * {
  width: 100% !important;
}
.contact-page .form form.hs-form fieldset.form-columns-0 {
  float: right;
}
form .hs-button, 
form input[type=submit] {
  margin: 54px 0px 0px;
}
.submitted-message {
  border: 1px solid;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
}
form .hs-form-field > label span.hs-form-required {
/*   display: none; */
}
form .hs-form-field > label {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
}
form .hs-form-field.hs-fieldtype-radio > label,
form .hs-form-field.hs-fieldtype-select > label,
form .hs-form-field.hs-fieldtype-checkbox > label,
form .hs-form-field.hs-fieldtype-file > label,
form .hs-form-field.hs_verkaufer_informationen > label,
.systems-page.login-body .login-main-outer form .hs-form-field > label {
  position: static;
  font-size: 14px;
  line-height: 26px;
/*   font-weight: 300; */
}
form .hs-form-field.hs-fieldtype-radio > label span,
form .hs-form-field.hs-fieldtype-checkbox > label span,
form .hs-form-field.hs-fieldtype-file > label span,
form .hs-form-field.hs_verkaufer_informationen > label span {
  color: #000000;
  font-size: 14px;
}
form .hs-form-field.hs-fieldtype-select:hover > label span,
form .hs-form-field.hs-fieldtype-select > label span,
form .hs-form-field.hs-fieldtype-file > label span,
form .hs-form-field.hs-fieldtype-file:hover > label span,
form .hs-form-field.hs_verkaufer_informationen > label span,
form .hs-form-field.hs_verkaufer_informationen:hover > label span,
.systems-page.login-body .login-main-outer form .hs-form-field > label,
.systems-page.login-body .login-main-outer form .hs-form-field:hover > label {
  font-size: 14px !important;
  color: #000000;
}
.systems-page.login-body .login-main-outer form .hs-form-field > label {
  font-size: 1rem !important;
}
form .hs-form-field:hover > label,
form .hs-form-field.show > label,
form .hs-form-field.mf-has-value > label {
  top: -23px;
}
form .hs-form-field > label span {
  transition: all 0.3s;
}
form .hs-form-field:hover > label span,
form .hs-form-field.show > label span,
form .hs-form-field.mf-has-value > label span,
.login-main-outer form .hs-form-field:hover > label,
.login-main-outer form .hs-form-field.show > label,
.login-main-outer form .hs-form-field.mf-has-value > label {
  font-size: 12px !important;
}
form .hs-form-field.hs-fieldtype-radio:hover > label,
form .hs-form-field.hs-fieldtype-radio:hover > label span,
form .hs-form-field.hs-fieldtype-checkbox:hover > label,
form .hs-form-field.hs-fieldtype-checkbox:hover > label span {
  font-size: 14px !important;
}
body form.hs-form select.hs-input {
  appearance: none;
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/icon_dropdown.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}
form.hs-form input[type="radio"],
form.hs-form input[type="checkbox"] {
  appearance: none;
  width: 19px !important;
  height: 19px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  margin-top: 4px;
}
form.hs-form input[type="checkbox"] {
  border-radius: 0px;
  width: 21px !important;
  height: 21px;
}
form.hs-form .hs-form-radio input[type="radio"]:checked {
  background-color: #000000;
}
ul.inputs-list.multi-container > li {
  position: relative;
  line-height: inherit;
  margin: 0 0 12px;
}
.hs-form-booleancheckbox {
  line-height: inherit;
}
ul.inputs-list.multi-container > li > label,
.hs-form-booleancheckbox > label {
  display: flex;
/*   align-items: center; */
}
form.hs-form .hs-form-radio input[type="radio"] + span:before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 5px;
  top: 9px;
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}
form.hs-form input[type=checkbox] + span:before {
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Icons/check.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  height: 12px;
  left: 3.5px;
  opacity: 0;
  position: absolute;
  top: 9px;
  transition: all .3s;
  visibility: hidden;
  width: 15px;
}
form.hs-form .hs-form-radio input[type="radio"]:checked + span::before, 
form.hs-form input[type="checkbox"]:checked + span:before {
  opacity: 1;
  visibility: visible;
}
form.hs-form .hs-form-radio input[type="radio"] + span {
  max-width: calc(100% - 34px); 
}
form.hs-form input[type=checkbox] + span {
  max-width: calc(100% - 36px);
}
.inputs-list.multi-container li label span {
/*   font-weight: 300; */
}
form.hs-form .hs-richtext h3 {
  font-size: 25px;
  line-height: 27px;
  margin: 0px 0px 43px;
  font-weight: 400;
}
.Mitglied-werden .hs-richtext.hs-main-font-element h4 {
  font-size: 14px;
  margin: 0 0 15px;
}
.hs-error-msg, 
.hs-error-msgs {
  font-size: 14px;
}
.contact-page .form .hs-submit {
  display: inline-block;
  width: 100%;
}
.contact-page .form .hs-richtext.hs-main-font-element {
  margin-top: -20px;
}
.contact-page .form .hs-richtext.hs-main-font-element p {
  font-size: 14px;
  line-height: 26px;
  color: #bcbcbc;
}
form .form-input-error {
  border: 0px solid #f2545b!important;
  margin-bottom: 0px!important;
  border-bottom: 1px solid #f2545b !important;
}

@media (max-width: 767px) {
  body form.hs-form .hs-input {
    font-size: 16px;
  }
  form .hs-button, form input[type=submit] {
    margin: 0px 0 0;
  }
  body form.hs-form select.hs-input {
    background-size: 18px;
  }
  .inputs-list.multi-container li label span {
    font-size: 16px !important;
  }
  form.hs-form input[type=radio] {
    width: 15px !important;
    height: 15px;
    margin-right: 10px;
  }
  form.hs-form .hs-form-radio input[type=radio]+span {
    max-width: calc(100% - 25px);
  }
  form.hs-form .hs-richtext h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px;
  }
  form.hs-form .hs-form-radio input[type=radio]+span:before {
    width: 7px;
    height: 7px;
    left: 4px;
    top: 8px;
  }
  form.hs-form fieldset.form-columns-2 > * {
    width: calc(100% - 20px)!important;
  }
  .contact-page .form form.hs-form fieldset.form-columns-1 {
    max-width: 100% !important;
    margin-right: 0px;
  }
  form.hs-form input[type=checkbox] {
    height: 18px;
    width: 18px!important;
    margin-right: 10px;
    margin-top: 2px;
  }
  form.hs-form input[type=checkbox] + span {
    max-width: calc(100% - 28px);
  }
  .hs-form-booleancheckbox > label,
  ul.inputs-list.multi-container > li > label {
    align-items: flex-start;
  }
  form.hs-form input[type=checkbox] + span:before {
    background-size: 12px;
    height: 10px;
    left: 2.5px;
    top: 6px;
    width: 12px;
  }
}


form .hs-richtext .abo-form-heading {
  font-size: 40px;
  font-weight: 100;
  line-height: normal;
}

form .hs-richtext h3.abo-form-subheading {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
}
form.hs-form .hs-form-field > legend {
  position: absolute;
  z-index: 1;
  bottom: -23px;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

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

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    /*     padding: 20px; */
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

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

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

/*------------------------ 21-7-22 --------------------------*/
/*--------- header code ---------*/

.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  padding: 31px 0 25px;
  transition: all 0.3s;
}
.header.home {
  padding: 52px 0;
}
.header__container {
  padding: 0px 20px;
}
.darkHeader .header {
  background-color: rgba(255, 255, 255, .9);
  position: fixed;
  padding: 31px 0px 25px;
  z-index: 99;
}
@media (min-width: 1799px) {
  .header__container {
    padding: 0px;
  }
}
.header_dnd_top-row-1-vertical-alignment > .row-fluid,
.header_dnd_top-row-0-vertical-alignment > .row-fluid {
  justify-content: space-between;
  display: flex;
}
.header_dnd_top-row-1-vertical-alignment > .row-fluid::before,
.header_dnd_top-row-1-vertical-alignment > .row-fluid::after,
.header_dnd_top-row-0-vertical-alignment > .row-fluid::before,
.header_dnd_top-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.header_dnd_top-row-1-vertical-alignment > .row-fluid > *,
.header_dnd_top-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.header_dnd_top-row-1-vertical-alignment > .row-fluid > * img.hs-image-widget,
.header_dnd_top-row-0-vertical-alignment > .row-fluid > * img.hs-image-widget {
  max-width: 124px !important;
  vertical-align: bottom;
}
.header_dnd_top-row-1-vertical-alignment > .row-fluid > *:first-child,
.header_dnd_top-row-0-vertical-alignment > .row-fluid > *:first-child {
  align-items: center;
  flex-direction: row !important;
  display: flex;
}
.home .header_dnd_top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.darkHeader .home .header_dnd_top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
  opacity: 1;
  visibility: visible;
}
.header .header__container > .container-fluid {
  width: 100%;
}
.header .head-inner,
.book-login ul {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.header .head-inner {
  justify-content: space-between;
}
.book-login {
  margin-left: 50px; 
}
.book-login ul li {
  margin: 0;
  line-height: 1;
  margin-right: 50px;
  list-style: none;
}
.book-login ul li:last-child {
  margin-right: 0;
}
.book-login ul li a {
  display: inline-flex;
  align-items: center;
}
.book-login ul li a span {
  display: inline-block;
  margin-left: 18px;
  line-height: 35px;
}
.header .hs-search-field {
  margin-left: 100px;
  z-index: 1;
}
.header .hs-search-field > img {
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s;
}
.header .hs-search-field__bar {
  position: absolute;
  width: 0px;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  display: block !important;
  transition: all 0.3s;
  visibility: hidden;
}
.show-search-bar .header .hs-search-field__bar {
  width: 360px;
  visibility: visible;
}
ul.hs-search-field__suggestions:empty {
  display: none;
}
.header .hs-search-field__bar form input {
  height: 40px;
  border: 0;
  border-bottom: 1px solid;
  padding: 0px 15px;
}
.header .hs-search-field__bar form label {
  display: none;
}
.header ul.hs-search-field__suggestions {
  border: 0 !important;
  background-color: #fff;
  padding: 20px;
  position: absolute;
  width: 100%;
  min-width: 360px;
  left: 36px;
}
.header .hs-search-field__suggestions li {
  line-height: normal;
  margin: 0 0 10px;
}
.header .hs-search-field__suggestions a:focus,
.header .hs-search-field__suggestions a:hover {
  background-color: transparent;
}
.header .menu .bar-icon i,
.header .menu .minus-icon i {
  display: none;
}
.header .menu .bar-icon {
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 35px;
  padding-left: 53px;
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/icon_menu.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.header .menu .bar-icon:hover {
  background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/icon_menu-blue.svg);
}
.menu-open header.header .menu .bar-icon {
  /*   display: none; */
}
.header .menu .minus-icon {
  font-size: 18px;
  line-height: 35px;
  padding-left: 53px;
  display: none;
  color: #ffffff;
  position: relative;
  z-index: 99;
}
.header .menu .minus-icon span {
  color: #ffffff;
}
.header .menu .minus-icon::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 2.5px;
  left:0px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-open .header .menu .minus-icon {
  display: block;
}
.header-menu {
  position: fixed;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 50%;
  z-index: 5;
  background-color: #000;
  max-height: 100vh;
  overflow: auto;
  transform: translateX(-100%);
  transition: all 0.5s;
  /*   display: flex;
  align-items: center; */
  padding: 190px 0px;
}
body.menu-open .header-menu {
  transform: translateX(0);
}
.header-menu ul {
  flex-direction: column;
}
.header-menu .hs-menu-wrapper > ul > li {
  margin: 0 0 10px;
}
.header-menu .hs-menu-wrapper > ul > li:last-child {
  margin-bottom: 0;
}
.header-menu ul li a {
  letter-spacing: 0px;
  color: #BCBCBC;
  opacity: 1;
  display: inline-block;
  font-size: 40px;
  line-height: 45px;
  padding: 5px 0;
  transition: ease-out 0.3s;
}
.header-menu ul li a:hover {
  color: #fff;
  transform: translateX(20px);
}
.header-menu .hs-menu-wrapper ul li.hs-item-has-children ul {
  position: static;
  opacity: 1;
  padding: 0;
  padding-left: 40px;
  margin: 11px 0px 0px;
}
.header-menu .hs-menu-wrapper ul li.hs-item-has-children ul li {
  margin: 0px 0px 5px;
}
.header-menu .hs-menu-wrapper ul li.hs-item-has-children ul li:last-child {
  margin: 0px 0px;
}
.header-menu .hs-menu-wrapper ul li.hs-item-has-children ul li a {
  font-size: 25px;
  line-height: 38px;
  padding: 0;
  display: inline-block !important;
  white-space: inherit;
}
body.menu-open {
  overflow: hidden;
}
.header-menu .content-wrapper {
  max-width: 740px;
  margin-right: 0px;
  width: 100%;
}
.header .header_dnd_top-row-0-vertical-alignment > .row-fluid > *:last-child,
.header .header_dnd_top-row-0-vertical-alignment  >.row-fluid > *:last-child * {
  /*   line-height: 0; */
}
.head-sec .content-wrapper {
  padding: 0px;
}
.book-login ul li a img {
  transition: all 0.3s;
}
img.hover {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
img.icon_search_hover {
  position: absolute;
  left: 0px;
  top: 2.5px;
  opacity: 0;
  visibility: hidden;
}
.book-login ul li a:hover img.hover,
.hs-search-field:hover img.icon_search_hover {
  opacity: 1;
  visibility: visible;
}
.book-login ul li a:hover img.without-hover,
.hs-search-field:hover .icon_search {
  opacity: 0;
  visibility: hidden;
}
.header-menu .menu {
  position: absolute;
  top: 42px;
}
.home .header-menu .menu {
  top: 70px;
}

div .lang_switcher_class {
  margin-left: 100px;
}
div .globe_class {
  width: auto;
  height: auto;
  border-radius: 0px;
  background-image: none;
}
.globe_class .lang_list_class {
  display: flex !important;
  position: static;
  -webkit-transform: none;
  transform: none;
  text-align: left;
  padding: 0;
}
.globe_class .lang_list_class:after,
.globe_class .lang_list_class:before {
  display: none;
}
.globe_class .lang_list_class li {
  line-height: 1;
  font-size: 18px;
  padding: 0;
  background-color: transparent;
  border-left: 0px;
  border-right: 0px;
  margin-right: 15px;
}
.globe_class .lang_list_class li:first-child {
  padding-top: 0px;
  border-top: 0px;
}
.globe_class .lang_list_class li:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
  margin-right: 0px;
}
.globe_class .lang_list_class li a {
  font-size: 0px;
}
.globe_class .lang_list_class li a::before {
  content: attr(lang);
  display: inline-block;
  font-size: 18px;
  line-height: 35px;
  text-transform: uppercase;
}

/*------- 23-sept-22 ---------*/
.header-menu .hs-menu-wrapper>ul>li.hs-item-has-children > a {
  position: relative;
}
.header-menu .hs-menu-wrapper>ul li.hs-item-has-children  a::before , .header-menu .hs-menu-wrapper > ul li.hs-menu-depth-2.hs-item-has-children  a::before  {
  content: '';
  display: block;
  position: absolute;
  background-image: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/Asset%201%20%282%29.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  line-height: 27px;
  padding-right: 35px;
  transition: all .3s ease-in-out;
  right: -50px;
  top: 55%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  opacity: 0;
}
.header-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover::before , .header-menu .hs-menu-wrapper > ul li.hs-menu-depth-2.hs-item-has-children  a:hover::before {
    opacity: 1;
}

/*---------------- responsive ----------------*/
@media (max-width: 1799px) {
  .header-menu .content-wrapper {
    max-width: 620px;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .header .hs-search-field {
    margin-left: 30px;
  }
  .book-login ul li {
    margin: 0 20px 0 0;
  }
  .book-login {
    margin-left: 30px;
  }
  div .lang_switcher_class {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px){
  .header-menu {
    width: 100%;
    padding: 100px 0;
  }
  .header {
    padding: 20px 0px;
  }
  .header.home {
    padding: 30px 0;
  }
  .darkHeader .header {
    padding: 15px 0px;
  }
  .header_dnd_top-row-0-vertical-alignment > .row-fluid > * img.hs-image-widget, 
  .header_dnd_top-row-1-vertical-alignment > .row-fluid > * img.hs-image-widget {
    max-width: 100px!important;
  }
  .header .menu .bar-icon,
  .header .menu .minus-icon {
    font-size: 0;
    line-height: 33px;
    padding-left: 25px;
    background-size: 25px;
  }
  .header .menu .minus-icon:before {
    width: 25px;
    height: 2px;
  }
  .header .hs-search-field {
    margin-left: 20px;
  }
  .header .hs-search-field > img {
    max-width: 18px;
  }
  .book-login {
    margin-left: 20px;
  }
  .book-login ul li {
    margin: 0 20px 0 0;
  }
  .book-login ul li a span {
    line-height: 30px;
    margin-left: 10px;
  }
  .book-login ul li a img {
    max-height: 17px;
    width: auto;
    vertical-align: bottom;
  }
  .header-menu .hs-menu-wrapper > ul > li {
    margin: 0 0 5px;
  }
  .header-menu ul li a {
    font-size: 20px;
    line-height: 30px;
  }
  .header-menu .hs-menu-wrapper ul li.hs-item-has-children ul li a {
    font-size: 18px;
    line-height: 33px;
  }
  .header-menu .menu,
  .home .header-menu .menu {
    top: 27px;
  }
  .header-menu .hs-menu-wrapper ul li.hs-item-has-children ul {
    padding: 0 0 0 20px;
  }
  .book-login ul li a span {
    display: none;
  }
  div .lang_switcher_class {
    margin-left: 0px;
  }
  .globe_class .lang_list_class li {
    margin-right: 10px;
  }
  .globe_class .lang_list_class li a:before {
    font-size: 16px;
    line-height: 30px;
  } 
  .show-search-bar .header .hs-search-field__bar {
    width: 270px;
  }
  .header ul.hs-search-field__suggestions {
    left: 28px;
    min-width: 270px;
  }
}
/* Footer Container */

.footer {
  padding: 100px 0px;
  position: relative;
}
.footer .dnd-section {
  padding: 0;
}

.footer__container {
  margin: 0 auto;
  padding: 0px 20px;
}
@media (min-width: 1799px) {
  .footer__container {
    padding: 0px;
  }
}

/* Footer Rows */

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

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  padding-left: 0;
  flex-direction: column;
}

.footer .hs-menu-wrapper li {
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
}

.footer-social {
  background-color: #fff;
  padding: 20px 0px;
}
.footer h3 {
  font-size: 30px;
  font-weight: normal;
  border-bottom: 3px solid;
  display: inline-block;
  margin: 0px 0px 35px;
}
.footer_dnd-row-0-vertical-alignment > .row-fluid > *:first-child p {
  max-width: 430px;
}
.footer--site-page h4 {
  margin: 0px 0px 43px;
}
.footer ul li {
  list-style: none;
  line-height: 1;
}
.footer ul li a {
  font-weight: 300;
  line-height: 28px;
}
.footers_dnd-row-0-vertical-alignment > .row-fluid > *:last-child {
  text-align: right;
}
.footers_dnd-row-0-vertical-alignment > .row-fluid > *:last-child img {
  vertical-align: bottom;
  max-width: 100px !important;
}
.footers_dnd-row-0-vertical-alignment > .row-fluid > *:first-child p a {
  font-size: 13px;
  line-height: 27px;
  padding-right: 40px;
  background-image: url("https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/arrow_black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  color: #000000;
}
.footer a {
  position: relative;
}
.footer a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s;
  visibility: hidden;
  left: 0px;
  bottom: 0px;
}
.footer a:hover::before {
  width: 100%;
  visibility: visible;
}
.footer_dnd-row-0-vertical-alignment > .row-fluid > *:nth-child(2) ul li:last-child {
  margin-top: 38px;
}
.footer-social p a::before {
   display: none;
}

#back-button {
  display: inline-block;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  bottom: 98px;
  right: 51px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  font-weight: bold;
}

#back-button:hover {
  cursor: pointer;
  bottom: 118px;
}
#back-button.show {
  opacity: 1;
  visibility: visible;
}
#back-button::before,
.footer h3 a::before {
  display: none !important;
}


@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .footer_dnd-row-0-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
  }
  .footer_dnd-row-0-vertical-alignment > .row-fluid::before,
  .footer_dnd-row-0-vertical-alignment > .row-fluid::after {
    display: none;
  }
  .footer_dnd-row-0-vertical-alignment > .row-fluid > * {
    width: 50%;
    margin-left: 0px;
  }
  .footer_dnd-row-0-vertical-alignment > .row-fluid > *:first-child {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
  .footer_dnd-row-0-vertical-alignment > .row-fluid > * {
    width: 100%;
    margin: 0px 0px 40px;
  }
  .footer_dnd-row-0-vertical-alignment > .row-fluid > *:last-child {
    margin: 0px;
  }
  .footer_dnd-row-0-vertical-alignment>.row-fluid > *:first-child {
    margin-bottom: 40px;
  }
  .footer h3 {
    font-size: 24px;
    margin: 0 0 25px;
  }
  .footer--site-page h4 {
    margin: 0 0 20px;
    text-align: left;
  }
  .footer .hs-menu-item a {
    font-size: 16px !important;
  }
  .footer-social {
    text-align: center;
  }
  .social-links {
    justify-content: center;
    margin: 20px 0px;
  }
  #back-button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    bottom: 30px;
    right: 30px;
  }
  .footer_dnd-row-0-vertical-alignment>.row-fluid>:nth-child(2) ul li:last-child {
    margin-top: 15px;
  }
}

/* VISCOMEDIA FOOTER */

.footer-viscomedia {
  background-color: #F2F2F2 !important;
  color: black !important;
}

.top-button-viscomedia {
  background-color: #C30017 !important;
  color: white !important;
}

.footer-viscomedia .hs-menu-item a { 
  color: black !important;
}

.footer-viscomedia a:hover:before {
  background-color: #c30017 !important;
}

.footer-viscomedia h3 {
  color: black !important;
}

.footer-viscomedia h3:hover {
  color: #c30017 !important;
}


.footer-viscomedia a:not(.button) {
  color: black !important;
}

.footer-viscomedia #back-button {
  color: white !important;
}

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

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}



@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_Hair.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_HairIt.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_Lt.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_LtIt.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_Rg.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_It.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_Md.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_MdIt.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_SBd.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_SBdIt.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_Bd.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_BdIt.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_XBd.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_XBdIt.ttf') format('truetype');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_Blk.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Effra";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland/fonts/effra-new/Effra_BlkIt.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: "QuatroSlab";
	src: url('https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Printed%20in%20Switzerland%20template/fonts/QuatroSlab-Bold.ttf') format('truetype');
	font-weight: 700;
}

* {
	word-break: break-word;
}
.body-container {
	margin-top: 115px;
}
.body-container.body-container--home-page {
	margin-top: 100vh;
}
.body-container--single-page {
	overflow: hidden;
}
p a,
li a,
.team-outer .info-sec .info ul li a {
	position: relative;
}
p a::before,
.contact-left-right li a::before,
.outer-address-sec li a::before,
.team-outer .info-sec .info ul li a::before {
	content: "";
	position: absolute;
	width: 0px;
	transition: all 0.3s;
	left: 0px;
	bottom: 0px;
	height: 2px;
}
p a:hover::before,
.contact-left-right li a:hover::before,
.outer-address-sec li a:hover::before,
.team-outer .info-sec .info ul li a:hover::before {
	width: 100%;
}
.dates-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}
.dates-wrap ul li,
.date-btm-content {
	list-style: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
.dates-wrap ul li::after {
	content: "-";
	display: inline-block;
	margin: 0px 5px;
}
.dates-wrap ul li:last-child::after {
	display: none;
}
.date-content {
	margin: 0 0 30px;
}
.btn-mehr {
	margin: 60px 0px 0px;
}
.grids h3,
.agenda h3,
.Kurse h3 {
	min-height: 110px;
}
.grid h3 {
	min-height: 165px;
}
.grids h3 a,
.agenda h3 a,
.Kurse h3 a,
.grid h3 a {
	/*   font-weight: 100; */
	color: #000000;
}
.grids h3 a:hover,
.agenda h3 a:hover,
.Kurse h3 a:hover,
.grid h3 a:hover {
	color: inherit;
}

.cards > li > a,
.grids > * > a,
.agenda > * > a,
.Kurse > * > a {
	color: #000000;
}

.Downloads-page-outer,
.bfs-mitarbeiter-outer {
	position: relative;
}
.Profil-verwalten-wrap::before,
.Downloads-page-outer::before,
.Downloads-page-left-outer::before,
.bfs-mitarbeiter-outer::before {
	background-color: #0262f2;
	content: "";
	position: absolute;
	width: 39%;
	height: 950px;
	top: 0px;
	left: 0px;
}
.Downloads-page-left-outer::before {
	top: 115px;
}
.Profil-inner,
.Downloads-page-inner,
.bfs-mitarbeiter-inner {
	display: flex;
	position: relative;
}
.Profil-left-desc {
	max-width: 32%;
	flex: 0 0 32%;
}
.Profil-form,
.section-1 {
	padding-left: 7%;
	flex-grow: 1;
}
.section-1 {
	width: 75%;
}
.Profil-left-desc .menu-toggle:hover {
	cursor: pointer;
}
.Profil-left-desc .menu-toggle {
	margin-left: auto;
	display: none;
	background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Viscom/icon_menu.svg);
	background-position: 0;
	background-repeat: no-repeat;
	fill: #fff;
	width: 50px;
	height: 50px;
}
.Profil-left-desc .nav-row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.Profil-left-desc .nav-content {
	display: block;
}
.Profil-left-desc *,
.Profil-left-desc-left * {
	color: #fff;
}
.Profil-left-desc .nav-row {
	margin: 0px 0px 20px;
}
.Profil-left-desc h3 {
	margin: 0;
}
.Profil-left-desc h3,
.Profil-left-desc-left h3 {
	line-height: 45px;
	font-weight: 500;
}
.Profil-left-desc-left h3 {
	margin: 0px 0px 20px;
}
.Profil-left-desc ul li,
.Profil-left-desc-left ul li {
	list-style: none;
	/*     margin: 0px 0px 5px; */
}
.Profil-left-desc ul li a,
.Profil-left-desc-left ul li a {
	font-size: 25px;
	line-height: 45px;
	font-weight: 500;
	display: inline-block;
}
.Profil-left-desc ul li a:hover,
.Profil-left-desc-left ul li a:hover {
	transform: translateX(15px);
}
.Profil-form h2 {
	margin: 0 0 80px;
}
.Profil-form form {
	max-width: 730px;
}
.Profil-form form .hs-form-field > label {
	position: static;
	max-width: 125px;
	flex: 0 0 125px;
	margin: 17px 0px 0px;
}
.Profil-form form .hs-form-field > .input {
	max-width: calc(100% - 125px);
	flex: 0 0 calc(100% - 125px);
}
.Profil-form form .hs-form-field.show > label span,
.Profil-form form .hs-form-field:hover > label span {
	font-size: 18px !important;
}
.Profil-form form .hs-form-field {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px 0px 10px;
}
.Profil-form form .hs-richtext.hs-main-font-element {
	width: calc(100% - 125px);
	float: right;
	margin: 0 0 44px;
}
.Profil-form form .hs-richtext.hs-main-font-element p {
	font-size: 14px;
	line-height: 26px;
	/*   font-weight: 300; */
}
body .Profil-form form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
	height: 60px;
	border-bottom: 0px;
	/*   font-weight: 300; */
	padding: 0 20px;
	background-color: #f5f5f5;
}
.Profil-form form .hs-form-field > label span {
	color: #000000;
	/*   font-weight: 300; */
}
.Profil-form form .hs-error-msgs {
	width: calc(100% - 125px);
	margin-left: auto;
}
.Profil-form form .hs-button,
.Profil-form form input[type=submit] {
	margin: 90px 0 0;
}
.Profil-form form .hs_submit.hs-submit {
	width: calc(100% - 125px);
	float: right;
}
.button-sec {
	margin: 100px 0px 0px;
}
.button-sec a {
	font-size: 13px;
	line-height: 27px;
}
.button-sec a img {
	vertical-align: middle;
	margin-left: 5px;
	transition: all 0.3s;
}
.button-sec a:hover img {
	transform: translateX(15px);
}


.blue *:not(.hs-input:not(option)),
.red *:not(.hs-input):not(option),
.blue .Profil-form form .hs-form-field > label span,
.red .Profil-form form .hs-form-field > label span {
	color: #fff;
}

/* Vertical Tabs */

.tabs,
#horizontalTab,.horizontalTab,
#horizontalTabs{
	display: flex !important;
	align-items: flex-start;
	margin: 80px 0px 0px;
}
ul#tabs-nav,
ul#tab-nav,
ul#tabing-nav {
	counter-reset: number;
	max-width: 21.622%;
	flex: 0 0 21.622%;
}
.ratio-2-3 ul#tab-nav {
	max-width: 35.622%;
	flex: 0 0 35.622%;
}
ul#tabs-nav li,
ul#tab-nav li,
ul#tabing-nav li {
	list-style: none;
	counter-increment: number;
	margin-bottom: 30px;
	line-height: 1;
}
ul#tabs-nav li:last-child,
ul#tab-nav li:last-child,
ul#tabing-nav li:last-child {
	margin-bottom: 0px;
}
ul#tabs-nav li,
ul#tab-nav li,
ul#tabing-nav li a {
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	color: #000000;
	position: relative;
	padding-left: 43px;
	display:  block;
	cursor: pointer;
}
.blue ul#tabs-nav li,
.blue ul#tab-nav li,
.blue ul#tabing-nav li a,
.red ul#tabs-nav li,
.red ul#tab-nav li,
.red ul#tabing-nav li a {
	color: #ffffff;
}
ul#tabs-nav li::before,
ul#tab-nav li::before,
ul#tabing-nav li a::before,
h2.resp-accordion::before {
	content: counter(number);
	position: absolute;
	font-size: 15px;
	line-height: 24px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	letter-spacing: -0.75px;
	transition: all 0.3s ease-in-out;
	border: 2px solid transparent;
}
ul#tabs-nav li:hover::before,
ul#tabs-nav li.resp-tab-active::before,
ul#tabing-nav li a:hover::before,
ul#tabing-nav li.active a::before,
h2.resp-accordion:hover::before,
h2.resp-accordion.resp-tab-active::before,
ul#tab-nav li:hover::before,
ul#tab-nav li.resp-tab-active:before {
	color: #000000;
}
#tabs-content,
#tabing-content,
.resp-tabs-container {
	flex-grow: 1;
	padding-left: 180px;
}
.ratio-2-3 .resp-tabs-container {
	padding-left: 50px;
}
.tab-content-inner,
.resp-tab-content,
.tabing.resp-tab-content  {
	max-width: 605px;
}
/* End Vertical Tabs */

/* Sticky Nav */

.links {
	position: fixed;
	right: 0px;
	top: 0px;
	height: 100%;
	text-align: right;
	border-right: 7px solid #bcbcbc;
	z-index: 9;
	display: flex;
	align-items: center;
}
.links ul li {
	list-style: none;
}
.links ul li a {
	color: #000;
	padding-right: 15px;
	position: relative;
	display: inline-block;
	font-size: 16px;
}
.links ul li a::before {
	content: "";
	position: absolute;
	right: -7px;
	top: 0px;
	width: 7px;
	height: 100%;
	background-color: #000;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
}
.links ul li a:hover::before,
.links ul li a.active-section:before {
	opacity: 1;
	visibility: visible;
}

/* End Sticky Nav */


/* Slick Arrows and Dots */

ul.slick-dots {
	bottom: 0;
}
ul.slick-dots li {
	width: auto;
	height: auto;
	line-height: 1;
	margin: 0px 3px;
}
ul.slick-dots li button::before {
	display: none;
}
ul.slick-dots li button {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 15px;
	background-color: #bcbcbc;
	border-radius: 50%;
	border: 2px solid #fff;
	outline: 2px solid transparent;
}
.slick-dotted.slick-slider {
	margin-bottom: 0px;
}

/* End Slick Arrows and Dots */


/* resp Tabs */

h2.resp-accordion {
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active,
.resp-accordion-active,
.resp-tab-content-active { display: block; }
.resp-tab-content ul li {
	line-height: inherit;
	margin: 0px 0px 15px;
}
.resp-tab-content ul li:last-child {
	margin: 0px 0px 0px;
}
.link a {
	font-size: 20px;
	line-height: 27px;
}


.embed_container {
	max-height: unset !important;
	max-width: 855px !important;
}
.embed_container iframe {
	height: 100% !important;
	width: 100% !important;
}

.content.hubdb > h2,
.content.hubdb > h4,
.content.hubdb > h5,
.agenda-item-inner > h2,
.agenda-item-inner > h4,
.agenda-item-inner > h5,
.element-item-inner > h2,
.element-item-inner > h4,
.element-item-inner > h5,
.kurse-item-inner > h2,
.kurse-item-inner > h4,
.kurse-item-inner > h5 {
	font-size: 40px;
	/*   font-weight: 100; */
	line-height: 55px;
	margin: 0 0 30px;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul {
	padding-left: 20px;
}

@media (max-width: 2000px) {
	.Downloads-page-outer:before,
	.Profil-verwalten-wrap:before,
	.bfs-mitarbeiter-outer::before {
		width: 35%;
	}
	.section-1 {
		width: 85%;
	}
}

@media (max-width: 1799px) {
	.section-1 {
		width: 80%;
	}
	.Downloads-page-outer::before,
	.Profil-verwalten-wrap::before,
	.Downloads-page-left-outer::before,
	.bfs-mitarbeiter-outer::before {
		/*     width: 470px; */
	}
	ul#tabing-nav,
	ul#tabs-nav,
	.resp-tabs-list {
		max-width: 32.622%;
		flex: 0 0 32.622%;
	}
	#tabing-content, 
	#tabs-content,
	.resp-tabs-container {
		padding-left: 80px;
	}
} 
@media (max-width: 1800px) {
	.Profil-left-desc ul li a,
	.Profil-left-desc-left ul li a {
		line-height: 40px;
	}
	.Downloads-page-outer:before,
	.Profil-verwalten-wrap:before,
	.bfs-mitarbeiter-outer::before {
		width: 38%;
	}
}
@media (max-width: 1650px) {
	.Downloads-page-outer:before,
	.Profil-verwalten-wrap:before,
	.bfs-mitarbeiter-outer::before {
		width: 36%;
	}
}
@media (max-width: 1550px) {
	.Downloads-page-outer:before,
	.Profil-verwalten-wrap:before,
	.bfs-mitarbeiter-outer::before {
		width: 35%;
	}
	.section-1 {
		width: 80%;
	}
}
@media (max-width: 1400px) {
	.Downloads-page-outer::before,
	.Profil-verwalten-wrap::before,
	.Downloads-page-left-outer::before,
	.bfs-mitarbeiter-outer::before {
		width: 34%;
	}
	.section-1 {
		width: 70%;
	}
}

@media (max-width: 1199px) {
	.Profil-left-desc ul li a,
	.Profil-left-desc-left ul li a {
		font-size: 18px;
	}
	.Downloads-page-outer::before,
	.Profil-verwalten-wrap::before,
	.Downloads-page-left-outer::before,
	.bfs-mitarbeiter-outer::before {
		width: 340px;
	}
	.date-btm-content,
	.dates-wrap ul li {
		font-size: 14px;
		line-height: 24px;
	}
	.grid h3 {
		min-height: 120px;
	}
	#tabing-content,
	#tabs-content,
	.resp-tabs-container {
		padding-left: 50px;
	}
	.links {
		display: none;
	}
}

@media (max-width: 991px) {
	.agenda h3, 
	.grids h3,
	.Kurse h3 {
		min-height: 72px;
	}
	.link a {
		font-size: 18px;
		line-height: 24px;
	}
	.Profil-left-desc ul li a,
	.Profil-left-desc-left ul li a {
		font-size: 18px;
		line-height: 36px;
	}
	.Downloads-page-outer::before, 
	.Profil-verwalten-wrap::before,
	.Downloads-page-left-outer::before,
	.bfs-mitarbeiter-outer::before {
		width: 250px;
	}
	.Profil-form,
	.section-1 {
		padding-left: 80px;
	}
	ul#tabing-nav,
	ul#tabs-nav,
	.resp-tabs-list {
		max-width: 35.622%;
		flex: 0 0 35.622%;
	}
	ul#tab-nav li, 
	ul#tabing-nav li a, 
	ul#tabs-nav li {
		font-size: 18px;
		line-height: 24px;
	}
}
@media (max-width: 775px) {
	.Profil-left-desc ul li a,
	.Profil-left-desc-left ul li a {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.Profil-left-desc .nav-content {
		display: none; /* Hide the menu when screen width is less than 990px */
	}
	.Profil-left-desc .menu-toggle {
		display: block !important; /* Display the hamburger menu button */
	}
	.body-container {
		margin-top: 88px;
	}
	.body-container.body-container--home-page {
		margin-top: 0;
	}
	.agenda h3, 
	.grids h3, 
	.Kurse h3 {
		min-height: auto;
	}
	.Downloads-page-outer::before, 
	.Profil-verwalten-wrap::before,
	.Downloads-page-left-outer::before,
	.bfs-mitarbeiter-outer::before {
		display: none;
	}
	.Profil-inner, 
	.Downloads-page-inner,
	.bfs-mitarbeiter-inner {
		flex-wrap: wrap;
	}
	.Profil-form,
	.section-1 {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.Profil-left-desc,
	.Profil-left-desc-left {
		padding: 30px 20px;
		margin: 0px -20px;
		max-width: calc(100% + 40px);
		flex: 0 0 calc(100% + 40px);
	}
	.Profil-left-desc ul li a,
	.Profil-left-desc-left ul li a {
		line-height: 32px;
	}
	.Profil-form,
	.section-1 {
		padding-left: 0;
		margin: 40px 0px 0px;
	}
	.Profil-form h2 {
		margin: 0 0 30px;
	}
	.Profil-form form .hs-richtext.hs-main-font-element {
		margin: 0 0 20px;
	}
	.Profil-form form .hs-button, 
	.Profil-form form input[type=submit] {
		margin: 30px 0 0;
	}
	body .Profil-form form.hs-form .hs-input:not([type="checkbox"]):not([type="radio"]) {
		height: 50px;
	}
	.grid h3 {
		min-height: auto;
	}

	/* vertical tabs */

	.tabs,
	#horizontalTab,.horizontalTab,
	#horizontalTabs {
		flex-wrap: wrap;
		margin: 40px 0px 0px;

	}
	ul#tabs-nav,
	ul#tabing-nav,
	.resp-tabs-list {
		max-width: 100%;
		flex: 0 0 100%;
		display: none;
	}
	ul#tabs-nav li,
	ul#tabing-nav li {
		margin-bottom: 20px;
		width: 100%;
	}
	ul#tabs-nav li,
	ul#tabing-nav li a {
		font-size: 18px;
		line-height: 24px;
	}
	#tabs-content,
	#tabing-content,
	.resp-tabs-container {
		padding-left: 0;
		margin: 40px 0px 0px;
	}
	.resp-tab-content,
	.tab-content-inner {
		max-width: 100%;
	}
	h2.resp-accordion {
		display: block !important;
		font-size: 18px;
		line-height: 24px;
		position: relative;
		padding-left: 43px;
		display: block;
		cursor: pointer;
	}
	.resp-tabs-container {
		counter-reset: mobile-number;
	}
	h2.resp-accordion {
		counter-increment: mobile-number;
	}
	h2.resp-accordion::before {
		content: counter(mobile-number);
	}
	.resp-tab-content {
		margin: 0px 0px 30px;
	}
	.resp-tab-content:last-child {
		margin: 0px;
	}
	.ratio-2-3 .resp-tabs-container {
		padding-left: 0px;
	}
}
@media (max-width: 479px) {
	.Profil-form form .hs-richtext.hs-main-font-element,
	.Profil-form form .hs_submit.hs-submit,
	.Profil-form form .hs-error-msgs{
		width: 100%;
	}
	.Profil-form form .hs-form-field {
		flex-wrap: wrap;
	}
	.Profil-form form .hs-form-field > label,
	.Profil-form form .hs-form-field > .input {
		max-width: 100%;
		flex: 0 0 100%;
	}
	.Profil-form form .hs-form-field>label {
		margin: 0px 0 0;
	}
}

/* Blog Posts */
article.blog-post .slideshow figure img {
	width: 100%;
}

article.blog-post .socialMedia {
	min-width: 50%;
	min-height: 700px;
}

#loading-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
}

#loading-overlay .loading-overlay-inner {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
}

#loading-overlay .loading-overlay-inner .loading-spinner {
	animation-duration: 1.35s;
	animation-iteration-count: infinite;
	animation-name: breather;
	animation-timing-function: ease-in;
	background-color: #DCFF03;
	height: 0.7em;
	width: 100%;
}

@keyframes breather {
	0% { 
		transform: scaleX(0); 
	}
	100% {
		opacity: 0.1666;
	}
}

#success-overlay,
#error-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 2.5em;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
}

#success-overlay .success-overlay-inner .success-text,
#error-overlay .error-overlay-inner .error-text {
	width: 100%;
	padding: 0.35em;
	font-size: 24px;
	display: flex;
	font-weight: 700;
	justify-content: center;
}

#success-overlay .success-overlay-inner .success-text {
	background-color: #1EAA66; /* green */
}

#error-overlay .error-overlay-inner .error-text {
	background-color: #E30613; /* red */
}

.Downloads-page-outer .steps.steps-breadcrumb,
.bfs-mitarbeiter-outer .steps.steps-breadcrumb {
	margin-bottom: 35px;
	display: flex;
	align-items: center;
}

.Downloads-page-outer .steps.steps-breadcrumb img,
.bfs-mitarbeiter-outer .steps.steps-breadcrumb img {
	width: 30px;
	margin: 0 10px;
}

.Downloads-page-outer .steps.steps-breadcrumb .breadcrumb-link,
.bfs-mitarbeiter-outer .steps.steps-breadcrumb .breadcrumb-link  {
	color: #525252;
	text-align: center;
}

.Downloads-page-outer .steps.steps-breadcrumb .breadcrumb-link.step-done,
.bfs-mitarbeiter-outer .steps.steps-breadcrumb .breadcrumb-link.step-done {
	color: #8FAADC;
}

.bfs-mitarbeiter-outer .breadcrumb-navigation,
.Downloads-page-outer .breadcrumb-navigation {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bfs-mitarbeiter-outer .breadcrumb-navigation .previous:before,
.Downloads-page-outer .breadcrumb-navigation .previous:before {
	padding-left: 10px;
	content: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Icons/arrow_blue.svg);
	display: inline-block;
	transform: rotate(180deg);
	filter: brightness(100);
}

.bfs-mitarbeiter-outer .breadcrumb-navigation .next,
.bfs-mitarbeiter-outer .breadcrumb-navigation .previous,
.Downloads-page-outer .breadcrumb-navigation .next,
.Downloads-page-outer .breadcrumb-navigation .previous {
	text-align: right;
	cursor: pointer;
	color: #fff;
	margin-bottom: 20px;
	padding: 7px 20px;
	background-color: #0262F2;
	position: relative;
}

.bfs-mitarbeiter-outer .breadcrumb-navigation .next:after,
.Downloads-page-outer .breadcrumb-navigation .next:after {
	padding-left: 10px;
	content: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Icons/arrow_blue.svg);
	filter: brightness(100);
}

.bfs-mitarbeiter-outer .breadcrumb-navigation .grayed-out-link,
.Downloads-page-outer .breadcrumb-navigation .grayed-out-link{
	background-color: #666 !important;
	cursor: default !important;
}

.bfs-mitarbeiter-outer .breadcrumb-navigation .next .breadcrumb-tooltip,
.bfs-mitarbeiter-outer .breadcrumb-navigation .previous .breadcrumb-tooltip,
.Downloads-page-outer .breadcrumb-navigation .next .breadcrumb-tooltip,
.Downloads-page-outer .breadcrumb-navigation .previous .breadcrumb-tooltip {
	visibility: hidden;
	width: 400px; 
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 5px 5px;
	border-radius: 6px;

	position: absolute;
	z-index: 100;
	bottom: 125%;
	left: 50%;
	transform: translateX(-50%);

	opacity: 0;
	transition: opacity 0.3s;
}

.bfs-mitarbeiter-outer .breadcrumb-navigation .next .breadcrumb-tooltip::after,
.bfs-mitarbeiter-outer .breadcrumb-navigation .previous .breadcrumb-tooltip::after,
.Downloads-page-outer .breadcrumb-navigation .next .breadcrumb-tooltip::after,
.Downloads-page-outer .breadcrumb-navigation .previous .breadcrumb-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}

@media (max-width: 767px) {
	.Downloads-page-outer .steps.steps-breadcrumb .breadcrumb-link,
	.bfs-mitarbeiter-outer .steps.steps-breadcrumb .breadcrumb-link {
		font-size: 13px;
	}
}

.Downloads-page-outer .changeCompany,
.bfs-mitarbeiter-outer .changeCompany {
	display: flex;
	align-items: center;
	margin: 0 0 60px;
	gap: 20px;
}

.Downloads-page-outer .changeCompany .dropdown-select,
.bfs-mitarbeiter-outer .changeCompany .dropdown-select {
	width: 300px;
}

.Downloads-page-outer .changeCompany .dropdown-select select,
.bfs-mitarbeiter-outer .changeCompany .dropdown-select select {
	appearance: none;
	background-color: #f5f5f5;
	background-image: url(https://25774619.fs1.hubspotusercontent-eu1.net/hubfs/25774619/Icons/icon_dropdown.svg);
	background-position: calc(100% - 10px);
	background-repeat: no-repeat;
	background-size: 20px;
	border: none;
	cursor: pointer;
	font-weight: 300;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}

.Downloads-page-outer .changeCompany .tooltip,
.bfs-mitarbeiter-outer .changeCompany .tooltip {
	margin-left: -15px;
	margin-top: -10px;
	position: absolute;
}

.Downloads-page-outer .changeCompany .tooltip .tooltiptext,
.bfs-mitarbeiter-outer .changeCompany .tooltip .tooltiptext {
	top: 125%;
	bottom: unset;
	width: 300px;
}

.Downloads-page-outer .changeCompany .tooltip .tooltiptext::after,
.bfs-mitarbeiter-outer .changeCompany .tooltip .tooltiptext::after {
	transform: rotate(180deg);
	bottom: 100%;
	top: unset;
}

.Downloads-page-outer .changeCompany button,
.bfs-mitarbeiter-outer .changeCompany button {
	padding: 7px 20px;
	font-size: 16px;
	margin: 0;
}

@media (max-width: 1199px) {
	.Downloads-page-outer .changeCompany,
	.bfs-mitarbeiter-outer .changeCompany {
		margin: 0 0 50px;
	}
}

@media (max-width: 991px) {
	.Downloads-page-outer .changeCompany,
	.bfs-mitarbeiter-outer .changeCompany {
		margin: 0 0 40px;
	}
}

@media (max-width: 767px) {
	.Downloads-page-outer .changeCompany,
	.bfs-mitarbeiter-outer .changeCompany {
		align-items: start;
		flex-direction: column;
		margin: 0 0 30px;
		gap: 5px;
	}

	.Downloads-page-outer .changeCompany .dropdown-select,
	.bfs-mitarbeiter-outer .changeCompany .dropdown-select {
		width: 100%;
	}
}


.hs-login-form-container .hs-membership-loader.hs_submit.hs-submit input {
	margin-top: 10px;
}

.hs-login-form-container form>div:not(.hs-form-field):not(.hs-submit) {
	margin-top: 15px !important;
}

.hs-login-form-container .hs-form-field {
	margin-bottom: 25px !important;
}


.blog-ads-wrapper {
	display: flex;
	justify-content: space-between;
}

.blog-in-large {
	flex: 0 0 70%;
	max-width: 70%;
	height: fit-content;
}

.post-left-content-viscomedia {
	flex: 0 0 70% !important;
	max-width: 70% !important;
}

.blog-post-section {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

/* .blog-post-header {
flex: 0 0 70% !important;
max-width: 70% !important;
} */

/* .blog-post-wrapper {
padding: 0 0 200px;
} */

img.blog-featured-image {
	margin-bottom: 80px;
}

@media (max-width: 1250px) { 
	.blog-post-section {
		flex-direction: column;
		gap: 15px;
	}
	.post-left-content-viscomedia {
		max-width: 100% !important;
	}
}

.magazin-posts-viscom article.blog-article-wrapper {
	border-bottom: 5px solid #C30017;
}

@media (max-width: 1150px) {
	.magazin-posts-viscom article.blog-article-wrapper {
		border: none !important;
	}
}

.viscomedia-main .body-container-post, .viscommedia .body-container {
	margin-top: 160px;
}

.viscomedia-main .blog-post-section .right-section #rectangle-ad-custom, .viscommedia .outer-wrapper .blog-ads-wrapper .right-section #rectangle-ad-custom {
	margin-bottom: 20px;
}

@media (max-width: 1250px) {
	.viscomedia-main .blog-post-section .right-section #skyscraper-ad-custom, .viscommedia .outer-wrapper .blog-ads-wrapper .right-section #skyscraper-ad-custom {
		display: none;
	}

	.viscomedia-main .blog-post-section .right-section {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.viscomedia-main .blog-post-section .right-section #rectangle-ad-custom {
		margin-top: 20px;
	}

	.viscommedia .outer-wrapper .blog-ads-wrapper .right-section #rectangle-ad-custom {
		margin-bottom: 0;
	}

	.viscomedia-main .blog-post-wrapper {
		padding-bottom: 30px;
	}
} 

@media (max-width: 767px) {
	.viscomedia-main .body-container-post, .viscommedia .body-container {
		margin-top: 104px;
	}

	.viscomedia-main .body-container-post .banner-section, .viscommedia .body-container .banner-section {
		margin-top: 40px;
	}

	.viscomedia-main .body-container-post img.blog-featured-image {
		margin-bottom: 40px;
	}

	.viscommedia .outer-wrapper .blog-ads-wrapper .right-section {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.viscommedia .blog-listing-section .blog-news-listing .blog-index__post-date {
		margin: 15px 0 10px 0;
	}

	.viscommedia .blog-listing-section .blog-news-listing .blog-index__post-title {
		margin: 0 0 20px;
	}

	.magazin-banner-viscom .viscom-magazin-links ul a {
		font-size: 17px !important;
	}

	/*.viscommedia .blog-listing-section .blog-news-listing .cards .cards__item:last-child {
	background-color: blue;
}*/

}

img.advertorial-featured-image {
	height: 383px;
	width: auto;
	max-height: 383px;
}

.advertorial-container {
	padding: 40px 0 20px 0;
}

.read-more-wrapper {
	display: flex;
	justify-content: start;
}

@media (max-width: 1200px) {
	.advertorial-container h4 {
		font-size: 17px;
	}
}

.shortened-text div div p {
	font-weight: 400 !important;
}

div.shortened-text {
	margin-bottom: 30px;
}

.advertorial-inner-wrapper:hover .read-more-wrapper a.text-button {
	padding-right: 55px;
}

.advertorial-container .advertorial-inner-wrapper {
	padding: 10px 0 10px 10px;
	background-color: rgba(0,0,0,0.1);
}

.blog-index.magazin-posts-viscom .cards {
	justify-content: unset !important;
	gap: 20px !important;
}


.adplugg-tag .adplugg-ad.adplugg-image-ad:not(:last-child) {
	margin-bottom: 20px !important;
}


.viscommedia .content-wrapper-70 {
	flex: 0 0 70%;
	max-width: 70%;
	margin-bottom: 65px;
}

@media (max-width: 1149px) {

	.viscommedia .content-wrapper-70 {
		flex: unset;
		max-width: 100%;
	}
}

.body-ad-blog img {
	width: 100%;
}

.body-ad-blog {
	padding: 50px 0;
}

.body-ad-blog .adplugg-tag .adplugg-ad {
	max-width: 600px;
	margin-bottom: 20px;
}

.body-ad-blog .adplugg-tag .adplugg-ad:last-child {
    margin-bottom: 0;
}