@charset "UTF-8";
/* Own styles */
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-bold-webfont.woff2") format("woff2"), url("../fonts/europa-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-light-webfont.woff2") format("woff2"), url("../fonts/europa-light-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-regular-webfont.woff2") format("woff2"), url("../fonts/europa-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-bolditalic-webfont.woff2") format("woff2"), url("../fonts/europa-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-lightitalic-webfont.woff2") format("woff2"), url("../fonts/europa-lightitalic-webfont.woff") format("woff");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Europa";
  src: url("../fonts/europa-regularitalic-webfont.woff2") format("woff2"), url("../fonts/europa-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Blacktie Icons */
@font-face {
  font-family: "BlackTie";
  src: url("../fonts/blacktie/blacktie-regular-webfont.woff2") format("woff2"), url("../fonts/blacktie/blacktie-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
}

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

p {
  margin: 0;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*************************************************
* Global Font Definition
*************************************************/
body {
  color: #000;
  font-family: "Europa", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 1px;
}

.heroHeader__title {
  font-size: 64px;
  font-weight: 700;
  letter-spacing: 0.64px;
  line-height: 1.1em;
  margin: 0;
}

.heroHeader__description {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.417em;
}

h1 {
  color: #282828;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
  margin: 0 0 20px 0;
}

h2 {
  color: #282828;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0 0 18px 0;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}

p.text--big {
  font-size: 31px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.3226em;
}

.h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
}

/*************************************************
* Inline Elements
*************************************************/
.button--red,
.button--white {
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #de323c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 17px 44px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #de323c;
  cursor: pointer;
  display: inline-block;
  padding: 17px 44px;
  min-width: 250px;
  margin-top: 16px;
  text-decoration: none;
}
.button--red:focus,
.button--white:focus {
  outline: none;
}
.button--red:hover,
.button--white:hover {
  background-color: #C20936;
  color: #fff;
}

.button--red {
  background: #de323c;
  color: #fff;
}
.button--red:hover {
  color: #fff;
  background: #C20936;
}
.button--red:focus {
  color: #fff;
  text-decoration: none;
}
.button--red + .button--red {
  margin-left: 8px;
}

.button--white {
  background: #fff;
  color: #000;
}

/*************************************************
* Global Style
*************************************************/
a {
  color: #de323c;
  text-decoration: none;
}
a:hover, a.active, a:focus {
  color: #C20936;
  text-decoration: none;
}
a.ceLink {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

ul + h2 {
  margin-top: 28px;
}

p + h2 {
  margin-top: 30px;
}

p + p {
  margin-top: 1rem;
}

p.text--big + p {
  margin-top: 0.2rem;
}

p + ul,
h2 + ul {
  margin-top: 0.6rem;
}

ul + p {
  margin-top: 1.4rem;
}

.type--text table + table {
  margin-top: 20px;
}
.type--text table + p {
  margin-top: 30px;
}

.content ul {
  list-style: none;
  padding: 0;
}
.content ul li {
  display: block;
  list-style: none;
  margin: 0 0 0 1.1225em;
  position: relative;
}
.content ul li:before {
  color: #de323c;
  content: "•";
  display: inline-block;
  font-size: 1.3em;
  left: -0.85em;
  position: absolute;
  top: 0em;
}

.type--text {
  position: relative;
}

.type--textpic {
  position: relative;
}

.type--text table {
  width: 100%;
}
.type--text table a {
  color: #000;
  border: none;
}
.type--text table a:hover {
  color: #de323c;
}
.type--text table th {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
  padding: 4px 0;
}
.type--text table tr {
  border-bottom: 1px solid #dcdcdc;
}
.type--text table td {
  padding: 4px 0;
}

figure {
  margin: 0;
}

::selection {
  background: #C20936;
  color: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
}

label {
  position: relative;
}

/*************************************************
* Page
*************************************************/
body {
  background-color: #fff;
}

.page {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
}

.page__inner {
  width: 100%;
}

/*************************************************
* Header / Hero
*************************************************/
header.header {
  height: auto;
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background: #fff;
}

.header__logo {
  max-height: 32px;
  position: absolute;
  max-width: 1280px;
  width: 100%;
  left: calc(50% - 640px);
  margin: 20px 0;
}
.header__logo img {
  width: auto;
  height: 32px;
  max-width: 185px;
  display: block;
}
.header__logo a {
  outline: none !important;
  position: relative;
  display: inline-block;
}
.header__logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.page .hero {
  margin: 0 auto;
}
.page .hero img {
  width: 100%;
  height: auto;
}
.page .hero__inner {
  position: relative;
}
.page .hero__image {
  width: 100%;
  height: 320px;
  background-size: cover;
  background-position: center;
}
.page .heroHeader {
  position: absolute;
  top: 50%;
  max-width: 1280px;
  transform: translateY(-50%);
  left: calc(50% - 640px);
}
.page .hero__title .heroHeader__title {
  position: relative;
  display: inline-block;
}
.page .hero__title .heroHeader__title:after {
  content: "";
  background: #de323c;
  height: 0.38em;
  display: inline-block;
  width: 0.38em;
  border-radius: 50%;
  margin-left: 0.06em;
  position: absolute;
  bottom: 0.19em;
}
.page .hero__title .heroHeader__description {
  display: block;
  margin-top: 12px;
}
.page .hero__title .color--black h1 {
  color: #000;
}
.page .hero__title .color--white h1 {
  color: #fff;
}
.page .hero__title .dotColor--white .heroHeader__title:after {
  background: #fff;
}

/*.branchen .page {
	.hero__image {
		background-position-y: top;
		max-height: 700px;
		height: calc(100vh - 129px);
	}
	.heroHeader {
		left: calc(77% - 640px);
	}
}*/
/*************************************************
* Navbar
*************************************************/
.mainNav {
  flex-basis: 100%;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 990px) {
  .mobileNav {
    display: none;
  }
  .metaNav {
    display: flex;
    height: 72px;
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .metaNav .metaNav__inner {
    margin-left: auto;
    display: flex;
  }
  .metaNav .metaNav__nav .firstLevel {
    height: 100%;
  }
  .metaNav .metaNav__nav .firstLevel > ul {
    height: 72px;
  }
  .metaNav .metaNav__nav .firstLevel > ul > li {
    margin-right: 25px;
    position: relative;
    height: 100%;
  }
  .metaNav .metaNav__nav .firstLevel > ul > li:last-child {
    margin-right: 14px;
  }
  .metaNav .metaNav__nav .firstLevel > ul > li > a {
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }
  .metaNav .metaNav__nav .firstLevel > ul > li.hasChild:hover > a:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #282828;
    left: calc(50% - 5px);
    bottom: -26px;
    transform: rotate(45deg);
  }
  .metaNav .metaNav__nav ul {
    margin: 0;
    padding: 0;
    height: 100%;
  }
  .metaNav .metaNav__nav li {
    display: inline-block;
  }
  .metaNav .metaNav__nav .secondLevel {
    display: none;
    position: absolute;
    background: #282828;
    padding: 18px 20px;
    left: -20px;
    top: 70px;
    min-width: 216px;
    border-radius: 5px;
    z-index: 99;
  }
  .metaNav .metaNav__nav .secondLevel li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav .metaNav__nav .secondLevel li:last-child {
    margin-bottom: 0;
  }
  .metaNav .metaNav__nav .secondLevel a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  .metaNav .metaNav__nav .secondLevel a:hover {
    color: #ccc;
  }
  .metaNav .metaNav__nav li.hasChild:hover .secondLevel {
    display: inherit;
  }
  .metaNav__langSelect {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 26px;
  }
  .metaNav__langSelect .metaNav__langSelect__inner {
    margin: 0;
    padding: 0;
    height: 28px;
  }
  .metaNav__langSelect .metaNav__langSelect__desc {
    display: none !important;
  }
  .metaNav__langSelect ul {
    padding: 0;
  }
  .metaNav__langSelect p {
    display: inline-block;
    font-size: 13px;
    color: #9b9b9b;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    cursor: default;
    line-height: 16px;
    border-left: 1px solid #dcdcdc;
    padding-left: 14px;
  }
  .metaNav__langSelect li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__langSelect li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  .metaNav__langSelect:hover .secondLevel {
    display: block;
  }
  .metaNav__langSelect:before {
    content: "";
    background-image: url(../img/language.svg);
    height: 18px;
    width: 18px;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 28px;
    opacity: 0.42;
  }
  .metaNav__langSelect .secondLevel {
    display: none;
    position: absolute;
    background: #282828;
    padding: 18px 20px;
    left: -4px;
    width: 60px;
    border-radius: 5px;
    z-index: 99;
    top: 72px;
  }
  .metaNav__langSelect .secondLevel.empty {
    display: none !important;
  }
  .metaNav__langSelect .secondLevel li {
    display: block;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .metaNav__langSelect .secondLevel li:last-child {
    margin-bottom: 0;
  }
  .metaNav__langSelect .secondLevel li.active, .metaNav__langSelect .secondLevel li.text-muted {
    display: none;
  }
  .metaNav__langSelect .secondLevel a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
  }
  .metaNav__langSelect .secondLevel a:hover {
    color: #ccc;
  }
  .metaNav__langSelect .secondLevel:before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    background: #282828;
    left: 24px;
    top: -4px;
    transform: rotate(45deg);
  }
  .mainNav {
    border-top: #dcdcdc 1px solid;
  }
  .mainNav .mainNav__inner {
    max-width: 1340px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .mainNav a {
    text-decoration: none;
  }
  .mainNav li {
    list-style: none;
  }
  .mainNav .firstLevel > ul {
    padding: 0;
    z-index: 99;
    margin: 0;
  }
  .mainNav .firstLevel > ul > li:not(.showInMenu) {
    display: none;
  }
  .mainNav .firstLevel > ul > li {
    margin: 0px;
    display: inline-block;
  }
  .mainNav .firstLevel > ul > li:nth-child(2) > a {
    padding-left: 0;
  }
  .mainNav .firstLevel > ul > li.last a {
    padding-right: 0;
  }
  .mainNav .firstLevel > ul > li > a {
    display: block;
    padding: 14px 25px;
    color: #333;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
  }
  .mainNav .firstLevel > ul > li > a:hover {
    color: #de323c;
  }
  .mainNav .firstLevel > ul > li.current > a, .mainNav .firstLevel > ul > li.active > a {
    color: #de323c !important;
  }
  .mainNav .secondLevel {
    display: none;
  }
  .mainNav .thirdLevel {
    display: none;
  }
  .mainNav .fourthLevel {
    display: none;
  }
  .mainNav .mainNav {
    display: flex !important;
  }
  .mainNav .mainNav > .nav__inner {
    margin-left: auto;
  }
  .header__mButton {
    display: none;
  }
}
.header__inner {
  padding: 0;
  align-items: center;
}

/*************************************************
* Animate Mobile Button
*************************************************/
.header__mButton {
  width: 30px;
  height: 19px;
  cursor: pointer;
  padding: 18px 30px 18px 18px;
  box-sizing: content-box;
  margin-left: auto;
  position: relative;
  z-index: 99;
}

.header__mButton__inner,
.header__mButton__inner:after,
.header__mButton__inner:before {
  width: 30px;
  height: 3px;
}

.header__mButton__inner {
  position: relative;
  transform: translateY(8px);
  background: rgb(33, 43, 54);
  transition: all 0ms 300ms;
}
.header__mButton__inner.animate {
  background: rgba(33, 43, 54, 0);
}
.header__mButton__inner.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner:before, .header__mButton__inner:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgb(33, 43, 54);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.header__mButton__inner:before {
  bottom: 8px;
}
.header__mButton__inner:after {
  top: 8px;
}

/*************************************************
* Main
*************************************************/
.center {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 70px 30px;
  min-height: calc(100vh - 129px - 320px - 287px);
}

.content {
  width: calc(100% - 360px);
  padding-left: 80px;
}

.noSubNav .content {
  width: 100%;
  padding: 0;
}

.ce-bullets {
  list-style: none;
  padding: 0;
}
.ce-bullets li {
  list-style: none;
  background-image: url("../img/bullet.svg");
  background-position: 0 6px;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding: 0 0 0 30px;
}

.type--text + .type--text {
  margin-top: 50px;
}

/*************************************************
* Subnav
*************************************************/
.subNav {
  width: 360px;
}
.subNav ul {
  list-style: none;
}
.subNav li {
  position: relative;
}
.subNav li.current > a {
  color: #de323c;
}
.subNav a {
  color: #000;
}
.subNav a:hover {
  color: #C20936;
}
.subNav .firstLevel > ul {
  padding: 0;
}
.subNav .firstLevel > ul > li {
  padding: 8px 24px 8px 12px;
  border-bottom: 1px solid #dcdcdc;
}
.subNav .firstLevel > ul > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.subNav .firstLevel li.current > a, .subNav .firstLevel li.active > a {
  color: #de323c;
}
.subNav .firstLevel li.current .secondLevel ul, .subNav .firstLevel li.active .secondLevel ul {
  display: block;
}
.subNav .secondLevel > ul {
  padding-left: 20px;
  padding-top: 8px;
  display: none;
}
.subNav .secondLevel a {
  font-size: 16px;
}
.subNav .arrow {
  position: absolute;
  right: -10px;
  top: 2px;
  background-image: url(../img/chevron.svg);
  height: 40px;
  width: 40px;
  background-size: 33px 33px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  cursor: pointer;
}
.subNav .open > .arrow {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  right: -10px;
}

/*************************************************
* File Collection
*************************************************/
.type--uploads h2 {
  margin: 0;
}
.type--uploads ul li {
  margin: 0;
  border-bottom: 1px solid #dcdcdc;
  padding: 8px 0;
}
.type--uploads ul li div {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.type--uploads ul li:before {
  content: none;
}
.type--uploads ul li a {
  color: #000;
}
.type--uploads ul li a:hover {
  color: #de323c !important;
}

/*************************************************
* Elements
*************************************************/
.section__inner {
  max-width: 1340px;
  padding: 0 30px;
  margin: 0 auto;
}

.margin--both {
  margin-top: 50px;
  margin-bottom: 50px;
}

.margin--bottom {
  margin-bottom: 50px;
}

.margin--top {
  margin-top: 50px;
}

iframe {
  border: none;
  padding: 0;
}

/*************************************************
* Dynamic Content Elements (DCE)
*************************************************/
.video {
  width: 100%;
  background: #f4f4f4;
}
.video .video__player {
  position: relative;
  cursor: pointer;
}
.video .video__player.played {
  cursor: initial;
}
.video .video__player.played .playButton {
  visibility: hidden;
  transition: all 0.1s linear;
}
.video .playButton {
  background-image: url("../img/playbutton.svg");
  position: absolute;
  height: 80px;
  width: 80px;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  background-size: cover;
}
.video .video__description {
  padding: 40px 30px;
}
.video .video__description .video__description__inner {
  max-width: 600px;
}
.video video {
  display: block;
}
.video video:focus {
  outline: none;
}
.video .video__caption {
  font-weight: 400;
  margin-top: 8px;
}

/* Downloads */
.download {
  position: relative;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 0;
}
.download a {
  color: #000;
  transition: color 0.2s ease-out;
  display: block;
}
.download a:hover {
  color: #de323c;
}
.download .download__icon {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.download .download__icon img {
  width: 28px;
  height: 28px;
  transform: translateY(-2px);
}
.download .download__content {
  padding-left: 45px;
}
.download .download__title {
  font-weight: 400;
}
.download .download__date {
  position: absolute;
  right: 0;
  top: 18px;
}

/*************************************************
* Spacing
*************************************************/
.type--text + .download {
  margin-top: 30px;
  border-top: 1px solid #dcdcdc;
}

.download + .type--text {
  margin-top: 30px;
}

.video + .type--text {
  margin-top: 30px;
}

/*************************************************
* AbaConnect
*************************************************/
.abaconnectFilter {
  margin: 50px 0;
}
.abaconnectFilter form {
  display: flex;
}
.abaconnectFilter .version {
  margin-left: 50px;
}

.abaconnect {
  margin-top: 20px;
}
.abaconnect h3 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.8px;
  line-height: 1.292em;
  margin: 0;
}
.abaconnect table {
  width: 100%;
}
.abaconnect a {
  color: #000;
}
.abaconnect .row {
  border-bottom: 1px solid #EFEFEF;
}
.abaconnect .row td {
  display: flex;
  padding: 4px 0;
  font-size: 16px;
}
.abaconnect .spacer td {
  display: flex;
}
.abaconnect .sectionTitle {
  border-bottom: 1px solid #dcdcdc;
}
.abaconnect .sectionTitle td {
  display: flex;
  padding: 6px 0;
}
.abaconnect .left {
  width: 70%;
}
.abaconnect .red, .abaconnect .red + div {
  color: red;
}
.abaconnect .right {
  width: 30%;
  text-align: right;
}
.abaconnect#zip .left, .abaconnect#zip .right {
  width: 50%;
}
.abaconnect#zip .right {
  text-align: left;
}

/*************************************************
* Specifics
*************************************************/
#c65 table td:first-child, #c123 table td:first-child {
  width: 70%;
}

/*************************************************
* Footer
*************************************************/
.footer__top {
  background-color: #282828;
  color: #fff;
}
.footer__top .footer__top__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 38px 30px 14px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__top .footer__address {
  width: 440px;
  margin-bottom: 0;
}
.footer__top .footer__address p {
  font-size: 14px;
}
.footer__top .footer__address a {
  color: #fff;
  text-decoration: none;
}
.footer__top .footer__address strong {
  font-weight: 700;
}
.footer__top .footer__nav {
  display: flex;
  width: calc(100% - 440px);
  justify-content: space-between;
}
.footer__top .footer__nav ul {
  padding: 0;
}
.footer__top .footer__nav li {
  list-style-type: none;
}
.footer__top .footer__nav li li a {
  font-weight: 400;
  letter-spacing: 0.7px;
}
.footer__top .footer__nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
}
.footer__top .footer__cookieman {
  font-size: 14px;
  letter-spacing: 0.7px;
  width: 100%;
  margin-top: 28px;
}
.footer__top .footer__cookieman a {
  cursor: pointer;
}

.footer__bottom {
  background-color: #202020;
  color: #fff;
}
.footer__bottom .footer__bottom__inner {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
.footer__bottom .footer__socialMedia {
  width: 440px;
}
.footer__bottom .footer__socialMedia > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.footer__bottom .footer__socialMedia img {
  height: 36px;
  width: auto;
}
.footer__bottom .footer__socialMedia .ce-inner {
  display: flex;
}
.footer__bottom .footer__socialMedia .ce-row {
  margin-right: 12px;
}
.footer__bottom .footer__socialMedia .ce-row:last-child {
  margin-right: 0;
}
.footer__bottom .footer__swissMadeSoftware {
  display: flex;
  align-items: center;
}
.footer__bottom .footer__swissMadeSoftware img {
  height: 27px;
  width: auto;
}
.footer__bottom .footer__copyright {
  margin-left: auto;
}
.footer__bottom .footer__copyright p {
  padding: 14px 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
}

.footer__cookieman {
  width: 100%;
  margin-top: 28px;
}
.footer__cookieman button {
  font-size: 14px;
  letter-spacing: 1px;
  background: none;
  border: none;
  padding: 0;
}

/*************************************************
* Sitemap
*************************************************/
.type--menu_sitemap_pages a {
  color: #000;
}
.type--menu_sitemap_pages a:hover {
  color: #de323c;
}

/*************************************************
* Search (ke_search)
*************************************************/
.tx-kesearch-pi1 {
  margin-top: 40px;
}

/* Searchbox In Navigation */
.header__search {
  max-width: 1280px;
  position: absolute;
  width: 100%;
  left: calc(50% - 1280px / 2);
  top: 73px;
}
.header__search .header__search__icon {
  background: url("../img/search.svg");
  height: 28px;
  width: 28px;
  position: absolute;
  right: -4px;
  top: 14px;
  background-size: 100%;
  cursor: pointer;
  z-index: 98;
}
.header__search.show {
  z-index: 1;
}
.header__search.show .header__search__inner {
  width: 100%;
  opacity: 1;
}
.header__search.show .header__search__icon {
  background-image: url("../img/close.svg");
  background-size: 94%;
  background-position: center;
}
.header__search.show input {
  display: block;
}
.header__search .header__search__inner {
  transition: width 0.2s cubic-bezier(0.32, 0.52, 0.01, 1);
  transition: opacity 0.3s cubic-bezier(0.32, 0.52, 0.01, 1);
  opacity: 0;
  width: 0;
  margin-left: auto;
  padding-right: 100px;
}
.header__search .tx-kesearch-pi1 {
  margin: 0;
}
.header__search .submitbutt {
  display: none;
}
.header__search input {
  height: 56px;
  padding: 0;
  width: 100%;
  border: 0;
  font-size: 16px;
  color: #282828;
  display: none;
  font-weight: 400;
  letter-spacing: 1px;
}
.header__search input::placeholder {
  color: #dcdcdc;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.header__search input:focus {
  outline: none;
  border: none;
}

/* Searchbox */
.content .kesearch_searchbox .kesearchbox {
  height: auto;
  margin: 0;
}
.content .kesearch_searchbox .kesearchbox input {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 0;
}
.content .kesearch_searchbox .kesearchbox input:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.content .kesearch_searchbox .kesearchbox input.parsley-error {
  border: 1px solid #282828 !important;
}
.content .kesearch_searchbox .submitbutt input {
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #de323c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 17px 44px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #de323c;
  cursor: pointer;
  border-radius: 0;
}
.content .kesearch_searchbox .submitbutt input:focus {
  outline: none;
}
.content .kesearch_searchbox .submitbutt input:hover {
  background-color: #C20936;
  color: #fff;
}
.content .kesearch_searchbox .searchBox__inner {
  display: flex;
  flex-wrap: wrap;
}
.content .kesearch_searchbox .searchBox__inner .kesearchbox {
  width: calc(100% - 500px - 16px);
  margin-right: 8px;
}
.content .kesearch_searchbox .searchBox__inner .submitbutt input {
  width: 250px;
}

.message {
  margin: 20px 0px;
}

/* Filter */
#kesearch_filters {
  margin-right: 8px;
}
#kesearch_filters select {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 0;
  border-radius: 0;
  width: 250px;
}
#kesearch_filters select:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
#kesearch_filters select.parsley-error {
  border: 1px solid #282828 !important;
}
#kesearch_filters option {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}

/* Sorting */
#kesearch_ordering {
  display: none;
}
#kesearch_ordering.showOrdering {
  display: block;
}
#kesearch_ordering .ordering {
  display: flex;
}
#kesearch_ordering .ordering ul {
  margin-top: 0;
  margin-left: 20px;
}
#kesearch_ordering .ordering li {
  display: inline-block;
}
#kesearch_ordering .ordering li:before {
  content: none;
}
#kesearch_ordering .ordering li a {
  text-decoration: none;
}
#kesearch_ordering .ordering .sortlink {
  position: relative;
  margin-left: 0px;
}
#kesearch_ordering .ordering .sortlink.up, #kesearch_ordering .ordering .sortlink.down {
  font-weight: 400;
}
#kesearch_ordering .ordering .sortlink a {
  padding-right: 30px;
  position: relative;
  z-index: 1;
  color: #000;
}
#kesearch_ordering .ordering .sortlink span {
  content: "";
  background-image: url("../img/chevron.svg");
  height: 24px;
  width: 24px;
  position: absolute;
  transform: rotate(90deg);
  top: 2px;
  right: 4px;
}
#kesearch_ordering .ordering .sortlink span.up {
  transform: rotate(-90deg);
}
#kesearch_ordering .ordering .sortlink span.down {
  transform: rotate(90deg);
}

/* Results */
.resultsHeader {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

#kesearch_results .result-list-item {
  border-bottom: 1px solid #f4f4f4;
  padding: 18px 0;
  position: relative;
}
#kesearch_results .result-list-item:last-child {
  border-bottom: 0;
}
#kesearch_results .overlay a {
  width: 100%;
  height: 100%;
  position: absolute;
  font-size: 0;
  top: 0;
}
#kesearch_results .resultType {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 2px;
}
#kesearch_results .result-title {
  margin: 0 0 10px 0;
  word-break: break-all;
  width: 100%;
}
#kesearch_results .result-title a {
  text-decoration: none;
  color: #282828;
}
#kesearch_results .result-title .hit {
  color: #282828;
}
#kesearch_results .hit {
  color: #de323c;
}
#kesearch_results.showDate .add-info {
  display: block;
}
#kesearch_results .add-info {
  position: absolute;
  right: 20px;
  top: 18px;
  display: none;
}
#kesearch_results .add-info p {
  color: #9b9b9b;
  font-size: 16px;
  margin-bottom: 2px;
}

#kesearch_pagebrowser_bottom {
  text-align: right;
}
#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px solid #f4f4f4;
  padding-top: 18px;
}
#kesearch_pagebrowser_bottom .result_txt {
  margin-bottom: 4px;
}
#kesearch_pagebrowser_bottom ul li {
  display: inline-block;
}
#kesearch_pagebrowser_bottom ul li .current {
  color: #de323c;
}
#kesearch_pagebrowser_bottom ul li a {
  text-decoration: none;
  color: #000;
}
#kesearch_pagebrowser_bottom ul li a:hover {
  color: #de323c;
}
#kesearch_pagebrowser_bottom ul li:before {
  content: none;
}

/*************************************************
* AbaActivation
*************************************************/
.tx-aba-activation {
  margin-top: 40px;
  max-width: 700px;
}
.tx-aba-activation .form-input, .tx-aba-activation .form-file {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 0;
  margin-bottom: 6px;
}
.tx-aba-activation .form-input:focus, .tx-aba-activation .form-file:focus {
  outline: none;
  border: 1px solid #282828;
}
.tx-aba-activation .form-submit {
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #de323c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 17px 44px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #de323c;
  cursor: pointer;
  width: 250px;
  margin-top: 18px;
}
.tx-aba-activation .form-submit:focus {
  outline: none;
}
.tx-aba-activation .form-submit:hover {
  background-color: #C20936;
  color: #fff;
}
.tx-aba-activation .e-mail {
  margin-top: 12px;
}
.tx-aba-activation .disclaimer {
  margin-top: 20px;
}
.tx-aba-activation .disclaimer label {
  padding-left: 28px;
}
.tx-aba-activation .disclaimer input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 24px;
  width: 24px;
  z-index: 99;
}
.tx-aba-activation .disclaimer label:after {
  content: "\f08b";
  display: inline-block;
  color: #000;
  font-family: "BlackTie";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.tx-aba-activation .disclaimer .checked:after {
  content: "\f014";
}
.tx-aba-activation .disclaimer .error {
  margin-left: -28px;
}
.tx-aba-activation div.error {
  color: red;
}
.tx-aba-activation .errors {
  margin-bottom: 12px;
  color: red;
}

/*************************************************
* Powermail
*************************************************/
.powermail_legend {
  display: none;
}

label {
  color: #000;
  margin-bottom: 4px;
  display: block;
}

fieldset {
  padding: 0;
  border: none;
}

.powermail_fieldwrap {
  margin-bottom: 12px;
}

.tx-powermail {
  color: #000;
  line-height: 24px;
}
.tx-powermail .powermail_create {
  letter-spacing: 0.8px;
}
.tx-powermail .container-fluid {
  padding: 0;
}
.tx-powermail input, .tx-powermail textarea, .tx-powermail select {
  padding: 17px;
  border: 1px solid #f4f4f4;
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #f4f4f4;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #000;
  display: block;
  width: 100%;
  min-height: 60px;
  line-height: 24px;
  -webkit-appearance: none;
  border-radius: 0;
}
.tx-powermail input:focus, .tx-powermail textarea:focus, .tx-powermail select:focus {
  outline: none;
  border: 1px solid #282828 !important;
}
.tx-powermail input.parsley-error, .tx-powermail textarea.parsley-error, .tx-powermail select.parsley-error {
  border: 1px solid #282828 !important;
}
.tx-powermail input.powermail_checkbox {
  width: auto;
  min-height: auto;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  padding: 0 !important;
}
.tx-powermail .powermail_input,
.tx-powermail .powermail_textarea,
.tx-powermail .powermail_select {
  width: 100%;
}
.tx-powermail .radio {
  display: inline-block;
  margin-right: 16px;
}
.tx-powermail .radio input {
  width: 13px;
  margin-right: 3px;
  top: 1px;
  position: relative;
}
.tx-powermail .radio:last-child {
  margin: 0;
}
.tx-powermail .powermail_fieldwrap_type_check {
  margin: 40px 0 0 0;
}
.tx-powermail .powermail_fieldwrap_type_check .powermail_label {
  display: none;
}
.tx-powermail .checkbox {
  display: inline-block;
}
.tx-powermail .checkbox input[type=checkbox] {
  opacity: 0 !important;
  position: absolute;
  left: -2px;
  top: -2px;
  height: 24px;
  width: 24px;
  z-index: 99;
}
.tx-powermail .checkbox label {
  padding-left: 28px;
}
.tx-powermail .checkbox label:after {
  content: "\f08b";
  display: inline-block;
  color: #000;
  font-family: "BlackTie";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.tx-powermail .checkbox label.checked:after {
  content: "\f014";
}
.tx-powermail .checkbox input {
  position: relative;
  top: 1px;
}
.tx-powermail .checkbox:last-child {
  margin: 0;
}
.tx-powermail .powermail-errors-list {
  display: none;
}
.tx-powermail .powermail_submit {
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #de323c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 17px 44px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #de323c;
  cursor: pointer;
}
.tx-powermail .powermail_submit:focus {
  outline: none;
}
.tx-powermail .powermail_submit:hover {
  background-color: #C20936;
  color: #fff;
}
.tx-powermail .powermail_field_error.powermail_input {
  border: 1px solid #282828 !important;
}
.tx-powermail .powermail_field_error.checkbox label {
  text-decoration: underline;
}
.tx-powermail .powermail_field_error.checkbox label:after {
  color: red;
}
.tx-powermail .powermail_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tx-powermail .powermail_form > div {
  display: none;
}
.tx-powermail .powermail_fieldset {
  width: calc(50% - 8px);
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea {
  height: 188px;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea .powermail_field {
  height: calc(100% - 28px);
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_textarea textarea {
  height: 100%;
  resize: none;
}
.tx-powermail .powermail_fieldset .powermail_fieldwrap_type_submit {
  margin: 0;
}
.tx-powermail .powermail_fieldset_3 {
  margin-top: 26px;
}
.tx-powermail .powermail_fieldwrap_sitename {
  display: none;
}

/*************************************************
* Cookieman
*************************************************/
.modal-header {
  margin-bottom: 4px;
  padding: 20px 15px;
  border-bottom: 1px solid #dcdcdc;
}

.modal-content {
  border-radius: 0;
}
.modal-content .modal-body > p a {
  display: block;
  margin-top: 10px;
}
.modal-content .modal-body > p a:last-child {
  margin-top: 0;
}
.modal-content .modal-body > p br {
  display: none;
}

.modal-dialog-centered {
  min-height: calc(100vh - 60px);
  display: flex;
  align-items: center;
}

.cookieman__settings {
  margin-top: 30px;
}

.card {
  position: relative;
}
.card .card__header {
  background: #f4f4f4;
  padding: 20px 15px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  position: relative;
}
.card .card__header a {
  color: #000;
  pointer-events: none;
}
.card .card__header .plus {
  left: auto;
  right: 25px;
  top: 34px;
}
.card .card__checkbox input {
  z-index: 99;
  position: absolute;
  right: 50px;
  top: 28px;
  height: 15px;
  width: 15px;
}
.card:last-child .card__header,
.card:last-child .card__content {
  border: 1px solid #dcdcdc;
}
.card:last-child .card__content {
  border-top: none;
}
.card .card__content {
  display: none;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  padding: 20px;
}
.card .card__content .card__explanation {
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 26px;
}
.card .card__content .card__explanation a.link {
  display: block;
  margin-top: 10px;
}
.card .card__content .card__explanation a.link + .link {
  margin-top: 0;
}
.card .card__table__inner {
  word-break: break-word;
  border-top: 1px solid #dcdcdc;
  margin-top: 30px;
}
.card .card__table__inner thead {
  border-bottom: 1px solid #dcdcdc;
}
.card .card__table__inner th, .card .card__table__inner td {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.5px;
  padding: 6px 0px;
  padding-right: 1%;
}
.card .card__table__inner th:last-child, .card .card__table__inner td:last-child {
  padding-right: 0;
}
.card .card__table__inner th {
  font-weight: 400;
}
.card .card__table__inner tbody tr {
  border-bottom: 1px solid #dcdcdc;
}
.card .card__table__inner tbody tr:last-child {
  border-bottom: none;
}
.card .card__table__inner tbody tr:last-child th {
  border-bottom: 0;
}
.card .card__table__inner .name {
  width: 10%;
}
.card .card__table__inner .provider {
  width: 10%;
}
.card .card__table__inner .duration {
  width: 8%;
}
.card .card__table__inner .function {
  width: 25%;
}
.card .card__table__inner .country {
  width: 17%;
}
.card .card__table__inner .source {
  width: 25%;
}

.modal-footer {
  border: none;
}

.button__save,
.button__all {
  transition: all ease-in 0.2s;
  -webkit-transition: all ease-in 0.2s;
  background: #de323c;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 17px 44px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border: 1px solid #de323c;
  cursor: pointer;
}
.button__save:focus,
.button__all:focus {
  outline: none;
}
.button__save:hover,
.button__all:hover {
  background-color: #C20936;
  color: #fff;
}

.button__save {
  background: #f4f4f4;
  color: #000;
  border: 1px solid #9b9b9b;
}
.button__save:hover {
  background: #dcdcdc;
  color: #000;
  border: 1px solid #000;
}

.plus {
  left: -26px;
  top: 11px;
  position: absolute;
}
.plus > div {
  position: absolute;
  background-color: #000;
  left: 50%;
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg) translate3d(0, 0, 0);
  top: 50%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.plus .horizontal {
  width: 13px;
  height: 1px;
  opacity: 1;
  transform: translate(-6px, 0);
}
.plus .vertical {
  width: 1px;
  height: 13px;
  transform: translate(0, -6px);
}

.open .plus {
  opacity: 1;
}
.open .plus .vertical {
  transition: all 0.5s ease-in-out;
  transform: translate(0, -5px) rotate(90deg) translate3d(0, 0, 0);
  background-color: #de323c;
}
.open .plus .horizontal {
  transition: all 0.5s ease-in-out;
  transform: translate(-5px, 0) rotate(90deg) translate3d(0, 0, 0);
  opacity: 0;
  background-color: #de323c;
}
.open .indexText p {
  color: #de323c;
}

/*************************************************
* Inline / Fonts
*************************************************/
@media screen and (max-width: 500px) {
  body {
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.9px;
  }
}

@media screen and (max-width: 700px) {
  h1 {
    font-size: 29px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 26px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 500px) {
  h2 {
    font-size: 23px !important;
  }
}

@media screen and (max-width: 500px) {
  .type--text table th {
    font-size: 17px;
  }
}

/*************************************************
* Adjust Sitespacing 1340px
*************************************************/
@media screen and (max-width: 1340px) {
  .header__logo {
    left: 30px;
    width: calc(100% - 60px);
  }
  .page .heroHeader {
    left: 30px;
    width: calc(100% - 60px);
  }
}
/*************************************************
* Hero Header
*************************************************/
@media screen and (max-width: 900px) {
  .page .hero__image {
    max-height: 280px;
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .page .hero__image {
    max-height: 200px;
  }
}

@media screen and (max-width: 850px) {
  .page .hero__title .heroHeader__title {
    font-size: 60px;
  }
  .page .hero__title .heroHeader__description {
    font-size: 23px;
  }
}
@media screen and (max-width: 700px) {
  .page .hero__title .heroHeader__title {
    font-size: 50px;
  }
  .page .hero__title .heroHeader__description {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .page .hero__title .heroHeader__title {
    font-size: 44px;
  }
}
@media screen and (max-width: 430px) {
  .page .hero__title .heroHeader__title {
    font-size: 38px;
  }
  .page .hero__title .heroHeader__description {
    margin-top: 8px;
  }
}
@media screen and (max-width: 390px) {
  .page .hero__title .heroHeader__title {
    font-size: 34px;
  }
}
@media screen and (max-width: 340px) {
  .page .hero__title .heroHeader__title {
    font-size: 32px;
  }
}

@media screen and (max-width: 700px) {
  .type--text table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  tbody, thead {
    width: 700px;
    display: inline-table;
  }
}
/*************************************************
* Subnav
*************************************************/
@media screen and (max-width: 1200px) {
  .content {
    padding-left: 50px;
    width: calc(100% - 280px);
  }
  .subNav {
    width: 280px;
  }
}
/*************************************************
* Mobile Navigation
*************************************************/
@media screen and (max-width: 989px) {
  body.noscroll {
    overflow: hidden;
  }
  .mainNav {
    display: none;
  }
  .page .hero {
    padding-top: 68px;
  }
  header.header {
    position: fixed;
  }
  .header__logo {
    height: auto;
    width: auto;
    margin: 0;
  }
  .header__inner {
    padding: 0;
    display: flex;
    align-items: center;
    height: 68px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.3);
  }
  .header__nav {
    padding: 0;
    position: absolute;
    top: 68px;
    height: calc(100vh - 68px);
    height: calc(var(--vh, 1vh) * 100 - 68px);
    background: #fff;
    width: 100%;
    display: none;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .header__nav .firstLevel > ul > li {
    margin-bottom: 2px;
  }
  .header__nav .firstLevel > ul > li > a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
  }
  .header__nav .secondLevel > ul > li {
    border-bottom: 2px solid #f4f4f4;
  }
  .header__nav .secondLevel > ul > li:last-child {
    border-bottom: none;
  }
  .header__nav .secondLevel > ul > li > a {
    letter-spacing: 1.1px;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 30px;
  }
  .header__nav .thirdLevel > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 12px 30px;
  }
  .header__nav .fourthLevel > ul > li > a {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 4px 30px 4px 52px;
  }
  .header__nav .metaNav__langSelect > ul > .active {
    display: none;
  }
  .header__nav .metaNav__langSelect > ul > li:before {
    content: "";
    background-image: url(../img/language.svg);
    height: 18px;
    width: 18px;
    background-size: cover;
    position: absolute;
    left: 30px;
    top: 19px;
  }
  .header__nav .metaNav__langSelect .metaNav__langSelect__desc {
    padding-left: 60px;
  }
  .header__nav .metaNav__langSelect p, .header__nav .metaNav__langSelect a {
    margin-bottom: 3px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    background: #f4f4f4;
    padding: 16px 30px;
    width: 100%;
    font-weight: 700;
  }
  .header__nav .metaNav__langSelect p.active a, .header__nav .metaNav__langSelect a.active a {
    color: #de323c;
  }
  .header__nav .metaNav__langSelect .secondLevel li {
    border-bottom: 2px solid #f4f4f4 !important;
  }
  .header__nav .metaNav__langSelect .secondLevel a {
    font-weight: 400;
    padding: 14px 30px 14px 30px;
    background: #fff;
  }
  .header__nav .metaNav {
    order: 2;
    width: 100%;
  }
  .header__nav .mobileNav {
    order: 1;
    width: 100%;
  }
  .header__nav ul {
    list-style: none;
    padding: 0;
  }
  .header__nav ul li ul {
    display: none;
  }
  .header__nav li {
    position: relative;
  }
  .header__nav li a {
    width: 100%;
    display: block;
    text-decoration: none;
  }
  .header__nav li.current > a {
    color: #de323c;
  }
  .header__nav .arrow {
    position: absolute;
    right: 9px;
    top: 0;
    background-image: url(../img/chevron.svg);
    height: 60px;
    width: 60px;
    background-size: 33px 33px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    cursor: pointer;
  }
  .header__nav .open > .arrow {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 11px;
  }
  .header__nav a {
    color: #000;
  }
  .header__nav__inner {
    display: flex;
    flex-wrap: wrap;
  }
  .header__search {
    top: 0;
    left: auto;
    right: auto;
    max-width: calc(100% - 90px);
  }
  .header__search .header__search__inner {
    padding-right: 0;
  }
  .header__search .header__search__icon {
    top: 20px;
    right: 0;
  }
  .header__search.show .header__search__icon {
    background-size: 115%;
  }
  .header__search input {
    height: 68px;
    padding: 0 60px 0 30px;
  }
  .subNav,
  .breadcrumbNav {
    display: none;
  }
  .content {
    width: 100%;
    padding: 0;
  }
}
/*************************************************
* Center
*************************************************/
@media screen and (max-width: 989px) {
  .center {
    min-height: calc(100vh - 320px - 68px - 287px);
  }
}
@media screen and (max-width: 900px) {
  .center {
    min-height: calc(100vh - 280px - 68px - 287px);
  }
}
@media screen and (max-width: 750px) {
  .center {
    min-height: calc(100vh - 280px - 68px - 341px);
  }
}
@media screen and (max-width: 500px) {
  .center {
    min-height: calc(100vh - 200px - 68px - 480px);
  }
}
/*************************************************
* AbaConnect
*************************************************/
@media screen and (max-width: 1340px) {
  .abaconnect {
    overflow-y: auto;
  }
}

@media screen and (max-width: 600px) {
  .abaconnectFilter {
    margin: 30px 0;
  }
  .abaconnectFilter form {
    flex-wrap: wrap;
  }
  .abaconnectFilter .version, .abaconnectFilter .application {
    width: 100%;
    margin: 0;
  }
  .abaconnectFilter .version {
    margin-top: 20px;
  }
}

/*************************************************
* Footer
*************************************************/
@media screen and (max-width: 800px) {
  .footer .footer__address,
  .footer .footer__nav {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .footer .footer__top__inner > div {
    width: 100%;
  }
  .footer .footer__nav {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .footer__bottom__inner {
    justify-content: space-between;
  }
  .footer__bottom__inner .footer__socialMedia {
    width: auto;
  }
  .footer__bottom__inner .footer__copyright {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .footer__bottom__inner {
    flex-wrap: wrap;
    padding-top: 18px !important;
    padding-bottom: 12px !important;
  }
  .footer__bottom__inner .footer__socialMedia {
    width: auto;
  }
  .footer__bottom__inner .footer__copyright {
    text-align: left;
    width: 100%;
    margin-top: 16px;
  }
  .footer__bottom__inner .footer__copyright p {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .footer__bottom__inner .footer__swissMadeSoftware {
    width: 100%;
    margin-top: 16px;
  }
}

/*************************************************
* Adjust Sitespacing 550px
*************************************************/
@media screen and (max-width: 550px) {
  .header__logo {
    left: 20px;
    width: calc(100% - 40px);
  }
  .page .heroHeader {
    left: 20px;
    width: calc(100% - 40px);
  }
  .center {
    padding: 50px 20px;
  }
  .footer__top .footer__top__inner {
    padding: 38px 20px 14px 20px;
  }
  .footer__bottom .footer__bottom__inner {
    padding: 0 20px;
  }
}
/*************************************************
* Cookieman
*************************************************/
@media screen and (max-width: 700px) {
  #cookieman-modal {
    font-size: 16px;
    line-height: 26px;
  }
  .modal-header {
    padding: 8px 15px;
    margin-bottom: 0;
  }
  .card .card__table {
    overflow-x: scroll;
  }
  .card .card__table__inner {
    width: 800px;
  }
  .card .card__header {
    padding: 8px 15px;
  }
  .card .card__header .plus {
    top: 19px;
  }
  .card .card__checkbox input {
    top: 13px;
  }
  .cookieman__settings {
    margin-top: 16px;
  }
  .modal-content {
    max-width: 100%;
  }
  .modal-footer {
    padding: 0 15px 15px 15px;
  }
  .button__save {
    margin-bottom: 8px;
  }
  .button__save, .button__all {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #cookieman-modal,
  .card__explanation {
    font-size: 14px !important;
    line-height: 22px !important;
    letter-spacing: 0.4px !important;
  }
  .modal-header {
    font-size: 18px !important;
  }
}

/*# sourceMappingURL=style.css.map */
