.mobile_menu{position:fixed;z-index:100;display:none}.mobile_menu .inner{height:100%;background:#000;overflow-y:scroll}.mobile_menu.active.position_left{box-shadow:2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_top{box-shadow:0 2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_right{box-shadow:-2px 0 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.position_bottom{box-shadow:0 -2px 5px 0 rgba(0,0,0,.5)}.mobile_menu.active.no_shadow{box-shadow:none!important}.mobile_menu_trigger{display:none}.mobile_menu_wrapper{position:relative;width:100%;overflow:hidden}.mobile_menu_overlay{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.mobile_menu_overlay.background{background:rgba(0,0,0,.5)}.mobile_menu li.submenu_hide>ul{display:none}.mobile_menu li.submenu_show>ul{display:block}body.ie8 .mobile_menu,body.ie8 .mobile_menu_trigger,body.ie9 .mobile_menu,body.ie9 .mobile_menu_trigger{display:none!important}
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
@charset "UTF-8";
/* General-Variables */
/* Farben mit hohem Kontrast

    Vorgehen: Habe die Homepage ifado2023.ifado.local aufgerufen
    In den Entwicklertools von Vivaldi CSS-Overview ausgewählt (unter 
    Menu "..." -> More Tools -> Capture Overview.

    Unter Colors werden die Kontrastprobleme und die dazugehörenden 
    Elemente (Durch Klick auf die problematische Farbkombination)
    aufgelistet. 

    Dann habe ich die Farben in RGB aufgebrochen und die Anteile 
    gleichmäßig um 32 ($20) erhöht (+)/ reduziert (-). Und das solange, bis 
    keine Probleme mehr gefunden wurden.

    Geändert (Stand 30.08.2023):
        color-1 (-), color-2 (-), color-3 (+), color-13 (-)
*/
/*
 Zeilenhöhen und Schriftgröße für noch größere Schrift.
 Wird gebraucht beim Umschalter "Schriftgröße" umkopiert.
 Alle Werte hier sind 1.5fach größer als die "normalen"
*/
@counter-style ifado-plus {
  system: cyclic;
  symbols: "+";
  suffix: " ";
}
/* rubik-300 - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-300.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-regular - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-regular.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-500 - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-500.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-700 - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-700.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-300italic - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-300italic.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-italic - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-italic.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-500italic - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-500italic.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-500italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* rubik-700italic - latin-ext_latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-700italic.woff2") format("woff2"), url("../../files/template/fonts/rubik/rubik-v23-latin-ext_latin-700italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-regular.woff2") format("woff2"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-regular.woff") format("woff"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-regular.ttf") format("truetype"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-700.eot"); /* IE9 Compat Modes */
  src: url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-700.woff2") format("woff2"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-700.woff") format("woff"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-700.ttf") format("truetype"), url("../../files/template/fonts/roboto/roboto-v30-latin-ext_latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
.row {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.row.natural-height {
  align-items: flex-start;
}

.row.flex-column {
  flex-direction: column;
}

.col {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col.reverse {
  flex-direction: column-reverse;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

.align-start {
  align-self: flex-start;
}

.align-end {
  align-self: flex-end;
}

.align-center {
  align-self: center;
}

.align-baseline {
  align-self: baseline;
}

.align-stretch {
  align-self: stretch;
}

.col-xs {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-1 {
  box-sizing: border-box;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
  padding: 1rem;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  flex-basis: 25%;
  max-width: 25%;
  padding: 1rem;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 1rem;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
  padding: 1rem;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding: 1rem;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding: 1rem;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  flex-basis: 75%;
  max-width: 75%;
  padding: 1rem;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
  padding: 1rem;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
  padding: 1rem;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.row.start-xs {
  justify-content: flex-start;
}

.row.center-xs {
  justify-content: center;
}

.row.end-xs {
  justify-content: flex-end;
}

.row.top-xs {
  align-items: flex-start;
}

.row.middle-xs {
  align-items: center;
}

.row.bottom-xs {
  align-items: flex-end;
}

.row.around-xs {
  justify-content: space-around;
}

.row.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 36.0625rem) {
  .col-sm {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .row.start-sm {
    justify-content: flex-start;
  }
  .row.center-sm {
    justify-content: center;
  }
  .row.end-sm {
    justify-content: flex-end;
  }
  .row.top-sm {
    align-items: flex-start;
  }
  .row.middle-sm {
    align-items: center;
  }
  .row.bottom-sm {
    align-items: flex-end;
  }
  .row.around-sm {
    justify-content: space-around;
  }
  .row.between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .col-md {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    justify-content: flex-start;
  }
  .row.center-md {
    justify-content: center;
  }
  .row.end-md {
    justify-content: flex-end;
  }
  .row.top-md {
    align-items: flex-start;
  }
  .row.middle-md {
    align-items: center;
  }
  .row.bottom-md {
    align-items: flex-end;
  }
  .row.around-md {
    justify-content: space-around;
  }
  .row.between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 62.0625rem) {
  .col-lg {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .row.start-lg {
    justify-content: flex-start;
  }
  .row.center-lg {
    justify-content: center;
  }
  .row.end-lg {
    justify-content: flex-end;
  }
  .row.top-lg {
    align-items: flex-start;
  }
  .row.middle-lg {
    align-items: center;
  }
  .row.bottom-lg {
    align-items: flex-end;
  }
  .row.around-lg {
    justify-content: space-around;
  }
  .row.between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .col-xl {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-1 {
    box-sizing: border-box;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    box-sizing: border-box;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    box-sizing: border-box;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    box-sizing: border-box;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .row.start-xl {
    justify-content: flex-start;
  }
  .row.center-xl {
    justify-content: center;
  }
  .row.end-xl {
    justify-content: flex-end;
  }
  .row.top-xl {
    align-items: flex-start;
  }
  .row.middle-xl {
    align-items: center;
  }
  .row.bottom-xl {
    align-items: flex-end;
  }
  .row.around-xl {
    justify-content: space-around;
  }
  .row.between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
.col-gutter-lr {
  padding: 0 1rem;
}

.col-no-gutter {
  padding: 0;
}

.show {
  display: block !important;
}

.row.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide {
  display: none !important;
}

.show-xs {
  display: block !important;
}

.row.show-xs {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.hide-xs {
  display: none !important;
}

@media only screen and (max-width: 36rem) {
  .show-xs-only {
    display: block !important;
  }
  .row.show-xs-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xs-only {
    display: none !important;
  }
}
@media only screen and (min-width: 36.0625rem) {
  .show-sm {
    display: block !important;
  }
  .row.show-sm {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 36.0625rem) and (max-width: 48rem) {
  .show-sm-only {
    display: block !important;
  }
  .row.show-sm-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-sm-only {
    display: none !important;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .show-md {
    display: block !important;
  }
  .row.show-md {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md {
    display: none !important;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  .show-md-only {
    display: block !important;
  }
  .row.show-md-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-md-only {
    display: none !important;
  }
}
@media only screen and (min-width: 62.0625rem) {
  .show-lg {
    display: block !important;
  }
  .row.show-lg {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg {
    display: none !important;
  }
}
@media only screen and (min-width: 62.0625rem) and (max-width: 75rem) {
  .show-lg-only {
    display: block !important;
  }
  .row.show-lg-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-lg-only {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .show-xl {
    display: block !important;
  }
  .row.show-xl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl {
    display: none !important;
  }
}
@media only screen and (min-width: 75.0625rem) and (max-width: 90rem) {
  .show-xl-only {
    display: block !important;
  }
  .row.show-xl-only {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xl-only {
    display: none !important;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .show-xxl {
    display: block !important;
  }
  .row.show-xxl {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .hide-xxl {
    display: none !important;
  }
}
/*! 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;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

img {
  vertical-align: bottom;
}

.image_container {
  margin: 0;
  padding: 0;
}
.image_container img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-at::before {
  content: "\@";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-info::before {
  content: "\f129";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-crop::before {
  content: "\f125";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-pager::before {
  content: "\f815";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-k::before {
  content: "K";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-comments::before {
  content: "\f086";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-blog::before {
  content: "\f781";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-w::before {
  content: "W";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-clover::before {
  content: "\e139";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-film::before {
  content: "\f008";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-memory::before {
  content: "\f538";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-flag::before {
  content: "\f024";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-compress::before {
  content: "\f066";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-lock::before {
  content: "\f023";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-hourglass-half::before {
  content: "\f252";
}

.fa-hourglass-2::before {
  content: "\f252";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-om::before {
  content: "\f679";
}

.fa-worm::before {
  content: "\e599";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-i::before {
  content: "I";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-pills::before {
  content: "\f484";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-v::before {
  content: "V";
}

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-school::before {
  content: "\f549";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-joint::before {
  content: "\f595";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-q::before {
  content: "Q";
}

.fa-g::before {
  content: "G";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-vial::before {
  content: "\f492";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-e::before {
  content: "E";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-user::before {
  content: "\f007";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-key::before {
  content: "\f084";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-c::before {
  content: "C";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-star::before {
  content: "\f005";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-cross::before {
  content: "\f654";
}

.fa-box::before {
  content: "\f466";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-spider::before {
  content: "\f717";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-slash::before {
  content: "\f715";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-server::before {
  content: "\f233";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-venus::before {
  content: "\f221";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-crown::before {
  content: "\f521";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-l::before {
  content: "L";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-city::before {
  content: "\f64f";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-headset::before {
  content: "\f590";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-bold::before {
  content: "\f032";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-train::before {
  content: "\f238";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-crow::before {
  content: "\f520";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-image::before {
  content: "\f03e";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-vest::before {
  content: "\e085";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-virus::before {
  content: "\e074";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-archway::before {
  content: "\f557";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-italic::before {
  content: "\f033";
}

.fa-church::before {
  content: "\f51d";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-z::before {
  content: "Z";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-a::before {
  content: "A";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-p::before {
  content: "P";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-locust::before {
  content: "\e520";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-question::before {
  content: "\?";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-code::before {
  content: "\f121";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-f::before {
  content: "F";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-road::before {
  content: "\f018";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-poop::before {
  content: "\f619";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-eject::before {
  content: "\f052";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-h::before {
  content: "H";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-heart::before {
  content: "\f004";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-r::before {
  content: "R";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-circle::before {
  content: "\f111";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-pen::before {
  content: "\f304";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-bus::before {
  content: "\f207";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-plant-wilt::before {
  content: "\e5aa";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-phone::before {
  content: "\f095";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-divide::before {
  content: "\f529";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-j::before {
  content: "J";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-o::before {
  content: "O";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-otter::before {
  content: "\f700";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-book-tanakh::before {
  content: "\f827";
}

.fa-tanakh::before {
  content: "\f827";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-comment::before {
  content: "\f075";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f254";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-water::before {
  content: "\f773";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-dna::before {
  content: "\f471";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-chess::before {
  content: "\f439";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-vials::before {
  content: "\f493";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-u::before {
  content: "U";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-s::before {
  content: "S";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-images::before {
  content: "\f302";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-n::before {
  content: "N";
}

.fa-cable-car::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-download::before {
  content: "\f019";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-file-circle-check::before {
  content: "\e5a0";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-b::before {
  content: "B";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-upload::before {
  content: "\f093";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-mars::before {
  content: "\f222";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-sun::before {
  content: "\f185";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-industry::before {
  content: "\f275";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-less-than::before {
  content: "\<";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-person-through-window::before {
  content: "\e5a9";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-bug::before {
  content: "\f188";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-file-circle-xmark::before {
  content: "\e5a1";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-bed::before {
  content: "\f236";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-file::before {
  content: "\f15b";
}

.fa-greater-than::before {
  content: "\>";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-socks::before {
  content: "\f696";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-section::before {
  content: "\e447";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-drum::before {
  content: "\f569";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-play::before {
  content: "\f04b";
}

.fa-font::before {
  content: "\f031";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-y::before {
  content: "Y";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-fish::before {
  content: "\f578";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-child-combatant::before {
  content: "\e4e0";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-expand::before {
  content: "\f065";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-equals::before {
  content: "\=";
}

.fa-blender::before {
  content: "\f517";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-map::before {
  content: "\f279";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-store::before {
  content: "\f54e";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-fill::before {
  content: "\f575";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-notdef::before {
  content: "\e1fe";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-display::before {
  content: "\e163";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-robot::before {
  content: "\f544";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-award::before {
  content: "\f559";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tents::before {
  content: "\e582";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-moon::before {
  content: "\f186";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-music::before {
  content: "\f001";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-t::before {
  content: "T";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-fan::before {
  content: "\f863";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-haykal::before {
  content: "\f666";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-file-circle-plus::before {
  content: "\e494";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-m::before {
  content: "M";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-book::before {
  content: "\f02d";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-check::before {
  content: "\f00c";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-rug::before {
  content: "\e569";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-dice::before {
  content: "\f522";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-train-tram::before {
  content: "\e5b4";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-jar::before {
  content: "\e516";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-plane::before {
  content: "\f072";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-print::before {
  content: "\f02f";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-x::before {
  content: "X";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-d::before {
  content: "D";
}

.fa-stapler::before {
  content: "\e5af";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../files/template/webfonts/fa-regular-400.woff2") format("woff2"), url("../../files/template/webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

/*!
 * Font Awesome Free 6.3.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../files/template/webfonts/fa-solid-900.woff2") format("woff2"), url("../../files/template/webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*
    in :root finden sich die Variablen für Farben 
    und Schriftsatzeinstellungen. Die Namen sind identisch
    mit denen aus _variables.scss, allerdings wird immer
    ein "--ifado-" davor gestellt.

    Diese Root-Variablen müssen in allen anderen scss Dateien
    statt der variables.$xxxx genutzt werden:

    Also z.B. statt

        border-radius: variables.$border-radius;

    nutzt man 
        border-radius: var(--ifado-border-radius);

    Angenommen man will noch eine Schriftgröße für extraklein
    eintragen, dann geht man wie folgt vor
    1. in _variables.scss trägt man die neue Variable ein
       Zunächst mit dem Standardwert z.B.
            $text-extra-small-size: 6px;
       dann nochmal mit dem Prefix "lg-" für die größere
       Variante:
            $lg-text-extra-small-size
    2. Hier unter :root und .default-font-properties die 
       Variable als --ifado-XXX eintragen (Bitte ohne Spaces)
          --ifado-text-extra-small-size: # {variables . $ text-extra-small-size};

    3. unter .large-font-properties die große Variante eintragen:
          --ifado-text-extra-small-size: # {variables . $ lg-text-extra-small-size};

    4. Im Javascript gibt es eine Liste aller Properties (Rootvariablen),
       die kopiert werden sollen, dort "--ifado-text-extra-small" 
       hinzufügen.

    Für die Farben entsprechend, nur die unter :root, .default-color-vars
    und .contrast-color-vars eintragen.
*/
:root {
  --ifado-color-0: #FFFFFF;
  --ifado-color-1: #216196;
  --ifado-color-2: #0691C6;
  --ifado-color-3: #A8C606;
  --ifado-color-4: #FFFF00;
  --ifado-color-5: #00D8FF;
  --ifado-color-6: #00FF9D;
  --ifado-color-7: #FF80E6;
  --ifado-color-8: #41453D;
  --ifado-color-9: #FAFAFA;
  --ifado-color-10: #E5E5E5;
  --ifado-color-11: #CDD4DD;
  --ifado-color-12: #B5B8B1;
  --ifado-color-13: #333333;
  --ifado-text-common-size: 1.125rem;
  --ifado-text-common-lh: 1.875rem;
  --ifado-text-teaser-headline-size: 3.125rem;
  --ifado-text-teaser-headline-lh: 3.75rem;
  --ifado-text-teaser-size: 1.375rem;
  --ifado-text-teaser-lh: 2rem;
  --ifado-text-introduction-size: 1.375rem;
  --ifado-text-introduction-lh: 2rem;
  --ifado-text-elementaction-size: 1.375rem;
  --ifado-text-elementaction-lh: 2rem;
  --ifado-text-elementinlineheadline-size: 1.375rem;
  --ifado-text-elementinlineheadline-lh: 2rem;
  --ifado-text-elementinlinetext-size: 1rem;
  --ifado-text-elementinlinetext-lh: 2rem;
  --ifado-text-elementinlinelink-size: 1rem;
  --ifado-text-elementinlinelink-lh: 1.5rem;
  --ifado-text-elementinlineicon-size: 1.375rem;
  --ifado-text-elementinlineicon-lh: 1.5rem;
  --ifado-text-tabnav-inactive-size: 1.375rem;
  --ifado-text-tabnav-inactive-lh: 2rem;
  --ifado-text-tabnav-active-size: 1.375rem;
  --ifado-text-tabnav-active-lh: 2rem;
  --ifado-footer-text-size: 0.875rem;
  --ifado-footer-text-lh: 1.375rem;
  --ifado-text-small-size: 0.875rem;
  --ifado-text-small-lh: 1.375rem;
  --ifado-text-filter-size: 1rem;
  --ifado-text-filter-lh: 2rem;
  --ifado-font-mainnav-size: 14px;
  --ifado-font-breadcrumb-size: 12px;
  --ifado-nav-l1-ofs: 4px;
}

/*
    In der 
*/
.default-color-vars {
  --ifado-color-0: #FFFFFF;
  --ifado-color-1: #216196;
  --ifado-color-2: #0691C6;
  --ifado-color-3: #A8C606;
  --ifado-color-4: #FFFF00;
  --ifado-color-5: #00D8FF;
  --ifado-color-6: #00FF9D;
  --ifado-color-7: #FF80E6;
  --ifado-color-8: #41453D;
  --ifado-color-9: #FAFAFA;
  --ifado-color-10: #E5E5E5;
  --ifado-color-11: #CDD4DD;
  --ifado-color-12: #B5B8B1;
  --ifado-color-13: #333333;
}

.contrast-color-vars {
  --ifado-color-0: #ffffff;
  --ifado-color-1: #014176;
  --ifado-color-2: #0071A6;
  --ifado-color-3: #c8e626;
  --ifado-color-4: #FFFF00;
  --ifado-color-5: #00D8FF;
  --ifado-color-6: #00FF9D;
  --ifado-color-7: #FF80E6;
  --ifado-color-8: #31352D;
  --ifado-color-9: #FAFAFA;
  --ifado-color-10: #E5E5E5;
  --ifado-color-11: #CDD4DD;
  --ifado-color-12: #B5B8B1;
  --ifado-color-13: #000000;
}

.default-font-properties {
  --ifado-text-common-size: 1.125rem;
  --ifado-text-common-lh: 1.875rem;
  --ifado-text-teaser-headline-size: 3.125rem;
  --ifado-text-teaser-headline-lh: 3.75rem;
  --ifado-text-teaser-size: 1.375rem;
  --ifado-text-teaser-lh: 2rem;
  --ifado-text-introduction-size: 1.375rem;
  --ifado-text-introduction-lh: 2rem;
  --ifado-text-elementaction-size: 1.375rem;
  --ifado-text-elementaction-lh: 2rem;
  --ifado-text-elementinlineheadline-size: 1.375rem;
  --ifado-text-elementinlineheadline-lh: 2rem;
  --ifado-text-elementinlinetext-size: 1rem;
  --ifado-text-elementinlinetext-lh: 2rem;
  --ifado-text-elementinlinelink-size: 1rem;
  --ifado-text-elementinlinelink-lh: 1.5rem;
  --ifado-text-elementinlineicon-size: 1.375rem;
  --ifado-text-elementinlineicon-lh: 1.5rem;
  --ifado-text-tabnav-inactive-size: 1.375rem;
  --ifado-text-tabnav-inactive-lh: 2rem;
  --ifado-text-tabnav-active-size: 1.375rem;
  --ifado-text-tabnav-active-lh: 2rem;
  --ifado-footer-text-size: 0.875rem;
  --ifado-footer-text-lh: 1.375rem;
  --ifado-text-small-size: 0.875rem;
  --ifado-text-small-lh: 1.375rem;
  --ifado-text-filter-size: 1rem;
  --ifado-text-filter-lh: 2rem;
  --ifado-font-mainnav-size: 14px;
  --ifado-font-breadcrumb-size: 12px;
  --ifado-nav-l1-ofs: 4px;
}

.large-font-properties {
  --ifado-text-common-size: 1.69rem;
  --ifado-text-common-lh: 2.81rem;
  --ifado-text-teaser-headline-size: 4.69rem;
  --ifado-text-teaser-headline-lh: 5.63rem;
  --ifado-text-teaser-size: 2.06rem;
  --ifado-text-teaser-lh: 3rem;
  --ifado-text-introduction-size: 2.06rem;
  --ifado-text-introduction-lh: 3rem;
  --ifado-text-elementaction-size: 2.06rem;
  --ifado-text-elementaction-lh: 3rem;
  --ifado-text-elementinlineheadline-size: 2.06rem;
  --ifado-text-elementinlineheadline-lh: 3rem;
  --ifado-text-elementinlinetext-size: 1.5rem;
  --ifado-text-elementinlinetext-lh: 3rem;
  --ifado-text-elementinlinelink-size: 1.5rem;
  --ifado-text-elementinlinelink-lh: 2.25rem;
  --ifado-text-elementinlineicon-size: 2.06rem;
  --ifado-text-elementinlineicon-lh: 2.25rem;
  --ifado-text-tabnav-inactive-size: 2.06rem;
  --ifado-text-tabnav-inactive-lh: 3rem;
  --ifado-text-tabnav-active-size: 2.06rem;
  --ifado-text-tabnav-active-lh: 3rem;
  --ifado-footer-text-size: 1.31rem;
  --ifado-footer-text-lh: 2.06rem;
  --ifado-text-small-size: 1.31rem;
  --ifado-text-small-lh: 2.06rem;
  --ifado-text-filter-size: 1.5rem;
  --ifado-text-filter-lh: 3rem;
  --ifado-font-mainnav-size: 21px;
  --ifado-font-breadcrumb-size: 18px;
  --ifado-nav-l1-ofs: 20px;
}

@media screen {
  body {
    font-family: "Rubik";
    font-weight: 300;
    font-size: var(--ifado-text-common-size);
    line-height: var(--ifado-text-common-lh);
    color: var(--ifado-color-13);
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 62rem) {
  #metarow {
    display: none;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #metarow {
    background-color: var(--ifado-color-1);
    color: #fff;
    font-family: "Roboto";
    font-style: "normal";
    font-weight: 300;
    font-size: 0.75rem;
  }
  #metarow a {
    color: #fff;
    text-decoration: none;
  }
  #metarow .row {
    max-width: 1440px;
  }
  #metarow .row .block {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  #wrapper {
    margin-top: calc(85px + 1px);
  }
}
@media only screen and (max-width: 48rem) {
  #wrapper {
    margin-top: calc(72px + 1px);
  }
}
@media screen {
  header {
    line-height: 2rem;
    z-index: 500;
    background-color: var(--ifado-color-0);
    width: 100%;
    border-bottom: 1px solid var(--ifado-color-10);
  }
  header .inside {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 62.0625rem) {
  header {
    position: sticky;
    top: -10px;
  }
  header .block {
    padding: 0 1rem 0 1rem;
  }
}
@media only screen and (max-width: 62rem) {
  header {
    position: fixed;
    top: 0;
  }
  header .inside {
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 90rem;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  header {
    height: 85px;
  }
}
@media only screen and (max-width: 48rem) {
  header {
    height: 72px;
  }
}
@media only screen and (min-width: 62.0625rem) {
  #logo, #searchBox {
    margin: 2rem 0 1rem 0;
  }
}
@media only screen and (min-width: 62.0625rem) and (min-width: 62.0625rem) {
  #logo {
    position: absolute;
    z-index: 151;
  }
}
@media only screen and (min-width: 62.0625rem) and (min-width: 90.0625rem) {
  #logo {
    left: 50%;
    margin-left: -720px;
  }
  #logo img {
    width: 234px;
    height: auto;
  }
}
@media only screen and (min-width: 62.0625rem) {
  #searchBox {
    width: 4rem;
    display: inline-block;
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }
  #searchBox img {
    width: 1rem;
    height: auto;
  }
}
@media only screen and (max-width: 48rem) {
  #logo {
    height: 72px;
  }
}
@media screen {
  #breadcrumbrow {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  #landscaperow {
    padding-bottom: 2rem;
  }
  #landscaperow .mod_article > .block {
    padding-top: 0;
  }
  #landscaperow .inside > .block {
    margin: 0 auto;
    max-width: 90rem;
  }
  #iconsrow, #sponsoredrow {
    position: relative;
    z-index: 50;
  }
}
@media only screen and (max-width: 75rem) {
  #iconsrow, #sponsoredrow {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  #iconsrow, #sponsoredrow {
    padding-bottom: 3rem;
  }
}
@media screen {
  #iconsrow .borderline, #sponsoredrow .borderline {
    border-top: 1px solid var(--ifado-color-13);
    margin: 0 auto 1rem auto;
    max-width: 88rem;
    width: 100%;
  }
}
@media only screen and (max-width: 48rem) {
  #iconsrow .mod_mfmimage figure {
    height: 80px;
  }
  #iconsrow .mod_mfmimage figure img {
    height: 100%;
    width: auto;
  }
}
@media screen {
  #footer {
    padding-bottom: 1rem;
    background-image: linear-gradient(90deg, var(--ifado-color-1) 0%, var(--ifado-color-2) 100%);
    color: var(--ifado-color-0);
    font-size: var(--ifado-footer-text-size);
    line-height: var(--ifado-footer-text-lh);
    letter-spacing: 0;
    font-weight: 300;
  }
}
@media only screen and (max-width: 75rem) {
  #footer {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  #footer {
    padding-top: 3rem;
  }
}
@media screen {
  #footer a, #footer strong {
    color: var(--ifado-color-0);
  }
  #footer a {
    text-decoration: none;
  }
  #footer strong {
    text-decoration: underline;
  }
  #footer a:hover {
    transition: all 300ms;
    text-decoration: underline;
  }
  #footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media only screen and (max-width: 75rem) {
  #footer ul li {
    display: block;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (min-width: 75.0625rem) {
  #footer ul li {
    display: block;
  }
}
@media only screen and (max-width: 75rem) {
  #footer .mod_customnav li.first {
    font-weight: 500;
  }
}
@media only screen and (min-width: 75.0625rem) {
  #footer .mod_customnav li.first {
    margin-bottom: 1rem;
    height: calc(var(--ifado-footer-text-lh) * 2);
  }
  #footer .mod_customnav li.first > a {
    font-weight: 500;
  }
}
@media only screen and (max-width: 75rem) {
  #footer .mod_mfmenvbeg {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  #footer .mod_mfmenvbeg {
    margin-bottom: 6rem;
  }
}
@media screen {
  #footerMap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
@media only screen and (max-width: 75rem) {
  #footerEndNav ul li {
    margin: 0 1rem 1rem 0;
    display: inline-block;
  }
  #footerFollowUs {
    display: none;
  }
}
@media only screen and (min-width: 75.0625rem) {
  #footerEndNav {
    text-align: right;
  }
  #footerEndNav ul li {
    margin: 0 0 0 1rem;
    display: inline-block;
  }
  #footerEndNav ul li.first {
    margin: 0;
  }
  #footerFollowUs {
    line-height: 40px;
  }
}
#header .mod_navigation a, .custom .mod_navigation a, .custom .mod_breadcrumb a, #header .mod_breadcrumb a {
  text-decoration: none;
  color: var(--ifado-color-13);
}
#header .mod_navigation ul, .custom .mod_navigation ul, .custom .mod_breadcrumb ul, #header .mod_breadcrumb ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#header .mod_navigation ul li, .custom .mod_navigation ul li, .custom .mod_breadcrumb ul li, #header .mod_breadcrumb ul li {
  display: inline-block;
  padding: 0;
}

@media only screen and (max-width: 62rem) {
  #metaNav, #socialIcons, #langChanger {
    display: none;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #metaNav {
    text-align: right;
  }
  #metaNav li {
    margin-left: 1rem;
    margin-right: 0;
  }
  #metaNav a:hover, #metaNav .active, #metaNav strong {
    text-decoration: underline;
  }
  #socialIcons li {
    margin: 0 1rem 0 0;
    vertical-align: middle;
  }
  #socialIcons li a {
    display: inline-block;
  }
  #socialIcons img {
    width: auto;
    height: 14px;
    border: none;
    vertical-align: text-top;
  }
  #langChanger {
    padding-left: 0;
    text-align: right;
  }
  #langChanger ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #langChanger a:hover {
    text-decoration: underline;
  }
}
@media only screen and (max-width: 62rem) {
  .mobileItem {
    padding-right: 0;
    height: 62px;
    margin-top: 24px;
  }
  .mobileItem .icon {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
    text-decoration: none;
    padding: 0;
    margin: 3px 0 0 0;
  }
}
@media only screen and (max-width: 62rem) and (max-width: 48rem) {
  .mobileItem {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 62rem) {
  .search.icon {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_search.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
    content: "";
    display: inline-block;
  }
  .contrast.icon {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_contrast.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
    content: "";
    display: inline-block;
  }
  #langChangerMobile {
    text-align: left;
    font-size: 27px;
    line-height: 31px;
  }
  #langChangerMobile ul {
    margin: 0;
    padding: 0;
    display: block;
  }
  #langChangerMobile ul li {
    margin: 0;
    padding: 0;
    display: block;
  }
  #langChangerMobile ul li a {
    text-decoration: none;
    color: var(--ifado-color-13);
  }
  #mobileMenu {
    text-align: right;
    padding-top: 0;
    padding-bottom: 7px;
  }
  #mobileMenu .mobile_menu_trigger {
    margin-right: 1rem;
  }
  #mobileMenu .mobile_menu_trigger a {
    text-decoration: none;
    color: var(--ifado-color-13);
  }
  #mobileMenu .mobile_menu_trigger span {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
    cursor: pointer;
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 0;
  }
  #mobileMenu .mobile_menu_trigger.active span {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
    content: "";
    display: inline-block;
  }
  html.mobile_menu_active {
    overflow: hidden !important;
  }
  .mobile_menu_overlay {
    z-index: 501;
  }
  .mobile_menu {
    z-index: 502;
  }
  .mobile_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .mobile_menu .inner {
    background: var(--ifado-color-2);
    color: var(--ifado-color-0);
  }
  .mobile_menu .topLine {
    background-color: var(--ifado-color-0);
    padding: 1rem 1rem 1rem 2rem;
  }
  .mobile_menu .topLine a {
    color: var(--ifado-color-2);
    text-decoration: none;
  }
  .mobile_menu .topLine .left, .mobile_menu .topLine .right {
    display: inline-block;
    width: 49%;
  }
  .mobile_menu .topLine ul {
    text-align: right;
  }
  .mobile_menu .topLine li {
    display: inline;
    margin: 0 0.5rem 0 0;
  }
  .mobile_menu #mobileMenuMainNav a, .mobile_menu #mobileMenuMainNav strong {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
    color: var(--ifado-color-0);
  }
  .mobile_menu #mobileMenuMainNav a {
    text-decoration: none;
  }
  .mobile_menu #mobileMenuMainNav a.trail {
    font-weight: 400;
  }
  .mobile_menu #mobileMenuMainNav strong.active, .mobile_menu #mobileMenuMainNav a.active {
    position: relative;
  }
  .mobile_menu #mobileMenuMainNav strong.active:before, .mobile_menu #mobileMenuMainNav a.active:before {
    position: absolute;
    left: 0;
    top: 10px;
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: inline-block;
    margin: 0 1rem 0 0;
    width: 14px;
    height: 14px;
  }
  .mobile_menu #mobileMenuMainNav .level_2, .mobile_menu #mobileMenuMainNav .level_3 {
    padding-left: 2rem;
  }
  .mobile_menu #mobileMenuMainNav .level_2 li.first, .mobile_menu #mobileMenuMainNav .level_3 li.first {
    border-top: 1px solid var(--ifado-color-0);
  }
  .mobile_menu #mobileMenuMainNav ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    border-top: 1px solid var(--ifado-color-2);
    border-bottom: 1px solid var(--ifado-color-0);
  }
  .mobile_menu #mobileMenuMainNav ul li.submenu {
    cursor: pointer;
  }
  .mobile_menu #mobileMenuMainNav ul li.last, .mobile_menu #mobileMenuMainNav ul li.submenu_show {
    border-bottom: 1px solid var(--ifado-color-2);
  }
  .mobile_menu #mobileMenuMainNav ul li.submenu:after {
    position: absolute;
    right: 0;
    top: 16px;
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: inline-block;
    margin: 0 1rem;
    width: 14px;
    height: 14px;
    pointer-events: none;
  }
  .mobile_menu #mobileMenuMainNav ul li.submenu.submenu_show:after {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: inline-block;
  }
  .mobile_menu #mobileMenuMainNav ul .submenu_show + .submenu_hide {
    border-top: 1px solid var(--ifado-color-0);
  }
  .mobile_menu #mobileMenuMetaNavBottom {
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .mobile_menu #mobileMenuMetaNavBottom li {
    margin: 0;
    padding: 0 1rem;
    display: inline;
  }
  .mobile_menu #mobileMenuMetaNavBottom li.first {
    border-left: none;
    padding-left: 1rem;
  }
  .mobile_menu #mobileMenuMetaNavBottom li a {
    color: var(--ifado-color-0);
    text-decoration: underline;
    display: inline-block;
    padding: 0;
  }
  .mobile_menu #mobileMenuMetaNavBottom li strong {
    font-weight: 400;
  }
  .mobile_menu .bottomLine {
    box-sizing: border-box;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
    text-align: right;
  }
  .mobile_menu .bottomLine a {
    display: inline-block;
  }
  .mobile_menu .bottomLine .icon.mail {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_mail.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: block;
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
  }
  .mobile_menu .bottomLine .icon.phone {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_phone.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: block;
    margin: 0 1rem;
    width: 2rem;
    height: 2rem;
    pointer-events: none;
  }
  .mobile_menu .bottomLine .icon:nth-last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  #mainNav {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  #mainNav {
    position: relative;
    text-align: right;
    font-family: Rubik;
    font-style: normal;
    font-weight: 300;
    font-size: var(--ifado-font-mainnav-size);
    margin: 0;
    padding: 0;
  }
  #mainNav a {
    text-decoration: none;
    color: var(--ifado-color-13);
    display: inline-block;
  }
  #mainNav strong {
    cursor: pointer;
  }
  #mainNav .inlineBreadcrumb {
    box-sizing: border-box;
    z-index: 100;
    color: var(--ifado-color-0);
    text-align: left;
  }
  #mainNav .inlineBreadcrumb ul {
    margin-top: 1rem;
    padding-left: 1rem;
  }
  #mainNav .inlineBreadcrumb ul li {
    float: left;
  }
  #mainNav .inlineBreadcrumb ul li:after {
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: inline-block;
    margin: 0 1rem;
    width: 12px;
    height: 12px;
  }
  #mainNav .inlineBreadcrumb ul li.back {
    margin-right: 12px;
    line-height: 20px;
    font-size: 20px;
    margin-top: 6px;
  }
  #mainNav .inlineBreadcrumb ul li.last:after, #mainNav .inlineBreadcrumb ul li.back:after {
    display: none;
  }
  #mainNav .inlineBreadcrumb a {
    color: var(--ifado-color-0);
  }
  #mainNav .inlineBreadcrumb .icons {
    font-size: 1.25rem;
  }
  #mainNav .inlineBreadcrumb .mainNavClose {
    text-align: right;
  }
  #mainNav .level_1 {
    height: 120px;
    z-index: 100;
  }
  #mainNav .level_1 > li {
    max-width: 150px;
    margin-right: 0;
    margin-bottom: -2px;
  }
  #mainNav .level_1 > li.last > a, #mainNav .level_1 > li.last > strong {
    border-right: 1px solid var(--ifado-color-10);
  }
  #mainNav .level_1 > li > a, #mainNav .level_1 > li > strong {
    padding: 3.5rem 1rem 0 1rem;
    height: 2rem;
    font-weight: 300;
    display: table-cell;
    border-left: 1px solid var(--ifado-color-10);
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 125px;
    overflow: hidden;
  }
  #mainNav .level_1 > li > a:after, #mainNav .level_1 > li > strong:after {
    height: 4px;
    margin-top: calc(2rem - var(--ifado-nav-l1-ofs));
    margin-left: calc(-1rem);
    margin-right: calc(-1rem);
    display: block;
    background-color: #fff;
    content: "";
  }
  #mainNav .level_1 > li:hover > a:after, #mainNav .level_1 > li.active > a:after, #mainNav .level_1 > li.trail > a:after, #mainNav .level_1 > li.active > strong:after, #mainNav .level_1 > li > a.opened:after, #mainNav .level_1 > li > strong.opened:after {
    border-left: 1px solid var(--ifado-color-2);
    border-right: 1px solid var(--ifado-color-2);
    background-color: var(--ifado-color-2);
    content: "";
  }
  #mainNav .level_1 > li.last a, #mainNav .level_1 > li.last strong {
    border-right: none;
  }
  #mainNav .level_1 > li.search img {
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
    width: 18px;
    height: 18px;
    vertical-align: top;
  }
  #mainNav div.level_2, #mainNav div.level_3 {
    box-sizing: border-box;
    min-height: 324px;
    top: 120px;
    background-color: var(--ifado-color-2);
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin: 0;
    z-index: 101;
    padding-bottom: 4rem;
  }
  #mainNav div.level_3 {
    z-index: 102;
  }
  #mainNav .hr {
    border-top: 2px solid var(--ifado-color-11);
    height: 2px;
    width: 1408px;
    margin: 0 auto;
  }
  #mainNav ul.level_2, #mainNav ul.level_3 {
    display: flex;
    margin: 0 auto;
    padding: 0 1rem 0 1rem;
    text-align: left;
    position: relative;
  }
  #mainNav ul.level_2 > li, #mainNav ul.level_3 > li {
    padding: 1rem 1rem 1rem 0;
    position: relative;
  }
  #mainNav ul.level_2 > li:after, #mainNav ul.level_3 > li:after {
    content: "";
    width: calc(100% - 1rem);
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid var(--ifado-color-11);
    left: 0;
    margin: 0 1rem 0 0;
  }
  #mainNav ul.level_2 > li:nth-child(3n+3):after, #mainNav ul.level_3 > li:nth-child(3n+3):after {
    width: 100%;
  }
  #mainNav ul.level_2 > li > a, #mainNav ul.level_2 > li > strong, #mainNav ul.level_3 > li > a, #mainNav ul.level_3 > li > strong {
    display: block;
    position: relative;
    transform: translate(0px, 0px);
  }
  #mainNav ul.level_2 > li > a.submenu:after, #mainNav ul.level_2 > li > strong.submenu:after, #mainNav ul.level_3 > li > a.submenu:after, #mainNav ul.level_3 > li > strong.submenu:after {
    margin: 0 2rem 0 0;
    width: 12px;
    height: 12px;
    line-height: 2rem;
    position: absolute;
    right: 0;
    top: 12px;
    transition: all ease 300ms;
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: inline-block;
  }
  #mainNav ul.level_2 > li > a.submenu:hover:after, #mainNav ul.level_2 > li > strong.submenu:hover:after, #mainNav ul.level_3 > li > a.submenu:hover:after, #mainNav ul.level_3 > li > strong.submenu:hover:after {
    margin-right: 0.5rem;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  }
  #mainNav ul.level_2 a, #mainNav ul.level_3 a {
    transition: all ease 300ms;
    color: var(--ifado-color-0);
  }
  #mainNav ul.level_2 a:hover, #mainNav ul.level_3 a:hover {
    color: var(--ifado-color-0);
    text-decoration: underline;
  }
  #mainNav ul.level_2 a.trail, #mainNav ul.level_3 a.trail {
    color: var(--ifado-color-0);
    text-decoration: underline;
    font-weight: 400;
  }
  #mainNav ul.level_2 strong, #mainNav ul.level_3 strong {
    color: var(--ifado-color-0);
    text-decoration: underline;
    cursor: default;
  }
  #mainNav ul.level_2 strong:not(.submenu):before, #mainNav ul.level_3 strong:not(.submenu):before {
    margin: 0 2rem 0 0;
    width: 12px;
    height: 12px;
    line-height: 2rem;
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
    content: "";
    display: inline-block;
  }
  #mainNav ul.level_2 strong.submenu, #mainNav ul.level_3 strong.submenu {
    cursor: pointer;
  }
  #mainNav ul.level_2 .lineBreak, #mainNav ul.level_3 .lineBreak {
    flex-basis: 100%;
    width: 0;
    padding: 0;
    margin: 0;
  }
  #mainNav ul.level_2 .lineBreak:after, #mainNav ul.level_3 .lineBreak:after {
    display: none;
  }
  #mainNav div.level_3 {
    position: absolute;
    left: -1rem;
    top: -68px;
    z-index: 150;
    width: calc(300% + 2rem);
    display: block;
    background-color: var(--ifado-color-2);
  }
  #mainNav .level_2 > li.n2 div.level_3 {
    left: calc(-100% - 1rem);
  }
  #mainNav .level_2 > li.n3 div.level_3 {
    left: calc(-200% - 1rem);
  }
  #mainNav .level_2 > li:nth-child(4n) div.level_3,
  #mainNav .level_2 > li:nth-child(5n) div.level_3,
  #mainNav .level_2 > li:nth-child(6n) div.level_3 {
    top: -132px;
  }
  #mainNav .level_2 > li:nth-child(7n) div.level_3,
  #mainNav .level_2 > li:nth-child(8n) div.level_3,
  #mainNav .level_2 > li:nth-child(9n) div.level_3 {
    top: -196px;
    min-height: 388px;
  }
  #mainNav .level_2 > li:nth-child(10n) div.level_3,
  #mainNav .level_2 > li:nth-child(11n) div.level_3,
  #mainNav .level_2 > li:nth-child(12n) div.level_3 {
    top: -260px;
    min-height: 388px;
  }
  #mainNav .level_2 > li:nth-child(13n) div.level_3,
  #mainNav .level_2 > li:nth-child(14n) div.level_3,
  #mainNav .level_2 > li:nth-child(15n) div.level_3 {
    top: -324px;
    min-height: 388px;
  }
  #mainNav div.level_2,
  #mainNav div.level_3 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .mod_breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 993px) {
  .mod_breadcrumb {
    font-size: var(--ifado-font-breadcrumb-size);
    line-height: 24px;
  }
  .mod_breadcrumb li {
    margin: 0;
    padding: 0;
  }
  .mod_breadcrumb li:after {
    margin: -2px 1rem;
    display: inline-block;
    width: var(--ifado-font-breadcrumb-size);
    height: var(--ifado-font-breadcrumb-size);
    background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
    content: "";
    display: inline-block;
  }
  .mod_breadcrumb li.last:after {
    content: none;
    margin: 0;
  }
}
.subNavLevel2 .level_1 {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90rem;
  background-color: var(--ifado-color-9);
  padding: 2rem 1rem;
}
.subNavLevel2 .level_1 li {
  display: block;
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  padding: 0.5rem 1rem;
}
.subNavLevel2 .level_1 li strong:before {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
  content: "";
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
}
.subNavLevel2 .level_1 li a {
  text-decoration: none;
}
.subNavLevel2 .level_1 li a:before {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(60%) sepia(59%) saturate(7498%) hue-rotate(171deg) brightness(95%) contrast(95%);
  content: "";
  display: inline-block;
  margin: 0 1rem 0 0;
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
}

#container .mod_article {
  margin: 0 auto 3rem auto;
}
#container .mod_article.isBackgroundImage {
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 400px;
}
#container .mod_article.isLandscape {
  display: block;
}
#container .mod_article.isLandscape:not(.pt-0) {
  padding-top: 2rem;
}
#container .mod_article.isLandscape:not(.pb-0) {
  padding-bottom: 1rem;
}
#container .mod_article.isContentFullWidth .row {
  max-width: none;
}

#container .pagination p {
  margin: 0;
}
#container .pagination ul {
  margin: 0;
  list-style: none;
  display: inline-block;
}
#container .pagination ul li {
  float: left;
  margin-right: 1.5rem;
}
#container .pagination ul li strong, #container .pagination ul li a {
  display: inline-block;
  padding: 0 0.5rem;
}
#container .pagination ul li strong {
  color: var(--ifado-color-1);
  font-weight: 300;
}
#container .pagination ul li a {
  color: var(--ifado-color-12);
  text-decoration: none;
}
#container .pagination ul li a:hover {
  text-decoration: underline;
  color: var(--ifado-color-1);
}

.mod_m100 {
  transition: all 500ms;
  position: fixed;
  cursor: pointer;
  border-radius: 50px;
  background-color: var(--ifado-color-1);
  color: var(--ifado-color-0);
  bottom: 4rem;
  z-index: 300;
  width: 50px;
  height: 50px;
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-weight: 300;
  letter-spacing: 0.4px;
  right: 0.5rem;
}
@media only screen and (min-width: 1580px) {
  .mod_m100 {
    right: calc(50% - 780px);
  }
}
@media only screen and (max-width: 36rem) {
  .mod_m100 {
    display: none;
  }
}
.mod_m100 #m100Opener {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 13px;
  position: relative;
  z-index: 10;
}
.mod_m100 #m100Opener .icon-envelope {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_mail_no_border.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.mod_m100:hover:not(.open) {
  background-color: var(--ifado-color-3);
}
.mod_m100:hover:not(.open) span {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_mail_no_border_filled.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
}
.mod_m100 #m100Content {
  display: none;
  position: relative;
  z-index: 11;
  padding: 1rem;
}
.mod_m100 #m100Content .close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}
.mod_m100 #m100Content .block {
  padding: 0 0 1rem 0;
}
.mod_m100 #m100Content .block:last-child {
  padding: 0;
}
.mod_m100 #m100Content .headline {
  font-weight: bold;
}
.mod_m100 #m100Content a {
  position: relative;
  display: block;
  color: var(--ifado-color-0);
}
.mod_m100 #m100Content .icon {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  padding-top: 14px;
}
.mod_m100 #m100Content .icon-endline {
  position: absolute;
  right: 0;
}
.mod_m100 #m100Content .icon-email {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_mail_no_border_filled.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
}
.mod_m100 #m100Content .icon-phone {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_phone_no_border_filled.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
}
.mod_m100 #m100Content .icon-close {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_close.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
}
.mod_m100.open {
  width: 320px;
  height: 420px;
  border-radius: 5px 5px 50px 5px;
}
.mod_m100.open #m100Opener {
  display: none;
}
@media screen and (max-height: 450px) {
  .mod_m100.open {
    height: 300px;
  }
  .mod_m100.open .block.address {
    display: none;
  }
}
@media screen and (max-height: 350px) {
  .mod_m100.open {
    height: 200px;
  }
  .mod_m100.open .block.secretariat {
    display: none;
  }
}
.mod_m100.open #m100Content {
  display: block;
}

#main .tabs {
  padding-left: 0;
  padding-right: 0;
}
#main .tabs ul.tabNavigation {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}
#main .tabs ul.tabNavigation li {
  margin: 0;
  padding: 3rem 1rem 2rem 1rem;
  display: inline-block;
}
#main .tabs ul.tabNavigation li.first {
  padding-left: 0;
}
#main .tabs ul.tabNavigation li a {
  color: var(--ifado-color-12);
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  transition: all 300ms ease;
  font-size: var(--ifado-text-tabnav-inactive-size);
  font-weight: 500;
  line-height: var(--ifado-text-tabnav-inactive-lh);
  letter-spacing: 0.8px;
}
#main .tabs ul.tabNavigation li a:hover, #main .tabs ul.tabNavigation li a:focus, #main .tabs ul.tabNavigation li a.active {
  color: var(--ifado-color-8);
  font-size: var(--ifado-text-tabnav-active-size);
  font-weight: 500;
  line-height: var(--ifado-text-tabnav-active-lh);
  letter-spacing: 0.4px;
}
#main .tabs ul.tabNavigation li a.active {
  color: var(--ifado-color-8);
  cursor: text;
  padding-bottom: 0.5rem;
  border-bottom: 4px solid var(--ifado-color-8);
}
@media only screen and (max-width: 75rem) {
  #main .tabs ul.tabNavigation li {
    text-align: center;
    padding: 1rem;
  }
}
@media only screen and (max-width: 48rem) {
  #main .tabs ul.tabNavigation {
    padding: 0;
    margin: 0;
  }
  #main .tabs ul.tabNavigation li {
    padding: 0 1rem 1rem 1rem;
    text-align: left;
  }
  #main .tabs ul.tabNavigation li.first {
    padding-left: 1rem;
  }
  #main .tabs ul.tabNavigation li a.active {
    padding-bottom: 0;
  }
}
#main .tabs .tab > ul > .row > :first-child {
  padding-left: 0;
}

/*
    Publikationen
*/
.mod_m150 {
  color: var(--ifado-color-8);
}
.mod_m150 .icon {
  padding-bottom: calc(0.25rem /2);
}
.mod_m150 .author-indent {
  font-style: italic;
  float: left;
  padding-right: 0.5rem;
}
.mod_m150 .row {
  border-radius: 5px;
  padding: 0.25rem;
  margin-bottom: 5px;
}
.mod_m150 .row:hover {
  transition: background-color 500ms linear;
}
.mod_m150 .row strong {
  color: #000;
}
.mod_m150 .even {
  background-color: var(--ifado-color-9);
}
.mod_m150 .even:hover {
  background-color: var(--ifado-color-11);
}
.mod_m150 .odd {
  background-color: var(--ifado-color-10);
}
.mod_m150 .odd:hover {
  background-color: var(--ifado-color-11);
}
.mod_m150 .formbody {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: var(--ifado-color-10);
  border-radius: 5px;
  padding: 2rem 2rem 1rem;
  margin-bottom: 5px;
}
.mod_m150 select {
  height: calc(1.25 * var(--ifado-text-elementinlinetext-lh));
}
.mod_m150 label {
  color: var(--ifado-color-8);
  font-weight: 500;
}
.mod_m150 .widget {
  box-sizing: border-box;
  flex-basis: 50%;
  max-width: 50%;
  padding: 1rem;
  padding-left: 1rem;
}
@media only screen and (max-width: 36rem) {
  .mod_m150 .widget {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}
.mod_m150 .widget-long {
  width: 100%;
}
.mod_m150 .widget-long label {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.mod_m150 .widget-short {
  width: 150px;
}
.mod_m150 .widget-short label {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.mod_m150 .widget-text {
  padding-top: 20px;
}
.mod_m150 .widget-submit {
  max-width: min-content;
  align-self: end;
}

.pagination .active {
  font-weight: 300;
  color: var(--ifado-color-0) !important;
  background-color: var(--ifado-color-1);
  border-radius: 5px;
}
.pagination .link,
.pagination .next,
.pagination .last,
.pagination .first,
.pagination .previous {
  font-weight: 300;
  color: var(--ifado-color-8) !important;
}

.mod_eventlist {
  margin-bottom: 2rem;
}
.mod_eventlist .event {
  padding-left: 0;
  padding-right: 0;
  background-color: #FAFAFA;
  border-radius: 5px;
}
.mod_eventlist .first {
  padding-top: 0;
}
.mod_eventlist .date {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.375rem;
  color: var(--ifado-color-13);
}
.mod_eventlist .noteText {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: var(--ifado-color-13);
}
.mod_eventlist .title {
  font-size: var(--ifado-text-introduction-size);
  font-weight: 300;
  line-height: var(--ifado-text-introduction-lh);
  letter-spacing: 0.4px;
}
.mod_eventlist .title a {
  text-decoration: none;
}
.mod_eventlist .button {
  margin-top: 10px;
  display: inline-block;
  border: 2px solid #0691C6;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875rem;
  text-decoration: none;
  color: #0691C6;
  padding: calc(1rem - 3px) 2rem;
  transition: all 300ms ease;
  text-transform: uppercase;
}
.mod_eventlist .button:hover, .mod_eventlist .button:focus, .mod_eventlist .button:active {
  color: #ffffff !important;
  background-color: #0691C6;
}
.mod_eventlist .action {
  margin-top: 10px;
  border-radius: 50px;
  background: var(--ifado-color-1);
  background: linear-gradient(45deg, var(--ifado-color-1) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
}
.mod_eventlist .icon {
  width: 24px;
  height: 24px;
  margin-top: 12px;
  text-align: center;
}
.mod_eventlist .icon-calendar-days {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_calendar-days.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
}
.mod_eventlist .icon-code-branch {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_code-branch.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  content: "";
  display: inline-block;
}
@media only screen and (max-width: 48rem) {
  .mod_eventlist .layout_upcoming .date {
    word-break: break-word;
  }
}

.bg-color-9 .mod_eventlist .event {
  background-color: var(--ifado-color-0);
}

#main .mod_eventreaderstudy {
  padding-top: 0;
}
#main .mod_eventreaderstudy .back a {
  text-decoration: none;
  color: var(--ifado-color-8);
  font-weight: 500;
}

.mod_job_list {
  margin-bottom: 2rem;
}
.mod_job_list .odd, .mod_job_list .even {
  padding-left: 0;
  padding-right: 0;
}

#container .mod_job_reader {
  padding-top: 0;
}
#container .mod_job_reader .ce_text {
  margin-bottom: 2rem;
}
#container .mod_job_reader .ce_text p {
  margin-bottom: 1rem;
}
#container .mod_job_reader .ce_accordion {
  padding: 1rem 0 0;
}
#container .mod_job_reader .ce_accordion:last-of-type {
  padding: 1rem 0 0;
  margin-bottom: 2rem;
}
#container .mod_job_reader .apply {
  margin-top: 2rem;
  padding: 2rem 3rem;
  background-color: var(--ifado-color-9);
  border-radius: 5px;
}
#container .mod_job_reader .button {
  font-size: var(--ifado-text-elementinlinelink-size);
  font-weight: 500;
  color: var(--ifado-color-1);
  font-family: "Rubik";
  text-decoration: none;
  border-color: var(--ifado-color-1);
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
  width: fit-content;
  transition: all 300ms ease;
}
#container .mod_job_reader .button:hover {
  color: var(--ifado-color-0) !important;
  text-decoration: none;
  background-color: var(--ifado-color-1);
}
#container .mod_job_reader strong, #container .mod_job_reader .anounce {
  color: var(--ifado-color-2);
}
#container .mod_job_reader a {
  color: var(--ifado-color-13);
}

.layout_full .address {
  display: none;
}
.layout_full .maincontent > .block {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.layout_full .layout_full_content, .layout_full .layout_full_contact, .layout_full .metadata > div, .layout_full .contactdata > div, .layout_full .maincontent > div {
  padding-top: 0;
}
.layout_full .teaser {
  margin-top: 2rem;
  font-size: var(--ifado-text-elementinlineheadline-size);
  line-height: var(--ifado-text-elementinlineheadline-lh);
}
.layout_full .trenner {
  margin-top: 10px;
  border: 0 solid;
  border-top-width: 1px;
}
.layout_full .top-back {
  padding-left: 0;
  font-weight: 500;
  text-decoration: none !important;
  color: var(--ifado-color-8) !important;
}
.layout_full .contactsblock {
  display: block;
  width: 100%;
  margin-top: 1rem;
}
.layout_full .contactsblock .headline {
  font-weight: 500;
}
.layout_full .contactsblock .contacts .contact {
  margin-top: 1rem;
}
.layout_full .contactsblock .contacts .contact:first-of-type {
  margin-top: 0;
}
.layout_full .icon-download {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-print {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_print.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-mail {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-share {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_share.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-code-branch {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_code-branch.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-calendar-days {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_calendar-days.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-location {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_location.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full .icon-repeat {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_repeat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.layout_full i {
  margin-right: 0.5rem;
}
.layout_full .icon {
  width: 30px;
  height: 30px;
}
.layout_full .icon-code-branch, .layout_full .icon-calendar-days {
  width: 36px;
  height: 36px;
  border: 2px solid var(--ifado-color-8);
  border-radius: 40px;
  background-size: 16px;
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  .layout_full .icon {
    width: 30px;
    height: 30px;
  }
  .layout_full .icon-code-branch, .layout_full .icon-calendar-days {
    width: 26px;
    height: 26px;
    border: 2px solid var(--ifado-color-8);
    border-radius: 30px;
    background-size: 12px;
  }
}
.layout_full .relative {
  position: relative;
}
.layout_full .relative > div {
  padding: 0;
}
.layout_full .action {
  text-decoration: none !important;
}
@media only screen and (min-width: 48.0625rem) {
  .layout_full .top-end {
    text-align: end;
  }
  .layout_full .sticky {
    position: sticky;
    top: 140px;
    align-self: flex-start;
  }
  .layout_full .action:nth-child(2) {
    position: absolute;
    left: 50%;
    margin-left: -21%;
  }
  .layout_full .action:nth-child(3) {
    position: absolute;
    left: 50%;
    margin-left: 7%;
  }
  .layout_full .action:last-child {
    position: absolute;
    right: 0;
  }
  .layout_full .action:first-child {
    position: relative;
    right: inherit;
  }
}
@media only screen and (min-width: 62.0625rem) {
  .layout_full .sticky {
    top: 260px;
  }
}
@media only screen and (max-width: 48rem) {
  .layout_full .metadata > div {
    padding-left: 0;
    padding-right: 0;
  }
  .layout_full .top-back, .layout_full .datetime, .layout_full .top-end {
    padding-top: 0;
  }
  .layout_full .datetime {
    text-align: right;
  }
  .layout_full .action {
    margin-right: 2rem;
  }
  .layout_full h1 {
    hyphens: auto;
  }
}

#container .mod_newsreader, #container .mod_eventreader {
  width: 100%;
  padding-top: 0;
}
#container .mod_newsreader .back a, #container .mod_eventreader .back a {
  text-decoration: none;
  color: var(--ifado-color-8);
  font-weight: 500;
}

#landscaperow .mod_newslist_slider {
  max-width: 1440px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
#landscaperow .mod_newslist_slider .content-slider {
  width: 100%;
  position: relative;
  z-index: 60;
}
#landscaperow .mod_newslist_slider .layout_slide {
  position: relative;
}
#landscaperow .mod_newslist_slider .layout_slide .image_container {
  position: relative;
  z-index: 50;
  margin: 0;
  padding: 0;
}
#landscaperow .mod_newslist_slider .layout_slide .overlay {
  color: var(--ifado-color-0);
  hyphens: auto;
  background-color: var(--ifado-color-1);
}
#landscaperow .mod_newslist_slider .layout_slide .overlay a {
  color: var(--ifado-color-0);
  text-decoration: none;
}
@media only screen and (min-width: 48.0625rem) {
  #landscaperow .mod_newslist_slider .layout_slide .overlay {
    position: absolute;
    bottom: 4rem;
    left: 4rem;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 51;
  }
  #landscaperow .mod_newslist_slider .layout_slide .overlay h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: var(--ifado-text-elementinlineheadline-size);
    line-height: var(--ifado-text-elementinlineheadline-lh);
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 1rem;
  }
  #landscaperow .mod_newslist_slider .layout_slide .overlay .more a {
    border-radius: 5px;
    border: 2px solid var(--ifado-color-0);
    padding: 0.5rem 1rem;
    transition: all 300ms ease;
  }
  #landscaperow .mod_newslist_slider .layout_slide .overlay .more a:hover {
    background-color: var(--ifado-color-0);
    color: var(--ifado-color-1);
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 75rem) {
  #landscaperow .mod_newslist_slider .layout_slide .overlay {
    padding: 20px;
  }
  #landscaperow .mod_newslist_slider .layout_slide .overlay h2 {
    font-size: var(--ifado-text-elementinlineheadline-size);
    line-height: var(--ifado-text-elementinlineheadline-lh);
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 1rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0;
  }
  #landscaperow .mod_newslist_slider .layout_slide .overlay .more {
    display: none;
  }
}
@media only screen and (max-width: 48rem) {
  #landscaperow .mod_newslist_slider .layout_slide .overlay h2 {
    font-size: var(--ifado-text-elementinlinetext-size);
    line-height: var(--ifado-text-elementinlinetext-lh);
    font-weight: 300;
    letter-spacing: 0.4px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 0;
  }
  #landscaperow .mod_newslist_slider .layout_slide .overlay .more {
    display: none;
  }
}
#landscaperow .mod_newslist_slider .slider-control {
  position: absolute;
  z-index: 61;
  bottom: 0.5rem;
  width: 100%;
}
#landscaperow .mod_newslist_slider .slider-control b {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: none;
  display: inline-block;
  background-color: var(--ifado-color-0);
  color: var(--ifado-color-0);
  margin: 0.5rem;
  padding: 0;
  line-height: 1rem;
}
#landscaperow .mod_newslist_slider .slider-control b:hover, #landscaperow .mod_newslist_slider .slider-control b:focus, #landscaperow .mod_newslist_slider .slider-control b.active {
  background-color: var(--ifado-color-3);
  color: var(--ifado-color-3);
}
#landscaperow .mod_newslist_slider .slider-control .slider-prev, #landscaperow .mod_newslist_slider .slider-control .slider-next {
  display: inline-block;
  background-color: var(--ifado-color-0);
  position: absolute;
  z-index: 62;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  padding: 4px;
  top: -16px;
}
#landscaperow .mod_newslist_slider .slider-control .slider-prev:hover, #landscaperow .mod_newslist_slider .slider-control .slider-next:hover {
  opacity: 1;
}
#landscaperow .mod_newslist_slider .slider-control .slider-prev {
  left: 1rem;
}
#landscaperow .mod_newslist_slider .slider-control .slider-next {
  right: 1rem;
}
#landscaperow .mod_newslist_slider .slider-control .icon {
  width: 32px;
  height: 32px;
}
#landscaperow .mod_newslist_slider .slider-control .icon.icon-next {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(85%) sepia(29%) saturate(3596%) hue-rotate(19deg) brightness(90%) contrast(95%);
  content: "";
  display: inline-block;
}
#landscaperow .mod_newslist_slider .slider-control .icon.icon-prev {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(85%) sepia(29%) saturate(3596%) hue-rotate(19deg) brightness(90%) contrast(95%);
  content: "";
  display: inline-block;
  left: 1rem;
}
@media only screen and (max-width: 48rem) {
  #landscaperow .mod_newslist_slider .slider-control {
    bottom: 4rem;
  }
}

#landscaperow .mod_newslist_slider + .block {
  margin-top: 3rem;
}

#container .mod_newscategories_cumulative {
  margin-bottom: 2rem;
  font-size: var(--ifado-text-filter-size);
  line-height: var(--ifado-text-filter-lh);
  font-weight: 300;
  letter-spacing: 0;
  position: sticky;
  top: 110px;
  background-color: var(--ifado-color-0);
  padding: 0 0 1rem;
}
#container .mod_newscategories_cumulative > div {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 90rem;
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  #container .mod_newscategories_cumulative {
    top: 85px;
  }
}
@media only screen and (max-width: 48rem) {
  #container .mod_newscategories_cumulative {
    position: inherit;
  }
}
#container .mod_newscategories_cumulative a.reset {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 62.0625rem) {
  #container .mod_newscategories_cumulative a.reset {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 62.0625rem) {
  #container .mod_newscategories_cumulative a.reset {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #container .mod_newscategories_cumulative a.reset {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #container .mod_newscategories_cumulative a.reset {
    margin-left: 25%;
  }
}
#container .mod_newscategories_cumulative h6 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  font-size: var(--ifado-text-filter-size);
  line-height: var(--ifado-text-filter-lh);
  font-weight: 300;
  letter-spacing: 0;
  margin: 0;
}
@media only screen and (min-width: 62.0625rem) {
  #container .mod_newscategories_cumulative h6 {
    box-sizing: border-box;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #container .mod_newscategories_cumulative h6 {
    box-sizing: border-box;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
}
#container .mod_newscategories_cumulative ul {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  margin: 0;
  list-style: none;
}
@media only screen and (min-width: 62.0625rem) {
  #container .mod_newscategories_cumulative ul {
    box-sizing: border-box;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #container .mod_newscategories_cumulative ul {
    box-sizing: border-box;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
}
#container .mod_newscategories_cumulative ul.newLine {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 62.0625rem) {
  #container .mod_newscategories_cumulative ul.newLine {
    margin-left: 33.3333333333%;
  }
}
@media only screen and (min-width: 48.0625rem) {
  #container .mod_newscategories_cumulative ul.newLine {
    margin-left: 25%;
  }
}
#container .mod_newscategories_cumulative ul li {
  display: inline-block;
  margin: 0 1rem 0 0;
  padding: 0;
}
#container .mod_newscategories_cumulative ul li.news_category_17:after {
  content: "\a";
  white-space: pre;
}

.mod_job_list .error, .mod_job_list .empty, .mod_eventlist .error, .mod_eventlist .empty, .mod_newslist .error, .mod_newslist .empty, .mod_m150 .error, .mod_m150 .empty {
  background-color: var(--ifado-color-10);
  border-radius: 5px;
  color: var(--ifado-color-1);
  padding: 0.5rem 1rem;
  max-width: fit-content;
}
.mod_job_list .error:before, .mod_job_list .empty:before, .mod_eventlist .error:before, .mod_eventlist .empty:before, .mod_newslist .error:before, .mod_newslist .empty:before, .mod_m150 .error:before, .mod_m150 .empty:before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f06a";
  padding-right: 5px;
}

.mod_m80a {
  min-height: 400px;
}
.mod_m80a .picture .image_container img {
  border-radius: 5px;
}
.mod_m80a .name {
  padding-left: 0.5rem;
}
.mod_m80a a i {
  position: relative;
  transition: all 300ms ease;
}
.mod_m80a a:hover i {
  left: calc(0.5rem / 2);
  transition: all 300ms ease;
}
@media only screen and (min-width: 62.0625rem) {
  .mod_m80a .content {
    position: relative;
  }
  .mod_m80a .content .leading, .mod_m80a .content .secretariat {
    position: absolute;
    bottom: 1rem;
  }
  .mod_m80a.isSecretariat.isLeader .leading {
    bottom: 9rem;
  }
  .mod_m80a.isSecretariat.isLeader .secretariat {
    bottom: 1rem;
  }
}
@media only screen and (max-width: 62rem) {
  .mod_m80a h2 {
    margin-bottom: 0;
  }
  .mod_m80a .secretariat {
    margin-top: 1rem;
  }
}
.mod_m80b {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.mod_m80b .tab div > a, .mod_m80b .tab div > span {
  display: block;
  margin-bottom: 0.5rem;
}
.mod_m80b .tab div > span {
  margin-left: 1rem;
}
.mod_m80b .name {
  padding-left: 0.5rem;
}
.mod_m80b a i {
  position: relative;
  left: 0;
  transition: all 300ms ease;
}
.mod_m80b a:hover i {
  left: calc(0.5rem / 2);
  transition: all 300ms ease;
}

.mod_m81a {
  padding-left: 0;
  padding-right: 0;
}
.mod_m81a a {
  text-decoration: none;
  color: var(--ifado-color-13);
}
.mod_m81a a:hover, .mod_m81a a:focus {
  text-decoration: underline;
  transform: all 300ms ease;
}
.mod_m81a .caption {
  font-size: var(--ifado-text-elementinlineheadline-size);
  font-weight: 500;
  line-height: var(--ifado-text-elementinlineheadline-lh);
  letter-spacing: 0.4px;
}
.mod_m81a .iconRow > div {
  padding-left: 0;
}
.mod_m81a .image_container {
  text-align: center;
}
.mod_m81a .image_container img {
  border-radius: 300px;
}

.mod_m81b {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.mod_m81b .tab .row > div {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.mod_m81b .row > section {
  padding-left: 0;
  padding-right: 0;
}
.mod_m81b .datespan {
  text-align: right;
}
.mod_m81b .publicationCard {
  margin-bottom: 2rem;
}
.mod_m81b .author-indent, .mod_m81b .text-indent {
  display: inline;
}
.mod_m81b .author-indent {
  font-style: italic;
}
.mod_m81b .smallNote {
  margin-bottom: 2rem;
}

#container a, #landscaperow a {
  color: var(--ifado-color-1);
}
#container a:active, #container a:visited, #container a:focus, #landscaperow a:active, #landscaperow a:visited, #landscaperow a:focus {
  color: var(--ifado-color-1);
}

footer,
.custom {
  position: relative;
  z-index: 50;
  background-color: var(--ifado-color-0);
}

h1, .h1 {
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  line-height: var(--ifado-text-teaser-headline-lh);
  letter-spacing: 0.0625rem;
  margin: 0 0 2rem 0;
  color: var(--ifado-color-2);
}
h1 strong, .h1 strong {
  font-weight: 400;
  color: var(--ifado-color-3);
}

h2, .h2 {
  font-size: calc(var(--ifado-text-elementinlinetext-size) * 2);
  font-weight: 400;
  line-height: calc(var(--ifado-text-elementinlinetext-size) * 2 + 0.375rem);
  letter-spacing: 0.04rem;
  margin: 0 0 1rem 0;
  color: var(--ifado-color-1);
}
h2 strong, .h2 strong {
  font-weight: 400;
  color: var(--ifado-color-3);
}

h3, .h3 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: 0.55px;
  margin: 0 0 1rem 0;
  color: var(--ifado-color-8);
}
h3 strong, .h3 strong {
  font-weight: 400;
  color: var(--ifado-color-3);
}

h4, .h4 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.55px;
  margin: 0 0 1rem 0;
  color: var(--ifado-color-8);
}

h5, .h5 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 2rem;
  letter-spacing: 0.55px;
  margin: 0 0 1rem 0;
  color: var(--ifado-color-8);
}

h6, .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  letter-spacing: 0;
  margin: 0 0 0.5rem 0;
  color: var(--ifado-color-1);
}

.standard {
  font-size: var(--ifado-text-common-size);
  line-height: var(--ifado-text-common-lh);
  margin: 0;
}

.overlay h1, .overlay h2, .overlay h3, .overlay h4, .overlay h5, .overlay h6,
.page-level-0 .overlay h1, .page-level-0 .overlay h2, .page-level-0 .overlay h3,
.page-level-0 .overlay h4, .page-level-0 .overlay h5, .page-level-0 .overlay h6 {
  color: var(--ifado-color-0);
}

.page-level-0 h1, .page-level-0 h2, .page-level-0 h3 {
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  line-height: var(--ifado-text-teaser-headline-lh);
  letter-spacing: 0.0625rem;
  margin: 0 0 2rem 0;
  color: var(--ifado-color-2);
}
.page-level-0 h1 strong, .page-level-0 h2 strong, .page-level-0 h3 strong {
  font-weight: 400;
  color: var(--ifado-color-3);
}
.page-level-0 h1 strong, .page-level-0 h2 strong, .page-level-0 h3 strong {
  color: var(--ifado-color-1);
}

p {
  margin: 0 0 1rem 0;
}

.introduction p, p.introduction {
  font-size: var(--ifado-text-introduction-size);
  font-weight: 300;
  line-height: var(--ifado-text-introduction-lh);
  letter-spacing: 0.4px;
}

#main .ce_text ul, .ce_e040 ul, .ce_e041 ul, .ce_e042 ul, .ce_e043 ul, .mod_job_reader ul {
  list-style: disc;
  margin: 0 0 1rem 0;
  padding: 0;
}
#main .ce_text ul li, .ce_e040 ul li, .ce_e041 ul li, .ce_e042 ul li, .ce_e043 ul li, .mod_job_reader ul li {
  margin: 0 0 0.5rem 1rem;
  padding: 0 0 0 2rem;
}
#main .ce_text ul li:last-child, .ce_e040 ul li:last-child, .ce_e041 ul li:last-child, .ce_e042 ul li:last-child, .ce_e043 ul li:last-child, .mod_job_reader ul li:last-child {
  margin: 0 0 0 1rem;
}

.ce_e011, .ce_e016, .ce_e017, .ce_e018, .ce_e040, .ce_e045, .ce_e046, .ce_e047, .ce_e050, .ce_e064, .ce_e066, .ce_e065, .ce_e100, .ce_hyperlink {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 62.0625rem) {
  .ce_e041, .ce_e042, .ce_e043 {
    margin-bottom: 1rem;
  }
}

.ce_e004, .ce_e031, .ce_e078 {
  margin-bottom: 2rem;
}

.ce_e001, .ce_e002, .ce_e003, .ce_e003a, .ce_e012, .ce_e012a, .ce_e014, .ce_e015 {
  margin-bottom: 3rem;
}

.ce_e001 {
  position: relative;
  width: 100%;
}
.ce_e001.impp-text .image_container {
  position: absolute;
}
.ce_e001.impp-text .overlay {
  position: relative;
}
.ce_e001.impp-image .image_container {
  position: relative;
}
.ce_e001.impp-image .overlay {
  position: absolute;
}
.ce_e001 .image_container {
  z-index: 40;
}
.ce_e001 .image_container img {
  border-radius: 5px;
}
.ce_e001 .overlay {
  z-index: 50;
  background: var(--ifado-color-1);
  background: linear-gradient(45deg, var(--ifado-color-1) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
  box-sizing: border-box;
  color: var(--ifado-color-0);
  border-radius: 5px;
  top: 3rem;
  left: 41.6666666667%;
  width: 58.3333333333%;
  font-size: var(--ifado-text-teaser-size);
  line-height: var(--ifado-text-teaser-lh);
}
.ce_e001 .overlay h1, .ce_e001 .overlay h2, .ce_e001 .overlay h3 {
  line-height: var(--ifado-text-teaser-headline-lh);
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  text-align: left;
}
@media only screen and (max-width: 62rem) {
  .ce_e001 .overlay h1, .ce_e001 .overlay h2, .ce_e001 .overlay h3 {
    font-size: calc(var(--ifado-text-teaser-headline-size) * 0.667);
    line-height: calc(var(--ifado-text-teaser-headline-lh) * 0.667);
  }
}
.ce_e001 .overlay h1 strong, .ce_e001 .overlay h2 strong, .ce_e001 .overlay h3 strong {
  font-weight: 300;
}
.ce_e001 .overlay strong {
  color: var(--ifado-color-3);
}
.ce_e001 .overlay ul {
  list-style-type: ifado-plus !important;
  margin-left: 3rem !important;
  padding-left: 0;
}
.ce_e001 .overlay ul li {
  margin-bottom: 3rem !important;
  padding-left: 2rem;
}
.ce_e001 .overlay ol {
  margin-left: 3rem !important;
}
.ce_e001 .overlay ol li {
  margin-bottom: 2rem !important;
}
@media only screen and (max-width: 48rem) {
  .ce_e001.impp-text .image_container, .ce_e001.impp-image .image_container {
    position: relative;
  }
  .ce_e001.impp-text .overlay, .ce_e001.impp-image .overlay {
    position: relative;
  }
  .ce_e001 .overlay {
    top: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
  }
  .ce_e001 .overlay ul, .ce_e001 .overlay ol {
    margin-left: 1rem !important;
  }
  .ce_e001 .overlay ul li, .ce_e001 .overlay ol li {
    margin-bottom: 1rem !important;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  .ce_e001 .overlay {
    padding: 2rem 1rem 2rem 1rem;
  }
  .ce_e001 .overlay ul, .ce_e001 .overlay ol {
    margin-left: 1rem !important;
  }
  .ce_e001 .overlay ul li, .ce_e001 .overlay ol li {
    margin-bottom: 2rem !important;
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 62.0625rem) and (max-width: 75rem) {
  .ce_e001 .overlay {
    padding: 3rem 2rem 3rem 3rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .ce_e001 .overlay {
    padding: 4rem 2rem 4rem 4rem;
  }
}

.ce_e002 {
  position: relative;
  width: 100%;
}
.ce_e002.impp-text .image_container {
  position: absolute;
}
.ce_e002.impp-text .overlay {
  position: relative;
}
.ce_e002.impp-image .image_container {
  position: relative;
}
.ce_e002.impp-image .overlay {
  position: absolute;
}
.ce_e002 .image_container {
  z-index: 40;
}
.ce_e002 .image_container img {
  border-radius: 5px;
}
.ce_e002 .overlay {
  z-index: 50;
  background: var(--ifado-color-1);
  background: linear-gradient(45deg, color-mix(in srgb, var(--ifado-color-1), transparent 25%) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
  padding: 4rem 9rem;
  box-sizing: border-box;
  top: 3rem;
  left: 25%;
  width: 75%;
  color: var(--ifado-color-0);
  border-radius: 5px;
  font-size: var(--ifado-text-teaser-size);
  line-height: var(--ifado-text-teaser-lh);
}
.ce_e002 .overlay h1, .ce_e002 .overlay h2, .ce_e002 .overlay h3 {
  line-height: var(--ifado-text-teaser-headline-lh);
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  text-align: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}
@media only screen and (max-width: 62rem) {
  .ce_e002 .overlay h1, .ce_e002 .overlay h2, .ce_e002 .overlay h3 {
    font-size: calc(var(--ifado-text-teaser-headline-size) * 0.667);
    line-height: calc(var(--ifado-text-teaser-headline-lh) * 0.667);
  }
}
.ce_e002 .overlay h1 strong, .ce_e002 .overlay h2 strong, .ce_e002 .overlay h3 strong {
  font-weight: 300;
}
.ce_e002 ul, .ce_e002 ol {
  padding-left: 22px;
}
@media only screen and (max-width: 75rem) {
  .ce_e002 .overlay {
    padding: 3rem 4rem;
  }
}
@media only screen and (max-width: 62rem) {
  .ce_e002 .overlay {
    padding: 2rem 2rem;
  }
  .ce_e002.impp-image .image_container {
    position: absolute;
  }
  .ce_e002.impp-image .overlay {
    position: relative;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e002 .overlay {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 36rem) {
  .ce_e002 .overlay {
    left: 8.3333333333%;
    width: 91.6666666667%;
  }
}

.ce_e003 {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 48.0625rem) {
  .ce_e003.impp-text .image_container {
    position: absolute;
  }
  .ce_e003.impp-text .overlay {
    position: relative;
  }
  .ce_e003.impp-image .image_container {
    position: relative;
  }
  .ce_e003.impp-image .overlay {
    position: absolute;
    background: var(--ifado-color-1);
    background: linear-gradient(45deg, var(--ifado-color-1) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
  }
  .ce_e003 .image_container {
    z-index: 40;
    left: -40px;
  }
  .ce_e003 .image_container img {
    border-radius: 5px;
  }
  .ce_e003 .row {
    padding-top: 270px;
  }
}
@media only screen and (min-width: 62.0625rem) and (max-width: 75rem) {
  .ce_e003 .row {
    padding-top: 320px;
  }
}
.ce_e003 .headline {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.ce_e003 .overlay {
  opacity: 0.9;
  z-index: 50;
  color: var(--ifado-color-1);
  border-radius: 5px;
  font-size: var(--ifado-text-teaser-size);
  line-height: var(--ifado-text-teaser-lh);
}
@media only screen and (max-width: 48rem) {
  .ce_e003 .overlay {
    padding: 2rem;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  .ce_e003 .overlay {
    padding: 3rem 4rem !important;
  }
}
@media only screen and (min-width: 62.0625rem) and (max-width: 75rem) {
  .ce_e003 .overlay {
    padding: 3rem 6rem !important;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .ce_e003 .overlay {
    padding: 4rem 8rem !important;
  }
}
.ce_e003 .overlay h1, .ce_e003 .overlay h2, .ce_e003 .overlay h3, .ce_e003 .overlay h3, .ce_e003 .overlay h4, .ce_e003 .overlay h5, .ce_e003 .overlay h6 {
  line-height: var(--ifado-text-teaser-headline-lh);
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  text-align: left;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 62rem) {
  .ce_e003 .overlay h1, .ce_e003 .overlay h2, .ce_e003 .overlay h3, .ce_e003 .overlay h3, .ce_e003 .overlay h4, .ce_e003 .overlay h5, .ce_e003 .overlay h6 {
    font-size: calc(var(--ifado-text-teaser-headline-size) * 0.667);
    line-height: calc(var(--ifado-text-teaser-headline-lh) * 0.667);
  }
}
.ce_e003 .overlay h1 strong, .ce_e003 .overlay h2 strong, .ce_e003 .overlay h3 strong, .ce_e003 .overlay h3 strong, .ce_e003 .overlay h4 strong, .ce_e003 .overlay h5 strong, .ce_e003 .overlay h6 strong {
  font-weight: 300;
}
.ce_e003 .icon {
  display: inline-block;
  position: relative;
  z-index: 50;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.ce_e003 .icon.icon-ergonomics {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/IfADo_icon_ergonomie.svg");
}
.ce_e003 .icon.icon-toxicology {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/IfADo_icon_toxikologie.svg");
}
.ce_e003 .icon.icon-immunology {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/IfADo_icon_immunologie.svg");
}
.ce_e003 .icon.icon-psychologyneurosiences {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/IfADo_icon_psychologie-neurowissenschaften.svg");
}
.ce_e003 .icon.icon-ergonomics-sm {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/20221215_IfADo_icon_Ergonomie.svg");
}
.ce_e003 .icon.icon-toxicology-sm {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/20221215_IfADo_icon_Toxikologie.svg");
}
.ce_e003 .icon.icon-immunology-sm {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/20221215_IfADo_icon_Immunologie.svg");
}
.ce_e003 .icon.icon-psychologyneurosiences-sm {
  background-image: url("../../files/template/images/icons/forschungsfelder/SVG/20221215_IfADo_icon_Psycho+Neuro.svg");
}
.ce_e003 .icon-sm {
  width: 30px;
  height: 30px;
}
.ce_e003.ergonomics .overlay {
  background: rgb(0, 177, 255);
  background: linear-gradient(45deg, rgb(0, 177, 255) 0%, rgb(0, 216, 255) 100%);
}
.ce_e003.immunology .overlay {
  background: rgb(255, 226, 0);
  background: linear-gradient(45deg, rgb(255, 226, 0) 0%, rgb(255, 255, 0) 100%);
}
.ce_e003.psychologyneurosiences .overlay {
  background: rgb(4, 221, 104);
  background: linear-gradient(45deg, rgb(4, 221, 104) 0%, rgb(0, 255, 157) 100%);
}
.ce_e003.toxicology .overlay {
  background: rgb(215, 123, 237);
  background: linear-gradient(45deg, rgb(215, 123, 237) 0%, rgb(255, 128, 230) 100%);
}

@media only screen and (max-width: 36rem) {
  .ce_e003ab .overlay {
    min-width: calc(6.25 * 3rem);
    padding: 1rem 2rem;
  }
}
@media only screen and (max-width: 36rem) and (min-width: 36.0625rem) {
  .ce_e003ab .overlay {
    box-sizing: border-box;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 36.0625rem) {
  .ce_e003ab .overlay {
    min-width: calc(6.25 * 3rem);
    margin-left: 8.3333333333%;
    padding: 2rem 4rem !important;
  }
}
@media only screen and (min-width: 36.0625rem) and (min-width: 36.0625rem) {
  .ce_e003ab .overlay {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 48.0625rem) {
  .ce_e003ab .overlay {
    min-width: calc(12.25 * 3rem);
    margin-left: 8.3333333333%;
    padding: 4rem 8rem !important;
  }
}
@media only screen and (min-width: 48.0625rem) and (min-width: 48.0625rem) {
  .ce_e003ab .overlay {
    box-sizing: border-box;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 62.0625rem) {
  .ce_e003ab .overlay {
    min-width: calc(14.5 * 3rem);
    margin-left: 16.6666666667%;
    padding: 4rem 8rem !important;
  }
}
@media only screen and (min-width: 62.0625rem) and (min-width: 62.0625rem) {
  .ce_e003ab .overlay {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 75.0625rem) {
  .ce_e003ab .overlay {
    min-width: calc(18.25 * 3rem);
    padding: 4rem 8rem !important;
  }
}

.ce_e011 {
  position: relative;
  /*
      Im Panel die Überschrift
  */
  /*
      Text unter der Überschrift.
  */
  /*
      Für a href 'Mehr erfahren' - Nur der Text
  */
  /*
      Für den Pfeil nach rechts die Farbe festlegen 
      und die Animation inkl. Verzögerung beschreiben.
  */
}
.ce_e011 .bgImage {
  border-radius: 5px;
  background-repeat: no-repeat;
  height: 200px;
  z-index: 10;
}
@media only screen and (min-width: 36.0625rem) {
  .ce_e011 .bgImage {
    position: absolute;
    width: calc(100% - 2rem);
  }
}
@media only screen and (max-width: 36rem) {
  .ce_e011 .bgImage {
    min-height: auto;
  }
}
.ce_e011 .card {
  border-radius: 5px;
  width: calc(100% - 6rem);
  height: 24rem;
  background-color: var(--ifado-color-0);
  margin-top: 10rem;
  left: 2rem;
  padding: 2rem;
  z-index: 20;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 75rem) {
  .ce_e011 .card {
    height: 37rem;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e011 .card {
    height: auto;
    margin-top: 12rem;
  }
}
@media only screen and (max-width: 36rem) {
  .ce_e011 .card {
    width: 100%;
    left: 0;
    padding: 1rem;
    margin-top: 0;
    box-sizing: border-box;
  }
}
.ce_e011 .headline {
  font-size: var(--ifado-text-elementinlineheadline-size);
  line-height: var(--ifado-text-elementinlineheadline-lh);
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
  color: var(--ifado-color-8);
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (max-width: 62rem) {
  .ce_e011 .headline {
    height: calc(var(--ifado-text-elementinlinetext-lh) * 2);
  }
}
.ce_e011 .text {
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-weight: 300;
  letter-spacing: 0.4px;
  color: var(--ifado-color-13);
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: var(--ifado-clamp-lines);
  -webkit-box-orient: vertical;
}
.ce_e011 .more {
  font-size: var(--ifado-text-elementinlinelink-size);
  line-height: var(--ifado-text-elementinlinelink-lh);
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--ifado-color-8);
  text-decoration: none;
}
@media only screen and (min-width: 48.0625rem) {
  .ce_e011 .more {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
}
.ce_e011 .more:hover i {
  transform: translate(8px, 0px);
}
.ce_e011 i {
  transition: transform ease 300ms;
  margin-left: 1rem;
  transform: translate(0px, 0px);
  font-size: 1.375rem;
  line-height: 1.5rem;
  vertical-align: top;
}

.ce_e011a p {
  margin: 0 0 1rem 0;
}
.ce_e011a a:hover i {
  transform: translate(8px, 0px);
}
.ce_e011a i {
  margin-left: 0;
  margin-right: 1rem;
  transform: translate(0px, 0px);
  transition: transform ease 300ms;
  vertical-align: text-bottom;
}
.ce_e011a .text p {
  color: var(--ifado-color-13);
}
@media only screen and (min-width: 75.0625rem) {
  .ce_e011a .text p {
    margin-left: 2rem;
  }
}
.ce_e011a .text p::before {
  padding-right: 5px;
  font-style: normal;
  margin-left: -21px;
  font-size: 20px;
}
.ce_e011a .text p.color-1::before {
  color: var(--ifado-color-1);
}
.ce_e011a .text p.color-2::before {
  color: var(--ifado-color-2);
}
.ce_e011a .text p.color-3::before {
  color: var(--ifado-color-3);
}
.ce_e011a .text p.color-4::before {
  color: var(--ifado-color-4);
}
.ce_e011a .text p.color-5::before {
  color: var(--ifado-color-5);
}
.ce_e011a .text p.color-6::before {
  color: var(--ifado-color-6);
}
.ce_e011a .text p.color-7::before {
  color: var(--ifado-color-2);
}
.ce_e011a .headline {
  height: unset;
}
@media only screen and (min-width: 36.0625rem) and (max-width: 48rem) {
  .ce_e011a .card {
    margin-top: 0;
  }
}

.bgImage {
  position: relative;
  width: 100%;
  border-radius: 5px;
  min-height: 25rem;
  background-repeat: no-repeat;
}

.ce_e012a,
.ce_e012 {
  margin-bottom: 3rem;
  -webkit-hyphens: auto;
  hyphens: auto;
  /*
      Die Überschrift liegt über dem Hintergrundbild
  */
  /*
      Der Text. Nutzbar für sichtbaren und
      (zunächst) unsichtbaren Text verwenden.
  */
  /*
      In diesem Div finden sich '+ Weiterlesen' und der (zunächst unsichtbare)
      restliche Text, der aufklappt beim Klick auf "Weiterlesen"
  */
  /*
      Das Plus Icon (image tag)
  */
  /*
      Das Minus Icon, z.B. vor "Weniger anzeigen"
  */
  /*
      Weiterlesen (div)
  */
  /*
    Weniger anzeigen, ist erstmal nicht sichtbar
  */
  /*
      Diese Klasse für den div, in dem alle restlichen Texte stehen, die
      nur sichtbar werden, wenn auf "Weiterlesen" geklickt wird.
  */
}
.ce_e012a h2,
.ce_e012 h2 {
  color: var(--ifado-color-0);
}
.ce_e012a.bg-gradient,
.ce_e012.bg-gradient {
  border-radius: 5px;
  padding: 0;
  background-image: linear-gradient(90deg, rgb(27, 86, 130) 0%, rgb(8, 120, 166) 100%);
}
.ce_e012a .headline,
.ce_e012 .headline {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ce_e012a .title,
.ce_e012 .title {
  font-family: "Rubik";
  font-size: var(--ifado-text-teaser-size);
  color: var(--ifado-color-0);
  font-weight: 500;
  line-height: var(--ifado-text-elementinlineheadline-lh);
  margin-top: 4rem;
  margin-bottom: 2rem;
  z-index: 20;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ce_e012a .text,
.ce_e012 .text {
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  line-height: var(--ifado-text-elementinlinetext-lh);
  word-wrap: unset;
  color: var(--ifado-color-0);
  font-family: Rubik, sans-serif;
  text-decoration: none;
  margin-bottom: 2rem;
}
.ce_e012a .e012-continue,
.ce_e012 .e012-continue {
  position: relative;
  cursor: pointer;
  color: var(--ifado-color-0);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ce_e012a .e012-plus,
.ce_e012 .e012-plus {
  position: absolute;
  top: calc((1.5rem - var(--ifado-text-elementinlinetext-size)) / 2);
  content: url(../../files/template/images/icons/ui/SVG/IfADo_icon_plus.svg);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(175deg) brightness(118%) contrast(100%);
  height: 1.5rem;
}
.ce_e012a .e012-minus,
.ce_e012 .e012-minus {
  position: absolute;
  top: calc((1.5rem - var(--ifado-text-elementinlinetext-size)) / 2);
  content: url(../../files/template/images/icons/ui/SVG/IfADo_icon_minus.svg);
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(175deg) brightness(118%) contrast(100%);
  height: 1.5rem;
}
.ce_e012a .e012-cont-text,
.ce_e012 .e012-cont-text {
  position: relative;
  margin-left: 2rem;
  color: var(--ifado-color-0);
}
.ce_e012a .e012-less-text,
.ce_e012 .e012-less-text {
  position: relative;
  display: none;
  cursor: pointer;
  color: var(--ifado-color-0);
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.ce_e012a .e012-addon-div,
.ce_e012 .e012-addon-div {
  display: none;
  position: relative;
  border-radius: 5px;
}

#container .ce_e013 {
  color: var(--ifado-color-8);
  /* Hintergrund */
  /*
      Für den Pfeil nach rechts die Farbe festlegen 
      und die Animation inkl. Verzögerung beschreiben.
  */
}
#container .ce_e013 .row > div {
  padding-left: 2rem;
  padding-right: 2rem;
}
#container .ce_e013 .card {
  position: relative;
  background-color: var(--ifado-color-9);
  border-radius: 5px;
  font-family: "Rubik";
  padding-bottom: 1.5rem;
}
#container .ce_e013 .title {
  font-weight: 500;
  font-size: var(--ifado-text-elementinlineheadline-size);
  line-height: var(--ifado-text-elementaction-lh);
  padding-top: 2rem;
}
#container .ce_e013 .text {
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  word-wrap: unset;
  text-decoration: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: calc(var(--ifado-text-elementinlinetext-size) / 2);
}
#container .ce_e013 .button {
  font-size: var(--ifado-text-elementinlinelink-size);
  font-weight: 500;
  color: var(--ifado-color-1);
  font-family: "Rubik";
  text-decoration: none;
  border-color: var(--ifado-color-1);
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: 0.7rem 1.5rem;
  width: fit-content;
  transition: all 300ms ease;
  white-space: nowrap;
}
#container .ce_e013 .button:hover {
  color: var(--ifado-color-0) !important;
  text-decoration: none;
  background-color: var(--ifado-color-1);
}
#container .ce_e013 .more {
  font-size: var(--ifado-text-elementinlinelink-size);
  font-weight: 500;
  color: var(--ifado-color-1);
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
#container .ce_e013 .blue {
  color: var(--ifado-color-1);
  transition: transform ease 300ms;
  margin-left: 6px;
}
#container .ce_e013 .more:hover .blue {
  transform: translate(8px, 0px);
}
@media only screen and (min-width: 36.0625rem) {
  #container .ce_e013 .button-right {
    text-align: right;
    padding-right: 2rem;
  }
}

.ce_e014 {
  -webkit-hyphens: auto;
  hyphens: auto;
  color: var(--ifado-color-0);
  margin-top: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  border-radius: 5px;
  background: var(--ifado-color-1);
  background: linear-gradient(45deg, var(--ifado-color-1) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
  min-height: calc(
        3.5 * var(--ifado-text-elementinlinetext-lh) +
        8 * var(--ifado-text-elementinlinetext-lh) +
        2 * 3rem +
        2 * var(--ifado-text-elementinlinelink-lh)
    );
}
.ce_e014 .h1 {
  margin-top: 4rem;
  margin-bottom: 6rem;
}
.ce_e014 .bgImage {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
.ce_e014.bg-icon-ergonomics .bgImage {
  background-image: url("../../files/template/images/icons/forschungsfelder/ergonomics_shadow.svg");
}
.ce_e014.bg-icon-ergonomics .bgImage {
  background-image: url("../../files/template/images/icons/forschungsfelder/ergonomics_shadow.svg");
}
.ce_e014 .headline {
  font-size: var(--ifado-text-elementinlineheadline-size);
  line-height: var(--ifado-text-elementinlineheadline-lh);
  font-weight: 500;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
  color: var(--ifado-color-0);
  height: 4rem;
  min-height: calc(3.5 * var(--ifado-text-elementinlinetext-lh));
}
@media only screen and (max-width: 62rem) {
  .ce_e014 .headline {
    min-height: calc(2.5 * var(--ifado-text-elementinlinetext-lh));
  }
}
.ce_e014 .teaser {
  position: relative;
  padding-top: 0;
  padding-right: 2rem;
  padding-left: 2rem;
  border-right: 1px solid var(--ifado-color-0);
}
.ce_e014 .teaser:last-child {
  border-right: none;
}
.ce_e014 .teaser.teaser1 {
  padding-left: 2rem;
}
.ce_e014 .teaser.teaser1 .more {
  left: 2rem;
}
@media only screen and (max-width: 62rem) {
  .ce_e014 .teaser.teaser1 .more {
    left: 2rem;
  }
}
@media only screen and (max-width: 62rem) {
  .ce_e014 .teaser.teaser1 {
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 62rem) {
  .ce_e014 .teaser.teaser2 {
    border-right: none;
  }
}
@media only screen and (max-width: 62rem) {
  .ce_e014 .teaser.teaser3 {
    margin-top: 3rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 62rem) {
  .ce_e014 .teaser.teaser4 {
    margin-top: 3rem;
  }
}
.ce_e014 .teaser i {
  transition: transform ease 300ms;
  margin-left: 1rem;
  transform: translate(0px, 0px);
  font-size: 1.375rem;
  line-height: 1.5rem;
  vertical-align: top;
}
.ce_e014 .teaser .blankline {
  padding-bottom: var(--ifado-text-elementinlinetext-lh);
}
.ce_e014 .teaser .more {
  font-size: var(--ifado-text-elementinlinelink-size);
  line-height: var(--ifado-text-elementinlinelink-lh);
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  position: absolute;
  margin-top: var(--ifado-text-elementinlinetext-lh);
  bottom: 0;
  color: var(--ifado-color-0);
  left: 2rem;
  text-decoration: none;
}
.ce_e014 .teaser .more:hover i {
  transform: translate(8px, 0px);
}

.ce_e015 .bgImage {
  background-repeat: no-repeat;
  position: absolute;
}
.ce_e015 .button {
  margin-top: 1rem;
}
.ce_e015 .button a {
  font-size: var(--ifado-text-elementinlinelink-size);
  font-weight: 500;
  color: var(--ifado-color-0) !important;
  font-family: "Rubik";
  text-decoration: none;
  border-color: var(--ifado-color-0);
  border-width: 2px;
  border-style: solid;
  border-radius: 5px;
  padding: calc(var(--ifado-text-teaser-headline-lh) / 6) 2rem;
  width: fit-content;
  transition: all 300ms ease;
  margin-top: calc(var(--ifado-text-teaser-headline-lh) * 0.66);
}
.ce_e015 .button a:hover, .ce_e015 .button a:focus {
  color: var(--ifado-color-1) !important;
  background-color: var(--ifado-color-0);
  border-color: var(--ifado-color-0);
}
.ce_e015 .overlay {
  background: var(--ifado-color-1);
  background: linear-gradient(45deg, color-mix(in srgb, var(--ifado-color-1), transparent 25%) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
  max-height: calc(var(--ifado-text-teaser-headline-lh) * 8);
  margin-top: calc(var(--ifado-text-teaser-headline-lh) * 4);
  margin-left: 1rem;
  margin-bottom: calc(var(--ifado-text-teaser-headline-lh) * 2);
  border-radius: 5px;
  padding: calc(var(--ifado-text-teaser-headline-lh) * 0.66);
}
@media only screen and (max-width: 62rem) and (min-width: 48.0625rem) {
  .ce_e015 .overlay {
    box-sizing: border-box;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e015 .overlay {
    max-height: calc(var(--ifado-text-teaser-headline-lh) * 9);
  }
}
@media only screen and (max-width: 48rem) and (min-width: 36.0625rem) {
  .ce_e015 .overlay {
    box-sizing: border-box;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
}
.ce_e015 .text {
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  color: var(--ifado-color-0);
  font-family: "Rubik";
  letter-spacing: 0.4px;
  line-height: var(--ifado-text-teaser-headline-lh);
  max-height: calc(4 * var(--ifado-text-teaser-headline-lh));
  overflow: hidden;
}
.ce_e015 .h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.ce_e016 {
  width: 100%;
  /*.small-center
  {
      @media only screen and (max-width: 48rem)
      {
          justify-content: center;
      }
  }*/
}
.ce_e016 .stretch {
  min-width: 160px;
}
.ce_e016 a.url {
  color: var(--ifado-color-8);
  text-decoration: none;
}
.ce_e016 a.url:hover {
  color: var(--ifado-color-1);
  text-decoration: none;
}
.ce_e016 .icon-box > div {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media only screen and (max-width: 48rem) {
  .ce_e016 .icon-box {
    max-width: 9rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.ce_e016 .text {
  min-height: calc(var(--ifado-text-common-lh) * 2);
  text-align: center;
  font-size: var(--ifado-text-common-size);
  line-height: var(--ifado-text-common-lh);
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (max-width: 62rem) {
  .ce_e016 .text {
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e016 .text {
    max-width: 9rem;
    text-align: center;
  }
}

.ce_e017 .icon-box {
  position: relative;
  text-align: center;
  height: 128px;
  width: 128px;
  align-items: center;
  display: inherit;
}
.ce_e017 .icon-box img.main {
  text-align: center;
  height: 128px;
}
@media only screen and (min-width: 36.0625rem) {
  .ce_e017 .item {
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 62.0625rem) {
  .ce_e017 .item {
    height: calc(135px + 8 * var(--ifado-text-elementinlinetext-lh));
  }
}
@media only screen and (max-width: 36rem) {
  .ce_e017 .item {
    margin-top: 1rem;
  }
}
.ce_e017 .text {
  text-align: center;
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-weight: 300;
  color: var(--ifado-color-13);
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media only screen and (min-width: 36.0625rem) {
  .ce_e017 .text {
    margin-top: var(--ifado-text-common-lh);
    min-height: calc(var(--ifado-text-common-lh) * 5);
  }
}
.ce_e017 .text a.url {
  text-decoration: none;
  color: var(--ifado-color-13);
}

.ce_e018 {
  cursor: grab;
  position: relative;
}
@media only screen and (min-width: 48.0625rem) {
  .ce_e018 .glide__slide {
    opacity: 0.5;
    border-right: 2px solid var(--ifado-color-12);
  }
  .ce_e018 .glide__slide.glide__slide--active {
    opacity: 1;
  }
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  .ce_e018 .glide__slide--active + .glide__slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 62.0625rem) and (max-width: 75rem) {
  .ce_e018 .glide__slide--active + .glide__slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 75.0625rem) and (max-width: 90rem) {
  .ce_e018 .glide__slide--active + .glide__slide,
  .ce_e018 .glide__slide--active + .glide__slide + .glide__slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 90.0625rem) {
  .ce_e018 .glide__slide--active + .glide__slide,
  .ce_e018 .glide__slide--active + .glide__slide + .glide__slide,
  .ce_e018 .glide__slide--active + .glide__slide + .glide__slide + .glide__slide {
    opacity: 1;
  }
}
.ce_e018 .headline {
  font-size: var(--ifado-text-elementinlineheadline-size);
  font-weight: 500;
  line-height: var(--ifado-text-elementinlineheadline-lh);
  letter-spacing: 0.4px;
  height: calc(var(--ifado-text-elementinlineheadline-lh) * 2);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ce_e018 a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  color: var(--ifado-color-8) !important;
}
.ce_e018 a:after {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(60%) sepia(59%) saturate(7498%) hue-rotate(171deg) brightness(95%) contrast(95%);
  content: "";
  display: inline-block;
  margin: 0 0 0 1rem;
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
}
.ce_e018 .controls {
  margin-top: 2rem;
}
.ce_e018 .controls .glide__bullets {
  text-align: center;
}
.ce_e018 .controls .glide__bullets .glide__bullet {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  border: none;
  display: inline-block;
  background-color: var(--ifado-color-2);
  margin: 0.5rem;
  padding: 0;
}
.ce_e018 .controls .glide__bullets .glide__bullet:hover, .ce_e018 .controls .glide__bullets .glide__bullet:focus, .ce_e018 .controls .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: var(--ifado-color-3);
}
.ce_e018 .controls .glide__arrow {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0.75;
}
.ce_e018 .controls .glide__arrow:hover {
  opacity: 1;
}
.ce_e018 .controls .glide__arrow.forward {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_circle-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
  content: "";
  display: inline-block;
  right: 1rem;
}
.ce_e018 .controls .glide__arrow.back {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_circle-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(48%) sepia(0%) saturate(0%) hue-rotate(140deg) brightness(91%) contrast(88%);
  content: "";
  display: inline-block;
  left: 1rem;
}
@media only screen and (max-width: 62rem) {
  .ce_e018 .controls .glide__arrow {
    display: none !important;
  }
}

.ce_e031 a.button.more,
.ce_e031 a.button.more:visited,
.ce_e031 a.button.more:active,
.ce_e031 a.button.more:focus {
  color: var(--ifado-color-0) !important;
}
@media only screen and (max-width: 62rem) {
  .ce_e031 a.button.more,
  .ce_e031 a.button.more:visited,
  .ce_e031 a.button.more:active,
  .ce_e031 a.button.more:focus {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.ce_e031 .card {
  background-color: var(--ifado-color-3);
  border-radius: 5px;
  color: var(--ifado-color-1);
  padding-top: var(--ifado-text-teaser-headline-size);
  padding-bottom: var(--ifado-text-teaser-headline-size);
  width: 100%;
}
@media only screen and (max-width: 62rem) {
  .ce_e031 .card {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.ce_e031 .title {
  line-height: var(--ifado-text-teaser-headline-lh);
  font-size: var(--ifado-text-teaser-headline-size);
  font-weight: 300;
  text-align: left;
  hyphens: auto;
  -webkit-hyphens: auto;
}
@media only screen and (max-width: 62rem) {
  .ce_e031 .title {
    font-size: calc(var(--ifado-text-teaser-headline-size) * 0.667);
    line-height: calc(var(--ifado-text-teaser-headline-lh) * 0.667);
  }
}
.ce_e031 .title strong {
  font-weight: 300;
}
@media only screen and (max-width: 62rem) {
  .ce_e031 .title {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.ce_e031 .text {
  font-size: var(--ifado-text-elementaction-size);
  line-height: var(--ifado-text-elementaction-lh);
  letter-spacing: 0.4px;
  padding-top: calc(var(--ifado-text-elementaction-lh) * 0.75);
}
.ce_e031 .button {
  display: inline-block;
  line-height: var(--ifado-text-elementinlinelink-lh);
  text-decoration: none;
  border: 2px solid var(--ifado-color-1);
  border-radius: 5px;
  font-size: var(--ifado-text-elementinlinelink-size);
  font-weight: 500;
  color: var(--ifado-color-0);
  background-color: var(--ifado-color-1);
  padding: calc(var(--ifado-text-elementinlineheadline-lh) / 3) 1rem;
  margin-right: 10px;
  margin-left: 10px;
  text-transform: uppercase;
  text-align: center;
}

#main .ce_e031 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

#main .isLandscape .ce_e031 {
  padding-left: 0;
  padding-right: 0;
}

.ce_e041.ce_e041_left {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.ce_e041.ce_e041_left h1, .ce_e041.ce_e041_left h2 {
  margin: -10px 0 0 0;
  text-align: left;
}
.ce_e041.ce_e041_right {
  font-size: var(--ifado-text-introduction-size);
  line-height: var(--ifado-text-introduction-lh);
  letter-spacing: 0.4px;
  font-weight: 300;
}
@media only screen and (max-width: 62rem) {
  .ce_e041.ce_e041_right {
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 62rem) {
  .ce_e042 h1, .ce_e042 h2, .ce_e042 h3, .ce_e042 h4, .ce_e042 h5, .ce_e042 h6 {
    margin: 0;
  }
  .ce_e042.ce_e042-right {
    margin-bottom: 1rem;
  }
}
.ce_e042.ce_e042-left {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.ce_e043 {
  border-radius: 5px;
  background-position: center center;
  width: 100%;
}
.ce_e043 .column {
  margin-bottom: 3rem;
  box-sizing: border-box;
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-radius: 5px;
}
.ce_e043 .column .row {
  background-color: var(--ifado-color-0);
  border-radius: 5px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 48.0625rem) and (max-width: 62rem) {
  .ce_e043 .column .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e043 .column .row {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e043 .column {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.ce_e044 {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.ce_e045 {
  hyphens: auto;
  -webkit-hyphens: auto;
}
.ce_e045 .highlight {
  color: var(--ifado-color-1);
}
.ce_e045 .headline {
  color: var(--ifado-color-2);
  margin-bottom: 0;
}

.ce_e046 {
  font-size: var(--ifado-text-introduction-size);
  font-weight: 300;
  line-height: var(--ifado-text-introduction-lh);
  letter-spacing: 0.4px;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.ce_e061 {
  /*
  Setzt Farbe für das SVG-Icon
  */
}
.ce_e061 i.icon {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.ce_e061 div.icon-box {
  text-align: center;
}
.ce_e061 img.image {
  padding: 1rem;
  margin: auto;
}
.ce_e061 div.text {
  font-size: var(--ifado-text-elementinlineheadline-size);
  font-weight: 500;
  line-height: var(--ifado-text-elementinlineheadline-lh);
  letter-spacing: 0.4px;
  color: var(--ifado-color-8);
}

.ce_e063 .icon-box {
  width: 2rem;
  height: 2rem;
  display: block;
}
.ce_e063 .icon {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_download.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
.ce_e063 .text {
  font-size: var(--ifado-text-elementinlineheadline-size);
  font-weight: 500;
  line-height: var(--ifado-text-elementinlineheadline-lh);
  letter-spacing: 0.4px;
  color: var(--ifado-color-8);
}

.ce_e064 figure, .ce_e065 figure {
  margin: 0;
}
.ce_e064 figure video, .ce_e065 figure video {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 48rem) {
  .ce_e064 figure, .ce_e065 figure {
    text-align: center;
  }
}

.ce_e066 img {
  border-radius: 5px;
}

.ce_e075 {
  background-color: var(--ifado-color-9);
}
.ce_e075 .icon {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_Go-to.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}
.ce_e075 .iconHolder {
  align-self: flex-end;
  height: 30px;
  margin-bottom: 6px;
  text-align: right;
}
@media only screen and (max-width: 48rem) {
  .ce_e075 .iconHolder {
    display: none;
  }
}
.ce_e075 .short-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 36rem) {
  .ce_e075 .short-text {
    max-width: 19rem;
  }
}
.ce_e075 .title {
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 500;
  color: var(--ifado-color-8);
}
.ce_e075 .text {
  color: var(--ifado-color-13);
}
.ce_e075 .author-indent {
  padding-left: 0;
  margin-top: calc(var(--ifado-text-elementinlinetext-lh) / 2);
  font-style: italic;
}

.ce_e100 {
  padding: 0 1rem 0 0;
}
.ce_e100 .card {
  border-radius: 5px;
  background-color: var(--ifado-color-9);
}
@media only screen and (min-width: 75.0625rem) {
  .ce_e100 .card {
    width: calc(100% - 1rem);
    margin: 1rem;
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 75rem) {
  .ce_e100 .card {
    margin-left: 1rem;
  }
  .ce_e100 .card .column-2 {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 48rem) {
  .ce_e100 .card {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 48rem) and (min-width: 36.0625rem) {
  .ce_e100 .card .column-2 {
    margin-left: 8.3333333333%;
  }
}
.ce_e100 img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.ce_e100 .textl {
  font-size: var(--ifado-text-elementinlinelink-size);
  font-weight: 500;
}
@media only screen and (min-width: 75.0625rem) {
  .ce_e100 .textl {
    margin-top: calc(2rem/4);
    margin-bottom: calc(2rem/4);
  }
}

@media only screen and (min-width: 65rem) {
  .box-2-1 {
    box-sizing: border-box;
    flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    padding: 4rem 0;
    margin-right: 0.5rem;
    border-radius: 5px;
  }
  .box-2-2 {
    box-sizing: border-box;
    flex-basis: calc(50% - 0.5rem);
    max-width: calc(50% - 0.5rem);
    padding: 4rem 0;
    margin-left: 0.5rem;
    border-radius: 5px;
  }
}
/*
  Map Element.
*/
.ce_maps {
  width: 500px;
  height: 300px;
}

.ce_mapl {
  width: 1200px;
  height: 450px;
}

.ce_accordion {
  padding: 1rem 1rem 0;
  width: 100%;
  hyphens: auto;
  -webkit-hyphens: auto;
}
.ce_accordion .toggler {
  font-size: var(--ifado-text-elementaction-size);
  font-weight: 300;
  line-height: var(--ifado-text-elementaction-lh);
  letter-spacing: 0.4px;
  color: var(--ifado-color-13);
  border-top: 1px solid var(--ifado-color-13);
  padding: 1rem 0 0 4rem;
  cursor: pointer;
  position: relative;
}
.ce_accordion .toggler .ui-icon {
  position: absolute;
  left: 0;
  top: 24px;
  height: 1rem;
  width: 1rem;
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
}
.ce_accordion .toggler.ui-state-active {
  color: var(--ifado-color-1);
}
.ce_accordion .toggler.ui-state-active .ui-icon {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_chevron-up.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(28%) sepia(94%) saturate(465%) hue-rotate(165deg) brightness(95%) contrast(89%);
  content: "";
  display: inline-block;
}
.ce_accordion:last-of-type {
  padding: 1rem;
}
.ce_accordion:last-of-type .toggler {
  border-bottom: 1px solid var(--ifado-color-13);
  padding: 1rem 0 1rem 4rem;
}
.ce_accordion .accordion {
  margin-top: 1rem;
  margin-left: 4rem;
}

.mod_newslist .row {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 62rem) {
  .mod_newslist .row {
    margin-bottom: 0;
  }
}
.mod_newslist .layout_latest p.info {
  margin-top: calc(var(--ifado-text-elementinlineheadline-lh) / 2);
  margin-bottom: calc(var(--ifado-text-elementinlineheadline-lh) / 2);
}
.mod_newslist .layout_latest .category {
  float: left;
  margin-right: 1rem;
}
.mod_newslist .layout_latest .category::after {
  padding-left: 1rem;
  content: "|";
}
.mod_newslist .layout_latest .ce_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.mod_newslist .layout_latest .image_container {
  float: none;
  margin: 0;
  text-align: center;
  min-height: 242px;
}
.mod_newslist .layout_latest .image_container img {
  border-radius: 5px;
  border-bottom: 2px solid #FFFFFF;
  transition: all 500ms;
}
.mod_newslist .layout_latest h2 {
  font-size: calc(var(--ifado-text-elementinlinetext-size) * 2);
  font-weight: 400;
  line-height: calc(var(--ifado-text-elementinlinetext-size) * 2 + 0.375rem);
  letter-spacing: 0.04rem;
  margin: 0 0 1rem 0;
  min-height: calc(6rem + 1rem);
  margin-bottom: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mod_newslist .layout_latest h2 strong {
  font-weight: 400;
  color: var(--ifado-color-3);
}
.mod_newslist .layout_latest h2 > a {
  text-decoration: none;
  font-size: var(--ifado-text-elementinlineheadline-size);
  line-height: var(--ifado-text-elementinlineheadline-lh);
  font-weight: 500;
  color: var(--ifado-color-8);
}
@media only screen and (min-width: 62.0625rem) and (max-width: 75rem) {
  .mod_newslist .layout_latest .image_container {
    min-height: 196px;
  }
}
@media only screen and (max-width: 62rem) {
  .mod_newslist .layout_latest h2, .mod_newslist .layout_latest .image_container {
    min-height: inherit;
  }
  .mod_newslist .layout_latest {
    margin-bottom: 2rem;
  }
}
.mod_newslist .layout_latest:hover .image_container img {
  border-color: var(--ifado-color-2);
}
.mod_newslist .layout_latest:hover .category {
  color: var(--ifado-color-2);
}
.mod_newslist .layout_latest:hover .category:after {
  color: #41453D !important;
}
.mod_newslist .layout_latest:hover time {
  color: var(--ifado-color-8);
}
.mod_newslist .layout_latest.category_17:not(.category_20, .category_19, .category_21):hover .image_container img, .mod_newslist .layout_latest.category_27:not(.category_28, .category_29, .category_30):hover .image_container img {
  border-color: var(--ifado-color-5);
}
.mod_newslist .layout_latest.category_17:not(.category_20, .category_19, .category_21):hover .category, .mod_newslist .layout_latest.category_27:not(.category_28, .category_29, .category_30):hover .category {
  color: var(--ifado-color-5);
}
.mod_newslist .layout_latest.category_20:not(.category_19, .category_21, .category_17):hover .image_container img, .mod_newslist .layout_latest.category_29:not(.category_27, .category_28, .category_30):hover .image_container img {
  border-color: #e2bc00;
}
.mod_newslist .layout_latest.category_20:not(.category_19, .category_21, .category_17):hover .category, .mod_newslist .layout_latest.category_29:not(.category_27, .category_28, .category_30):hover .category {
  color: #e2bc00;
}
.mod_newslist .layout_latest.category_19:not(.category_20, .category_17, .category_21):hover .image_container img, .mod_newslist .layout_latest.category_28:not(.category_29, .category_27, .category_30):hover .image_container img {
  border-color: var(--ifado-color-6);
}
.mod_newslist .layout_latest.category_19:not(.category_20, .category_17, .category_21):hover .category, .mod_newslist .layout_latest.category_28:not(.category_29, .category_27, .category_30):hover .category {
  color: var(--ifado-color-6);
}
.mod_newslist .layout_latest.category_21:not(.category_19, .category_20, .category_17):hover .image_container img, .mod_newslist .layout_latest.category_30:not(.category_27, .category_28, .category_29):hover .image_container img {
  border-color: var(--ifado-color-7);
}
.mod_newslist .layout_latest.category_21:not(.category_19, .category_20, .category_17):hover .category, .mod_newslist .layout_latest.category_30:not(.category_27, .category_28, .category_29):hover .category {
  color: var(--ifado-color-7);
}

.small {
  font-size: var(--ifado-font-breadcrumb-size);
}

iframe {
  border: none;
}

.publicationCard .col-xs-12,
.publicationCard .col-sm-10,
.publicationCard .col-md-11 {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.publicationCard .icon a {
  height: 30px;
  float: right;
  padding-bottom: 4px;
}
.publicationCard .icon a:before {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_circle-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
}

.ce_switch_color {
  transition: all 0.5s;
  background-color: var(--ifado-color-1);
  position: fixed;
  cursor: pointer;
  border-radius: 50px;
  bottom: calc(50% - 30px);
  right: 0.5rem;
  z-index: 300;
  width: calc(2rem + 2* 4px);
  height: calc(2rem + 2* 4px);
}
.ce_switch_color .switch-icon {
  color: var(--ifado-color-0);
  font-size: 2rem;
  padding-left: 4px;
  padding-top: 4px;
}
@media only screen and (min-width: 1580px) {
  .ce_switch_color {
    right: calc(50% - 780px);
  }
}

.ce_switch_size {
  transition: all 0.5s;
  background-color: var(--ifado-color-1);
  position: fixed;
  cursor: pointer;
  border-radius: 50px;
  bottom: calc(50% + 30px);
  right: 0.5rem;
  z-index: 300;
  width: calc(2rem + 2* 4px);
  height: calc(2rem + 2* 4px);
}
.ce_switch_size .switch-icon {
  content: url(../../files/template/images/icons/ui/SVG/IfADo_icon_textsize.svg);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  width: calc(2rem - 6px);
  height: calc(2rem - 6px);
  padding-left: 6px;
  padding-top: 6px;
}
@media only screen and (min-width: 1580px) {
  .ce_switch_size {
    right: calc(50% - 780px);
  }
}

.ce_switch_color:hover {
  transition: all 0.5s;
  background-color: var(--ifado-color-2);
  position: fixed;
  cursor: pointer;
  border-radius: 50px;
  bottom: calc(50% - 30px);
  right: 0.5rem;
  z-index: 300;
}
.ce_switch_color:hover .switch-icon {
  color: var(--ifado-color-0);
  font-size: 2rem;
  padding-left: 4px;
  padding-top: 4px;
}
@media only screen and (min-width: 1580px) {
  .ce_switch_color:hover {
    right: calc(50% - 780px);
  }
}

.ce_switch_size:hover {
  transition: all 0.5s;
  background-color: var(--ifado-color-2);
  position: fixed;
  cursor: pointer;
  border-radius: 50px;
  bottom: calc(50% + 30px);
  right: 0.5rem;
  z-index: 300;
}
.ce_switch_size:hover .switch-icon {
  content: url(../../files/template/images/icons/ui/SVG/IfADo_icon_textsize.svg);
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(187deg) brightness(106%) contrast(102%);
  width: calc(2rem - 6px);
  height: calc(2rem - 6px);
  padding-left: 6px;
  padding-top: 6px;
}
@media only screen and (min-width: 1580px) {
  .ce_switch_size:hover {
    right: calc(50% - 780px);
  }
}

@media only screen and (max-width: 62rem) {
  div.hide-if-md-or-smaller {
    display: none;
  }
}

.ce_hyperlink {
  font-size: var(--ifado-text-elementinlinelink-size);
  line-height: var(--ifado-text-elementinlinelink-lh);
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: var(--ifado-color-1);
  text-decoration: none;
  padding-left: 1rem;
}
.ce_hyperlink.font-large {
  font-size: 1.375rem;
  line-height: 2rem;
}
.ce_hyperlink .hyperlink_txt {
  text-decoration: none;
}
.ce_hyperlink .hyperlink_txt::after {
  transition: all 0.5s;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f061";
  padding-left: 10px;
  color: var(--ifado-color-1);
}
.ce_hyperlink .hyperlink_txt:hover:after {
  padding-left: 20px;
}

.iconRow a {
  line-height: 2.5rem;
}
.iconRow > div {
  padding: 0rem 1rem;
}

span.iconRound {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  content: "";
  filter: invert(31%) sepia(17%) saturate(203%) hue-rotate(47deg) brightness(94%) contrast(88%);
}
span.iconRound.iconPhone {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_phone.svg");
}
span.iconRound.iconEmail, span.iconRound.iconMail {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_mail.svg");
}
span.iconRound.iconPersonalWebsite, span.iconRound.iconGroupWebsite, span.iconRound.iconProjectWebsite, span.iconRound.iconOtherWebsite, span.iconRound.iconLink {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_Link.svg");
}
span.iconRound.iconGoTo {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_Go-to.svg");
}
span.iconRound.iconGroup {
  background-image: url("../../files/template/images/icons/ui/SVG/IfADo_icon_people-group.svg");
  border-radius: 2.5rem;
  border: 2px solid #41453D;
  background-size: 24px 24px;
  width: calc(2.5rem - (2 * 2px));
  height: calc(2.5rem - (2 * 2px));
}

/*
    Ab hier die Regeln für die verschiedenen Eingabeelemente.
    Angelehnt an Bootstrap mit unseren Farben und Größen
    Nicht alles läßt sich stylen (vor allem bei Selectboxen)
*/
.ce_form {
  padding-left: 0;
  padding-right: 0;
}
.ce_form > h1, .ce_form > h2, .ce_form > h3, .ce_form > h4, .ce_form > h5, .ce_form > h6 {
  box-sizing: border-box;
  flex-basis: 100%;
  max-width: 100%;
  padding: 1rem;
}

.formbody legend > .mandatory, .formbody label > .mandatory {
  color: var(--ifado-color-2);
  font-weight: 400;
  margin-left: 0.25rem;
}
.formbody input[type=password],
.formbody input[type=text],
.formbody input[type=tel],
.formbody input[type=email] {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-13);
  border-width: 1px;
  padding: 2px;
  color: var(--ifado-color-8);
  text-indent: 0.25rem;
  letter-spacing: 0.4px;
}
.formbody input[type=password]:active,
.formbody input[type=password]:focus,
.formbody input[type=text]:active,
.formbody input[type=text]:focus,
.formbody input[type=tel]:active,
.formbody input[type=tel]:focus,
.formbody input[type=email]:active,
.formbody input[type=email]:focus {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-2);
  border-width: 2px;
  padding: 1px;
  color: var(--ifado-color-8);
  text-indent: 0.25rem;
  letter-spacing: 0.4px;
}
.formbody input[type=file] {
  padding: 0;
  width: 100%;
  border: 0 solid var(--ifado-color-13);
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  border-radius: 5px;
  letter-spacing: 0.4px;
  color: var(--ifado-color-8);
  background-color: var(--ifado-color-9);
}
.formbody input[type=file]:hover {
  padding: 0;
  width: 100%;
  border: 0 solid var(--ifado-color-2);
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  border-radius: 5px;
  letter-spacing: 0.4px;
  color: var(--ifado-color-8);
  background-color: var(--ifado-color-10);
}
.formbody input[type=file]::file-selector-button,
.formbody input[type=submit],
.formbody button {
  background-color: var(--ifado-color-2);
  border: 0;
  padding: calc((var(--ifado-text-elementinlinetext-lh) - var(--ifado-text-elementinlinetext-size)) / 2) 1rem;
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  border-radius: 5px;
  letter-spacing: 0.4px;
  color: var(--ifado-color-0);
  margin-right: 1rem;
}
.formbody input[type=file]::file-selector-button:hover,
.formbody input[type=submit]:hover,
.formbody button:hover {
  background-color: var(--ifado-color-1);
  border: 0;
  padding: calc((var(--ifado-text-elementinlinetext-lh) - var(--ifado-text-elementinlinetext-size)) / 2) 1rem;
  font-size: var(--ifado-text-elementinlinetext-size);
  line-height: var(--ifado-text-elementinlinetext-lh);
  border-radius: 5px;
  letter-spacing: 0.4px;
  color: var(--ifado-color-0);
}
.formbody input[type=checkbox] {
  accent-color: var(--ifado-color-2);
  width: calc((var(--ifado-text-elementinlinetext-lh) - var(--ifado-text-elementinlinetext-size)) * 1.125);
  height: calc((var(--ifado-text-elementinlinetext-lh) - var(--ifado-text-elementinlinetext-size)) * 1.125);
  margin-top: 2px;
}
.formbody input[type=checkbox]:hover,
.formbody input[type=checkbox]:active,
.formbody input[type=checkbox]:focus {
  accent-color: var(--ifado-color-1);
  box-shadow: 2px var(--ifado-color-5);
  outline: none;
}
.formbody input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: var(--ifado-color-10);
  border-radius: 5px;
  border: solid 1px var(--ifado-color-11);
  transition: background 0.1s ease-in-out;
  background-image: linear-gradient(var(--ifado-color-2), var(--ifado-color-2));
  background-repeat: no-repeat;
}
.formbody input[type=range]:hover {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  background: var(--ifado-color-11);
  border-radius: 5px;
  border: solid 1px var(--ifado-color-12);
  background-image: linear-gradient(var(--ifado-color-2), var(--ifado-color-2));
  background-repeat: no-repeat;
}
.formbody input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--ifado-color-2);
  box-shadow: 0 0 2px 0 var(--ifado-color-1);
}
.formbody input[type=range]::-webkit-slider-thumb:hover {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--ifado-color-1);
  box-shadow: 0 0 2px 0 var(--ifado-color-1);
}
.formbody input[type=number] {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-13);
  border-width: 1px;
  padding: 2px;
  color: var(--ifado-color-8);
  text-indent: 0.25rem;
  letter-spacing: 0.4px;
}
.formbody input[type=number]:active,
.formbody input[type=number]:focus {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-2);
  border-width: 2px;
  padding: 1px;
  color: var(--ifado-color-8);
  text-indent: 0.25rem;
  letter-spacing: 0.4px;
}
.formbody input[type=radio] {
  accent-color: var(--ifado-color-2);
  margin-right: 0.25rem;
  width: var(--ifado-text-elementinlinetext-size);
  height: var(--ifado-text-elementinlinetext-size);
  margin-top: calc(var(--ifado-text-elementinlinetext-size) / 2);
}
.formbody input[type=radio]:hover,
.formbody input[type=radio]:active,
.formbody input[type=radio]:focus {
  accent-color: var(--ifado-color-1);
}
.formbody textarea {
  width: 100%;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-13);
  border-width: 1px;
  padding: 2px;
  color: var(--ifado-color-8);
  text-indent: 5px;
}
.formbody textarea:active,
.formbody textarea:focus {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-2);
  border-width: 2px;
  padding: 1px;
  color: var(--ifado-color-8);
  text-indent: 5px;
}
.formbody select {
  border-radius: 5px;
  background-color: var(--ifado-color-0);
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  letter-spacing: 0.4px;
  color: var(--ifado-color-8);
  padding: calc(1rem / 3);
  border: solid 1px var(--ifado-color-13);
  outline: none;
  margin: 1px;
}
.formbody select:active,
.formbody select:focus,
.formbody select:focus-visible {
  border-radius: 5px;
  background-color: var(--ifado-color-0);
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  letter-spacing: 0.4px;
  color: var(--ifado-color-8);
  padding: calc(1rem / 3);
  border: solid 2px var(--ifado-color-2);
  outline: none;
  margin: 0;
}
.formbody fieldset {
  border-radius: 5px;
  border: 1px solid var(--ifado-color-13);
}
.formbody fieldset legend {
  display: grid;
  grid-template-columns: max-content 35px;
}
.formbody label {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.formbody .widget-captcha label,
.formbody .widget-select label,
.formbody .widget-text label {
  max-width: 100%;
}
.formbody .widget-captcha input,
.formbody .widget-select input,
.formbody .widget-text input {
  max-width: 100%;
}
.formbody .widget-checkbox fieldset,
.formbody .widget-radio fieldset {
  padding-left: 0;
  border: 0 solid;
}
.formbody .widget-checkbox fieldset legend,
.formbody .widget-radio fieldset legend {
  margin-left: 0;
  padding-left: 0;
}
.formbody .widget-checkbox fieldset legend span.mandatory,
.formbody .widget-radio fieldset legend span.mandatory {
  display: inline-block;
}
.formbody .widget-checkbox fieldset span,
.formbody .widget-radio fieldset span {
  display: grid;
  grid-template-columns: 35px max-content;
}
.formbody .widget-checkbox fieldset span input[type=checkbox],
.formbody .widget-checkbox fieldset span input[type=radio],
.formbody .widget-radio fieldset span input[type=checkbox],
.formbody .widget-radio fieldset span input[type=radio] {
  grid-column: 1;
  align-self: first center;
}
.formbody .widget-checkbox fieldset span label,
.formbody .widget-radio fieldset span label {
  grid-column: 2;
}

.mod_search .formbody {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: var(--ifado-color-10);
  border-radius: 5px;
  padding: 2rem 2rem 1rem;
  margin-bottom: 0;
}
.mod_search .widget {
  box-sizing: border-box;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding: 1rem;
  padding-left: 1rem;
}
.mod_search .widget-text {
  padding-top: 20px;
}
.mod_search .widget-submit {
  max-width: min-content;
}
.mod_search .widget-radio {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 0;
}
.mod_search input[type=search] {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-13);
  border-width: 1px;
  padding: 2px;
  color: var(--ifado-color-8);
  text-indent: 0.25rem;
  letter-spacing: 0.4px;
  margin-bottom: calc(1rem/2);
  background-color: var(--ifado-color-0);
}
.mod_search input[type=search]:active,
.mod_search input[type=search]:focus {
  width: 100%;
  outline: none;
  line-height: var(--ifado-text-elementinlinetext-lh);
  font-size: var(--ifado-text-elementinlinetext-size);
  font-weight: 300;
  border-radius: 5px;
  border-style: solid;
  border-color: var(--ifado-color-2);
  border-width: 2px;
  padding: 1px;
  color: var(--ifado-color-8);
  text-indent: 0.25rem;
  letter-spacing: 0.4px;
  background-color: var(--ifado-color-0);
}
.mod_search fieldset {
  border: 0;
  padding-left: 0;
  margin-top: 0;
}
.mod_search fieldset legend {
  margin-left: 0;
  padding-left: 0;
}
.mod_search fieldset legend span.mandatory {
  display: inline-block;
}
.mod_search fieldset span {
  display: grid;
  grid-template-columns: 35px max-content;
}
.mod_search fieldset span input[type=checkbox],
.mod_search fieldset span input[type=radio] {
  grid-column: 1;
  align-self: first center;
}
.mod_search fieldset span label {
  grid-column: 2;
}
.mod_search span {
  margin-right: 10px;
}
.mod_search .header {
  font-size: calc(1.5 * var(--ifado-text-introduction-size));
  font-weight: 300;
  line-height: calc(1.5 * var(--ifado-text-introduction-lh));
  color: var(--ifado-color-2);
  margin-top: 2rem;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mod_search .info {
  margin-bottom: calc(1rem / 2);
}
.mod_search .even {
  background-color: var(--ifado-color-9);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 5px;
}
.mod_search .even:hover {
  background-color: var(--ifado-color-11);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 5px;
  transition: background-color 500ms linear;
}
.mod_search .odd {
  background-color: var(--ifado-color-10);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 5px;
}
.mod_search .odd:hover {
  background-color: var(--ifado-color-11);
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 5px;
  transition: background-color 500ms linear;
}
.mod_search a {
  text-decoration: none;
}
.mod_search a:hover {
  text-decoration: underline;
}
.mod_search .context {
  margin-bottom: 1rem;
}
.mod_search .url::before {
  content: "URL:  ";
  padding-right: 10px;
  font-weight: 500;
}
.mod_search p.error::before {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  content: "\f06a";
  padding-right: 5px;
  color: var(--ifado-color-1);
}
.mod_search p.error {
  background-color: var(--ifado-color-10);
  border-radius: 5px;
  color: var(--ifado-color-1);
  padding: 0.5rem 1rem;
  max-width: fit-content;
}

/*
    Für den Smartwizard: Chronotyp
*/
#smartwizard {
  margin-bottom: var(--ifado-text-common-lh);
}
#smartwizard .wiz-margin {
  margin-bottom: var(--ifado-text-common-lh);
}
#smartwizard .result {
  font-size: var(--ifado-text-elementinlineheadline-size);
  font-weight: var(--ifado-text-elementinlineheadline-weight);
}
#smartwizard .no-padding-top {
  padding-top: 0;
}
#smartwizard .no-display {
  display: none;
}
#smartwizard .slider-legend {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}
#smartwizard .bold {
  color: var(--ifado-color-8);
  position: relative;
  background-color: var(--ifado-color-6);
  border: 1px solid black;
  padding-left: 0;
  padding-right: 0;
  margin-left: 1px;
  margin-right: 1px;
}
#smartwizard .warning {
  border: solid 2px red;
  outline: none;
}
#smartwizard select {
  min-width: 250px;
}
#smartwizard label.slider, #smartwizard label.slider1 {
  font-size: 11px;
  display: table-cell;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
#smartwizard #custom-handle {
  width: 4.25em;
  height: 2em;
  top: 50%;
  left: -120px;
  margin-top: -1em;
  text-align: center;
  line-height: 1.6em;
  font-size: x-small;
  padding-top: 2px;
}
#smartwizard fieldset {
  border: 0;
  padding-top: 0;
  padding-left: 0;
}
#smartwizard .widget-text,
#smartwizard .widget-radio {
  padding-top: 0;
}
#smartwizard .sw-btn {
  background-color: var(--ifado-color-1);
}
#smartwizard .sw-btn:hover {
  background-color: var(--ifado-color-2);
}
#smartwizard .nav-link .active {
  color: var(--ifado-color-1);
}
#smartwizard .nav-link .default {
  color: var(--ifado-color-2);
}
#smartwizard .new-chrono-type {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  font-weight: 400;
  color: var(--sw-toolbar-btn-color);
  background-color: var(--ifado-color-1);
  border: 1px solid var(--ifado-color-1);
}
#smartwizard .new-chrono-type:hover {
  background-color: var(--ifado-color-2);
  border: 1px solid var(--ifado-color-2);
}

#breadcrumbrow {
  border-bottom-color: var(--ifado-color-4);
}

#container a i {
  color: #e2bc00;
}

#mainNav .level_1 > li:hover > a:after, #mainNav .level_1 > li.active > a:after, #mainNav .level_1 > li.trail > a:after, #mainNav .level_1 > li.active > strong:after {
  border-left: 1px solid var(--ifado-color-4);
  border-right: 1px solid var(--ifado-color-4);
  background-color: var(--ifado-color-4);
  content: "";
}

.ce_e001 a, .ce_e002 a, .ce_e003 a {
  color: var(--ifado-color-1) !important;
}

.ce_e003 h1, .ce_e003 h2, .ce_e003 h3, .ce_e003 h4, .ce_e003 h5, .ce_e003 h6 {
  color: var(--ifado-color-1);
}

.ce_e003a .overlay {
  opacity: 1;
  background: rgb(255, 226, 0);
  background: linear-gradient(45deg, rgb(255, 226, 0) 0%, rgb(255, 255, 0) 100%);
  color: var(--ifado-color-1);
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.smallNote {
  font-size: var(--ifado-text-small-size);
  line-height: var(--ifado-text-small-lh);
  font-weight: 300;
  letter-spacing: 0;
}

.image_container.float_above {
  margin-bottom: 1rem;
}
.image_container.float_left {
  float: left;
  margin-right: 2rem;
  margin-bottom: 1rem;
}
.image_container.float_right {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.isBackgroundContain {
  background-size: contain;
}

.isBackgroundAuto {
  background-size: auto;
}

.isBackgroundCover {
  background-size: cover;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.color-text {
  color: var(--ifado-color-13);
}

.color-2 {
  color: var(--ifado-color-2);
}

.color-3 {
  color: var(--ifado-color-3);
}

.bg-color-1 {
  background-color: var(--ifado-color-1);
}

.bg-color-2 {
  background-color: var(--ifado-color-2);
}

.bg-color-3 {
  background-color: var(--ifado-color-3);
}

.bg-color-4 {
  background-color: var(--ifado-color-4);
}

.bg-color-5 {
  background-color: var(--ifado-color-5);
}

.bg-color-6 {
  background-color: var(--ifado-color-6);
}

.bg-color-7 {
  background-color: var(--ifado-color-7);
}

.bg-color-8 {
  background-color: var(--ifado-color-8);
}

.bg-color-9 {
  background-color: var(--ifado-color-9);
}

.bg-color-10 {
  background-color: var(--ifado-color-10);
}

.bg-color-11 {
  background-color: var(--ifado-color-11);
}

.bg-color-12 {
  background-color: var(--ifado-color-12);
}

.bg-color-13 {
  background-color: var(--ifado-color-13);
}

.bg-gradient-color-1 {
  background: var(--ifado-color-1);
  background: linear-gradient(45deg, var(--ifado-color-1) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
}
.bg-gradient-color-1 h1, .bg-gradient-color-1 a {
  color: var(--ifado-color-0);
}

.pt-0 {
  padding-top: 0;
}

.pt-05 {
  padding-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-05 {
  padding-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pr-0, .padd-right-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pl-0, .padd-left-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.mt-0, .mod_article.mt-0 {
  margin-top: 0;
}

.mt-xs, .mt-05 {
  margin-top: 0.5rem;
}

.mt-s, .mt-1 {
  margin-top: 1rem;
}

.mt-m, .mt-2 {
  margin-top: 2rem;
}

.mt-l, .mt-3 {
  margin-top: 3rem;
}

.mt-xl, .mt-4 {
  margin-top: 4rem;
}

.mb-0, .mod_article.mb-0 {
  margin-bottom: 0;
}

.mb-xs, .mb-05, .mod_article.mb-xs {
  margin-bottom: 0.5rem;
}

.mb-s, .mb-1, .mod_article.mb-s {
  margin-bottom: 1rem;
}

.mb-m, .mb-2, .mod_article.mb-m {
  margin-bottom: 2rem;
}

.mb-l, .mb-3, .mod_article.mb-l {
  margin-bottom: 3rem;
}

.mb-xl, .mb-4, .mod_article.mb-xl {
  margin-bottom: 4rem;
}

.mb-xxl, .mb-6, .mod_article.mb-xxl {
  margin-bottom: 5rem;
}

#main .listicon-decimal ol, ol.listicon-decimal {
  list-style-type: decimal;
}

#main .listicon-lower-roman ol, ol.listicon-lower-roman {
  list-style-type: lower-roman;
}

#main .listicon-upper-roman ol, ol.listicon-upper-roman {
  list-style-type: upper-roman;
}

#main .listicon-lower-alpha ol, ol.listicon-lower-alpha {
  list-style-type: lower-alpha;
}

#main .listicon-upper-alpha ol, ol.listicon-upper-alpha {
  list-style-type: upper-alpha;
}

#main .listicon-disc ul, ul.listicon-disc {
  list-style-type: disc;
}

#main .listicon-circle ul, ul.listicon-circle {
  list-style-type: circle;
}

#main .listicon-square ul, ul.listicon-square {
  list-style-type: square;
}

#main .listicon-box ul, ul.listicon-box {
  list-style-type: box;
}

#main .listicon-dash ul, ul.listicon-dash {
  list-style-type: dash;
}

#main .listicon-ifado-plus ul, ul.listicon-ifado-plus {
  list-style-type: ifado-plus;
}

@media print {
  /* Erzwinge die korrekte Ausgabe von background-image
     Fehlt dies, werde u.U. einige Icons nicht angezeigt
     oder es fehlen Hintergrundfarben
  */
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body {
    font-family: "Rubik";
    border-radius: 5px;
  }
  div #metarow,
  div #breadcrumb,
  div #iconsrow,
  div #sponsoredrow,
  div .ce_switch_color,
  div .ce_switch_size {
    display: none !important;
  }
  #footer {
    display: none;
  }
  #header #logo {
    display: block;
  }
  #header #mainNav {
    display: none !important;
  }
  .col-md {
    box-sizing: border-box;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-1 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
    padding: 1rem;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 1rem;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
    padding: 1rem;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
    padding: 1rem;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
    padding: 1rem;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 1rem;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .row.start-md {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .row.center-md {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .row.end-md {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .row.top-md {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.middle-md {
    -ms-flex-align: center;
    align-items: center;
  }
  .row.bottom-md {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row.between-md {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    order: 1;
  }
  .slider-control {
    display: none;
  }
  .ce_e001 {
    margin-bottom: 10rem;
  }
  .ce_e001 .overlay {
    padding: 1rem;
    z-index: 50;
    background: var(--ifado-color-1);
    background: linear-gradient(45deg, var(--ifado-color-1) 0%, color-mix(in srgb, var(--ifado-color-2), transparent 25%) 100%);
    box-sizing: border-box;
    color: var(--ifado-color-0);
    border-radius: 5px;
    top: 3rem;
    left: 41.6666666667%;
    width: 58.3333333333%;
    font-size: var(--ifado-text-teaser-size);
    line-height: var(--ifado-text-teaser-lh);
  }
  .ce_e001 .overlay h1, .ce_e001 .overlay h2, .ce_e001 .overlay h3 {
    line-height: var(--ifado-text-teaser-headline-lh);
    font-size: var(--ifado-text-teaser-headline-size);
    font-weight: 300;
    text-align: left;
  }
  .ce_e001 .overlay h1 strong, .ce_e001 .overlay h2 strong, .ce_e001 .overlay h3 strong {
    font-weight: 300;
  }
  .ce_e001 .overlay strong {
    color: var(--ifado-color-3);
  }
  .ce_e001 .overlay ul {
    list-style-type: ifado-plus !important;
    margin-left: 3rem !important;
    padding-left: 0;
  }
  .ce_e001 .overlay ul li {
    margin-bottom: 1rem !important;
    padding-left: 2rem;
  }
  .ce_e001 .overlay ol {
    margin-left: 3rem !important;
  }
  .ce_e001 .overlay ol li {
    margin-bottom: 1rem !important;
  }
  .ce_e002 .overlay {
    position: relative !important;
    background: none;
    background-color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    left: 0 !important;
    color: inherit;
  }
  .ce_e101 {
    display: none;
  }
  .ce_e003 div.hide-md-only {
    display: none;
  }
  .ce_e003 .overlay {
    width: 100% !important;
    margin: 0 !important;
  }
  .ce_e011 .bgImage {
    break-inside: avoid;
    min-height: auto !important;
    max-height: none !important;
  }
  .ce_e011 .card {
    margin-top: 0;
    min-height: 500px !important;
    max-height: 500px !important;
    height: 500px;
  }
  .ce_e011 .more {
    bottom: 1rem;
    position: absolute;
  }
  .mod_article .pagination {
    display: none;
  }
  .mod_m150 .formbody,
  .mod_m150 .pagination {
    display: none !important;
  }
  html {
    zoom: 50%;
  }
  #container .mod_article.isLandscape {
    padding: 0;
  }
  .ce_e001, .ce_e002, .ce_e003, .ce_e003a, .ce_e012, .ce_e012a, .ce_e014, .ce_e015 {
    margin-bottom: 1rem;
  }
  #landscaperow .mod_newslist_slider + .block {
    margin-top: 0;
  }
  #container .mod_article {
    margin: 0 auto 0 0;
  }
  .bg-color-9 {
    background-color: #ffffff;
  }
  .mod_newscategories_cumulative,
  .ce_hyperlink.font-large {
    display: none;
  }
}

/*# sourceMappingURL=template_immunology.css.map */

