@charset "UTF-8";
/* moved by compressor */
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}/*# sourceMappingURL=glide.core.min.css.map */


/* VARS #######################################################################*/
:root {
  /*colors*/
  --blue: #004F9F;
  --darkblue: #03182C;
  --lightgrey: #E4E4E4;
  --offwhite: #f6f6f6;
  --yellow: #FFCD1C;
  --testcolor: pink;
  /*typo*/
  --font-size-h1: 40px;
  --font-size-h2: 28px;
  --font-size-h3: 24px;
  --font-size-h4: 20px;
  --font-size-h5: 16px;
  --font-size-h6: 12px;
  --font-size-xxl: 28px;
  --font-size-xl: 24px;
  --font-size-l: 20px;
  --font-size-m: 16px;
  --font-size-s: 12px;
  --font-size-small: 12px;
  --font-size-base: 16px;
  --font-size-large: 20px;
  --line-height-h1: auto;
  --line-height-h2: 1.1em;
  --line-height-h3: auto;
  --line-height-h4: auto;
  --line-height-h5: auto;
  --line-height-h6: auto;
  /*sizes & spaces*/
  --space: 20px;
  --innerspace: 24px;
  --space-large: 30px;
  --container-max-width: 1200px;
  --container-narrow-width: 750px;
  --container-padding-default: calc(var(--space) * 2);
  --container-padding-small: var(--space);
  --border-radius-small: 5px;
  --border-radius-large: 10px;
}

/*breakpoints*/
/* BASE #######################################################################*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background: var(--lightgrey);
  color: #03182c;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: var(--font-size-base);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
  margin: 0;
}

main {
  padding: var(--space);
}
main .container {
  border-radius: var(--border-radius-large);
  overflow: hidden;
  background: white;
}
main .container.layout1 {
  background: var(--darkblue);
}
main .container.layout2 {
  background: var(--offwhite);
}
main .container.layout3 {
  background: transparent;
}
main .container.frame_white {
  border: 1px solid white;
  background: transparent !important;
}

.hide {
  display: none;
}

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

/* TYPO #######################################################################*/
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Fonts/OpenSans-Regular.woff2') format("woff2");
  unicode-range: u+000-5ff;
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Fonts/OpenSans-Bold.woff2') format("woff2");
  unicode-range: u+000-5ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  font-weight: 700;
  margin-bottom: var(--space);
  margin-top: 0;
}

h1 {
  font-size: var(--font-size-h1);
  letter-spacing: -0.05em;
  line-height: var(--line-height-h1);
}

h2 {
  font-size: var(--font-size-h2);
  letter-spacing: -0.03em;
  line-height: var(--line-height-h2);
}

h3 {
  font-size: var(--font-size-h3);
  letter-spacing: 0.02em;
  line-height: var(--line-height-h3);
  color: var(--blue);
}

h4 {
  font-size: var(--font-size-h4);
  line-height: var(--line-height-h4);
}

h5 {
  font-size: var(--font-size-h5);
  line-height: var(--line-height-h5);
}

h6 {
  font-size: var(--font-size-h6);
  letter-spacing: 0.015em;
  line-height: var(--line-height-h6);
}

a {
  background-color: transparent;
  color: var(--darkblue);
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--darkblue);
  text-decoration: underline;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

hr {
  background: #ededed;
  border: 0;
  height: 1px;
  margin: calc(var(--space) * 2) 0;
}

em,
i {
  font-style: italic;
}

b,
em,
i,
strong {
  line-height: inherit;
}

b,
strong {
  font-weight: 700;
}

u {
  text-decoration: underline;
}

del,
s,
strike {
  text-decoration: line-through;
}

small {
  font-size: var(--font-size-small);
  line-height: inherit;
}

blockquote {
  border-left: 3px solid #eee;
  margin: 0 0 var(--space);
  padding: 0 0 0 15px;
}

p {
  margin-bottom: var(--space);
  margin-top: 0;
  font-size: var(--font-size-base);
}

.lead {
  font-size: var(--font-size-large);
}

.small {
  font-size: var(--font-size-small);
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

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

.align-justify {
  text-align: justify;
}

.text--opacity50 {
  opacity: 0.5;
}

.text--blue {
  color: var(--blue);
}

.fontsize--s {
  font-size: var(--font-size-s);
  line-height: 1.2em;
}

.fontsize--m {
  font-size: var(--font-size-m);
  line-height: 1.2em;
}

.fontsize--l {
  font-size: var(--font-size-l);
  line-height: 1.2em;
}

.fontsize--xl {
  font-size: var(--font-size-xl);
  line-height: 1.2em;
}

.fontsize--xxl {
  font-size: var(--font-size-xxl);
  line-height: 1.2em;
}

.link--yellow {
  color: var(--yellow);
}
.link--yellow:hover {
  color: var(--yellow);
  text-decoration: underline;
}

/* FORM #######################################################################*/
.form-group--input:not(.checkbox):not(.radio) label {
  display: none;
}

input, textarea, select {
  border-radius: var(--border-radius-small);
  border: 2px solid var(--darkblue);
  min-width: 280px;
  max-width: 100%;
  min-height: 40px;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  font-size: var(--font-size-base);
  margin-bottom: var(--space);
  padding: 3px 0 3px 6px;
}
input:focus, textarea:focus, select:focus {
  border-color: var(--blue);
  outline: 0;
  background-color: var(--offwhite);
}

textarea {
  min-height: 240px;
  width: 100%;
}

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

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

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0px solid ButtonText;
}

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

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  min-width: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  min-height: inherit;
  margin: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  width: calc(100% - 40px);
  margin-left: 20px;
}
[type=checkbox]:checked,
[type=radio]:checked {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick-yellow.svg');
  background-color: var(--blue);
}

.input.checkbox {
  margin-bottom: var(--space);
}

[type=radio] {
  border-radius: 20px;
}

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

[type=search] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  appearance: none;
  -webkit-appearance: none;
  font: inherit;
}

legend {
  font-size: 133%;
  margin-bottom: var(--space);
}

/* GENERAL SPACES #######################################################################*/
.container {
  margin-top: 60px;
  margin-bottom: 60px;
}

.container.spacebefore_none, .tanos_animatedbox.spacebefore_none, .tanos_bigimage.spacebefore_none, .tanos_header.spacebefore_none, .tanos_imageslider.spacebefore_none, .tanos_logoslider.spacebefore_none, .tanos_quicklinks.spacebefore_none, .tanos_sectionimage.spacebefore_none, .tanos_sectionintro.spacebefore_none, .tanos_hero.spacebefore_none, .tanos_slider.spacebefore_none, .tanos_stories.spacebefore_none, .tanos_teaserboxes.spacebefore_none, .tanos_text.spacebefore_none, .tanos_textteaserbox.spacebefore_none, .tanos_video.spacebefore_none, .tanos_teaserslider.spacebefore_none, .tanos_facts.spacebefore_none {
  margin-top: 0;
}
.container.spaceafter_none, .tanos_animatedbox.spaceafter_none, .tanos_bigimage.spaceafter_none, .tanos_header.spaceafter_none, .tanos_imageslider.spaceafter_none, .tanos_logoslider.spaceafter_none, .tanos_quicklinks.spaceafter_none, .tanos_sectionimage.spaceafter_none, .tanos_sectionintro.spaceafter_none, .tanos_hero.spaceafter_none, .tanos_slider.spaceafter_none, .tanos_stories.spaceafter_none, .tanos_teaserboxes.spaceafter_none, .tanos_text.spaceafter_none, .tanos_textteaserbox.spaceafter_none, .tanos_video.spaceafter_none, .tanos_teaserslider.spaceafter_none, .tanos_facts.spaceafter_none {
  margin-bottom: 0;
}
.container.spacebefore_small, .tanos_animatedbox.spacebefore_small, .tanos_bigimage.spacebefore_small, .tanos_header.spacebefore_small, .tanos_imageslider.spacebefore_small, .tanos_logoslider.spacebefore_small, .tanos_quicklinks.spacebefore_small, .tanos_sectionimage.spacebefore_small, .tanos_sectionintro.spacebefore_small, .tanos_hero.spacebefore_small, .tanos_slider.spacebefore_small, .tanos_stories.spacebefore_small, .tanos_teaserboxes.spacebefore_small, .tanos_text.spacebefore_small, .tanos_textteaserbox.spacebefore_small, .tanos_video.spacebefore_small, .tanos_teaserslider.spacebefore_small, .tanos_facts.spacebefore_small {
  margin-top: var(--innerspace);
}
.container.spaceafter_small, .tanos_animatedbox.spaceafter_small, .tanos_bigimage.spaceafter_small, .tanos_header.spaceafter_small, .tanos_imageslider.spaceafter_small, .tanos_logoslider.spaceafter_small, .tanos_quicklinks.spaceafter_small, .tanos_sectionimage.spaceafter_small, .tanos_sectionintro.spaceafter_small, .tanos_hero.spaceafter_small, .tanos_slider.spaceafter_small, .tanos_stories.spaceafter_small, .tanos_teaserboxes.spaceafter_small, .tanos_text.spaceafter_small, .tanos_textteaserbox.spaceafter_small, .tanos_video.spaceafter_small, .tanos_teaserslider.spaceafter_small, .tanos_facts.spaceafter_small {
  margin-bottom: var(--innerspace);
}

/* Backgrounds #######################################################################*/
.bgcolor1, .layout1 {
  background: var(--darkblue);
  color: white;
}

.bgcolor2, .layout2 {
  background: var(--offwhite);
}

@media (min-width: 1280px) {
  /* VARS #######################################################################*/
  :root {
    /*typo*/
    --font-size-h1: 120px;
    --font-size-h2: 64px;
    --font-size-h3: 24px;
    --font-size-h4: 20px;
    --font-size-h5: 16px;
    --font-size-h6: 12px;
    --font-size-large: 20px;
    --font-size-base: 18px;
    --font-size-small: 16px;
    --font-size-xl: 32px;
    --font-size-xxl: 48px;
  }
  main {
    padding: var(--space) calc(var(--space) * 3);
  }
  /* GENERAL SPACES #######################################################################*/
  .container {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (min-width: 1900px) {
  main {
    padding-left: calc(50% - 810px);
    padding-right: calc(50% - 810px);
  }
}
/* HEADER #######################################################################*/
.page > header {
  padding: 8px;
  margin: var(--space);
  margin-top: 0;
  position: absolute;
  z-index: 99;
  top: var(--space);
  left: 0;
  width: calc(100% - var(--space) * 2);
  height: 50px;
  background: white;
  border-radius: var(--border-radius-small);
}
.page > header .tanos_logo {
  display: inline-block;
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/LOGO.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 86px 18px;
  height: 34px;
  padding: 8px;
  width: 94px;
}
.page > header ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.page > header li {
  list-style: none !important;
}
.page > header nav {
  display: none;
}
.page > header nav > ul {
  padding: 40px 0;
}
.page > header nav li > a,
.page > header nav li > span {
  padding: 3px 13px;
  display: inline-block;
}
.page > header .langnav {
  display: none;
}
.page > header .langnav__toggler:after,
.page > header .nav__item--parent > span:after,
.page > header span.dropdown__link:after {
  content: "";
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-simple-blue.svg');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 0 0 6px;
  width: 11px;
  height: 9px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page > header .tanos_navtoggle {
  background: var(--darkblue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: var(--border-radius-small);
  height: 34px;
  width: 34px;
  padding: 7px;
  float: right;
  cursor: pointer;
}
.page > header .tanos_navtoggle span {
  width: 20px;
  height: 1px;
  margin: 2px 0;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-duration: 0.5s, 0.01s;
          transition-duration: 0.5s, 0.01s;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  background: white;
  left: 0;
}
.page > header .tanos_navtoggle.active span {
  width: 20px;
  height: 1px;
  margin: 2px 0;
  position: relative;
}
.page > header .tanos_navtoggle.active span:nth-child(2) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
  -webkit-transition-duration: 0.5s, 0.2s;
          transition-duration: 0.5s, 0.2s;
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.page > header .tanos_navtoggle.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 5px;
}
.page > header .tanos_navtoggle.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: -5px;
}
.page > header .tanos_navtoggle.active ~ nav {
  display: inline-block;
  border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
  width: calc(100% + 16px);
  background-color: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 0;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 4px;
  margin-bottom: 2px;
}
.page > header .tanos_navtoggle.active ~ .langnav {
  display: inline-block;
  width: calc(100% + 16px);
  background-color: rgba(255, 255, 255, 0.66);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-left: -8px;
  margin-right: -8px;
  border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
  padding: 40px 13px;
}
.page > header .tanos_navtoggle.active ~ .langnav .langnav__toggler {
  opacity: 0.5;
  cursor: pointer;
}
.page > header .tanos_navtoggle.active ~ .langnav .langnav__list {
  display: none;
  padding-top: 3px;
}
.page > header .tanos_navtoggle.active ~ .langnav .langnav__list a,
.page > header .tanos_navtoggle.active ~ .langnav .langnav__list span {
  font-weight: 700;
}
.page > header .tanos_navtoggle.active ~ .langnav:hover .langnav__toggler {
  opacity: 1;
}
.page > header .tanos_navtoggle.active ~ .langnav:hover .langnav__list {
  display: inline-block;
}
.page > header .tanos_navtoggle.active ~ .langnav ul li a,
.page > header .tanos_navtoggle.active ~ .langnav ul li span {
  padding: 3px 0px;
  display: inline-block;
}
.page > header .nav .dropdown__item--active > a,
.page > header .nav .dropdown__subitem--active > a,
.page > header .nav .nav__item--active:not(.nav__item--parent) > a {
  border-left: 3px solid var(--darkblue);
  padding-left: 10px;
  pointer-events: none;
}
.page > header .nav .nav__list > li > a,
.page > header .nav .nav__list > li > span {
  font-weight: 700;
  cursor: pointer;
}
.page > header .nav .nav__list > li > ul > li > .dropdown__submenu .dropdown__subitem--active > a,
.page > header .nav .nav__list > li > ul > li > .dropdown__submenu .dropdown__subitem--active > span {
  padding-left: 23px;
}
.page > header .nav .nav__list > li > ul > li > .dropdown__submenu a,
.page > header .nav .nav__list > li > ul > li > .dropdown__submenu span {
  padding-left: 26px;
}
.page > header .nav .nav__list .dropdown,
.page > header .nav .nav__list .dropdown__submenu {
  display: none;
}
.page > header .nav .nav__list .dropdown.open,
.page > header .nav .nav__list .dropdown__submenu.open {
  display: inherit;
}
.page > header .nav .nav__list span.dropdown__link {
  cursor: pointer;
}
.page > header .metanav {
  position: absolute;
  top: 8px;
  right: 50px;
}
.page > header .metanav .button {
  height: 34px;
  min-height: auto;
  font-size: 12px;
}
.page > header .metanav .button:before {
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
}
.page > header .metanav .button:not(:hover) {
  background-color: var(--blue);
  color: white;
}
.page > header .metanav .button:not(:hover):before {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick-yellow.svg');
}

@media (min-width: 1280px) {
  .page > header {
    width: 1062px;
    margin-left: 0;
    margin-right: 0;
    left: calc(50% - 531px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: fixed;
    -webkit-box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.07);
  }
  .page > header .tanos_logo {
    position: absolute;
    z-index: 66;
    left: 27px;
  }
  .page > header .tanos_navtoggle {
    display: none;
  }
  .page > header .tanos_navtoggle ~ nav, .page > header .tanos_navtoggle.active ~ nav {
    display: inline-block;
    margin-top: 2px;
    border-radius: 0;
    width: auto;
    margin: 0;
  }
  .page > header nav .nav__list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 96%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page > header nav .nav__list > li > a,
  .page > header nav .nav__list > li > span {
    font-size: 12px;
  }
  .page > header nav .nav__list .dropdown {
    position: absolute;
    left: 0;
    top: 53px;
    background-color: rgba(255, 255, 255, 0.66);
    border-radius: var(--border-radius-small);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    width: 100%;
    padding: 33px 40px 40px 189px;
  }
  .page > header nav .nav__list .dropdown .dropdown__item--active > span {
    pointer-events: none;
  }
  .page > header nav .nav__list .dropdown .dropdown__item--active > span + .dropdown__submenu {
    display: inherit;
  }
  .page > header nav .nav__list .dropdown .dropdown__item--active > a,
  .page > header nav .nav__list .dropdown .dropdown__item--active .dropdown__subitem--active > a {
    background-color: var(--lightgrey);
  }
  .page > header nav .nav__list .dropdown .dropdown__item--active > a:before,
  .page > header nav .nav__list .dropdown .dropdown__item--active .dropdown__subitem--active > a:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page > header nav .nav__list .dropdown a,
  .page > header nav .nav__list .dropdown span {
    position: relative;
    background-color: transparent;
    text-decoration: none;
    color: black;
    padding: 5px 20px;
    min-height: 36px;
    font-size: 24px;
    font-weight: 300;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: var(--border-radius-small);
  }
  .page > header nav .nav__list .dropdown a:before,
  .page > header nav .nav__list .dropdown span:before {
    content: "";
    background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thin.svg');
    background-repeat: no-repeat;
    display: inline-block;
    margin: 8px 8px 0 0;
    width: 12px;
    height: 12px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .page > header nav .nav__list .dropdown a:hover,
  .page > header nav .nav__list .dropdown span:hover {
    background-color: white;
  }
  .page > header nav .nav__list .dropdown a:hover:before,
  .page > header nav .nav__list .dropdown span:hover:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page > header nav .nav__list .dropdown .dropdown__submenu a {
    font-size: 1rem;
    padding-left: 20px !important;
    margin-left: 20px;
  }
  .page > header .nav .dropdown__item--active > a,
  .page > header .nav .dropdown__subitem--active > a,
  .page > header .nav .nav__item--active:not(.nav__item--parent) > a {
    border-left: 0;
    padding-left: 13px;
  }
  .page > header .langnav__toggler:after,
  .page > header .nav__item--parent > span:after,
  .page > header span.dropdown__link:after {
    content: "";
    margin: 0 0 -1px 6px;
    width: 9px;
    height: 8px;
  }
  .page > header .langnav {
    display: inline-block;
    margin-right: 40px;
    position: relative;
  }
  .page > header .langnav:before {
    content: "";
    width: 1px;
    height: 6px;
    margin: 13px 20px;
    float: left;
    display: inline-block;
    background: var(--darkblue);
    opacity: 0.5;
  }
  .page > header .langnav .langnav__toggler {
    float: right;
    opacity: 0.5;
    margin: 1px 0 0 0;
    position: relative;
    z-index: 2;
  }
  .page > header .langnav .langnav__list {
    display: none;
  }
  .page > header .langnav span,
  .page > header .langnav a {
    font-size: 12px;
    font-weight: 700;
  }
  .page > header .langnav:hover .langnav__list {
    display: inline-block;
    position: absolute;
    z-index: 1;
    left: 33px;
    top: 0;
    padding: 28px 47px 8px 8px;
    background-color: var(--darkblue);
    border-radius: var(--border-radius-small);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
  }
  .page > header .langnav:hover .langnav__toggler {
    opacity: 0.66;
  }
  .page > header .langnav:hover .langnav__toggler:after {
    background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-simple.svg');
    margin: 0 0 1px 6px;
  }
  .page > header .langnav:hover span,
  .page > header .langnav:hover a {
    color: white;
  }
  .page > header .metanav {
    right: 0;
    position: relative;
    top: 0;
  }
}
/* BUTTONS  */
form button,
.button,
.more,
.frame-type-felogin_login [type=submit] {
  position: relative;
  background-color: var(--blue);
  text-decoration: none;
  color: white;
  padding: 5px 20px;
  min-height: 36px;
  font-size: 12px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--border-radius-small);
  border: 0;
}
form button:before,
.button:before,
.more:before,
.frame-type-felogin_login [type=submit]:before {
  content: "";
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick-yellow.svg');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
form button:hover, form button:focus,
.button:hover,
.button:focus,
.more:hover,
.more:focus,
.frame-type-felogin_login [type=submit]:hover,
.frame-type-felogin_login [type=submit]:focus {
  color: var(--darkblue);
  text-decoration: none;
  background-color: var(--yellow);
}
form button:hover:before, form button:focus:before,
.button:hover:before,
.button:focus:before,
.more:hover:before,
.more:focus:before,
.frame-type-felogin_login [type=submit]:hover:before,
.frame-type-felogin_login [type=submit]:focus:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick.svg');
}
form button.white, form button.button--white,
.button.white,
.button.button--white,
.more.white,
.more.button--white,
.frame-type-felogin_login [type=submit].white,
.frame-type-felogin_login [type=submit].button--white {
  color: var(--darkblue);
  background: white;
}
form button.white:before, form button.button--white:before,
.button.white:before,
.button.button--white:before,
.more.white:before,
.more.button--white:before,
.frame-type-felogin_login [type=submit].white:before,
.frame-type-felogin_login [type=submit].button--white:before {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick.svg');
}
form button a,
.button a,
.more a,
.frame-type-felogin_login [type=submit] a {
  font-size: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
form button.button--grey,
.button.button--grey,
.more.button--grey,
.frame-type-felogin_login [type=submit].button--grey {
  background-color: var(--lightgrey);
  color: var(--darkblue);
}
form button.button--grey:before,
.button.button--grey:before,
.more.button--grey:before,
.frame-type-felogin_login [type=submit].button--grey:before {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick.svg');
}
form button.button--yellow,
.button.button--yellow,
.more.button--yellow,
.frame-type-felogin_login [type=submit].button--yellow {
  background-color: var(--yellow);
  color: var(--darkblue);
}
form button.button--yellow:before,
.button.button--yellow:before,
.more.button--yellow:before,
.frame-type-felogin_login [type=submit].button--yellow:before {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick.svg');
}

/* T-DIVIDER ####################################################### */
.tdivider {
  width: 100%;
  height: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 9;
}
.tdivider .fcontainer__inner {
  height: 100px;
  width: 142px;
  display: inline-block;
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-filled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: relative;
  top: -50px;
}
.tdivider .fcontainer__inner.rotate {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.tdivider hr {
  display: none;
}

main .before_tdivider {
  padding-bottom: 80px;
}
main main .after_tdivider {
  padding-top: 80px;
}
main .container.before_tdivider {
  margin-bottom: 0;
}

@media (min-width: 1280px) {
  /* BUTTONS  */
  form button,
  .button,
  .more {
    min-height: 40px;
    font-size: 16px;
  }
  form button:before,
  .button:before,
  .more:before {
    margin: 3px 5px 0 0;
    width: 10px;
    height: 10px;
  }
}
/* HERO & HEROSLIDER ####################################################### */
.tanos_hero {
  position: relative;
  margin-top: var(--space);
  width: calc(100% + var(--space));
  height: 133vw;
  max-height: 90vh;
  margin-left: calc(-0.5 * var(--space));
  border-radius: var(--border-radius-large);
  overflow: hidden;
  max-height: 640px;
}
.tanos_hero h1,
.tanos_hero h2 {
  color: white;
  text-align: center;
  padding: 0 calc(var(--space) * 2);
}
.tanos_hero h2 {
  margin-bottom: -0.5em;
}
.tanos_hero .headings {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
.tanos_hero > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* HEROSLIDER ####################################################### */
.tanos_heroslider {
  position: relative;
  margin-top: var(--space);
  width: calc(100% + var(--space));
  margin-left: calc(-0.5 * var(--space));
  overflow: hidden;
  max-height: 400px;
}
.tanos_heroslider h1,
.tanos_heroslider h2 {
  color: white;
}
.tanos_heroslider .headings {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  height: 100%;
  padding-bottom: 10vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-contour.svg');
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center;
  pointer-events: none;
  text-align: center;
}

.tanos_heroslider_home {
  position: relative;
  margin-bottom: 33vw;
  overflow: visible;
}
.tanos_heroslider_home h1 {
  font-size: var(--font-size-h2);
}
.tanos_heroslider_home .systainer {
  position: absolute;
  z-index: 66;
  width: 66.66%;
  margin: 16.66%;
  bottom: -33.33vw;
}
.tanos_heroslider_home .systainer > .img img {
  width: 100%;
  height: auto;
}
.tanos_heroslider_home .systainer .hotspot {
  position: absolute;
  z-index: 77;
}
.tanos_heroslider_home .systainer .hotspot.active {
  z-index: 88;
}
.tanos_heroslider_home .systainer .hotspot.active .toggle {
  width: 42px;
  height: 42px;
  left: -21px;
  top: -21px;
  background-color: var(--darkblue);
}
.tanos_heroslider_home .systainer .hotspot.active .toggle b {
  left: 14px;
  top: 19px;
}
.tanos_heroslider_home .systainer .hotspot.active .toggle b:last-child {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.tanos_heroslider_home .systainer .hotspot.active .toggle + .content {
  display: inline-block;
}
.tanos_heroslider_home .systainer .hotspot .toggle {
  background-color: var(--blue);
  position: absolute;
  z-index: 1;
  left: -15px;
  top: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 30px;
  -webkit-transform: all 0.4s ease;
          transform: all 0.4s ease;
  cursor: pointer;
}
.tanos_heroslider_home .systainer .hotspot .toggle b {
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: white;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  left: 8px;
  top: 13px;
  -webkit-transform: all 0.4s ease;
          transform: all 0.4s ease;
}
.tanos_heroslider_home .systainer .hotspot .toggle b:last-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.tanos_heroslider_home .systainer .hotspot .content {
  display: none;
  position: absolute;
  z-index: 2;
  top: -150px;
  left: 40px;
  background-color: white;
  border-radius: var(--border-radius-large);
  overflow: hidden;
  min-width: 240px;
}
.tanos_heroslider_home .systainer .hotspot .content .close {
  display: none;
}
.tanos_heroslider_home .systainer .hotspot .content img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tanos_heroslider_home .systainer .hotspot .content > div:not(.img) {
  padding: var(--innerspace);
}
.tanos_heroslider_home .systainer .hotspot .content h4 {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
}
.tanos_heroslider_home .systainer .hotspot .content h3 {
  color: black;
}
.tanos_heroslider_home .systainer .hotspot .content p:last-child {
  margin: 0;
}
.tanos_heroslider_home .systainer .hotspot.overflow .content {
  left: auto;
  right: 40px;
}

.glide_hero {
  width: 100%;
  height: 180vw;
  max-height: 400px;
  border-radius: var(--border-radius-large);
  overflow: hidden;
}
.glide_hero .glide__track {
  height: 100%;
}
.glide_hero .glide__slides {
  position: relative;
  height: 100%;
  -webkit-transform: none !important;
          transform: none !important;
}
.glide_hero .glide__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  transition: opacity 0.5s ease-in-out, visibility 0s 0.5s;
  margin: 0 !important;
  overflow: hidden;
}
.glide_hero .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.glide_hero .glide__slide--active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

/* BASICSLIDER ####################################################### */
.slider {
  width: 100%;
  position: relative;
  padding-bottom: 56px;
}
.slider .glide__slide {
  height: 310px;
  padding: var(--innerspace);
}
.slider .glide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider .glide__arrows {
  position: absolute;
  bottom: var(--innerspace);
  left: var(--innerspace);
}
.slider .glide__arrow {
  width: 26px;
  height: 26px;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 50px;
  background-color: var(--darkblue);
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thin-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  outline: none;
  border: none;
  cursor: pointer;
}
.slider .glide__arrow.glide__arrow--left {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 5px;
}
.slider .glide__bullets {
  position: absolute;
  bottom: calc(var(--innerspace) + 17px);
  left: calc(var(--innerspace) + 69px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  background-color: rgba(3, 24, 44, 0.25);
}
.slider .glide__bullet {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  height: 2px;
  outline: none;
  border: none;
  background-color: transparent;
  position: relative;
}
.slider .glide__bullet:not(.glide__bullet--active) {
  cursor: pointer;
}
.slider .glide__bullet:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 30px;
  position: absolute;
  top: -15px;
  left: 0;
}
.slider .glide__bullet--active {
  background-color: var(--darkblue);
}

/* LOGO-SLIDER ####################################################### */
.tanos_logoslider {
  background: white;
  padding-bottom: 73px;
  padding-top: 73px;
  position: relative;
}
.tanos_logoslider:after, .tanos_logoslider:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, white), to(transparent));
  background: linear-gradient(to right, white 30%, transparent 100%);
  width: 25%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: inline-block;
  top: 0;
  left: 0;
  pointer-events: none;
}
.tanos_logoslider:after {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.tanos_logoslider.after_tdivider {
  padding-top: 143px;
}
.tanos_logoslider li {
  padding: calc(var(--space) / 2);
  overflow: hidden;
}
.tanos_logoslider li img {
  width: 100%;
  height: 100%;
  min-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.tanos_logoslider .partner {
  text-align: center;
}
.tanos_logoslider .button {
  margin-top: 19px;
}
.tanos_logoslider .glide__slides .glide__slide {
  min-height: auto;
}

/* IMAGE-SLIDER ####################################################### */
.tanos_imageslider {
  padding: 0;
  background-color: var(--lightgrey);
}
.tanos_imageslider .glide__track {
  padding-bottom: 56px;
}
.tanos_imageslider.imgcover .glide__slide {
  padding: 0;
}
.tanos_imageslider.imgcover .glide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

/* CONTENT-HEADER  ####################################################### */
.tanos_header {
  text-align: center;
  margin: 80px var(--innerspace) 40px var(--innerspace);
}
.tanos_header h1,
.tanos_header h2 {
  margin-bottom: 0;
  font-size: var(--font-size-h2);
}
.tanos_header h1 + span,
.tanos_header h2 + span {
  font-size: calc(var(--font-size-h2) / 2);
  font-weight: 700;
  opacity: 0.5;
}
.tanos_header h3,
.tanos_header h4,
.tanos_header h5,
.tanos_header h6 {
  color: var(--darkblue);
}
.tanos_header h3 + span,
.tanos_header h4 + span,
.tanos_header h5 + span,
.tanos_header h6 + span {
  font-weight: 300;
}
.tanos_header:after {
  content: "";
  margin-top: 15px;
  width: 15px;
  height: var(--font-size-small);
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-filled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 100%;
}
.tanos_header.doubletgraphic:after {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-twin-filled.svg');
  height: 20px;
}
.tanos_header.none:after {
  content: none;
}

/* TEASERBOXES  ####################################################### */
.tanos_teaserboxes > h3 {
  margin: var(--innerspace);
  text-align: left;
}
.tanos_teaserboxes .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.tanos_teaserboxes .teaserbox {
  width: 100%;
  min-height: 200px;
  position: relative;
  padding: var(--innerspace);
  margin-bottom: var(--space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: var(--border-radius-large);
  overflow: hidden;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background: var(--darkblue);
}
.tanos_teaserboxes .teaserbox h3,
.tanos_teaserboxes .teaserbox h5,
.tanos_teaserboxes .teaserbox p {
  color: white;
}
.tanos_teaserboxes .teaserbox h5 {
  margin-bottom: 0.3em;
}
.tanos_teaserboxes .teaserbox h3 {
  margin-bottom: 1.2em;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.tanos_teaserboxes .teaserbox p {
  margin-bottom: 0;
}
.tanos_teaserboxes .teaserbox * {
  position: relative;
  z-index: 10;
}
.tanos_teaserboxes .teaserbox:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(3, 24, 44, 0.1875)), to(rgba(3, 24, 44, 0.75)));
  background: linear-gradient(180deg, rgba(3, 24, 44, 0.1875) 50%, rgba(3, 24, 44, 0.75) 100%);
  z-index: 9;
}
.tanos_teaserboxes .teaserbox.gradient-b:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(3, 24, 44, 0)), to(rgba(3, 24, 44, 0.75)));
  background: linear-gradient(180deg, rgba(3, 24, 44, 0) 50%, rgba(3, 24, 44, 0.75) 100%);
}
.tanos_teaserboxes .teaserbox.gradient-c:after {
  background-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(3, 24, 44, 0)), to(#03182C));
  background: linear-gradient(180deg, rgba(3, 24, 44, 0) 30%, #03182C 100%);
}
.tanos_teaserboxes .teaserbox.none:after {
  content: none;
}
.tanos_teaserboxes .teaserbox img, .tanos_teaserboxes .teaserbox:after {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tanos_teaserboxes .teaserbox.top-img {
  padding-top: 0;
}
.tanos_teaserboxes .teaserbox.top-img img {
  position: relative;
  z-index: 9;
  left: calc(var(--innerspace) * -1);
  top: 0;
  width: calc(100% + var(--innerspace) * 2);
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: var(--innerspace);
}
.tanos_teaserboxes .teaserbox.transparentimage {
  position: relative;
  padding-top: 460px;
}
.tanos_teaserboxes .teaserbox.transparentimage img {
  position: absolute;
  z-index: 9;
  left: var(--innerspace);
  top: var(--innerspace);
  width: calc(100% - var(--innerspace) * 2);
  height: 380px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.tanos_teaserboxes .teaserbox.imagetop {
  position: relative;
  padding-top: 460px;
}
.tanos_teaserboxes .teaserbox.imagetop img {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tanos_teaserboxes .teaserbox.imageleft {
  position: relative;
}
.tanos_teaserboxes .teaserbox.imageleft img {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.tanos_teaserboxes .teaserbox.imageleft h3,
.tanos_teaserboxes .teaserbox.imageleft h5,
.tanos_teaserboxes .teaserbox.imageleft p {
  margin-left: calc(50% + 20px);
}
.tanos_teaserboxes .teaserbox.gradient {
  background: -webkit-gradient(linear, left bottom, left top, from(#004F9F), to(#004F9F)), -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(3, 24, 44, 0)), to(rgba(3, 24, 44, 0.66)));
  background: linear-gradient(0deg, #004F9F, #004F9F), linear-gradient(180deg, rgba(3, 24, 44, 0) 40%, rgba(3, 24, 44, 0.66) 100%);
}
.tanos_teaserboxes.col_3-3-2-2 .teaserbox:last-child {
  margin: 0;
}
.tanos_teaserboxes.col_2 .teaserbox:last-child {
  margin: 0;
}
.tanos_teaserboxes.col_2 .teaserbox .button {
  margin-top: var(--space);
}
.tanos_teaserboxes.col_3_icons .teaserbox {
  padding-top: 215px;
}
.tanos_teaserboxes.col_3_icons .teaserbox img {
  height: 160px;
}
.tanos_teaserboxes.bgcolor1 {
  background: var(--darkblue);
  padding: var(--innerspace) 0;
}
.tanos_teaserboxes.bgcolor1 .teaserbox {
  border-radius: 0;
  min-height: inherit;
  margin: 0;
}
.tanos_teaserboxes.bgcolor2 {
  padding: var(--innerspace) 0;
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox {
  min-height: inherit;
  background: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox:after {
  content: none;
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox h3,
.tanos_teaserboxes.bgcolor2 .inner .teaserbox h5,
.tanos_teaserboxes.bgcolor2 .inner .teaserbox p {
  color: var(--darkblue);
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox h3 {
  margin-bottom: 0.5em;
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox h5 {
  opacity: 0.5;
  margin-bottom: -0.2em;
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox:nth-child(2) {
  -webkit-transform: none;
          transform: none;
}
.tanos_teaserboxes.bgcolor2 .inner .teaserbox p:last-child:after {
  content: "";
  margin-top: var(--space);
  width: 15px;
  height: 12px;
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-filled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.tanos_teaserboxes.teaserboxes_alternative .inner {
  padding: var(--innerspace);
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding: 0;
  border-radius: 0;
  margin-bottom: var(--space) !important;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox:after {
  content: none;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox img {
  position: relative;
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-large);
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox b,
.tanos_teaserboxes.teaserboxes_alternative .teaserbox h3 {
  line-height: 1.5rem;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox b {
  margin-right: 14px;
  margin-top: 30px;
  padding-top: 0.11rem;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox h3 {
  width: calc(100% - 40px);
  margin-top: 30px;
  margin-bottom: 20px !important;
  margin-right: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox p {
  margin: var(--space) 0;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox p:first-of-type {
  margin-top: 0;
}
.tanos_teaserboxes.teaserboxes_alternative .teaserbox p:last-child:after {
  content: none !important;
}

.container .tanos_teaserboxes .inner,
.container .tanos_teaserboxes.big .inner {
  width: calc(100% - var(--innerspace));
  margin: calc(var(--innerspace) / 2);
}
.container .tanos_teaserboxes:not(.teaserboxes_alternative):not(.tanos_teaserslider):not(.cta) .teaserbox,
.container .tanos_teaserboxes.big:not(.teaserboxes_alternative):not(.tanos_teaserslider):not(.cta) .teaserbox {
  margin: calc(var(--innerspace) / 2);
  width: calc(100% - var(--innerspace));
  border-radius: var(--border-radius-large);
  color: grey;
}
.container .tanos_teaserboxes.col_3 .inner, .container .tanos_teaserboxes.col_3_low .inner,
.container .tanos_teaserboxes.big.col_3 .inner,
.container .tanos_teaserboxes.big.col_3_low .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .tanos_teaserboxes.col_3_low .teaserbox,
.container .tanos_teaserboxes.big.col_3_low .teaserbox {
  min-height: 240px;
}
.container .tanos_teaserboxes.col_3_low .teaserbox h3,
.container .tanos_teaserboxes.big.col_3_low .teaserbox h3 {
  margin-bottom: 0;
}

/* TANOS Teaserslider ####################################################### */
.tanos_teaserslider {
  padding: 0;
}
.tanos_teaserslider .teaserslider {
  margin: 0;
  padding: var(--space) 0;
  width: 100%;
}
.tanos_teaserslider .teaserslider .teaserbox {
  margin: 0;
  height: auto;
  background: var(--darkblue) !important;
}
.tanos_teaserslider .teaserslider b,
.tanos_teaserslider .teaserslider h3,
.tanos_teaserslider .teaserslider p {
  color: white !important;
}
.tanos_teaserslider .teaserslider p:last-child:after {
  content: none !important;
}
.tanos_teaserslider .teaserslider .glide__track {
  margin-bottom: calc(var(--space) * 3);
  overflow: visible;
}
.tanos_teaserslider .teaserslider .glide__slides {
  overflow: visible;
}
.tanos_teaserslider.bgcolor2 {
  background: var(--offwhite);
}

/* TEASERBOXES BIG  ####################################################### */
.container .tanos_teaserboxes.big .teaserbox {
  border-radius: 0;
  margin-bottom: 0;
}
.container .tanos_teaserboxes.big .teaserbox > h5 {
  margin-top: 95px;
}
.container .tanos_teaserboxes.big .teaserbox .news_list {
  text-align: left;
  width: 100%;
}
.container .tanos_teaserboxes.big .teaserbox .news_list .news_list_item {
  margin-bottom: calc(var(--space) / 2);
  padding-bottom: calc(var(--space) / 2);
  border-bottom: 1px solid white;
  width: 80%;
}
.container .tanos_teaserboxes.big .teaserbox .news_list h3 {
  font-weight: 300;
  margin: 0;
}
.container .tanos_teaserboxes.big .teaserbox .news_list small {
  color: white;
}
.container .tanos_teaserboxes.big .teaserbox .news_list + p .button {
  margin-top: 14px;
}

/* TEXT-TEASERBOX  ####################################################### */
.tanos_textteaserbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: var(--innerspace);
  background-color: white;
}
.tanos_textteaserbox .left {
  width: 100%;
}
.tanos_textteaserbox .left h3 {
  margin-bottom: 1.2em;
}
.tanos_textteaserbox .left .right p {
  margin-bottom: 0;
}
.tanos_textteaserbox.layout1 {
  background-color: var(--darkblue);
}
.tanos_textteaserbox.layout1 h3,
.tanos_textteaserbox.layout1 p {
  color: white;
}
.tanos_textteaserbox.layout2 {
  background-color: var(--lightgrey);
}

/* VIDEO ####################################################### */
.tanos_video {
  height: 52vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tanos_video video {
  width: 100%;
  height: calc(100% + 1px);
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.tanos_video .timetext {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  color: white;
}

/* STORIES ####################################################### */
.tanos_stories {
  background: white;
  width: 100%;
  padding: var(--innerspace);
  padding-bottom: 0;
}
.tanos_stories .tabs {
  max-width: 100%;
  background-color: var(--lightgrey);
  height: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 8px;
  border-radius: var(--border-radius-small);
  overflow-x: auto;
  overflow-y: hidden;
}
.tanos_stories .tabs .tab {
  height: 100%;
  margin: 0 8px;
  border-bottom: 3px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
}
.tanos_stories .tabs .tab.active {
  border-bottom: 3px solid var(--darkblue);
  opacity: 1;
  pointer-events: none;
}
.tanos_stories.before_tdivider {
  padding-bottom: 0 !important;
}
.tanos_stories.before_tdivider .slider {
  padding-bottom: 116px;
}
.tanos_stories.before_tdivider .slider .glide__bullets,
.tanos_stories.before_tdivider .slider .glide__arrows {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
.tanos_stories.after_tdivider {
  padding-top: 80px;
}
.tanos_stories .texts > div,
.tanos_stories .sliders > div,
.tanos_stories .bgs > div {
  display: none;
}
.tanos_stories .texts > div.active,
.tanos_stories .sliders > div.active,
.tanos_stories .bgs > div.active {
  display: inline-block;
}
.tanos_stories .texts h3 {
  font-size: 26px;
  margin: -2px 0 var(--innerspace) 0;
  color: var(--darkblue);
}
.tanos_stories .texts h4 {
  color: var(--blue);
  margin: 40px 0 0 0;
}
.tanos_stories .texts button {
  margin-top: 4px;
}
.tanos_stories .sliders {
  background: var(--offwhite);
  margin-left: calc(var(--innerspace) * -1);
  margin-right: calc(var(--innerspace) * -1);
  width: calc(var(--innerspace) * 2 + 100%);
}
.tanos_stories .bgs {
  display: none;
}
.tanos_stories.layout1 {
  background: var(--darkblue);
}
.tanos_stories.layout1 h3,
.tanos_stories.layout1 p,
.tanos_stories.layout1 h4 {
  color: white;
}
.tanos_stories.layout1 h4 {
  opacity: 0.5;
}
.tanos_stories.layout1 .texts {
  background-color: var(--darkblue);
  padding: calc(var(--space) / 2) 0 var(--innerspace) 0;
}
.tanos_stories.layout1 .texts:before {
  background-color: var(--darkblue);
}
.tanos_stories.layout1 .sliders {
  background: var(--lightgrey);
}

/* INSIGHTS ####################################################### */
.container .frame-type-news_newsliststicky {
  padding: 0 var(--innerspace);
}
.container .frame-type-news_newsliststicky > header {
  margin: var(--innerspace);
}
.container .frame-type-news_newsliststicky .glide__track {
  margin-bottom: var(--innerspace);
}
.container .frame-type-news_newsliststicky .glide__slide {
  position: relative;
  overflow: hidden;
  background-color: white;
  border-radius: var(--border-radius-large);
  height: auto;
}
.container .frame-type-news_newsliststicky .glide__slide .article {
  padding-left: calc(40% + var(--space));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 150px;
}
.container .frame-type-news_newsliststicky .glide__slide .article .footer {
  display: none;
}
.container .frame-type-news_newsliststicky .glide__slide .article .more {
  background-color: var(--lightgrey);
  color: var(--darkblue);
}
.container .frame-type-news_newsliststicky .glide__slide .article .more:before {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick.svg');
}
.container .frame-type-news_newsliststicky .glide__slide .article h3,
.container .frame-type-news_newsliststicky .glide__slide .article p {
  font-size: var(--font-size-m);
}
.container .frame-type-news_newsliststicky .glide__slide .news-img-wrap {
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
}
.container .frame-type-news_newsliststicky .glide__slide .news-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.container .frame-type-news_newsliststicky .newsslider + .button {
  margin: -5px 0 var(--innerspace) 0;
}
.container .news-single {
  padding: var(--innerspace);
}
.container .news-single h1 {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-size: 40px;
  margin-top: calc(var(--innerspace));
}
.container .news-single .news-list-category {
  display: none;
}
.container .news-single .news-img-wrap {
  margin-left: calc(var(--innerspace) * -1);
  width: calc(100% + var(--innerspace) * 2);
}
.container .news-single .news-img-wrap .mediaelement a {
  pointer-events: none;
  width: 100%;
}
.container .news-single .news-img-wrap .mediaelement a img {
  width: 100%;
  height: auto;
  margin: 0 0 var(--space) 0;
}

/* QUICKLINKS #############################################*/
.tanos_quicklinks {
  text-align: center;
  margin: calc(var(--space) * 2) var(--space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tanos_quicklinks h2 {
  margin-bottom: 0;
  font-size: 24px;
}
.tanos_quicklinks h2 a,
.tanos_quicklinks h2 span,
.tanos_quicklinks h2 p {
  font-size: 24px;
}
.tanos_quicklinks .buttonbox {
  padding: 20px;
  border-radius: var(--border-radius-large);
  border: 1px solid white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* FCONTAINER ###########################################*/
.container:not(.frame_white) .fcontainer--grey {
  background-color: var(--lightgrey);
}

/* TANOS TEXT ###########################################*/
.tanos_text {
  padding: calc(var(--space) * 2) var(--innerspace) var(--space) var(--innerspace);
}
.tanos_text h3 {
  text-align: center;
}

/* TANOS SECTIONINTRO ###################################*/
.tanos_sectionintro {
  padding: var(--innerspace);
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tanos_sectionintro h4 {
  margin-bottom: -7px;
  margin-top: 12px;
  opacity: 0.5;
}
.tanos_sectionintro h2 {
  margin-top: 10px;
}
.tanos_sectionintro img {
  margin-top: var(--innerspace);
  margin-bottom: calc(-1 * var(--innerspace));
  max-width: calc(100% + var(--innerspace));
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 300px;
}
.tanos_sectionintro.imageorient26 img {
  margin-left: calc(-1 * var(--innerspace));
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
}
.tanos_sectionintro.imageorient25 img {
  margin-right: calc(-1 * var(--innerspace));
  -o-object-position: right bottom;
     object-position: right bottom;
}
.tanos_sectionintro.layout1 {
  background: var(--darkblue);
}
.tanos_sectionintro.layout2 {
  background-color: var(--offwhite);
}

/* TANOS SECTIONIMAGE ###################################*/
.tanos_sectionimage {
  padding: calc(var(--space) * 4) var(--innerspace) calc(var(--space) * 3) var(--innerspace);
  position: relative;
  text-align: center;
}
.tanos_sectionimage .text {
  color: white;
  position: relative;
  z-index: 3;
}
.tanos_sectionimage .text p {
  font-size: 20px;
}
.tanos_sectionimage img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TANOS BIGIMAGE ###################################*/
.tanos_bigimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tanos_bigimage .content {
  padding: calc(var(--space) * 2) var(--innerspace);
}
.tanos_bigimage .content > span:first-child {
  font-weight: 700;
}
.tanos_bigimage .content > span:last-child {
  opacity: 0.5;
  display: inline-block;
  margin-top: var(--space);
  width: 100%;
}
.tanos_bigimage .content > span:last-child p:last-child {
  margin: 0;
}
.tanos_bigimage img,
.tanos_bigimage video {
  max-width: 100%;
  height: auto;
}
.tanos_bigimage video {
  width: 100%;
}

/* TANOS CTA FOOTER ###################################*/
.tanos_teaserboxes.cta .teaserbox {
  min-height: inherit;
  border-radius: var(--border-radius-large) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tanos_teaserboxes.cta .teaserbox.bg_gradient {
  background: linear-gradient(251.92deg, #004F9F 1.17%, #03182C 60.48%);
  color: white;
}
.tanos_teaserboxes.cta .teaserbox.bg_gradient h6 {
  margin-top: var(--space);
  margin-bottom: 0;
}
.tanos_teaserboxes.cta .teaserbox.bg_darkblue {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px var(--innerspace);
  min-height: 350px;
}
.tanos_teaserboxes.cta .teaserbox.bg_darkblue .button {
  margin-top: var(--innerspace);
}
.tanos_teaserboxes.cta .teaserbox.bg_white {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px var(--innerspace);
  min-height: 350px;
  -webkit-transform: none;
          transform: none;
  background: white;
}
.tanos_teaserboxes.cta .teaserbox.bg_white h6,
.tanos_teaserboxes.cta .teaserbox.bg_white h3,
.tanos_teaserboxes.cta .teaserbox.bg_white p {
  color: var(--darkblue);
}
.tanos_teaserboxes.cta .teaserbox.bg_white h3 {
  margin-bottom: -5px;
  margin-top: -8px;
}
.tanos_teaserboxes.cta .teaserbox.bg_white .button {
  margin-top: var(--innerspace);
}
.tanos_teaserboxes.cta .teaserbox.bg_white img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right bottom;
     object-position: right bottom;
}

.layout0 .tanos_teaserboxes.cta .teaserboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  width: calc(100% - var(--innerspace));
  margin: calc(var(--innerspace) / 2);
}
.layout0 .tanos_teaserboxes.cta .teaserboxes .teaserbox {
  margin: calc(var(--innerspace) / 2) !important;
  width: calc(100% - var(--innerspace));
}

/* TANOS PARTNER ###################################*/
.tanos_partner_introtext {
  margin: calc(var(--space) * 2) var(--space);
}
.tanos_partner_introtext h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: auto;
  text-align: center;
}

.filters {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: var(--space);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filters .inner {
  padding: calc(var(--space) / 2);
  border-radius: var(--border-radius-large);
  border: 1px solid white;
}
.filters .inner > button {
  margin: calc(var(--space) / 2);
  cursor: pointer;
}
.filters .inner > button.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.filters .inner > button:not(.active) {
  color: var(--darkblue);
  background: white;
}
.filters .inner > button:not(.active):before {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick.svg');
}

.tanos_partners {
  background-color: white;
  padding: var(--space);
  border-radius: var(--border-radius-large);
  margin-bottom: var(--innerspace);
}
.tanos_partners .partner {
  position: relative;
  width: calc(50% - var(--space) * 3);
  margin: var(--space);
}
.tanos_partners .partner svg {
  width: 100%;
  display: none;
}
.tanos_partners .partner a,
.tanos_partners .partner img {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tanos_partners .partner a {
  font-size: 0;
}
.tanos_partners .partner img {
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  height: auto;
}

/* TANOS PRODUCTS ###################################*/
.tanos_products {
  padding: var(--space);
  background-color: var(--offwhite);
  /* Alternative */
}
.tanos_products .texttabs {
  margin-bottom: var(--space);
}
.tanos_products .texttabs .tablabel {
  background: var(--blue);
  color: white;
  height: 40px;
  padding: 0 var(--space);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: var(--border-radius-small) 0 0 var(--border-radius-small);
}
.tanos_products .texttabs .tabs {
  display: inline-block;
}
.tanos_products .texttabs .texttab {
  background: white;
  cursor: pointer;
  font-weight: 700;
  color: rgba(3, 24, 44, 0.5);
  position: relative;
  padding: 0 var(--space);
  height: 40px;
  padding: 0 var(--space);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tanos_products .texttabs .texttab.active {
  color: rgb(3, 24, 44);
}
.tanos_products .texttabs .texttab.active:before {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  display: inline-block;
  height: 2px;
  width: calc(100% - var(--space) * 2);
  background: var(--darkblue);
}
.tanos_products .texttabs .tabinfos {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tanos_products .texttabs .tab_info {
  border: 1px solid white;
  display: none;
  height: 40px;
  padding: 0 var(--space);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
}
.tanos_products .texttabs .tab_info.active:not(.empty) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tanos_products .imgtabs {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: var(--border-radius-small);
  overflow: hidden;
  position: relative;
}
.tanos_products .imgtabs .tablabel {
  background: var(--blue);
  color: white;
  height: 40px;
  padding: 0 var(--space);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.tanos_products .imgtabs .imgtab {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: none;
  overflow-x: auto;
}
.tanos_products .imgtabs .imgtab.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tanos_products .imgtabs .imgtab img {
  width: 100%;
  height: 220px;
  max-height: 84%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tanos_products .imgtabs .imgtab .product-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 var(--space);
  cursor: pointer;
}
.tanos_products .imgtabs .imgtab .product-img b {
  padding-bottom: 15px;
  border-bottom: 2px solid white;
  white-space: normal;
  /* flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  display: inline-block;
  height: auto;
  overflow: hidden;*/
}
.tanos_products .imgtabs .imgtab .product-img.active b {
  border-color: var(--darkblue);
}
.tanos_products .productinfos {
  width: 100%;
  background-color: var(--darkblue);
  margin-top: var(--space);
  border-radius: var(--border-radius-small);
}
.tanos_products .productinfos .info_cat {
  display: none;
  width: 100%;
}
.tanos_products .productinfos .info_cat.active {
  display: inline-block;
}
.tanos_products .productinfos .info {
  display: none;
  width: 100%;
  color: white;
  padding: var(--innerspace);
}
.tanos_products .productinfos .info b:first-child {
  opacity: 0.6;
  padding: 10px 0 5px 0;
  display: inline-block;
}
.tanos_products .productinfos .info.active {
  display: inline-block;
}
.tanos_products .productinfos .info img {
  max-width: 100%;
  height: auto;
  max-height: 320px;
  -o-object-fit: contain;
     object-fit: contain;
}
.tanos_products .productinfos .specs .spec {
  position: relative;
  width: 100%;
  padding: calc(var(--space) / 2) calc(var(--space) / 2) calc(var(--space) / 2) 47px;
  /*&:before {
      content: "";
      position: absolute;
      left: 0;
      top: 15px;
      display: inline-block;
      width: 37px;
      height: 37px;
      background: var(--lightgrey);
      border-radius: var(--border-radius-small);
  }*/
}
.tanos_products .productinfos .specs .spec span {
  display: inline-block;
  width: 100%;
  opacity: 0.5;
}
.tanos_products .productinfos .specs .spec img {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -8px;
  top: 11px;
  display: inline-block;
}
.tanos_products.alternative .imgtabs .imgtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tanos_products.alternative .texttabs {
  margin-top: var(--space);
}
.tanos_products.alternative .tabcontainer {
  display: none;
}
.tanos_products.alternative .tabcontainer.active {
  display: inline-block;
}
.tanos_products.alternative .texttab.active {
  pointer-events: none;
}

/* TANOS FACTS ###################################*/
.tanos_facts {
  padding: var(--space);
}
.tanos_facts .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tanos_facts .item {
  padding: var(--space);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.tanos_facts .item .number {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}
.tanos_facts .item .title {
  font-size: var(--font-size-h3);
  font-weight: 700;
}
.tanos_facts .item .text p:last-child {
  margin: 0;
}
.tanos_facts .item .text:after {
  content: "";
  margin-top: 16px;
  width: 15px;
  height: 12px;
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-filled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
}
.tanos_facts.bgcolor2 {
  background: var(--offwhite);
}

/* TANOS LOGOS ###################################*/
.tanos_logos {
  padding: calc(var(--innerspace) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.tanos_logos .item {
  padding: calc(var(--innerspace) / 2);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 50px;
  max-width: 100%;
  max-height: 100px;
}
.tanos_logos .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* TANOS Text & Image-Block ###################################*/
.tanos_textimage {
  margin: var(--space);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  border-radius: var(--border-radius-large);
  overflow: hidden;
}
.tanos_textimage > .img {
  width: 100%;
}
.tanos_textimage > .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.tanos_textimage > .text {
  padding: var(--innerspace);
}
.tanos_textimage > .text p:last-child {
  margin: 0;
}
.tanos_textimage.layout1 {
  background: var(--darkblue);
}
.tanos_textimage.layout1 h3 {
  color: white;
}
.tanos_textimage.layout2 {
  background: var(--offwhite);
}

/* TANOS Iconcards  ###################################*/
.tanos_iconcards {
  padding: calc(var(--space) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tanos_iconcards .item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: calc(100% - var(--space));
  background: var(--darkblue);
  border-radius: var(--border-radius-small);
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: var(--space);
  margin: calc(var(--space) / 2);
  overflow: hidden;
}
.tanos_iconcards .item img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: var(--innerspace);
  -webkit-transition: all 0.21s ease;
  transition: all 0.21s ease;
}
.tanos_iconcards .item .text {
  opacity: 0.5;
  display: grid;
  grid-template-rows: 0fr;
  height: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.tanos_iconcards .item .text p {
  overflow: hidden;
}
.tanos_iconcards .item .text p:last-child {
  margin: 0;
}
.tanos_iconcards .item h4,
.tanos_iconcards .item p {
  color: white;
  width: 100%;
}
.tanos_iconcards .item h4 {
  margin: 0;
}
.tanos_iconcards .item:hover {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.tanos_iconcards .item:hover img {
  height: 0px;
  margin: 0;
}
.tanos_iconcards .item:hover .text {
  grid-template-rows: 1fr;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* TANOS ACCORDEON ###################################*/
.tanos_accordeon {
  margin: var(--innerspace);
  display: inline-block;
  width: calc(100% - var(--innerspace) * 2);
}
.tanos_accordeon .item {
  background: var(--darkblue);
  margin-bottom: 10px;
  padding: 12px 21px;
  color: white;
  border-radius: var(--border-radius-small);
}
.tanos_accordeon .item .toggle {
  padding-right: 18px;
  position: relative;
  cursor: pointer;
}
.tanos_accordeon .item .toggle .info {
  width: 100%;
}
.tanos_accordeon .item .toggle:after {
  content: "";
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/arrow-thick-yellow.svg');
  background-repeat: no-repeat;
  display: inline-block;
  margin: 0 5px 0 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
.tanos_accordeon .item .toggle span {
  margin-right: var(--space);
  font-size: var(--font-size-small);
}
.tanos_accordeon .item .content {
  display: none;
  margin-top: var(--innerspace);
}
.tanos_accordeon .item.active .toggle:after {
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.tanos_accordeon .item.active .content {
  display: inline-block;
}

/* TANOS Animated Box ###################################*/
.tanos_animatedbox {
  min-height: 100vh;
}
.tanos_animatedbox p {
  font-size: 16px;
}
.tanos_animatedbox p:last-of-type {
  margin-bottom: 0;
}
.tanos_animatedbox .items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--innerspace);
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.tanos_animatedbox .items .image {
  width: 256px;
  height: 256px;
  border-radius: 1256px;
  background: white;
  overflow: hidden;
}
.tanos_animatedbox .items .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: cover;
}
.tanos_animatedbox .items .image ~ .tanos_t, .tanos_animatedbox .items .image ~ h3 {
  display: none;
}
.tanos_animatedbox.imagesonly .item:nth-child(2n) .image {
  float: right;
}
.tanos_animatedbox .tanos_t {
  margin-top: 15px;
  margin-bottom: var(--innerspace);
  width: 15px;
  height: 12px;
  background: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-filled.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
}

canvas {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  background: transparent;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
}

/* TANOS PRODUCT - Packets ###################################*/
.tanos_packets .packets {
  padding: calc(var(--innerspace) / 2);
}
.tanos_packets .packet {
  margin: calc(var(--innerspace) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tanos_packets .packet .upper,
.tanos_packets .packet .lower {
  background-color: var(--darkblue);
  border-radius: var(--border-radius-small);
  color: white;
  padding: calc(var(--innerspace) * 1.5) var(--innerspace) var(--innerspace) var(--innerspace);
}
.tanos_packets .packet .upper {
  padding-bottom: 50px;
}
.tanos_packets .packet .upper h4 {
  margin: 0;
}
.tanos_packets .packet .upper h3 {
  line-height: 1;
}
.tanos_packets .packet .thet {
  position: relative;
  width: 100%;
  height: 1px;
}
.tanos_packets .packet .thet:after {
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/t-loc-big-filled.svg');
  position: absolute;
  width: 143px;
  height: 100px;
  top: -43px;
  left: calc(50% - 71px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tanos_packets .packet:nth-child(1) .thet:after {
  content: "★";
}
.tanos_packets .packet:nth-child(2) .thet:after {
  content: "★★";
}
.tanos_packets .packet:nth-child(3) .thet:after {
  content: "★★★";
}
.tanos_packets .packet:nth-child(4) .thet:after {
  content: "★★★★";
}
.tanos_packets .packet .lower {
  padding-top: 70px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tanos_packets .packet .lower .button {
  margin-top: calc(var(--space) * 2);
}
.tanos_packets .packet .table {
  margin: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.tanos_packets .packet .table table {
  width: 100%;
  border-collapse: collapse;
}
.tanos_packets .packet .table td {
  vertical-align: top;
  padding: 10px 0;
}
.tanos_packets .packet .table td:first-child {
  font-size: var(--font-size-small);
  padding-right: var(--space);
}
.tanos_packets .packet .table tr:not(:last-child) td {
  border-bottom: 1px solid white;
}

/* FORM in container - basic*/
.container form {
  margin: var(--innerspace);
}

.form-fieldsetwrap {
  padding: var(--space) var(--space) 0 var(--space);
  margin-bottom: var(--innerspace);
  border-radius: var(--border-radius-small);
  background-color: var(--offwhite);
  display: inline-block;
  width: 100%;
}

fieldset {
  padding: 0;
  border: 0;
}

/* Packet-Inquiry  */
/* FORM is hidden by id -> should better get own template*/
#c296,
#c296 .bg,
#c533,
#c533 .bg,
#c827,
#c827 .bg {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#c296 form,
#c296 .bg form,
#c533 form,
#c533 .bg form,
#c827 form,
#c827 .bg form {
  background-color: white;
  padding: var(--innerspace);
  border-radius: var(--border-radius-large);
  max-width: calc(100% - var(--innerspace) * 2);
  margin: var(--innerspace);
}
#c296 form input:not([type=checkbox]),
#c296 .bg form input:not([type=checkbox]),
#c533 form input:not([type=checkbox]),
#c533 .bg form input:not([type=checkbox]),
#c827 form input:not([type=checkbox]),
#c827 .bg form input:not([type=checkbox]) {
  width: 100%;
}
#c296 form .hidden-product-title,
#c296 .bg form .hidden-product-title,
#c533 form .hidden-product-title,
#c533 .bg form .hidden-product-title,
#c827 form .hidden-product-title,
#c827 .bg form .hidden-product-title {
  display: none;
}
#c296 .bg,
#c296 .bg .bg,
#c533 .bg,
#c533 .bg .bg,
#c827 .bg,
#c827 .bg .bg {
  z-index: 1;
  cursor: pointer;
}
#c296 .bg:hover + .close:after,
#c296 .bg .bg:hover + .close:after,
#c533 .bg:hover + .close:after,
#c533 .bg .bg:hover + .close:after,
#c827 .bg:hover + .close:after,
#c827 .bg .bg:hover + .close:after {
  color: var(--yellow);
}
#c296 .fcontainer__inner,
#c296 .bg .fcontainer__inner,
#c533 .fcontainer__inner,
#c533 .bg .fcontainer__inner,
#c827 .fcontainer__inner,
#c827 .bg .fcontainer__inner {
  z-index: 9;
}
#c296 .close,
#c296 .bg .close,
#c533 .close,
#c533 .bg .close,
#c827 .close,
#c827 .bg .close {
  position: absolute;
  z-index: 3;
  right: var(--innerspace);
  top: var(--innerspace);
  cursor: pointer;
}
#c296 .close:after,
#c296 .bg .close:after,
#c533 .close:after,
#c533 .bg .close:after,
#c827 .close:after,
#c827 .bg .close:after {
  display: inline-block;
  content: "+";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 30px;
  color: white;
  line-height: 0;
}
#c296 .close:hover,
#c296 .bg .close:hover,
#c533 .close:hover,
#c533 .bg .close:hover,
#c827 .close:hover,
#c827 .bg .close:hover {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
#c296 .close:hover:after,
#c296 .bg .close:hover:after,
#c533 .close:hover:after,
#c533 .bg .close:hover:after,
#c827 .close:hover:after,
#c827 .bg .close:hover:after {
  color: var(--yellow);
}

.packet-form-open #c296,
.packet-form-open #c296 .bg,
.packet-form-open #c533,
.packet-form-open #c533 .bg,
.packet-form-open #c827,
.packet-form-open #c827 .bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*Contact-Form "CTA" */
.contactcta > h2 {
  padding: var(--innerspace);
}
.contactcta .ccta1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: var(--innerspace);
  padding-bottom: 0;
}
.contactcta .ccta1 .info {
  width: 60%;
}
.contactcta .ccta1 .info a {
  color: var(--blue);
}
.contactcta .ccta1 .img {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.contactcta .ccta1 .img img {
  width: 100%;
  height: auto;
}
.contactcta .ccta2 {
  padding: var(--innerspace);
  padding-bottom: 58px;
  background-color: var(--darkblue);
  position: relative;
}
.contactcta .ccta2 a {
  color: white;
}
.contactcta .ccta2 form {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contactcta .ccta2 form input,
.contactcta .ccta2 form textarea {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.contactcta .ccta2 form input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]) {
  width: 100%;
}
.contactcta .ccta2 form label {
  color: white;
}
.contactcta .ccta2 form > div {
  display: none;
}
.contactcta .ccta2 form .submit {
  float: right;
}
.contactcta .ccta2 > button {
  display: none;
}
.contactcta .ccta2 > button.btn-fto1, .contactcta .ccta2 > button.btn-fto2 {
  float: right;
}
.contactcta .ccta2 > button.btn-bto0, .contactcta .ccta2 > button.btn-bto1 {
  float: left;
}
.contactcta.state_0 .ccta2 > .btn-fto1 {
  display: inline-block;
}
.contactcta.state_0 .ccta2 form {
  /*> div:nth-child(2), 
  > div:nth-child(3){
      display: inline-block;
      width: 100%;
  }*/
}
.contactcta.state_0 .ccta2 form div:nth-of-type(2),
.contactcta.state_0 .ccta2 form div:nth-of-type(3) {
  display: inline-block;
  width: 100%;
}
.contactcta.state_1 .ccta2 > .btn-bto0,
.contactcta.state_1 .ccta2 .btn-fto2 {
  display: inline-block;
}
.contactcta.state_1 .ccta2 form > div:nth-of-type(4),
.contactcta.state_1 .ccta2 form > div:nth-of-type(5),
.contactcta.state_1 .ccta2 form > div:nth-of-type(6) {
  display: inline-block;
  width: 100%;
}
.contactcta.state_2 .ccta2 > .btn-bto1 {
  display: inline-block;
}
.contactcta.state_2 .ccta2 form {
  margin-bottom: -40px;
}
.contactcta.state_2 .ccta2 form > div:nth-of-type(7),
.contactcta.state_2 .ccta2 form > div:nth-of-type(8),
.contactcta.state_2 .ccta2 form > div:nth-of-type(9),
.contactcta.state_2 .ccta2 form > div:nth-of-type(10),
.contactcta.state_2 .ccta2 form > div:nth-of-type(11),
.contactcta.state_2 .ccta2 form > div:nth-of-type(12) {
  display: inline-block;
  width: 100%;
}

.frame-type-felogin_login {
  padding: var(--innerspace);
}
.frame-type-felogin_login form {
  margin-left: 0;
}
.frame-type-felogin_login form fieldset > legend,
.frame-type-felogin_login form + a {
  display: none;
}

.container .tanos_contacts {
  padding: var(--innerspace);
}

.tanos_contacts svg {
  stroke-linecap: round;
  stroke-width: 0.3;
  stroke-linejoin: round;
  pointer-events: none;
}
.tanos_contacts svg * {
  pointer-events: all;
}
.tanos_contacts .st0 {
  fill: var(--offwhite);
  stroke: #000000;
}
.tanos_contacts .st0:hover,
.tanos_contacts .st1:hover,
.tanos_contacts g:hover .st0,
.tanos_contacts g:hover .st1 {
  fill: var(--lightgrey);
  cursor: crosshair;
}
.tanos_contacts .active .st0,
.tanos_contacts .active .st1,
.tanos_contacts .st0.active,
.tanos_contacts .st1.active {
  fill: #004F9F;
}
.tanos_contacts .active .st0:hover,
.tanos_contacts .active .st1:hover,
.tanos_contacts .st0.active:hover,
.tanos_contacts .st1.active:hover {
  fill: #004F9F;
}
.tanos_contacts .active:hover .st0,
.tanos_contacts .active:hover .st1 {
  fill: #004F9F;
}
.tanos_contacts .st1 {
  fill: var(--offwhite);
  stroke: none;
}
.tanos_contacts .st0.coactive,
.tanos_contacts .st1.coactive,
.tanos_contacts .coactive .st0,
.tanos_contacts .coactive .st1 {
  fill: #004F9F;
}
.tanos_contacts .st0.coactive,
.tanos_contacts .st1.coactive,
.tanos_contacts .coactive .st0:not(.coactive),
.tanos_contacts .coactive .st1:not(.coactive) {
  opacity: 0.8;
}
.tanos_contacts .start_country {
  pointer-events: none;
  fill: transparent;
  mix-blend-mode: multiply;
}
.tanos_contacts .contacts {
  padding: 0;
  border-radius: var(--border-radius-small);
  overflow: hidden;
}
.tanos_contacts .contact {
  list-style: none;
  display: none;
}
.tanos_contacts .contact.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tanos_contacts .contact > div {
  padding: var(--innerspace);
  width: 100%;
}
.tanos_contacts .contact > div:nth-child(1) {
  background-color: var(--lightgrey);
}
.tanos_contacts .contact > div:nth-child(2) {
  background-color: var(--darkblue);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tanos_contacts .contact > div:nth-child(2) h4 {
  margin: 0;
}
.tanos_contacts #map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: var(--space);
}
.tanos_contacts #map svg {
  max-width: 1300px;
  max-height: 60vh;
}
.tanos_contacts #map ~ #contactselect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tanos_contacts #map ~ #contactselect select, .tanos_contacts #map ~ #contactselect input {
  max-width: 500px;
  min-width: 100px;
  width: 100%;
  text-align: center;
}
.tanos_contacts #map ~ #contactselect #zip_select {
  display: none;
}
.tanos_contacts #map.DE + #contactselect #zip_select, .tanos_contacts #map.DE1 + #contactselect #zip_select, .tanos_contacts #map.DE2 + #contactselect #zip_select, .tanos_contacts #map.DE3 + #contactselect #zip_select {
  display: inline-block;
}

/* Responsive
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO
*/
@media (max-width: 600px) {
  /* TANOS Hotspots landing container ###################################*/
  .tanos_heroslider_home .systainer .hotspot .content {
    top: 30px;
    left: -21px;
  }
  .tanos_heroslider_home .systainer .hotspot.center .content {
    left: -120px;
  }
  .tanos_heroslider_home .systainer .hotspot.overflow .content {
    left: auto;
    right: -21px;
  }
}
@media (min-width: 480px) {
  /* TANOS PRODUCTS ###################################*/
  .tanos_products .imgtabs .imgtab .product-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  /* TANOS Iconcards  ###################################*/
  .tanos_iconcards .item {
    width: calc(50% - 20px);
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 720px) {
  /* TANOS TEASERBOXES ###################################*/
  .tanos_teaserboxes .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: calc(var(--space) * 6);
    width: calc(100% + 20px);
  }
  .tanos_teaserboxes.col_3 .teaserbox, .tanos_teaserboxes.col_3_low .teaserbox {
    min-height: 620px;
    padding: var(--space);
    margin: 10px;
  }
  .tanos_teaserboxes.col_3 .teaserbox.transparentimage, .tanos_teaserboxes.col_3_low .teaserbox.transparentimage {
    padding-top: 460px;
  }
  .tanos_teaserboxes.col_3-3-2-2 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tanos_teaserboxes.col_2 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 80px 0;
    width: 100%;
  }
  .tanos_teaserboxes.bgcolor1 {
    background: var(--darkblue);
    padding: var(--innerspace) 0;
  }
  .tanos_teaserboxes.bgcolor1 .teaserbox {
    border-radius: 0;
    min-height: inherit;
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .tanos_teaserboxes.bgcolor2 {
    padding: var(--innerspace);
  }
  .tanos_teaserboxes.bgcolor2 .inner {
    margin: 0;
    width: 100%;
  }
  .tanos_teaserboxes.bgcolor2 .inner .teaserbox {
    margin: 0;
  }
  .tanos_teaserboxes.bgcolor2 .inner .teaserbox h3 {
    margin-bottom: 0.5em;
  }
  .tanos_teaserboxes.bgcolor2 .inner .teaserbox h5 {
    margin-bottom: -0.2em;
  }
  .tanos_teaserboxes .teaserbox.transparentimage img {
    left: calc(var(--space) * 2);
    top: calc(var(--space) * 2);
    width: calc(100% - var(--space) * 4);
  }
  .tanos_teaserboxes.teaserboxes_alternative {
    padding: 0;
  }
  .tanos_teaserboxes.teaserboxes_alternative .inner {
    margin: 0;
    padding: calc(var(--innerspace) / 2);
    width: 100%;
  }
  .tanos_teaserboxes.teaserboxes_alternative .teaserbox {
    margin: calc(var(--innerspace) / 2) !important;
  }
  .container .tanos_teaserboxes.col_3, .container .tanos_teaserboxes.col_3_low,
  .container .tanos_teaserboxes.big.col_3,
  .container .tanos_teaserboxes.big.col_3_low {
    margin-bottom: 60px;
  }
  .container .tanos_teaserboxes.col_3 .inner, .container .tanos_teaserboxes.col_3_low .inner,
  .container .tanos_teaserboxes.big.col_3 .inner,
  .container .tanos_teaserboxes.big.col_3_low .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .container .tanos_teaserboxes.col_3 .teaserbox, .container .tanos_teaserboxes.col_3_low .teaserbox,
  .container .tanos_teaserboxes.big.col_3 .teaserbox,
  .container .tanos_teaserboxes.big.col_3_low .teaserbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - var(--innerspace));
            flex: 0 0 calc(33.33% - var(--innerspace));
    margin: var(--innerspace);
  }
  /* TANOS SECTIONIMAGE ###################################*/
  .tanos_sectionimage {
    padding: 300px 140px 280px 140px;
  }
  .tanos_sectionimage .text p {
    font-size: 32px;
  }
  /* TANOS CTA FOOTER ###################################*/
  .tanos_teaserboxes.cta .teaserbox {
    min-height: 480px;
    margin: 0 0 var(--space) 0;
  }
  .tanos_teaserboxes.cta .teaserbox:nth-child(2) {
    -webkit-transform: none;
            transform: none;
  }
  .tanos_teaserboxes.cta .teaserbox.bg_gradient {
    min-height: 240px;
  }
  .tanos_teaserboxes.cta .teaserbox.bg_white {
    padding: calc(var(--space) * 2);
  }
  /* TANOS PRODUCTS ###################################*/
  .tanos_products .imgtabs .imgtab .product-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  .tanos_products .productinfos .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tanos_products .productinfos .specs .spec {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  /* TANOS FACTS ###################################*/
  .tanos_facts {
    padding: calc(var(--space) * 2);
  }
  .tanos_facts .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
  }
  .tanos_facts .item .number {
    font-size: 80px;
  }
  /* TANOS LOGOS ###################################*/
  .tanos_logos {
    padding: calc(var(--space) * 2);
  }
  /* TANOS Text & Image-Block ###################################*/
  .tanos_textimage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tanos_textimage > .img {
    width: 40%;
  }
  .tanos_textimage > .img img {
    height: 100%;
  }
  .tanos_textimage > .text {
    padding: calc(var(--space) * 2);
    width: 60%;
  }
  /* TANOS Product-Packages ###################################*/
  .tanos_packets .packets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + var(--innerspace));
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: var(--innerspace);
    padding: var(--innerspace);
  }
  .tanos_packets .packet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 24px);
            flex: 0 0 calc(50% - 24px);
    width: calc(50% - 24px);
    margin: 0;
  }
  /*Contact-Form "CTA" */
  .contactcta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contactcta h2 {
    width: 100%;
  }
  .contactcta .ccta1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }
  .contactcta .ccta2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    padding-bottom: var(--innerspace);
  }
  .glide_hero {
    max-height: 85vh;
  }
  .tanos_heroslider {
    max-height: 90vh;
  }
  .packet-form-open #c296 form,
  .packet-form-open #c296 .bg form,
  .packet-form-open #c533 form,
  .packet-form-open #c533 .bg form,
  .packet-form-open #c827 form,
  .packet-form-open #c827 .bg form {
    max-width: calc(720px - var(--innerspace) * 2);
  }
  .container .tanos_contacts {
    padding: calc(var(--space) * 2) var(--innerspace);
  }
  .tanos_contacts .contact.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tanos_contacts .contact > div {
    width: 50%;
  }
  .tanos_contacts #map {
    margin-bottom: var(--space);
  }
  .tanos_contacts #map ~ #contactselect select, .tanos_contacts #map ~ #contactselect input {
    width: calc(50% - 10px);
    min-height: 54px;
    font-size: var(--font-size-h3);
  }
}
@media (min-width: 1280px) {
  /* HERO & HEROSLIDER ####################################################### */
  .tanos_heroslider {
    width: calc(100% + var(--space) * 3);
    margin-left: calc(-1.5 * var(--space));
  }
  .tanos_hero {
    width: calc(100% + var(--space) * 3);
    margin-left: calc(-1.5 * var(--space));
    height: 133vw;
  }
  /* CONTENT-HEADER */
  .tanos_header:after {
    margin-top: 30px;
    height: 21px;
  }
  .tanos_header.doubletgraphic:after {
    height: 30px;
  }
  .tanos_header h3 + span,
  .tanos_header h4 + span,
  .tanos_header h5 + span,
  .tanos_header h6 + span {
    max-width: 50%;
    display: inline-block;
  }
  /* TEASERBOXEN */
  .tanos_teaserboxes {
    margin: 0;
    margin-bottom: calc(var(--space) * 8);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tanos_teaserboxes > h3 {
    margin: 83px 45px 68px 45px;
  }
  .tanos_teaserboxes .teaserbox {
    padding: calc(var(--space) * 2);
  }
  .tanos_teaserboxes.col_3 .teaserbox, .tanos_teaserboxes.col_3_low .teaserbox {
    min-height: 620px;
    padding: calc(var(--space) * 2);
    margin: 15px;
  }
  .tanos_teaserboxes.col_3 .teaserbox:nth-child(2), .tanos_teaserboxes.col_3_low .teaserbox:nth-child(2) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .tanos_teaserboxes.col_3_low .teaserbox:nth-child(2) {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .tanos_teaserboxes.col_3-3-2-2 {
    padding: 0 122px 42px 122px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .tanos_teaserboxes.col_3-3-2-2 .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
    width: 100%;
  }
  .tanos_teaserboxes.col_3-3-2-2 .teaserbox {
    margin: 15px !important;
    min-height: 241px;
    text-align: left;
  }
  .tanos_teaserboxes.col_3-3-2-2 .teaserbox:nth-child(1), .tanos_teaserboxes.col_3-3-2-2 .teaserbox:nth-child(2) {
    width: calc(30% - 30px);
  }
  .tanos_teaserboxes.col_3-3-2-2 .teaserbox:nth-child(3), .tanos_teaserboxes.col_3-3-2-2 .teaserbox:nth-child(4) {
    width: calc(20% - 30px);
  }
  .tanos_teaserboxes.col_3-3-2-2 .teaserbox:last-child {
    margin: 15px;
  }
  .tanos_teaserboxes.col_2 {
    background: transparent;
  }
  .tanos_teaserboxes.col_2 .inner {
    padding: 70px 180px;
    background: var(--darkblue);
    margin: 0 160px;
    border-radius: var(--border-radius-large);
  }
  .tanos_teaserboxes.col_2 .teaserbox {
    padding: 50px var(--space);
    margin: 0 !important;
  }
  .tanos_teaserboxes.col_4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 138px;
  }
  .tanos_teaserboxes.col_4 .inner {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    gap: 24px;
    margin-bottom: 0;
  }
  .tanos_teaserboxes.bgcolor1 {
    margin-bottom: 0;
  }
  .tanos_teaserboxes.bgcolor2 {
    padding: var(--innerspace);
    margin: var(--space) 120px calc(var(--space) * 2) 120px;
    width: calc(100% - 240px);
  }
  .tanos_teaserboxes.bgcolor2 .inner {
    margin: 0;
    width: 100%;
  }
  .tanos_teaserboxes.bgcolor2 .inner .teaserbox {
    margin: 0;
  }
  .tanos_teaserboxes.bgcolor2 .inner .teaserbox h3 {
    margin-bottom: 0.5em;
  }
  .tanos_teaserboxes.bgcolor2 .inner .teaserbox h5 {
    margin-bottom: -0.2em;
  }
  .tanos_teaserboxes.teaserboxes_alternative .inner {
    margin: 0 116px;
  }
  .tanos_teaserboxes.teaserboxes_alternative .teaserbox {
    margin: calc(var(--innerspace) / 2);
  }
  .container .tanos_teaserboxes .inner,
  .container .tanos_teaserboxes.big .inner {
    margin-left: 132px;
    margin-right: 132px;
  }
  /* TANOS Teaserslider ####################################################### */
  .tanos_teaserslider {
    margin: calc(var(--space) * 5) 0 calc(var(--space) * 2) 0;
    padding: calc(var(--space) * 3) calc(var(--space) * 6) calc(var(--space) * 1) calc(var(--space) * 6) !important;
    width: 100% !important;
  }
  .tanos_teaserslider.bgcolor2 {
    margin: calc(var(--space) * 5) 0 0 0;
  }
  .tanos_teaserslider .teaserslider {
    padding: 0;
    margin: 0 calc(var(--innerspace) / -2) !important;
  }
  .tanos_teaserslider .teaserslider .glide__arrows {
    left: calc(50% - 80px);
  }
  .tanos_teaserslider .teaserslider .glide__bullets {
    left: calc(50% - 5px);
  }
  .tanos_teaserslider .teaserslider .glide__track {
    margin-bottom: calc(var(--space) * 6);
  }
  .tanos_teaserslider .teaserslider .teaserbox img {
    left: calc(var(--space) * -2);
    width: calc(100% + var(--space) * 4);
  }
  /* TEASERBOXES BIG  ####################################################### */
  .container .tanos_teaserboxes.big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 122px 42px 122px;
    margin-bottom: var(--space);
  }
  .container .tanos_teaserboxes.big .teaserbox {
    border-radius: var(--border-radius-large);
    margin-bottom: var(--space);
    margin: 15px !important;
  }
  .container .tanos_teaserboxes.big .teaserbox > h5 {
    margin-top: 190px;
  }
  .container .tanos_teaserboxes.big .teaserbox:nth-child(1) {
    width: calc(100% - 30px) !important;
  }
  .container .tanos_teaserboxes.big .teaserbox:nth-child(2) {
    width: calc(40% - 30px) !important;
  }
  .container .tanos_teaserboxes.big .teaserbox:nth-child(3) {
    width: calc(60% - 30px) !important;
  }
  .container .tanos_teaserboxes.big.col_2 {
    padding-top: 62px;
  }
  .container .tanos_teaserboxes.big.col_2 .teaserbox:nth-child(1) {
    width: calc(40% - 30px);
  }
  .container .tanos_teaserboxes.big.col_2 .teaserbox:nth-child(2) {
    width: calc(60% - 30px);
  }
  /* TEXT-TEASERBOX */
  .tanos_textteaserbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 120px 166px;
  }
  .tanos_textteaserbox h3 {
    font-size: 26px;
  }
  .tanos_textteaserbox .left {
    margin-right: 60px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    min-width: 300px;
    max-width: 350px;
  }
  .tanos_textteaserbox .right {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    padding-top: 8px;
    padding-right: 20%;
  }
  .tanos_textteaserbox.layout1 {
    padding: 160px 386px;
  }
  .tanos_textteaserbox.layout1 p {
    font-size: var(--font-size-large);
  }
  .tanos_textteaserbox.layout1 .left {
    min-width: 180px;
    max-width: 250px;
  }
  .tanos_textteaserbox.layout1 .left .button {
    margin-bottom: 7px;
  }
  .tanos_textteaserbox.layout1 .right {
    padding-top: 2px;
    padding-right: 0;
  }
  /* STORIES ####################################################### */
  .tanos_stories {
    background: var(--darkblue);
    padding: 0 !important;
    position: relative;
    width: 100%;
  }
  .tanos_stories .inner {
    padding: var(--innerspace);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 240px 160px 160px 160px;
    width: 100%;
    overflow: hidden;
  }
  .tanos_stories.before_tdivider {
    padding-bottom: 0 !important;
  }
  .tanos_stories.spacebefore_none .inner {
    margin-top: -290px;
  }
  .tanos_stories.spaceafter_none .inner {
    margin-bottom: -160px;
  }
  .tanos_stories .tabs,
  .tanos_stories .texts {
    position: relative;
  }
  .tanos_stories .tabs {
    margin: var(--innerspace);
    width: calc(500px - var(--innerspace) * 2);
    z-index: 3;
  }
  .tanos_stories .texts {
    width: 500px;
    min-height: 450px;
    background: white;
    margin: 0;
    padding: calc(var(--space) * 2);
    z-index: 2;
    border-radius: 0 0 0 var(--border-radius-large);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .tanos_stories .texts:before {
    content: "";
    position: absolute;
    top: calc(-37px - var(--innerspace) * 2);
    left: 0;
    width: 100%;
    height: calc(37px + var(--innerspace) * 2);
    background: white;
    border-radius: var(--border-radius-large) 0 0 0;
  }
  .tanos_stories .texts p:last-child {
    margin-bottom: 0;
  }
  .tanos_stories .sliders {
    position: absolute;
    z-index: 2;
    right: 160px;
    width: calc(100% - 820px);
    height: calc(100% - 400px);
    top: 240px;
    margin: 0;
    border-radius: 0 var(--border-radius-large) var(--border-radius-large) 0;
  }
  .tanos_stories .sliders:nth-child(2) {
    top: 155px;
    height: calc(100% - 315px);
  }
  .tanos_stories .sliders .slider,
  .tanos_stories .sliders .glide__track,
  .tanos_stories .sliders .glide__slides,
  .tanos_stories .sliders .glide__slide {
    height: 100%;
  }
  .tanos_stories .sliders .slider {
    padding-bottom: 80px;
  }
  .tanos_stories .sliders .slider .glide__arrows {
    bottom: var(--space-large);
    left: var(--space-large);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .tanos_stories .sliders .slider .glide__bullets {
    bottom: 47px;
    left: calc(var(--space-large) + 69px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .tanos_stories .bgs {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
  }
  .tanos_stories .bgs .bg,
  .tanos_stories .bgs img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tanos_stories.layout1 {
    background: transparent;
  }
  .tanos_stories.layout1 .texts {
    padding: calc(var(--space) * 2);
  }
  /* INSIGHTS ####################################################### */
  .container .frame-type-news_newsliststicky {
    padding: 0 132px 26px 132px;
  }
  .container .frame-type-news_newsliststicky > header {
    margin: 83px 45px 83px 35px;
  }
  .container .frame-type-news_newsliststicky .news {
    position: relative;
  }
  .container .frame-type-news_newsliststicky .glide__track {
    margin-bottom: 47px;
    overflow: visible;
  }
  .container .frame-type-news_newsliststicky .glide--dragging .glide__track {
    overflow: visible;
  }
  .container .frame-type-news_newsliststicky .newsslider + .button {
    position: absolute;
    right: var(--space-large);
    top: -114px;
  }
  /* QUICKLINKS #############################################*/
  .tanos_quicklinks {
    margin: calc(var(--space) * 3.5) var(--space);
  }
  .tanos_quicklinks h2 {
    font-size: 32px;
    margin-bottom: calc(var(--space) * 2);
  }
  .tanos_quicklinks h2 a,
  .tanos_quicklinks h2 span,
  .tanos_quicklinks h2 p {
    font-size: 32px;
  }
  /* FCONTAINER ###########################################*/
  /* TANOS TEXT ###########################################*/
  .tanos_text {
    padding: 160px 135px 140px 135px;
  }
  .tanos_text.spaceafter_small {
    padding-bottom: var(--innerspace);
  }
  .tanos_text.spacebefore_small {
    padding-top: var(--innerspace);
  }
  .tanos_text.spaceafter_none {
    padding-bottom: 0;
  }
  .tanos_text.spacebefore_none {
    padding-top: 0;
  }
  /* TANOS SECTIONINTRO ###################################*/
  .tanos_sectionintro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    min-height: 400px;
  }
  .tanos_sectionintro > div {
    padding: 120px 120px 120px 41.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tanos_sectionintro h4 {
    margin-bottom: -16px;
    margin-top: 0;
  }
  .tanos_sectionintro h2 {
    margin-bottom: calc(var(--space) * 2);
  }
  .tanos_sectionintro img {
    position: absolute;
    left: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 41.66%;
    height: calc(100% - var(--innerspace));
    max-height: inherit;
  }
  .tanos_sectionintro p:last-child {
    margin-bottom: 0;
  }
  .tanos_sectionintro.imageorient26 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .tanos_sectionintro.imageorient25 > div {
    padding: 120px 41.66% 120px 120px;
  }
  .tanos_sectionintro.imageorient25 img {
    margin-right: calc(-1 * var(--innerspace));
    left: inherit;
    right: 0;
  }
  /* IMAGE-SLIDER ####################################################### */
  .tanos_imageslider {
    padding: 0;
    background-color: transparent;
  }
  .tanos_imageslider .glide__slide {
    background-color: var(--lightgrey);
    border-radius: var(--border-radius-large);
    min-height: 480px;
  }
  .tanos_imageslider .glide__track {
    padding-bottom: 80px;
    padding-top: var(--space);
    margin: 0 144px;
    overflow: visible;
  }
  .tanos_imageslider .glide__arrows {
    left: calc(50% - 80px);
  }
  .tanos_imageslider .glide__bullets {
    left: calc(50% - 5px);
  }
  /* TANOS BIG IMAGE ###################################*/
  .tanos_bigimage .content {
    padding: 160px 140px calc(var(--space) * 4) 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: var(--innerspace);
  }
  .tanos_bigimage .content > span:first-child {
    width: 50%;
    padding-left: var(--innerspace);
  }
  .tanos_bigimage .content > span:last-child {
    width: 50%;
    padding-bottom: 0.4em;
  }
  /* TANOS CTA FOOTER ###################################*/
  .tanos_teaserboxes.cta {
    margin-bottom: calc(var(--space) * 5);
  }
  .tanos_teaserboxes.cta .teaserboxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    width: 100%;
    margin: 0;
  }
  .tanos_teaserboxes.cta .teaserbox {
    min-height: 480px;
    margin: 0 !important;
  }
  .tanos_teaserboxes.cta .teaserbox:nth-child(1) {
    min-height: 500px;
    width: calc(66.66% - 5px);
  }
  .tanos_teaserboxes.cta .teaserbox:nth-child(2) {
    -webkit-transform: none;
            transform: none;
    min-height: 500px;
    width: calc(33.33% - 15px);
  }
  .tanos_teaserboxes.cta .teaserbox.bg_gradient {
    width: calc(33.33% - 13.34px);
    min-height: 240px;
  }
  .layout0 .tanos_teaserboxes.cta .teaserboxes {
    margin: calc(var(--innerspace) / 2) 132px;
  }
  .layout0 .tanos_teaserboxes.cta .teaserboxes .teaserbox:nth-child(1) {
    width: calc(66.66% - var(--innerspace));
  }
  .layout0 .tanos_teaserboxes.cta .teaserboxes .teaserbox:nth-child(2) {
    width: calc(33.33% - var(--innerspace));
  }
  /* TANOS PARTNER ###################################*/
  .tanos_partners {
    padding: 120px;
  }
  .tanos_partners .partner {
    width: calc(25% - (var(--space) * 8 + 240px) / 4);
  }
  /* TANOS PRODUCTS ###################################*/
  .tanos_products .imgtabs .imgtab .product-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
  .tanos_products .productinfos .info {
    padding: 80px;
  }
  .tanos_products .productinfos .info .fontsize--xxl {
    width: 100%;
    display: inline-block;
    margin-bottom: calc(var(--space) * 2);
  }
  .tanos_products .productinfos .info img {
    width: 50%;
    float: left;
  }
  .tanos_products .productinfos .info .specs {
    width: 50%;
    float: left;
  }
  /* TANOS FACTS ###################################*/
  .tanos_facts {
    padding: 60px 200px 120px 200px;
  }
  .tanos_facts .item .number {
    font-size: 120px;
  }
  /* TANOS LOGOS ###################################*/
  .tanos_logos {
    padding: calc(var(--space) * 2) 100px;
  }
  .tanos_logos .item {
    max-height: inherit;
    padding: calc(var(--space) * 2);
  }
  /* TANOS Text & Image-Block ###################################*/
  .tanos_textimage {
    margin: calc(var(--space) * 2) 140px;
  }
  .tanos_textimage > .text {
    padding: 160px calc(var(--space) * 2) 60px calc(var(--space) * 2);
  }
  /* TANOS Iconcards  ###################################*/
  .tanos_iconcards .item {
    width: calc(25% - 20px);
  }
  /* TANOS ACCORDEON ###################################*/
  .tanos_accordeon {
    margin: var(--innerspace) 140px;
    width: calc(100% - 280px);
  }
  .tanos_accordeon .item .toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .tanos_accordeon .item .toggle .info {
    width: auto;
    display: inline;
  }
  .tanos_accordeon .item .toggle .info span {
    width: 207px;
    display: inline-block;
  }
  .tanos_accordeon .item .toggle span {
    margin-left: var(--space);
    margin-right: 0;
    font-size: var(--font-size-small);
  }
  .tanos_accordeon .item .content {
    display: none;
  }
  .tanos_accordeon .item.active .content {
    display: inline-block;
  }
  /* TANOS Product-Packages ###################################*/
  .tanos_packets .packet {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 24px);
            flex: 0 0 calc(25% - 24px);
    width: calc(25% - 24px);
  }
  /* TANOS Animated Box ###################################*/
  .tanos_animatedbox:not(.imagesonly) {
    padding-right: 50%;
  }
  .tanos_animatedbox .items {
    padding: var(--innerspace) 118px;
  }
  .tanos_animatedbox .items .image {
    width: 512px;
    height: 512px;
  }
  canvas.right {
    right: -25vw;
  }
  /* FORM in container - basic*/
  .container form {
    margin: calc(var(--space) * 3) calc(var(--space) * 7);
  }
  /*Contact-Form "CTA" */
  .contactcta {
    padding: 120px calc(120px + var(--space)) 0 120px;
  }
  .contactcta .ccta1 {
    padding-bottom: 120px;
  }
  .contactcta .ccta1 .img {
    margin-bottom: -120px;
  }
  .contactcta .ccta2 {
    margin-bottom: 120px;
    border-radius: var(--border-radius-large);
  }
  .frame-type-felogin_login {
    padding: calc(var(--innerspace) * 2) 140px;
  }
  .frame-type-felogin_login form {
    margin: 0 !important;
  }
  .packet-form-open #c296 form,
  .packet-form-open #c296 .bg form,
  .packet-form-open #c533 form,
  .packet-form-open #c533 .bg form,
  .packet-form-open #c827 form,
  .packet-form-open #c827 .bg form {
    max-width: calc(1000px - var(--innerspace) * 2);
  }
  .container .tanos_contacts {
    padding: 140px;
  }
  .tanos_contacts .contact.active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tanos_contacts .contact > div {
    width: 50%;
  }
  .tanos_contacts #map ~ #contactselect select, .tanos_contacts #map ~ #contactselect input {
    width: calc(50% - 10px);
    min-height: 54px;
    font-size: var(--font-size-h3);
  }
}
@media (min-width: 1900px) {
  /* TANOS BIG IMAGE ###################################*/
  .tanos_bigimage .content > span:first-child {
    font-size: 120px;
  }
  .tanos_bigimage .content > span:last-child {
    padding-bottom: 1em;
  }
  .tanos_bigimage .content p {
    font-size: 32px;
    line-height: 1.2em;
  }
  /* TANOS PRODUCTS ###################################*/
  .tanos_products .imgtabs .imgtab .product-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66%;
            flex: 0 0 16.66%;
  }
}
/* FOOTER #######################################################################*/
footer {
  padding: 60px 44px;
  margin: 1px;
  background-color: var(--darkblue);
}
footer .footer__copyright {
  color: var(--blue);
  font-size: var(--font-size-s);
  margin-top: 30px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: white;
  font-size: var(--font-size-s);
}
footer p,
footer span,
footer strong,
footer b,
footer a {
  color: #4C73B3;
  font-size: var(--font-size-s);
}
footer ul,
footer li {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .footer__inner {
  width: 100%;
}
footer .footer__logo {
  display: inline-block;
  background-image: url('../../../_assets/aca3e76170ddf92275b836886fd40ead/Images/LOGO.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 124px 30px;
  height: 30px;
  padding: 0px;
  width: 124px;
  margin-left: -5px;
  margin-top: -5px;
  margin-bottom: 28px;
}
footer header > * {
  margin: var(--space) 0 0 0;
}
footer .footer__col--1 .footer__copyright {
  display: none;
}
footer .footer__col--2 a {
  color: var(--yellow);
  font-size: var(--font-size-m);
}
footer .footer__col--2 p {
  color: white;
}
footer .footer__col--2 h6 {
  margin: 0;
}

@media (min-width: 720px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .footer__inner > .footer__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner > .footer__col ul + span {
    height: 14px;
    display: inline-block;
  }
  .footer__inner > .footer__col ul + span:after {
    content: "  ";
  }
  .footer__inner .footer__col--1 {
    width: 33.33%;
  }
  .footer__inner .footer__col--1 .footer__copyright {
    display: inherit;
    margin-top: 33px;
  }
  .footer__inner .footer__col--2 {
    width: 66.66%;
  }
  .footer__inner .footer__col--2 > div {
    margin-top: -6px;
  }
  .footer__inner .footer__col--2 > div .text__content {
    margin-top: 9px;
  }
  .footer__inner .footer__col--2 > div .text__content > p:first-child {
    margin-bottom: 21px;
  }
  .footer__inner .footer__col--2 ~ div {
    width: 33.33%;
  }
  .footer__inner .footer__col--6 {
    display: none;
  }
}
@media (min-width: 1400px) {
  .footer__inner {
    padding: 184px 160px 160px 195px;
  }
  .footer__inner > .footer__col > span {
    display: none !important;
  }
  .footer__inner > .footer__col > ul {
    float: left;
  }
  .footer__inner .footer__col--1 {
    width: 20%;
  }
  .footer__inner .footer__col--2 {
    width: 20%;
  }
  .footer__inner .footer__col--2 ~ div {
    display: inline-block;
  }
  .footer__inner .footer__col--2 ~ div > header {
    width: 100%;
  }
  .footer__inner .footer__col--2 ~ div h6 {
    margin-top: -6px;
  }
  .footer__inner .footer__col--2 ~ .footer__col--3 {
    width: 20%;
  }
  .footer__inner .footer__col--2 ~ .footer__col--3 > ul {
    width: 50%;
  }
  .footer__inner .footer__col--2 ~ .footer__col--4 {
    width: 10%;
  }
  .footer__inner .footer__col--2 ~ .footer__col--5 {
    width: 30%;
  }
  .footer__inner .footer__col--2 ~ .footer__col--5 > ul {
    width: 33.33%;
  }
  .footer__inner .footer__col--2 ~ .footer__col--6 {
    display: none;
  }
}/*# sourceMappingURL=custom.css.map */