/**

EUROVIENNA 2024

**/

:root {
  --11px: 0.6875em;
  --12px: 0.75em;
  --13px: 0.8125em;
  --14px: 0.875em;
  --16px;
  1em;
  --20px: 1.25em;
  --24px: 1.5em;
  --25px: 1.5625em;
  --28px: 1.75em;
  --30px: 1.875em;
  --32px: 2em;
  --36px: 2.25em;
  --40px: 2.5em;
  --43px: 2.6875em;
  --60px: 3.75em;
  --80px: 5em;

  --filterLightgrey: invert(100%) sepia(6%) saturate(95%) hue-rotate(338deg) brightness(111%) contrast(91%);
}

@font-face {
  font-family: WienerMelangeRegular;
  src: url("/_assets/css/fonts/WienerMelange/WienerMelange_W_Rg.woff2") format('woff2');
}

@font-face {
  font-family: WienerMelangeItalic;
  src: url("/_assets/css/fonts/WienerMelange/WienerMelange_W_It.woff2") format('woff2');
}

@font-face {
  font-family: WienerMelangeBold;
  src: url("/_assets/css/fonts/WienerMelange/WienerMelange_W_Bd.woff2") format('woff2');
}

@font-face {
  font-family: WienerMelangeBoldItalic;
  src: url("/_assets/css/fonts/WienerMelange/WienerMelange_W_BdIt.woff2") format('woff2');
}


/**

BEGIN SCSS

**/


* {
  box-sizing: border-box;
  -webkit-appearance: none;
  font-family: WienerMelangeRegular, sans-serif;
  /*font-size: 16px*/
}

html,
body,
form,
textarea,
input,
select,
legend,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
table,
td,
th {
  margin: 0;
  padding: 0;
}

body {
  text-align: left;
  *font-size: small;
  *font: x-small;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body:not(.module_onepage):not(.module_thema) .module:not(.SLANTED) {
  margin: 0 auto;
  width: calc(100vw - 60px);
  max-width: 1000px;
}

body *::before,
body *::after {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}

body.size1 p,
body.size1 input,
body.size1 textarea,
body.size1 li,
body.size1 div {
  font-size: 13px;
}

body.size2 p,
body.size2 input,
body.size2 textarea,
body.size2 li,
body.size2 div {
  font-size: 14px;
}

body.size3 p,
body.size3 input,
body.size3 textarea,
body.size3 li,
body.size3 div {
  font-size: 15px;
}

body.size4 p,
body.size4 input,
body.size4 textarea,
body.size4 li,
body.size4 div {
  font-size: 16px;
}

body.size5 p,
body.size5 input,
body.size5 textarea,
body.size5 li,
body.size5 div {
  font-size: 17px;
}

body.size6 p,
body.size6 input,
body.size6 textarea,
body.size6 li,
body.size6 div {
  font-size: 18px;
}

body.size7 p,
body.size7 input,
body.size7 textarea,
body.size7 li,
body.size7 div {
  font-size: 19px;
}

html {
  overflow-y: auto;
  scroll-behavior: smooth;
}

h1 {
  font-size: var(--30px);
  margin-bottom: 0.7em;
}

h2 {
  font-size: var(--28px);
  margin-bottom: 0.5em;
}

h3 {
  font-size: var(--20px);
  margin-bottom: 0.2rem;
  font-family: WienerMelangeBold, sans-serif;
}

h4 {
  font-size: var(--16px);
  margin-bottom: 0.2em;
}

h1,
h2,
h4 {
  text-transform: uppercase;
  font-family: WienerMelangeBold, sans-serif;
}

p {
  line-height: 1.3;
  margin: 0.5em 0;
}

p+h1,
ul+h1 {
  margin-top: 1em;
}

p+h2,
ul+h2 {
  margin-top: 0.8em;
}

p+h3,
ul+h3 {
  margin-top: 0.6em;
}

p+h4,
ul+h4 {
  margin-top: 0.6em;
}

li {
  position: relative;
}

img {
  max-width: 100%;
}

.wysiwyg ul {
  margin: 0.5em 0 1em 1em
}

button,
.button {
  padding: 10px 30px;
  text-transform: uppercase;
  font-size: 1em;
  position: relative;
  transition: 0.3s ease;
  text-decoration: none;
  z-index: 1;
  display: inline-block;
  margin: 20px 0 0 0;
  border: none;
  border-radius: 10px;
  font-family: WienerMelangeBold, sans-serif;
}

.default button,
.default .button {
  background: #C6152F;
  color: #fff;
}

.default button *,
.default .button {
  color: #fff;
}

button *,
.button * {
  text-transform: uppercase;
  font-size: 1em;
  text-decoration: none;
}

.default button.secondary,
.default .secondary.button {
  background: #184F8C;
}

.default button.secondary:hover,
.default .secondary.button:hover {
  background-color: #1E63B3;
}

.default button.secondary:hover::after,
.default .secondary.button:hover::after {
  border-bottom-color: #1E63B3;
}

.default button.secondary::after,
.default .secondary.button::after {
  border-bottom-color: #184F8C;
}

.default button:hover,
.default .button:hover {
  background-color: #E61938;
}

.default button:hover::after,
.default .button:hover::after {
  border-bottom-color: #E61938;
}

/* button::after,
.button::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: -20px;
  border: 20px solid transparent;
  border-top: 0;
  border-bottom: 41px solid;
  z-index: -1;
  transition: 0.3s ease;
}

.default button::after,
.default .button::after {
  border-bottom-color: #C6152F
} */

.default hr {
  border: none;
  height: 1px;
  background-color: #9CC2E5;
}

a {
  color: inherit
}

.back {
  color: #C6152F;
  font-family: WienerMelangeBold, sans-serif;
  margin: 30px 0;
  text-align: center;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 15px
}

.back:hover {
  color: #E61938;
}

.back:hover::before {
  background-color: #E61938;
}

.back:hover::after {
  background-color: #E61938;
}

.back::before {
  background-color: #C6152F;
}

.back::after {
  background-color: #C6152F;
}

table {
  width: 100% !important;
  border: 1px solid;
  border-radius: 9px;
  padding: 30px;
  margin: 20px 0;
}

.default table {
  border-color: #9CC2E5
}

td ul:not(.tarn){
  width: fit-content;
  padding-left: 1em;
  margin-inline: auto
}

td,
th {
  border: none;
  text-align: center;
  position: relative
}

td>ul {
  padding: 0 2em;
}

th {
  text-transform: uppercase;
}

.wysiwygtable td {
  padding: 10px
}

.default th:not(:last-child)::after,
.default td:not(:last-child)::after {
  background-color: #9CC2E5
}

.default table * {
  color: #000 !important
}

/* ---------------------------------------Class -------------------------------------------*/
.left-arrow {
  position: relative;
}

.left-arrow::before {
  content: "";
  position: absolute;
  top: 10px;
  transform: translateY(-50%) rotate(-45deg);
  left: 0;
  width: 10px;
  height: 2px;
}

.left-arrow::after {
  content: "";
  position: absolute;
  top: 16px;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  width: 10px;
  height: 2px;
}

.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}

.pseudo-element {
  content: "";
  position: absolute;
}

.triangle {
  position: relative;
}

.triangle::after {
  content: "";
  position: absolute;
  z-index: -1;
}

.sticky-share {
  position: fixed;
  bottom: 0;
  right: 20px;
  border-radius: 9px 9px 0px 0px;
  overflow: hidden;
  background-size: 20px;
  transform: translateY(calc(-40px + 100%));
  cursor: pointer;
  z-index: 1;
  transition: 0.3s ease-in-out;
  padding: 0;
}

.sticky-share .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.sticky-share ul {
  text-align: center
}

.sticky-share li {
  margin: 15px 0
}

.sticky-share img {
  position: relative;
}

.default .sticky-share img {
  filter: invert(100%)
}

.sticky-share:hover {
  transform: translateY(0);
  padding: 11px 26px 11px 36px;
  width: 140px;
}

.sticky-share:focus {
  transform: translateY(0);
  padding: 11px 26px 11px 36px;
  width: 140px;
}

.sticky-share:focus-within {
  transform: translateY(0);
  padding: 11px 26px 11px 36px;
  width: 140px;
}

.sticky-share:hover img {
  left: 0;
  transform: translateX(0%);
  padding: 0px;
  margin: 0 10px 0 -10px;
}

.sticky-share:focus img {
  left: 0;
  transform: translateX(0%);
  padding: 0px
}

.sticky-share:focus-within img {
  left: 0;
  transform: translateX(0%);
  padding: 0px
}

.sticky-share:hover h4 {
  opacity: 1
}

.sticky-share:focus h4 {
  opacity: 1
}

.sticky-share:focus-within h4 {
  opacity: 1
}


/* ---------------------------------------Content-------------------------------------------*/
#main {
  margin-top: 100px;
  min-height: calc(100vh - 150px);
  padding-top: 40px;
}

.module_conf_head {
  width: calc(100vw - 60px);
  max-width: 1000px;
  margin: 0 auto 30px auto;
  padding-top: 40px
}

/* ---------------------------------------Onepage -------------------------------------------*/
.module_onepage #main {
  padding: 0
}

.cwrap {
  overflow: hidden;
  height: inherit;
}

.cwrap_inner.img ul.tarn {
  height: 100%;
}

.cwrap_inner.img ul.tarn * {
  height: inherit;
}

.cwrap_inner.img ul.tarn img {
  object-fit: cover;
  width: 100%
}

.cwrap_inner {
  z-index: 1;
}

.tlir .cwrap .cwrap_inner:first-child {
  padding: 30px 40px;
  background-color: inherit
}

.tlir .cwrap .cwrap_inner:last-child {
  z-index: 0;
}

.tril .cwrap .cwrap_inner:last-child {
  padding: 25px 40px;
}

.tril .cwrap .cwrap_inner:first-child {
  z-index: 0;
}

.cwraplink {
  text-decoration: none !important
}

section.standard {
  padding: 40px 23px
}

.standard .cwrap {
  max-width: 720px;
  margin: 0 auto
}

.module_onepage .txt-content-width {
  margin: 40px auto;
  width: calc(100vw - 60px);
  max-width: 1000px;
  padding-top: 40px
}

.module_onepage.txt-content-width details .article-wrapper {
  width: 100%
}

details section.standard {
  padding: 40px 0
}

details .module_conf_head {
  padding-top: 0
}

.headeritem {
  background-size: cover;
  min-height: 50vh;
  position: relative;
}

.headeritem .cwrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.headeritem .lazyYT {
  padding-bottom: 0 !important
}

.module_onepage section .module:not(.SLANTED) {
  max-width: 1230px;
  margin: 0 auto;
}

/* ---------------------------------------Youtube -------------------------------------------*/
.lazyYT {
  cursor: pointer
}

.ytp-thumbnail {
  background-size: cover;
  min-height: 50vh;
  position: relative;
}

.ytp-large-play-button {
  text-align: center;
}

.ytp-thumbnail svg {
  width: 85px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lazyYT iframe {
  width: 100%;
  height: 50vh
}


/* ---------------------------------------Artikel -------------------------------------------*/

.article-wrapper {
  overflow: hidden;
  margin: 0 auto;
}

.template1 .article-wrapper {
  text-align: center
}

.template1 .article-wrapper .text-wrap {
  text-align: left
}

.article-wrapper .box {
  padding: 0 25px;
  margin-bottom: 50px
}

.article-wrapper .box .text-wrap h3 {
  -webkit-hyphens: auto;
  hyphens: auto;
}

.article-wrapper .box .date {
  margin-bottom: 10px
}

.article-wrapper .box_content {
  text-align: center;
}

.article-wrapper .box_content img {
  max-height: 160px;
  margin-bottom: 20px;
}

.module_article .main-title {
  margin-bottom: 0
}

.module_article .main-title+.date {
  margin-bottom: 20px
}

.module_article #footer {
  margin-top: 30px
}

.browse_wrap {
  margin: 50px 0
}

.bpages>ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bpages>ul li {
  margin-right: 10px;
}

.bpages>ul li:not(.bnext):not(.blast):not(.bnext-empty):not(.bfirst):not(.bprev):not(.bprev-empty) {
  border: 2px solid;
  border-radius: 50%;
  width: 25px;
  line-height: 22px;
  text-align: center;
}

.bpages>ul li a {
  text-decoration: none
}

/* ---------------------------------------Liste-------------------------------------------*/
ul.faq {
  margin-top: 30px;
}

li {
  position: relative;
}

summary {
  display: block;
  cursor: pointer;
}

summary h3 {
  position: relative;
  padding-right: 40px;
}

/* -------------------------  module_thema-------------------------------------------*/

.module_thema #main {
  padding: 0
}

.module_thema .headsection {
  height: 50vh !important
}

.module_thema .introtext {
  text-align: center;
  padding: 40px 20px;
  max-width: 950px;
  margin: 0 auto;
}

.module_thema h3,
.module_thema h4,
.module_thema h5,
.module_thema h6 {
  color: #3E3E3E
}

.module_thema .thema-header picture img {
  width: 100%;
  height: 50vh;
  object-fit: cover;
}

.module_thema .thema-content p,
.module_thema .thema-content ul {
  margin-bottom: 0.5em
}

.module_thema .thema-content ul {
  margin-left: 1em
}

/*.module_thema .thema-content ul li{margin-bottom: 1em}*/
.module_thema .thema-content picture img {
  object-fit: cover
}

/* .default .module_thema .first .body {
  background-color: #f4f4f4;
} */

.module_thema .thema-content.first .body {
  padding: 40px 20px;
  position: relative;
}

.module_thema .first .body::after {
  content: "";
  position: absolute;
}

.default .module_thema .first .body::after {
  filter: var(--filterLightgrey);
}

.module_thema .second {
  padding: 40px 20px;
}

.module_thema .second h1,
.module_thema .second h2,
.module_thema .second h3,
.module_thema .second h4,
.module_thema .second h5,
.module_thema .second h6 {
  max-width: 100%;
  hyphens: auto;
}

.module_thema .second:not(.twoCol) .body {
  margin: 0 auto
}

.module_thema .third {
  margin-bottom: 30px
}

.module_thema .third .body {
  padding: 30px 25px
}

.sticky-btn {
  position: fixed;
  right: -260px;
  top: 70vh;
  z-index: 9;
  text-align: left !important;
  padding-left: 45px !important;
  transition: 0.5s;
}

.sticky-btn::before {
  content: "";
  width: 25px;
  height: 80%;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
}

.sticky-btn.search::before {
  background-image: url("/_assets/css/icon/search_icon.svg");
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.sticky-btn.pdf::before {
  background-image: url("/_assets/css/icon/pdf-icon.svg")
}

.sticky-btn:hover {
  transition: 0.5s;
}

.sticky-btn.search:hover {
  right: -90px;
  background-color: var(--ea-blue) !important;
}

.sticky-btn.pdf:hover,
.sticky-btn.fk:hover {
  right: -15px
}

.sticky-btn.fk::before {
  background-image: url("/_assets/css/icon/bag_icon.svg");
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(228deg) brightness(102%) contrast(102%);
}

.module_thema .projects-wrap {
  padding: 40px 0 20px 0;
  width: calc(100% - 50px);
  margin: 0 auto;
  position: relative
}

.module_thema .projects-wrap h3 {
  text-align: center
}

.module_thema .swiper-slide .overview {
  border: 1px solid #CECECE;
  border-radius: 28px;
}

.default .module_thema .swiper-slide a.button {
  background-color: #20A283;
  color: white
}

.module_thema .swiper-slide>div>div {
  text-align: center;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center
}

ol.projects {
  display: flex;
  margin-top: 30px;
  height: fit-content;
}

ol.projects .swiper-slide:first-child {
  margin-left: 0
}

ol.projects .swiper-slide {
  width: calc(100vw - 50px);
  margin-right: 25px;
}

/*ol.projects .swiper-slide{width: 85vw; margin: 0 8vw 0 0; height: fit-content}*/
ol.projects .swiper-slide p {
  max-width: unset
}

.swiper-button {
  top: 15px;
  position: relative;
  width: 100%;
  cursor: pointer;
  display: block;
  text-align: center;
  max-width: unset;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url("/_assets/css/icon/arrow_icon.svg");
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  filter: invert(21%) sepia(2%) saturate(0%) hue-rotate(25deg) brightness(97%) contrast(88%);
}

.swiper-button-prev {
  transform: rotate(90deg)
}

.swiper-button-next {
  transform: rotate(-90deg)
}

.swiper-button-next.last,
.swiper-button-prev.first {
  opacity: 0.5;
  cursor: auto
}

.swiper-pagination {
  text-align: center
}

.swiper-pagination>span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  border: 1px solid #CECECE;
  border-radius: 50%;
  /*cursor: pointer;*/
}

.swiper-pagination>span.active {
  background-color: #CECECE
}

/* ---------------------------------------Transitions -------------------------------------------*/

/* slanted */
/* .module.SLANTED {
  margin-top: -40px
} */

.SLANTED .transitions-wrap .transitions-wrap-inner {
  /*max-width: 1390px;*/
  margin: 0 auto;
}

.default .SLANTED .transitions-wrap {
  background-color: #9CC2E5;
}

.SLANTED .transitionelement {
  text-align: center;
  /* padding: 80px 70px; */
  padding: 40px 70px;
  margin-bottom: 0 !important;
  box-shadow: 0px 10px 20px rgba(0,0,0,0.16);
}

.default .SLANTED .transitionelement {
  background-color:
    /*#9CC2E5*/
    transparent
}

.SLANTED .transitionelement h3 {
  max-width: 300px;
  margin: 20px auto 0 auto;
  text-transform: none;
}


.module_transitions .title {
  text-transform: none;
}

.module_transitions .triangle:last-child::after {
  content: none
}

.module_transitions .triangle:not(:last-child):not(:nth-last-child(2)):before {
  content: "";
  position: absolute;

}

.module_transitions.GRID h3.title {
  font-size: var(--20px);
}

.article-grid .transitionelement {
  margin-bottom: 30px;
}

.article-grid .transitionelement:last-child {
  margin-bottom: 50px
}

.transitionelement {
  margin-bottom: 30px
}

/* ---------------------------------------Liste -------------------------------------------*/
.faq-list:first-of-type {
  border-top: 1px solid
}

.faq-list {
  border-bottom: 1px solid;
  padding: 20px 10px;
  position: relative;
}

.default .faq-list {
  border-color: #9CC2E5
}

summary {
  display: block;
  cursor: pointer
}

summary h3 {
  position: relative;
  padding-right: 40px;
  font-size: var(--16px);

}

.faq-list summary h3::before,
.faq-list summary h3::after {
  content: "";
  width: 3px;
  height: 20px;
  top: 0.3em;
  transition: 0.3s
}

.faq-list summary h3::after {
  transform: rotate(90deg)
}

.faq-list summary.active h3::before {
  transform: rotate(90deg);
  transition: 0.7s
}

/* ---------------------------------------Freepage -------------------------------------------*/
.module_freepage #footer {
  margin-top: 50px
}

/* -------------------------  module_liste-------------------------------------------*/
.module_liste #footer {
  margin-top: 50px
}

.module_liste_conf_head {
  width: 100% !important
}

.module_liste ul.kachel li.listitem {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.module_liste ul.kachel.flex {
  justify-content: center;
  align-items: flex-start !important
}

summary {
  display: block;
  cursor: pointer
}

table.glossar tr {
  height: 100px
}

table.glossar td.title {
  font-weight: 900
}

table.glossar td.title>a {
  display: block;
  margin-bottom: 20px
}

td.title,
.td.title {
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 0;
  vertical-align: top;
  page-break-after: avoid;
  width: 46%
}


/* ----------- FAQ-----------------------*/
ul.faq {
  margin-top: 30px
}

ul.faq .listitem {
  padding: 20px 0;
  border-bottom: 1px solid;
}

.default ul.faq .listitem {
  border-color: #CECECE
}

ul.faq .listitem:first-of-type {
  border-top: 1px solid
}

.default ul.faq .listitem:first-of-type {
  border-color: #CECECE
}

summary h3 {
  position: relative;
  padding-right: 40px
}

ul.faq .listitem summary h3::before,
ul.faq .listitem summary h3::after {
  content: "";
  width: 2px;
  height: 20px;
  top: 0.2em;
  transition: 0.3s
}

ul.faq .listitem summary h3::after {
  transform: rotate(90deg)
}

ul.faq .listitem summary.active h3::before {
  transform: rotate(90deg);
  transition: 0.7s
}



/* -------------------------  extracontent-------------------------------------------*/

.extracontent-item h3,
.html15-info-bar,
.videotitle {
  padding: 0 25px;
  max-width: 1010px;
  margin: 0 auto 0.5em auto
}

/* -------------------------  formmail-------------------------------------------*/

.module_formmail #footer {
  margin-top: 50px
}

/* -------------------------  carreer-------------------------------------------*/
#frame_zone {
  max-width: unset
}

/* ---------------------------------------Header & main nav-------------------------------------------*/
#navanchor {
  width: 25px;
  height: 20px;
  display: block;
  z-index: 999;
  text-decoration: none;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

#navanchor span {
  width: 25px;
  height: 2px;
  position: absolute;
  right: 0;
  transition: 0.3s ease-in-out;
}

#navanchor span:first-child {
  top: 0;
}

#navanchor span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

#navanchor span:last-child {
  bottom: 0;
}

.navopen #navanchor span:first-child {
  top: 50%;
  transform: rotate(45deg);
}

.navopen #navanchor span:nth-child(2) {
  opacity: 0;
}

.navopen #navanchor span:last-child {
  top: 50%;
  transform: rotate(-45deg);
}

.navopen #navwrap {
  opacity: 1;
  visibility: visible;
}

#nav {
  position: relative;
}

#navwrap {
  background-color: white;
}

#navwrap .nav__list {
  list-style-type: none;
}

#navwrap .nav__element.subnav:focus .nav__sub-list {
  display: block;
}

#navwrap .nav__element.subnav:focus-within .nav__sub-list {
  display: block;
}

#navwrap .nav__element.subnav:hover .nav__sub-list {
  display: block;
}

.nav__sub-list .nav__sub-list {
  display: none !important
}

#navwrap .nav__element.subnav::after {
  content: "";
  background-image: url("/_assets/css/icon/arrow_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  top: 0.5em;
  width: 8px;
  height: 8px;
  filter: invert(81%) sepia(8%) saturate(1554%) hue-rotate(178deg) brightness(93%) contrast(92%);
  transition: 0.3s;
}

#navwrap .nav__element.subnav.active::after {
  transform: rotateX("180deg");
}

#navwrap .nav__sub-list {
  list-style-type: none;
  display: none;
}

#navwrap .nav__sub-list li:not(:last-child) {
  margin-bottom: 20px
}

#navwrap .langnav {
  position: absolute;
  top: 0;
  right: 5%;
}

#navwrap .langnav .nav__list {
  padding: 25px 0;
}

#navwrap .langnav li.nav__element:not(:last-child) {
  border-right: 1px solid #B1B1B1;
}

#navwrap .langnav a {
  color: #B1B1B1;
}

#navwrap a {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: WienerMelangeBold, sans-serif;
}

#navwrap a:active,
#navwrap a.active {
  color: #C6152F;
}

#navwrap a:hover {
  border-bottom: 2px solid #C6152F;
}

#navwrap strong {
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: WienerMelangeBold, sans-serif;
  color: #C6152F;
}

.nav__element_opener {
  display: none;
  pointer-events: none
}


#header {
  width: 100%;
  height: 100px;
  position: fixed;
  top: 0;
  background-color: white;
  z-index: 99;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

#header>.utilities {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background-color: #3E3E3E;
}

#header>.inner {
  padding: 0 5%;
  width: 100%;
  height: calc(100% - 40px);
  position: relative;
}

#logo {
  padding: 0;
  width: 200px;
  margin: 0;
}

#logo a {
  display: block;
  line-height: 0;
}

#logo img {
  display: block;
  max-width: 125px;
}

/* ---------------------------------------langnav-------------------------------------------*/
.langnav ul.nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.langnav li.nav__element,
#nav .langnav li.nav__element {
  border-right: 1px solid white;
  padding: 0 5px;
  border-top: none;
}

#nav .langnav li.nav__element:last-of-type {
  border-bottom: none;
}

.langnav li.nav__element:first-of-type {
  padding-left: 0;
}

.langnav li.nav__element:last-of-type,
#nav .langnav li.nav__element:last-of-type {
  border-right: none;
}

.langnav li.nav__element.active {
  font-weight: bold;
}

.langnav a.navigation_link {
  font-size: var(--14px);
  text-decoration: none;
  color: white;
}

/* ---------------------------------------footer-------------------------------------------*/
footer {
  padding: 40px 25px 35px;
}

footer .inner {
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

footer .footer-block img {
  max-height: 50px;
  display: inline-block;
  vertical-align: bottom;
  height: 50px;
}

footer .footer-block img:not(:last-of-type) {
  margin: 0 20px 10px 0;
}

footer a {
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: WienerMelangeBold, sans-serif;
}

footer .nav__list li {
  padding: 10px 0;
}

footer .nav__list li:first-child {
  padding-top: 0;
}

/* -------------------------  easy-to-see bar-------------------------------------------*/
#e2s {
  display: flex;
  align-items: center;
}

#e2s li a:link,
#e2s li a:visited,
#e2s li a:focus,
#e2s li a:hover,
#e2s li a:active,
#e2s li strong {
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  float: none;
  font-weight: 700;
  border: 1px solid;
  font-size: 15px;
  border-radius: 50%;
}

#e2s ul.e2scolor li a {
  border-color: transparent;
  position: relative;
}

#e2s ul.e2scolor li::after {
  background-image: url("/_assets/css/icon/check_icon.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
}

#e2s li {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 15px;
}

#e2s ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 10px;
}

#e2s>ul:first-of-type {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #CECECE;
}

#e2s ul a {
  color: white;
  text-decoration: none;
}

#e2s li {
  margin: 0 4px 0 0;
}

#e2s>p {
  font-size: var(--14px);
  color: white;
}

#e2s-black {
  background-color: #FC0 !important;
}

#e2s-black a {
  color: #000 !important;
}

#e2s-blue {
  background-color: #FFF !important;
  border-color: #fff;
}

#e2s-blue a {
  color: #009 !important;
}

#e2s-yellow {
  background-color: #000 !important;
  border-color: #000;
}

#e2s-yellow a {
  color: #FC0 !important;
}

#e2s-white {
  background-color: #009 !important;
  border-color: #009;
}

#e2s-white a {
  color: #FFF !important;
}

#e2s-default {
  background-color: #fff !important;
  border-color: #fff;
}

#e2s-default a {
  color: #3E3E3E !important;
}

#header>.utilities {
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  background-color: #3E3E3E;
}

.default #e2s-default a,
.yellow #e2s-yellow a,
.black #e2s-black a,
.blue #e2s-blue a,
.white #e2s-white a {
  display: none !important;
}

.default #e2s-default::after,
.yellow #e2s-yellow::after,
.black #e2s-black::after,
.blue #e2s-blue::after,
.white #e2s-white::after {
  content: "";
}

.default #e2s-default::after {
  filter: invert(19%) sepia(21%) saturate(0%) hue-rotate(206deg) brightness(103%) contrast(86%);
}

.yellow #e2s-yellow::after {
  filter: invert(75%) sepia(41%) saturate(983%) hue-rotate(359deg) brightness(103%) contrast(103%);
}

.blue #e2s-blue::after {
  filter: invert(13%) sepia(67%) saturate(6689%) hue-rotate(244deg) brightness(60%) contrast(133%);
}

.white #e2s-white::after {
  filter: invert(99%) sepia(96%) saturate(2%) hue-rotate(191deg) brightness(112%) contrast(101%);
}

.black #e2s-black {
  border: 1px solid #000 !important;
}

.blue #e2s-blue {
  border: 1px solid #009 !important;
}

.yellow #e2s-yellow {
  border: 1px solid #fc0 !important;
}

.white #e2s-white {
  border: 1px solid #FFFFFF;
}

.default #e2s-default {
  border: 1px solid #3E3E3E !important;
}

/* ----- =class ----- */
.relative{
  position: relative;
}
.cfix:before,
.cfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.cfix:after {
  clear: both;
}

.notop>*:first-child {
  margin-top: 0;
}

.v {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden;
  width: 1px !important;
}

ul.tarn,
ol.tarn {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.none {
  display: none !important;
}

.bb {
  border-bottom: 1px solid;
  padding-bottom: 1em;
}

.bt {
  border-top: 1px solid;
  padding-top: 1em;
}

.c {
  clear: both;
}

.cl {
  clear: left;
}

.cr {
  clear: right;
}

.error {
  color: #f00;
}

.error a:link,
.error a:visited,
.error a:focus,
.error a:hover,
.error a:active,
.error h1,
.error h2,
.error h3,
.error h4,
.error h5,
.error h6 {
  color: #f00;
}

.fright {
  float: right;
}

.fleft {
  float: left;
}

.fnone {
  float: none;
}

.fnorm {
  font-size: 1em;
}

.fsmall,
small {
  font-size: 0.85em !important;
}

.iblock {
  display: inline-block;
}

.bold {
  font-weight: bold !important;
}

.m0 {
  margin: 0;
}

.mb {
  margin-bottom: 0.69em;
}

.mbd {
  margin-bottom: 1.4em;
}

.ml {
  margin-left: 1em;
}

.mr {
  margin-right: 1em;
}

.mt {
  margin-top: 0.69em;
}

.mth {
  margin-top: 0.35em;
}

.mtd {
  margin-top: 1.4em;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.p0 {
  padding: 0;
}

.pb {
  padding-bottom: 0.69em;
}

.pbd {
  padding-bottom: 1.4em;
}

.pl {
  padding-left: 1em;
}

.pr {
  padding-right: 1em;
}

.pt {
  padding-top: 0.69em;
}

.pth {
  padding-top: 0.35em;
}

.ptd {
  padding-top: 1.4em;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.notop>*:first-child {
  margin-top: 0;
}

.nobottom>*:last-child {
  margin-bottom: 0;
}

.nowrap {
  white-space: nowrap;
}

.pad {
  padding: 0.5em 1em;
}

.success {
  color: #009900;
}

.success a:link,
.success a:visited,
.success a:focus,
.success a:hover,
.success a:active,
.success h1,
.success h2,
.success h3,
.success h4,
.success h5,
.success h6 {
  color: #009900;
}

.tcenter {
  text-align: center;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.versal {
  text-transform: uppercase;
}

.wauto {
  width: auto;
}


.textdeconone,
.tdn {
  text-decoration: none !important;
}

.ttn {
  text-transform: none !important
}

.pos-absolute-center {
  position: absolute;
  top: calc(50% + 70px);
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-center {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blue {
  color: var(--ea-blue) !important;
}

/*.right-arrow{position: relative}
.right-arrow::after{
	content: "";
	width: 10px;
	height: 10px;
	background-image: url("/_assets/css/icon/arrow_icon.svg");
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%) rotate(-90deg);
	transition: 0.3s;
}
.right-arrow:hover::after{right: -20px;transition: 0.3s}*/
.readmore {
  text-align: center;
  height: 190px;
  width: 100%;
  background: linear-gradient(transparent, white 70%);
  position: absolute;
  bottom: 0;
  cursor: pointer;
  padding-top: 135px;
  margin-bottom: 0 !important;
}

.readmore::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  background-image: url("/_assets/css/icon/down_arrow_icon.svg");
  width: 10px;
  height: 10px;
}

.hidden {
  visibility: hidden;
}

/* trumbowyg custom textstyles */
.indent_firstline_wrap {
  letter-spacing: normal;
  font-weight: bold;
}

.indent_firstline {
  margin: 0 20px 0 0;
  font-family: "Traulha", sans-serif;
  font-weight: normal;
}

p.indent_p {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 35px;
  font-weight: bold;
}

p.indent_p_after {
  display: inline-block;
  width: calc(100% - 55px);
  vertical-align: top;
  font-family: "Traulha", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.filterWhite {
  filter: invert(100%);
}




/*# sourceMappingURL=eurovienna.css.map */