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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Cooper Hewitt";
  src: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/CooperHewitt-Book.woff2) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Cooper Hewitt";
  src:url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/CooperHewitt-Medium.woff2) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face { 
  font-family: "Cooper Hewitt"; 
  src: local("CooperHewitt-Bold"), url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/CooperHewitt-Bold.woff2) format("woff2"), 
    url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/CooperHewitt-Bold.woff) format("woff"); 
  font-style: normal; 
  font-weight: 700; 
}
@font-face { 
  font-family: "abcAllegra"; 
  src: local("☞abcAllegra-Regular"), local("abcAllegra-Regular"), url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Regular.woff2) format("woff2"), 
    url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Regular.woff) format("woff"); 
  font-style: normal;
  font-weight: 400;  
}

@font-face {
  font-family: "abcAllegra";
  src:url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Medium.woff2) format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "abcAllegra";
  src:url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Semibold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "abcAllegra";
  src:url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Bold.woff2) format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face { 
  font-family: "abcAllegra";
  src: local("☞abcAllegra-Black"), local("abcAllegra-Black"), url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Black.woff2) format("woff2"),
    url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/fonts/abcAllegra-Black.woff) format("woff");
  font-style: normal; 
  font-weight: 900;  
}



body {
  color: #1c1d1f;
  font-family: "abcAllegra", sans-serif;
  position: relative;
  height: auto;
  width: 100%;
  display:flex;
  flex-direction: column;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  --vh: 4.23px;
  line-height: 1.44;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */
a:hover{
  text-decoration:none;
}
a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* Headings */

h1{
  line-height:50px
}
h2{
  line-height:44px;
}
h3{
  line-height:40px;
}
h4{
  line-height:34px;
}
h5{
  line-height:30px;
}
h6{
  line-height:24px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */
ul{
  margin: 0 0 24px;
  list-style:none;
  padding-left: 0px;
}
form ul li{
  padding-left:0px;
}
form ul{
  padding-left:24px;
}
form ul li:before{
  display:none;
}
.hs-tools-menu li:before{
  display:none;
}
ol {
  margin: 0 0 24px;
  padding-left: 24px;
}
ul li{
  padding-left: 30px;
  position: relative;
}
ul li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #47d6c1;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}
button,.button{
  text-decoration:none;
}
ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote:before{
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-right: 3px solid #47d6c1;
  border-bottom: 3px solid #47d6c1;
}
blockquote:after{
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px solid #47d6c1;
  border-left: 3px solid #47d6c1;
}
blockquote {
  max-width: 100%;
  margin-bottom: 60px !important;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
  padding: 54px 80px 48px;
  position: relative;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
@media only screen and (max-width: 1023px){
  h1{
    font-size: 30px !important;
  }
  h2{
    font-size:26px !important;
  }
  h3{
    font-size:24px !important;
  }
  h4{
    font-size:20px !important;
  }
  h5{
    font-size:18px !important;
  }
  h6{
    font-size:10px !important;
  }
}
@media only screen and (max-width: 768px){
  h1 {
    font-size: 28px !important;
  }
}
button,
.button {
  cursor: pointer;
  margin-top: 30px;
  min-width: 160px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.68px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-family: "Cooper Hewitt", sans-serif;
  border: 2px solid #47d6c1;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

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

.hs-form-field {
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
  font-family: "Cooper Hewitt", sans-serif;
  max-width: 100%;
}
.body-container-wrapper form {
  width: 100%;
  border: 2px solid #00426a;
  padding: 44px 30px 48px;
}
@media only screen and (max-width: 1023px){
  .body-container-wrapper form  {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px){
  .body-container-wrapper form {
    padding: 32px 20px;
  }
}
/* Labels */
.form-floating-alert-wrapper .form-floating-alert-error{
  color: #EF6B51;
}
.form-item--input-filled label{
  font-size:10px;
  transform:translate(-1px,-7px);
}
form label {
  display:inline-block;
  transition: all 0.3s ease;
}

/* 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;
  padding: 1px 20px 0;
  width: 100%;
  border-radius: 22px;
  height: 45px;
  border: 1px solid #aaaaaa;
  font-size: 15px;
  letter-spacing: 1.8px;
  font-weight: 500;
  line-height: normal;
  transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: "Cooper Hewitt", sans-serif;
  outline: none;
}

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;
}
ul.no-list.hs-error-msgs.inputs-list li label {
  top: 0;
  left: 0;
  position: relative;
}
.hs-input.invalid.error {
  border-color: #EF6B51;
}
.hs-error-msgs label,
.hs-error-msg {
  color: #EF6B51;
  position:relative;
  margin-top: 0.35rem;
  left:0;
  top:0;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  margin-top: 30px;
  min-width: 160px;
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  text-decoration:none;
  line-height: normal;
  letter-spacing: 1.68px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-family: "Cooper Hewitt", sans-serif;
  border: 2px solid #47d6c1;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: pre-wrap;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.hs_cos_wrapper_type_member_login form label {
  display: inline-block;
}
/* 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;
}
.header-main {
  width: 100%;
  padding-top: 100px;
}
@media only screen and (max-width: 1139px){
  .header-main{
    padding-top: 88px;
  }
}
@media only screen and (max-width: 1023px){
  .header-main {
    padding-top: 70px;
  }
}
header.site-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 992;
  background-color: #fff;
  box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
}
.course-dropdown__list ul.submenu.level-2 li{
  padding:0px;
}
.course-dropdown__list ul.submenu.level-2 li:before{
  display:none;
}
.course-dropdown__list ul.submenu.level-1>li:before{
  display:none;
}
.menu ul.submenu.level-1 li{
  padding:0px;
}
.menu ul.submenu.level-1 li:before{
  display:none;
}
.site-header .container {
  max-width: 1620px !important;
}
.container {
  display: block;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  padding: 0;
  width: 100%;
}
.site-header__inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  font-family: "Cooper Hewitt", sans-serif;
}
.site-header__inner  .hs_cos_wrapper a#hs-link-header_logo_hs_logo_widget{
  display: inline-block;
  max-width: 148px;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, border 0.3s ease;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
}
.site-header__inner  .hs_cos_wrapper a#hs-link-header_logo_hs_logo_widget img{
  width: 100%;
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  vertical-align: middle;
  border-style: none;
}
.mobile-hamburger{
  position: absolute;
  top: 50%;
  right: 20px;
  cursor: pointer;
  z-index: 20;
  width: 24px;
  transform: translate(0, -50%);
  transition: transform 0.3s ease;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.submenu-open .mobile-hamburger .bars{
  transform: translateY(8px) rotate(225deg);
  -webkit-transform: translateY(8px) rotate(225deg);
}
.mobile-hamburger .bars {
  background-color: #1c1d1f;
  height: 2px;
  display: block;
  margin-bottom: 6px;
  width: 100%;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.submenu-open .mobile-hamburger .bars:nth-child(2){
  transform: scale(0);
  -webkit-transform: scale(0);
}
.mobile-hamburger .bars:nth-child(2) {
  width: 16px;
}
.submenu-open .mobile-hamburger .bars:last-child{
  transform: translateY(-8px) rotate(315deg);
  -webkit-transform: translateY(-8px) rotate(315deg);
}
.mobile-hamburger .bars:last-child {
  margin-bottom: 0;
}
.site-header__middle{
  display: grid;
  grid-gap: 0 48px;
  grid-auto-flow: column;
  align-items: center;
}
.site-header__search-button {
  display: none;
}
.d-flex-cc{
  align-items: center;
  justify-content: center;
}
.icon {
  display: block;
  position: relative;
}
.site-header__search-button .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.site-header__search-button .icon {
  width: 20px;
  height: 20px;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.course-dropdown {
  position: relative;
  font-family: "Cooper Hewitt", sans-serif;
}
.course-dropdown__button:hover{
  color: #1c1d1f;
}
.course-dropdown__button{
  display: flex;
  align-items: center;
  color: #47d6c1;
  padding: 18px 32px;
  transition: color 0.3s ease;
  font-size: 14px;
  font-weight: 500;
  cursor:pointer;
  line-height: normal;
  letter-spacing: 1.68px;
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: uppercase;
}
.course-dropdown__button.dropdown-open i {
  transform: scaleY(-1);
}
.course-dropdown__list.dropdown-open{
  opacity: 1;
  visibility: visible;
}
.course-dropdown__button i {
  margin-left: 8px;
  transition: transform 0.3s ease;
  width: 8px;
  height: 6px;
}
.course-dropdown__button i::before {
  background-color: currentColor;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/down.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.site-header__search {
  position: relative;
  width: 700px;
}
.site-header__search form .site-header__search-input:focus {
  border-color: #1c1d1f;
}
.site-header__search form .site-header__search-input {
  width: 100%;
  background: transparent;
  padding: 0 20px 0 50px;
  color: #000;
  border-radius: 22px;
  height: 44px;
  border: 1px solid #aaaaaa;
  transition: border 0.3s ease;
  font-size: 15px;
  overflow: visible;
  font-weight: 500;
  letter-spacing: 1.8px;
}
.site-header__search form .site-header__search-submit {
  position: absolute;
  left: 0;
  padding: 0 16px;
  height: 100%;
  margin: 0px;
  top: 0;
  min-width: auto;
  min-height:auto;
  z-index: 9;
  background: transparent;
  border: 0;
}
.icon-search {
  width: 18px;
  height: 18px;
}
.site-header__search-submit i::before {
  background-color: #aaaaaa;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/search.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.menu ul.submenu.level-1{
  font-size: 0;
  line-height: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu ul.submenu.level-1 li {
  display: inline-block;
  margin-left: 24px;
}
.menu ul.submenu.level-1 li a{
  position: relative;
  display: block;
  color: #aaaaaa;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  font-family: "Cooper Hewitt", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease, border 0.3s ease;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
}
.menu ul.submenu.level-1 li a:hover{
  color:#1c1d1f;
}
.menu ul.submenu.level-1 li a:hover:before,.menu ul.submenu.level-1 li a:hover:after{
  width: 100%;
  left: 0;
}
.menu ul.submenu.level-1 li a::before {
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.menu ul.submenu.level-1 li a::after {
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.menu ul.submenu.level-1 li a:before,.menu ul.submenu.level-1 li a:after{
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  right: 0;
  height: 2px;
  background-color: #1c1d1f;
  pointer-events: none;
}
.course-dropdown__list ul.submenu.level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-dropdown__list ul.submenu.level-2{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height:0;
}
.course-dropdown__list ul.submenu.level-1 i{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 10px;
}
.course-dropdown__item-right {
  line-height: 0;
}
.course-dropdown__list ul.submenu.level-1 i::before{
  background-color: #aaaaaa;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/right-arrow.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.course-dropdown__list ul.submenu.level-1>li{
  display: grid;
  grid-gap: 22px;
  padding: 16px 10px 16px 0;
  position: relative;
  grid-template-columns: 52px 1fr;
  cursor:pointer;
  border-bottom: 1px solid #aaaaaa;
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease, border 0.3s ease;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
}
.course-dropdown__item-left img{
  width: auto;
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border-style: none;
  object-fit: cover;
}
.course-dropdown__item-right>a{
  font-size: 14px;
  font-weight: 500;
  color: #1c1d1f;
  line-height: normal;
  letter-spacing: 1.68px;
  text-decoration:none;
  font-family: "Cooper Hewitt",sans-serif;
  display: block;
  text-transform: uppercase;
  width: -webkit-fill-available;
}
.course-dropdown__item-right>ul>li>a{
  font-family: "abcAllegra", sans-serif;
  letter-spacing: 0;
  color: #1c1d1f;
  font-size: 15px;
  line-height: 1.44;
  font-weight: 500;
  text-decoration:none;
}
.mobile-menu ul li{
  padding-left:0px;
}
.mobile-menu ul li:before{
  display:none;
}
.course-dropdown__list ul.submenu.level-1>li:first-child:hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:first-child:hover i::before{
  background-color: #000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(2):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(2):hover i::before{
  background-color: #000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(3):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(3):hover i::before{
  background-color:#000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(4):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(4):hover i::before{
  background-color: #000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(5):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(5):hover i::before{
  background-color: #000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(6):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(6):hover i::before{
  background-color: #000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(7):hover .course-dropdown__item-right>a{
  color:#000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(7):hover i::before{
  background-color:#000000;
}

.course-dropdown__list ul.submenu.level-1>li:nth-child(8):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(8):hover i::before{
  background-color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(10):hover .course-dropdown__item-right>a{
  color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li:nth-child(10):hover i::before{
  background-color: #000000;
}
.course-dropdown__list ul.submenu.level-1>li > a.menu-link { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media only screen and (min-width: 1024px){
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile-hamburger{
    display:none; 
  }
  .mobile-menu{
    display:none;
  }
  .course-dropdown__list {
    padding-top: 40px;
    position: absolute;
    top: 100%;
/*     width: 540px; */
    width: 840px;
/*     left: 0; */
    left: -29%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .course-dropdown__list nav.navigation-primary { max-height: 540px; overflow-y: auto; }
  .course-dropdown__list ul.submenu.level-1 {
    padding: 0 30px;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
  }
   .course-dropdown__list ul.submenu.level-1 { display: grid; grid-template-columns: 1fr 1fr; background-color: #fff; -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); box-shadow: 0 0 3px rgba(0,0,0,.3); gap: 0 40px; }
}
@media (min-width: 1440px) and (max-width: 1540px){
  .site-header__search {
    width: 500px;
  }
}
@media only screen and (max-width: 1439px){
  .site-header__search {
    width: 345px;
  }
}
@media (max-width: 1500px){
  .site-header__middle {
    grid-gap: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1139px){
  .site-header__inner {
    padding: 16px 0;
  }
  .site-header__search {
    width: 235px;
  }
  .menu ul.submenu.level-1 li{
    margin-left: 10px;
  }
  .course-dropdown__list{
    padding-top: 24px;
  }
  .course-dropdown__list ul.submenu.level-1>li{
    padding: 12px 0;
  }
}
@media only screen and (max-width: 1023px){
  .site-header__inner {
    padding: 15px 20px;
  }
  .site-header__inner .hs_cos_wrapper a#hs-link-header_logo_hs_logo_widget{
    max-width: 110px;
  }
  .menu{
    display:none;
  }
  .site-header__search {
    width: 100%;
    position: fixed;
    left: 0;
    top: 70px;
    background-color: #fff;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 16%);
    z-index: 99;
    padding: 10px 20px;
    border-top: 1px solid #aaaaaa;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .site-header__search-button{
    position: relative;
    display: flex;
    padding: 10px;
    cursor:pointer;
    margin-right: 36px;
  }
  .submenu-open .course-dropdown{
    opacity: 1;
    visibility: visible;
  }
  .course-dropdown {
    position: fixed;
    left: 0;
    top: 70px;
    height: calc(100% - 70px);
    width: 100%;
    overflow: auto;
    padding: 2px 20px 10px;
    background-color: #fff;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .course-dropdown__button{
    display:none;
  }
  .course-dropdown__list ul.submenu.level-1>li{
    grid-gap: 20px;
    position: relative;
    grid-template-columns: 48px 1fr;
    border-top: 1px solid #aaaaaa;
  }
  .mobile-menu{
    padding: 20px 0 10px;
    text-align: center;
  }
  .mobile-menu ul{
    list-style: none;
    margin: 0;
    font-size:0;
    padding: 0;
  }
  .mobile-menu ul li{
    margin: 0 12px;
    display: inline-block;
  }
  .mobile-menu ul li a{
    position: relative;
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 1.68px;
    font-family: "Cooper Hewitt", sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
    -webkit-transition: color 0.3s ease, border 0.3s ease;
  }
  .mobile-menu ul li a:hover{
    color: #1c1d1f;
  }
  .site-header__search form .site-header__search-input{
    padding: 0 50px 0 20px;
  }
  .site-header__search form .site-header__search-submit{
    top: 14px;
    left: inherit;
    right: 25px;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 100%;
    background-color: #47d6c1;
  }
  .icon-search{
    width:16px;
    height:16px;
  }
  .site-header__search-submit i::before{
    background-color:#fff;
  }
  body.searchbar-open .site-header__search{
    opacity: 1;
    visibility: visible;
  }
}
.site-header__search-button .icon-search::before{
  background-color: #1c1d1f;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/s-icon.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.site-header__search-button .icon-close:before{
  background-color: #1c1d1f;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/cross.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.course-dropdown__overlay.dropdown-open {
  opacity: 0.4;
  visibility: visible;
}
.course-dropdown__overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 990;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
body.searchbar-open .site-header__search-button .icon-search{
  opacity:0;
}
body.searchbar-open .site-header__search-button .icon-close{
  opacity:1;
}
@media only screen and (min-width: 1440px){
  .container {
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1140px) and (max-width:1439px){
  .container {
    max-width: 1140px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (max-width:1139px){
  .container {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width:1023px){
  .container {
    max-width: calc(100% - 40px);
  }
}
footer.footer {
  position: relative;
  width: 100%;
  padding: 65px 0 25px;
  z-index: 100;
  margin-top: 20px;
  background-color: #00426a;
  color: #fff;
  display: block;
}
.footer__container.content-wrapper {
  padding: 0;
  display: block;
  width: 100%;
  max-width: calc(100% - 40px);
}
.hs-menu-wrapper.flyouts .hs-item-has-children{
  padding:0px;
}
.hs-menu-wrapper.flyouts .hs-item-has-children:before{
  display:none;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper li{
  padding-left:0px;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper li:before{
  display:none;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a{
  text-decoration:none;
}
.footer-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.footer-social-nav ul>li{
  padding:0px;
}
.footer-social-nav ul {
  font-family: "Cooper Hewitt", sans-serif;
  font-size: 0px !important;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.footer-social-nav ul>li:before{
  display:none;
}
.footer-logo a {
  display: block;
  max-width: 160px;
  width: 100%;
  height:59.44px;
}
.footer-logo img {
  height: auto;
  margin: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.footer__text {
  margin-top: 38px;
  line-height: 1.38;
}
.footer__text p {
  font-size: 16px;
  color: #fff;
  margin: 0;
}
.footer-top-menu ul{
  display: flex!important;
  flex-direction: row!important;
}
.footer-top-menu ul ul {
  opacity: 1 !important;
  position: relative !important;
  left: 0 !important;
  display: block !important;
  font-family: "Cooper Hewitt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.footer-top-menu ul ul li+li{
  margin-top: 12px;
}
.footer-top-menu ul ul li a{
  color:#fff;
}
.footer-top-menu ul:first-child>li:first-child {
  padding-right: 25px;
}
.footer-top-menu ul:first-child>li:last-child {
  padding-left: 25px;
}
.footer-top-menu ul>li.hs-item-has-children>a {
  color: #47d6c1;
  font-family: "Cooper Hewitt",sans-serif;
  padding: 0;
  margin-bottom: 30px;
  text-decoration:none;
  font-size: 14px;
  font-weight: 500;
  display: block;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}
.footer-page-content ul li{
  padding:0px;
}
.footer-page-content ul li:before{
  display:none;
}
.footer-page-content ul li a{
  text-decoration:underline;
}
section.footer-sec {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
  display: block;
}

.footer-center-sm {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  width:100%;
  flex-wrap: wrap;
}
.footer-page-content p {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.footer-page-content h5 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.18;
  color: #fff;
}
.footer-page-content ul {
  font-family: "Cooper Hewitt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-page-content ul>li>a {
  position: relative;
  padding-left: 30px;
  color:#fff;
  margin-bottom: 16px;
  text-decoration:none;
}

.footer-page-content ul>li:first-child a:before {
  width: 15px;
  height: 15px;
  background-color: #47d6c1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/mail.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.footer-page-content ul>li:last-child a:before {
  width: 13px;
  height: 20px;
  background-color: #47d6c1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/location.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.site-footer__bottom {
  margin-top: 48px;
  border-top: 1px solid #fff;
  padding-top: 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copyright {
  font-size: 16px;
  line-height: 1.5;
}
.footer-bottom-right {
  text-align: right;
  margin-left: 20px;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
  position: relative;
}
.footer-bottom-right ul {
  display: inline-block !important;
  font-family: "Cooper Hewitt", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
}

.footer-bottom-right ul>li {
  display: inline-block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-family: "Cooper Hewitt",sans-serif;
}
.footer-bottom-right ul>li:not(:last-child) {
  margin-right: 32px;
}
.footer-bottom-right ul>li>a:after{
  content: "";
  position: absolute;
  bottom:2px;
  width: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.footer-bottom-right ul>li>a:hover:before,.footer-bottom-right ul>li>a:hover:after{
  width: 100%;
  left: 0;
}
.footer-bottom-right ul>li>a:before{
  content: "";
  position: absolute;
  bottom: 2px;
  width: 0;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
}
.footer-bottom-right ul>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
  text-transform: uppercase;
  font-family: "Cooper Hewitt", sans-serif;
}
.footer-bottom-right ul>li{
  padding-left:0px;
}
.footer-bottom-right ul>li>a{
  text-decoration:none;
}
.footer-bottom-right ul>li:before{
  display:none;
}
.footer-page-content ul li+li{
  margin-top: 12px;
}
footer.footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:after{
  content: "";
  position: absolute;
  bottom: 2px;
  width: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  transition: width 0.2s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer.footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover:before,footer.footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:hover:after{
  width: 100%;
  left: 0;
}
footer.footer .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a:before{
  content: "";
  position: absolute;
  bottom: 2px;
  width: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
  transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.footer-social-nav .icon-youtube{
  width: 18px;
  height: 18px;
  background-color: #00426a;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/youtube.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.footer-social-nav .icon-facebook{
  width: 14px;
  height: 18px;
  background-color: #00426a;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/facebook.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;

}
.footer-social-nav .icon-instagram{
  width: 14px;
  height: 18px;
  background-color: #00426a;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/insta.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.footer-social-nav ul li a:hover{
  background-color: #47d6c1;
  transform: translateY(-6px);
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.footer-social-nav .icon-linkedin{
  width: 18px;
  height: 18px;
  background-color: #00426a;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/link.svg);
  -webkit-mask-size: contain; 
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}
.footer-bottom-right ul{
  font-size:0;
}
.Footer-address{
  flex-basis: 100%;
  max-width: 100%;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.5;
  padding-right: 10px;
}
.Footer-address header h5{
  margin:0px;
  color:inherit;
  font-size:14px !important;
  font-family:inherit;
  font-weight: 500;
  line-height: normal;
}
.Footer-address header{
  color: #47d6c1;
  font-family: Cooper Hewitt,sans-serif;
  padding: 0;
  margin-bottom: 30px;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.68px;
}
.Footer-address p{
  margin:0px;
  font-size: 16px;
  line-height: 1.5;
  color:#fff;
}
.Footer-address h5 a{
  color:inherit;
  TEXT-DECORATION:NONE !IMPORTANT;
}
.Footer-address h5{
  margin-bottom: 30px;
  font-size: 22px !important;
  color:#fff;
  font-weight: 700;
  line-height: 1.18;
}
.Footer-address ul{
  font-family: Cooper Hewitt,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  list-style: none;
  padding: 0;
  letter-spacing: 1.68px;
  font-family: Cooper Hewitt,sans-serif;
  text-transform: uppercase;
}
.Footer-address ul li:before{
  display:none;
}
.Footer-address ul li{
  padding:0px;
}
.Footer-address ul li a{
  color:#fff;
  text-decoration:none !important;
}
a.email-link::before{
  -webkit-transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
  -o-transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
  transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
}
a.email-link::after{
  -webkit-transition: width .2s cubic-bezier(.29,.18,.26,.83);
  -o-transition: width .2s cubic-bezier(.29,.18,.26,.83);
  transition: width .2s cubic-bezier(.29,.18,.26,.83);
}
a.email-link::before,a.email-link::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
}
a.email-link{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
span.icon.icon--color-brand.icon-mail{
  margin-right: 15px;
  width: 15px;
  height: 15px;
}
.icon-mail::before{
  background-color: #47d6c1;
  webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: opacity .3s ease,background-color .3s ease;
  -o-transition: opacity .3s ease,background-color .3s ease;
  transition: opacity .3s ease,background-color .3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  -webkit-mask-size: contain;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/mail.svg);

}
a.ort-link::before{
  -webkit-transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
  -o-transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
  transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
}
a.ort-link::after{
  -webkit-transition: width .2s cubic-bezier(.29,.18,.26,.83);
  -o-transition: width .2s cubic-bezier(.29,.18,.26,.83);
  transition: width .2s cubic-bezier(.29,.18,.26,.83);
}
a.ort-link::before,a.ort-link::after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
}
a.ort-link{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
span.icon.icon--color-brand.icon-map-pin{
  margin-right: 15px;
  width: 13px;
  height: 20px;
}
.icon-map-pin::before{
  background-color: #47d6c1;
  webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: opacity .3s ease,background-color .3s ease;
  -o-transition: opacity .3s ease,background-color .3s ease;
  transition: opacity .3s ease,background-color .3s ease;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  left: 0;
  top: 0;
  pointer-events: none;
  -webkit-mask-image: url(//25112915.fs1.hubspotusercontent-eu1.net/hubfs/25112915/raw_assets/public/DigitalCampusVorarlberg_Landingpage/images/location.svg);
}
.Footer-address ul  li+li {
  margin-top: 12px;
}
.Footer-address ul li a.text:before{
  -webkit-transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
  -o-transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
  transition: width .4s cubic-bezier(.51,.18,0,.88) .1s;
}
/* .Footer-address ul li a.text:hover:before,.Footer-address ul li a.text:hover:after{
width:100%;
left:0;
} */
.Footer-address ul li a.text:before,.Footer-address ul li a.text:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  pointer-events: none;
}
.Footer-address ul li a.text:after{
  -webkit-transition: width .2s cubic-bezier(.29,.18,.26,.83);
  -o-transition: width .2s cubic-bezier(.29,.18,.26,.83);
  transition: width .2s cubic-bezier(.29,.18,.26,.83);
}

@media only screen and (max-width: 1139px){
  .footer-logo a{
    max-width: 150px;
  }
  .footer-bottom-right ul>li:not(:last-child){
    margin-right: 15px;
  }
}
@media only screen and (max-width: 1023px){
  footer.footer {
    padding-top: 40px;
    margin-top: 0;
  }
  .footer-social-nav {
    margin-top: 30px;
  }
  .footer__text {
    max-width: 360px;
    margin-top: 30px;
  }
  .footer-sm,.footer-menu ,.Footer-address{
    margin-top: 30px;
    width:100%;
  }
  section.footer-sec {
    margin-bottom: 60px;
  }
  .site-footer__bottom {
    flex-direction: column;
    margin-top: 40px;
  }
  .footer-bottom-right {
    margin: 20px 0 0 0;
    text-align: center;
  }
  .footer-col.footer-menu {
    margin-top: 30px;
    width:100%;
  }
}
@media only screen and (min-width: 768px){

  .footer-col {
    padding-left: 10px;
    padding-right: 10px;
  }  
  .footer-center-sm {
    -webkit-box-pack: center;
    justify-content: start;
  }

  .footer-col.footer-sm {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .footer-col.footer-menu {
    flex-basis: 66.666%;
    max-width: 66.666%;
  }
  .footer-col2 {
    flex-basis: 83.333%;
    max-width: 83.333%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1024px){
  .footer-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-col {
    flex: 0 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    flex-basis: 25%;
    max-width: 25%;
  }
  .footer-col.footer-sm {
    flex-basis: 25%!important;
    max-width: 25%!important;
  }
  .footer-menu {
    flex-basis: 50%!important;
    max-width: 50%!important;
  }
  .footer-col2 {
    flex: 0 0 auto;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .footer-top-menu .hs-menu-wrapper ul{
    flex-wrap:nowrap;
  }
  .Footer-address{
    flex-basis: 25%;
    max-width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

@media(min-width:768px) and (max-width:1023px){
  .Footer-address{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media only screen and (min-width: 1140px){
  .footer-col2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1440px){
  .footer-col2,.footer-col  {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
  width: fit-content;
}
@media(max-width:1023px){
  .footer-top-menu ul:first-child>li:last-child{
    padding:0px;
  }
}
a.text {
  position: relative;
  left: -4px;
}
@media(max-width:767px){
  .footer-top-menu ul:first-child>li{
    width:100%;
  }
  .Footer-address ul li+li{
    margin-top:8px;
  }
  .footer-top-menu ul:first-child>li{
    padding:0 10px !important;
  }
  .footer-top-menu ul:first-child>li:last-child{
    margin-top:30px;
  }
  .footer-center-sm{
    justify-content:center;
  }
  .site-footer__bottom {
    margin-top: 30px;
  }
  .footer-top-menu ul>li.hs-item-has-children>a {
    margin-bottom: 20px;
  }
  .footer-top-menu ul ul li+li {
    margin-top: 8px;
  }
  .footer-page-content p {
    font-size: 18px;
  }
  footer.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer-bottom-right {
    margin-top: 17px;
  }
  .footer-page-content ul li+li {
    margin-top: 8px;
  }
  .footer-col.footer-logo {
    padding-left: 10px;
  }
  .Footer-address header{
    margin-bottom:20px; 
  }
}
.footer-page-content h5 {
  font-size: 22px !important;
}
/* 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;
  }
}