body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}.aspect--9\:16,.responsive.ratio-916{padding-bottom:177.7777%}.aspect--1\:1,.responsive.ratio-11{padding-bottom:100%}
/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sanitize.css/sanitize.css ***!
  \******************************************************************************************/
/* Document
 * ========================================================================== */

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */

:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */

:where(nav li)::before {
  content: "\200B";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */

:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: inherit; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, [type="button" i], [type="reset" i], [type="submit" i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */

:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */

:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where([type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */

:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

:where([aria-busy="true" i]) {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

:where([aria-controls]) {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

:where([aria-disabled="true" i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

:where([aria-hidden="false" i][hidden]) {
  display: initial;
}

:where([aria-hidden="false" i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*!**********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \**********************************************************************************************************************************************************************************/
:root {
  --color-white: #FFFFFF;
  --color-gray-10: #F9F9F9;
  --color-gray-30: #F3F3F3;
  --color-gray-50: #EBEBEB;
  --color-gray-60: #CDCDCD;
  --color-gray-70: #B0B0B0;
  --color-gray-80: #838383;
  --color-gray-90: #404040;
  --color-gray-100: #1F1F1F;
  --color-black: #000000;
  --color-green-100: #345536;
  --color-green-60: #9CAD12;
  --color-green-50: #C3D817;
  --color-green-30: #DBE874;
  --color-green-15: #EDF3B9;
  --color-green-5: #F9FBE8;
  --color-orange-100: #750000;
  --color-orange-60: #CC6402;
  --color-orange-50: #FF6600;
  --color-orange-30: #FFB168;
  --color-orange-15: #FFE5CD;
  --color-orange-5: #FFF2E6;
  --color-purple-100: #5E1752;
  --color-purple-15: #FFD9F4;
  --color-purple-5: #FFEDF0;
  --color-blue-100: #07338A;
  --color-blue-60: #0C6DCA;
  --color-blue-50: #0F88FD;
  --color-blue-30: #6FB8FE;
  --color-blue-15: #C8E3FE;
  --color-blue-5: #E7F3FF;
  --color-red-100: #FF5B5B;
  --color-red-20: #FEBCBC;
  --archive-color: #1F1F1F;
  --archive-color-bg: #838383;
  --archive-bright: #F3F3F3;
}

.archive_color_news {
  --archive-100: var(--color-blue-100);
  --archive-60: var(--color-blue-60);
  --archive-50: var(--color-blue-50);
  --archive-30: var(--color-blue-30);
  --archive-20: var(--color-blue-15);
  --archive-15: var(--color-blue-15);
  --archive-5: var(--color-blue-5);
}

.archive_color_magazine {
  --archive-100: var(--color-purple-100);
  --archive-60: var(--color-orange-60);
  --archive-50: var(--color-orange-50);
  --archive-30: var(--color-orange-30);
  --archive-20: var(--color-orange-50);
  --archive-15: var(--color-purple-15);
  --archive-5: var(--color-purple-5);
}

:root {
  --corner-m: 12px;
  --corner-s: 8px;
  --corner-xs: 4px;
}

:root {
  --ff-default: "Figtree", sans-serif;
  --ff-headline: "Gabarito", sans-serif;
  --ff-ideg01-icons: "ideg01-icons";
}

@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-300-8546717be9ee25adc7f4.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 300;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-300italic-a1b1a77ac41acd595e2a.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 400;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-regular-28d8df97d9b4bd55e4fc.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 400;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-italic-7334d5ab761a7a3b82ba.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 500;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-500-a60da9074639a942c886.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 500;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-500italic-6d9f2eaa867fed9dab21.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 600;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-600-fd40ad719d547d67e632.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 600;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-600italic-0206fc5b98497694411a.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-700-e59bc5f6400f0d18747b.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 700;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-700italic-c9e6c7716e7a3a18b4a2.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 800;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-800-b485b896208cf5c71e56.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 800;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-800italic-2ec6b612fbb7177da703.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: normal;
  font-weight: 900;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-900-3444f51a06f395f70712.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Figtree";
  font-style: italic;
  font-weight: 900;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/figtree-v9-latin-900italic-1d1ca25b8f59bb56f2a0.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/gabarito-v9-latin-regular-2b8081a1ebb73b5d2594.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/gabarito-v9-latin-500-b8f2d37088bc959a2761.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/gabarito-v9-latin-600-ef8cec47f54471819d8e.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/gabarito-v9-latin-700-fdc08cc6a95f93e0f246.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 800;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/gabarito-v9-latin-800-5a8e7d0f389a6330e1b5.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 900;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/gabarito-v9-latin-900-71211f7a136ca425b178.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "ideg01-icons";
  font-style: normal;
  font-weight: 400;
  src: url(../../files/theme/ideg01/frontend/dist/fonts/ideg01-icons-3e8d1837187b508b444b.woff2) format("woff2");
}
[class^=ideg01-icon-],
[class*=" ideg01-icon-"],
.ideg01-icon,
.ce_rsce_zitat .rsce-zitat_box::before,
.content-facts-card .card-facts_share:before,
.content-facts-card .card-facts_time:before,
.content-interview-card .card-interview_share:before,
.content-interview-card .card-interview_time:before,
.content-facts .swiper-controls-facts .swiper-button-prev:after,
.content-interview .swiper-controls-interview .swiper-button-prev:after,
.content-politics .content- .swiper-controls .swiper-button-prev:after,
.content-magazine .content- .swiper-controls .swiper-button-prev:after,
.highlights-editorial .content- .swiper-controls .swiper-button-prev:after,
.events-slider-wrapper .swiper-controls .swiper-button-prev:after,
.content-facts .swiper-controls-facts .swiper-button-next:after,
.content-interview .swiper-controls-interview .swiper-button-next:after,
.content-politics .content- .swiper-controls .swiper-button-next:after,
.content-magazine .content- .swiper-controls .swiper-button-next:after,
.highlights-editorial .content- .swiper-controls .swiper-button-next:after,
.events-slider-wrapper .swiper-controls .swiper-button-next:after,
.element-2cols .mod_website-button button:after,
.ce_rsce_goto-contact .goto-box button:after,
.ce_rsce_card-interview .card-interview_share:before,
.ce_rsce_card-interview .card-interview_time:before,
.ce_rsce_card-facts .card-facts_share:before,
.ce_rsce_card-facts .card-facts_time:before,
.ce_rsce_error404 .error-404_link::after,
.rsce-ctf_play-btn::before,
.rsce-ctf_button:after,
.mod_header-mobile-nav-toggle::before,
.mod_header-search a:before,
.content-download h1:before,
.content-download h2:before,
.content-download h3:before,
.content-download h4:before,
.content-download h5:before,
.moremenu__link .icon-micro::after,
.moremenu__link .icon-calendar::after,
.moremenu__featured-button::after,
.mod_search .search_default_news .searchicons,
.mod_search .search_default_news .search_share:before,
.mod_search .search_default_news .reading-time:before,
.mod_search .widget-submit button:before,
#layout-header .mod_navigation .mod_customnav.header-subnav a::after,
#layout-header .mod_navigation .mod_customnav.header-subnav .active:after,
#layout-header .mod_navigation li::before,
#layout-header .mod_navigation li::after,
.content-swiper .swiper .swiper-controls .swiper-pagination::before,
.mod_newsreader .swiper .swiper-controls .swiper-pagination::before,
.content-swiper .swiper .swiper-controls .swiper-button-prev:after,
.mod_newsreader .swiper .swiper-controls .swiper-button-prev:after,
.content-swiper .swiper .swiper-controls .swiper-button-next:after,
.mod_newsreader .swiper .swiper-controls .swiper-button-next:after,
.mod_social-media-links a.linkedin::before,
.mod_social-media-links a.facebook::before,
.mod_social-media-links a.youtube::before,
.mod_social-media-links a.tiktok::before,
.mod_social-media-links a.pinterest::before,
.mod_social-media-links a.instagram::before,
.events-slider-wrapper .news-teaser-main .news-teaser-info .reading-time::before,
.highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time::before,
.highlights-editorial .highlights_hero .news-teaser-info .reading-time::before,
.content-politics .content- .news-teaser-main .news-teaser-body .reading-time::before,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time::before,
.mod_newslist .news-teaser-main .news-teaser-body .reading-time::before,
.mod_newslist .news-teaser-default .reading-time::before,
.mod_newslist .news-teaser-hero .reading-time::before,
.mod_newslist-grouped .news-teaser-default .reading-time::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ideg01-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ideg01-icon-instagram, .mod_social-media-links a.instagram::before {
  content: "\f02c";
}

.ideg01-icon-lupe, .mod_header-search a:before, .mod_search .widget-submit button:before {
  content: "\f000";
}

.ideg01-icon-close {
  content: "\f001";
}

.ideg01-icon-share, .content-facts-card .card-facts_share:before, .content-interview-card .card-interview_share:before, .ce_rsce_card-interview .card-interview_share:before, .ce_rsce_card-facts .card-facts_share:before, .mod_search .search_default_news .search_share:before {
  content: "\f002";
}

.ideg01-icon-settings {
  content: "\f003";
}

.ideg01-icon-send {
  content: "\f004";
}

.ideg01-icon-search {
  content: "\f005";
}

.ideg01-icon-print {
  content: "\f006";
}

.ideg01-icon-play {
  content: "\f007";
}

.ideg01-icon-play-circle, .rsce-ctf_play-btn::before {
  content: "\f008";
}

.ideg01-icon-mail {
  content: "\f009";
}

.ideg01-icon-link {
  content: "\f00a";
}

.ideg01-icon-heart {
  content: "\f00b";
}

.ideg01-icon-download, .content-download h1:before,
.content-download h2:before,
.content-download h3:before,
.content-download h4:before,
.content-download h5:before {
  content: "\f00c";
}

.ideg01-icon-chevron-up {
  content: "\f00d";
}

.ideg01-icon-chevron-right {
  content: "\f00e";
}

.ideg01-icon-chevron-left {
  content: "\f00f";
}

.ideg01-icon-chevron-down, #layout-header .mod_navigation li:last-child::after {
  content: "\f010";
}

.ideg01-icon-bubble {
  content: "\f011";
}

.ideg01-icon-arrow-up {
  content: "\f012";
}

.ideg01-icon-arrow-up-right {
  content: "\f013";
}

.ideg01-icon-arrow-right, .content-facts .swiper-controls-facts .swiper-button-next:after, .content-interview .swiper-controls-interview .swiper-button-next:after, .content-politics .content- .swiper-controls .swiper-button-next:after,
.content-magazine .content- .swiper-controls .swiper-button-next:after, .highlights-editorial .content- .swiper-controls .swiper-button-next:after, .events-slider-wrapper .swiper-controls .swiper-button-next:after, .content-swiper .swiper .swiper-controls .swiper-button-next:after, .mod_newsreader .swiper .swiper-controls .swiper-button-next:after {
  content: "\f014";
}

.ideg01-icon-arrow-left, .content-facts .swiper-controls-facts .swiper-button-prev:after, .content-interview .swiper-controls-interview .swiper-button-prev:after, .content-politics .content- .swiper-controls .swiper-button-prev:after,
.content-magazine .content- .swiper-controls .swiper-button-prev:after, .highlights-editorial .content- .swiper-controls .swiper-button-prev:after, .events-slider-wrapper .swiper-controls .swiper-button-prev:after, .content-swiper .swiper .swiper-controls .swiper-button-prev:after, .mod_newsreader .swiper .swiper-controls .swiper-button-prev:after {
  content: "\f015";
}

.ideg01-icon-arrow-circle-up-right, .element-2cols .mod_website-button button:after, .ce_rsce_goto-contact .goto-box button:after, .rsce-ctf_button:after {
  content: "\f016";
}

.ideg01-icon-arrow-circle-right, .moremenu__featured-button::after {
  content: "\f017";
}

.ideg01-icon-arrow-circle-left, .ce_rsce_error404 .error-404_link::after {
  content: "\f018";
}

.ideg01-icon-alert {
  content: "\f019";
}

.ideg01-icon-youtube, .mod_social-media-links a.youtube::before {
  content: "\f01a";
}

.ideg01-icon-x {
  content: "\f01b";
}

.ideg01-icon-tiktok, .mod_social-media-links a.tiktok::before {
  content: "\f01c";
}

.ideg01-icon-pinterest, .mod_social-media-links a.pinterest::before {
  content: "\f01d";
}

.ideg01-icon-linkedin, .mod_social-media-links a.linkedin::before {
  content: "\f01e";
}

.ideg01-icon-facebook, .mod_social-media-links a.facebook::before {
  content: "\f020";
}

.ideg01-icon-hamburger-menu, .mod_header-mobile-nav-toggle::before {
  content: "\f021";
}

.ideg01-icon-circle-upsmall, #layout-header .mod_navigation li::before {
  content: "\f022";
}

.ideg01-icon-circle-upbig, #layout-header .mod_navigation li::after {
  content: "\f023";
}

.ideg01-icon-checkbox {
  content: "\f024";
}

.ideg01-icon-text-left, .events-slider-wrapper .news-teaser-main .news-teaser-info .reading-time::before, .highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time::before, .highlights-editorial .highlights_hero .news-teaser-info .reading-time::before, .content-politics .content- .news-teaser-main .news-teaser-body .reading-time::before,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time::before, .mod_newslist .news-teaser-main .news-teaser-body .reading-time::before, .mod_newslist .news-teaser-default .reading-time::before,
.mod_newslist .news-teaser-hero .reading-time::before,
.mod_newslist-grouped .news-teaser-default .reading-time::before,
.ideg01-icon-facts,
.content-facts-card .card-facts_time:before,
.content-interview-card .card-interview_time:before,
.ce_rsce_card-interview .card-interview_time:before,
.ce_rsce_card-facts .card-facts_time:before,
.mod_search .search_default_news .reading-time:before {
  content: "\f01f";
}

.ideg01-icon-download, .content-download h1:before,
.content-download h2:before,
.content-download h3:before,
.content-download h4:before,
.content-download h5:before {
  content: "\f025";
}

.ideg01-icon-image, .content-swiper .swiper .swiper-controls .swiper-pagination::before, .mod_newsreader .swiper .swiper-controls .swiper-pagination::before {
  content: "\f026";
}

.ideg01-icon-quotemarks, .ce_rsce_zitat .rsce-zitat_box::before {
  content: "\f027";
}

.ideg01-icon-micro, .moremenu__link .icon-micro::after, #layout-header .mod_navigation .mod_customnav.header-subnav a.interviews::after,
#layout-header .mod_navigation .mod_customnav.header-subnav li.active.interviews::after {
  content: "\f029";
}

.ideg01-icon-calendar, .moremenu__link .icon-calendar::after, #layout-header .mod_navigation .mod_customnav.header-subnav a.events::after,
#layout-header .mod_navigation .mod_customnav.header-subnav li.active.events::after {
  content: "\f028";
}

#layout-footer > .inside, #main > .inside, #layout-header > .inside {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  #layout-footer > .inside, #main > .inside, #layout-header > .inside {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 540px) {
  #layout-footer > .inside, #main > .inside, #layout-header > .inside {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#layout-footer > .inside, #main > .inside, #layout-header > .inside {
  max-width: 1024px;
}

.mod_newslist .news-teaser-main .news-teaser-media .media-info, .mod_newslist .news-teaser-default .news-teaser-media .media-info,
.mod_newslist .news-teaser-hero .news-teaser-media .media-info,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-info {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: block;
  padding: 2px 4px 2px 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px center;
  border-radius: var(--corner-s);
  font-size: 0.75rem;
}
.mod_newslist .news-teaser-main .news-teaser-media .media-type-video.media-info, .mod_newslist .news-teaser-default .news-teaser-media .media-type-video.media-info,
.mod_newslist .news-teaser-hero .news-teaser-media .media-type-video.media-info,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-type-video.media-info {
  background-image: url(../../files/theme/ideg01/frontend/dist/img/news-media-video-7881020dbf6033847101.svg);
}
.mod_newslist .news-teaser-main .news-teaser-media .media-type-gallery.media-info, .mod_newslist .news-teaser-default .news-teaser-media .media-type-gallery.media-info,
.mod_newslist .news-teaser-hero .news-teaser-media .media-type-gallery.media-info,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-type-gallery.media-info {
  background-image: url(../../files/theme/ideg01/frontend/dist/img/news-media-gallery-c9f607c61164755904b7.svg);
}

.events-slider-wrapper .news-teaser-main .news-teaser-info .reading-time::before, .highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time::before, .highlights-editorial .highlights_hero .news-teaser-info .reading-time::before, .content-politics .content- .news-teaser-main .news-teaser-body .reading-time::before,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time::before, .mod_newslist .news-teaser-main .news-teaser-body .reading-time::before, .mod_newslist .news-teaser-default .reading-time::before,
.mod_newslist .news-teaser-hero .reading-time::before,
.mod_newslist-grouped .news-teaser-default .reading-time::before {
  font-size: 1.25em;
  position: relative;
  top: 3px;
  margin-right: 3px;
}

.moremenu__list, #layout-header .mod_navigation ul, .mod_social-media-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events-slider-wrapper .news-teaser-main .news-teaser-body .topic, .highlights-editorial .content- .news-teaser-main .topic, .highlights-editorial .highlights_hero .news-teaser-body .topic, .content-politics .content- .news-teaser-main .topic,
.content-magazine .content- .news-teaser-main .topic, .mod_search .search_default_news .topic, .mod_newsreader .topicbox .topic, .mod_newslist .newsbox .content-info .topic, .mod_newslist .news-teaser-main .news-teaser-body .topic, .mod_newslist .news-teaser-default .topic,
.mod_newslist .news-teaser-hero .topic,
.mod_newslist-grouped .news-teaser-default .topic {
  display: inline-block;
  text-align: center;
  background: var(--archive-50);
  color: var(--color-white);
  padding: 4px 12px;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1%;
  text-transform: uppercase;
  border-radius: 4rem;
}

.mod_newslist .news-teaser-default .author,
.mod_newslist .news-teaser-hero .author,
.mod_newslist-grouped .news-teaser-default .author, .highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time, .content-politics .content- .news-teaser-main .news-teaser-body .reading-time,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time, .mod_newslist .news-teaser-default .reading-time,
.mod_newslist .news-teaser-hero .reading-time,
.mod_newslist-grouped .news-teaser-default .reading-time, .highlights-editorial .highlights_hero .news-teaser-info .author, .mod_newslist .news-teaser-main .news-teaser-body .author, .events-slider-wrapper .news-teaser-main .news-teaser-info .reading-time, .highlights-editorial .highlights_hero .news-teaser-info .reading-time, .mod_newslist .news-teaser-main .news-teaser-body .reading-time, .mod_newslist .news-teaser-default .preview,
.mod_newslist .news-teaser-hero .preview,
.mod_newslist-grouped .news-teaser-default .preview, .content-rsce-interview dl, .highlights-editorial .highlights_hero .news-teaser-body .preview, .mod_newslist .news-teaser-main .news-teaser-body .preview {
  font-family: var(--ff-default);
}

.content-rsce-interview dl, .highlights-editorial .highlights_hero .news-teaser-body .preview, .mod_newslist .news-teaser-main .news-teaser-body .preview {
  font-size: 1rem;
}

.content-rsce-interview dl, .highlights-editorial .highlights_hero .news-teaser-body .preview, .mod_newslist .news-teaser-main .news-teaser-body .preview {
  font-weight: 400;
}

.highlights-editorial .highlights_hero .news-teaser-info .author, .mod_newslist .news-teaser-main .news-teaser-body .author, .events-slider-wrapper .news-teaser-main .news-teaser-info .reading-time, .highlights-editorial .highlights_hero .news-teaser-info .reading-time, .mod_newslist .news-teaser-main .news-teaser-body .reading-time, .mod_newslist .news-teaser-default .preview,
.mod_newslist .news-teaser-hero .preview,
.mod_newslist-grouped .news-teaser-default .preview {
  font-size: 0.875rem;
}

.mod_newslist .news-teaser-default .preview,
.mod_newslist .news-teaser-hero .preview,
.mod_newslist-grouped .news-teaser-default .preview {
  font-weight: 500;
}

.events-slider-wrapper .news-teaser-main .news-teaser-info .reading-time, .highlights-editorial .highlights_hero .news-teaser-info .reading-time, .mod_newslist .news-teaser-main .news-teaser-body .reading-time {
  font-weight: 600;
}

.highlights-editorial .highlights_hero .news-teaser-info .author, .mod_newslist .news-teaser-main .news-teaser-body .author {
  font-weight: 800;
}

.mod_newslist .news-teaser-default .author,
.mod_newslist .news-teaser-hero .author,
.mod_newslist-grouped .news-teaser-default .author, .highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time, .content-politics .content- .news-teaser-main .news-teaser-body .reading-time,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time, .mod_newslist .news-teaser-default .reading-time,
.mod_newslist .news-teaser-hero .reading-time,
.mod_newslist-grouped .news-teaser-default .reading-time {
  font-size: 0.75rem;
}

.highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time, .content-politics .content- .news-teaser-main .news-teaser-body .reading-time,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time, .mod_newslist .news-teaser-default .reading-time,
.mod_newslist .news-teaser-hero .reading-time,
.mod_newslist-grouped .news-teaser-default .reading-time {
  font-weight: 600;
}

.mod_newslist .news-teaser-default .author,
.mod_newslist .news-teaser-hero .author,
.mod_newslist-grouped .news-teaser-default .author {
  font-weight: 800;
}

.content-text a,
a {
  font-weight: 600;
  color: var(--color-gray-100);
}
.mod_newsreader figcaption {
  color: var(--color-gray-80);
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 1%;
  text-align: center;
  padding-top: 12px;
}

.moremenu__link, .content-download h1,
.content-download h2,
.content-download h3,
.content-download h4,
.content-download h5, .content-facts-card .card-facts_head, .content-interview-card .card-interview_head, .ce_rsce_card-interview .card-interview_head, .ce_rsce_card-facts .card-facts_head, .highlights-editorial .content- .news-teaser-main .news-teaser-body h1, .content-politics .content- .news-teaser-main .news-teaser-body h1,
.content-magazine .content- .news-teaser-main .news-teaser-body h1, .mod_search .search_default h3, .mod_newslist .news-teaser-default h2,
.mod_newslist .news-teaser-hero h2,
.mod_newslist-grouped .news-teaser-default h2, .mod_search .header, .ce_rsce_start-teaser .startteaser .teaser-box .teaser-textbox h3, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .bold, .mod_newslist.news-list-default > h2,
.mod_newslist-grouped > h2, .content-facts h1, .content-interview h1, .events-slider-wrapper h1,
.content-facts h2,
.content-interview h2,
.events-slider-wrapper h2,
.content-facts h3,
.content-interview h3,
.events-slider-wrapper h3,
.content-facts h4,
.content-interview h4,
.events-slider-wrapper h4,
.content-facts h5,
.content-interview h5,
.events-slider-wrapper h5, .ce_rsce_goto-contact .goto-box h3, .content-text h2, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left h3, .ce_rsce_card-social h1,
.ce_rsce_card-social h2,
.ce_rsce_card-social h3,
.ce_rsce_card-social h4,
.ce_rsce_card-social h5, .rsce-ctf_headline, h2, .highlights-editorial .highlights_hero .news-teaser-body h1, .mod_newslist .news-teaser-main .news-teaser-body h1, .events-slider-wrapper .news-teaser-main .news-teaser-body h1,
.events-slider-wrapper .news-teaser-main .news-teaser-body h2, .ce_rsce_start-full .content-container .content-box h1, .content-facts-card .card-facts_number, .ce_rsce_card-interview .card-interview_number, .ce_rsce_card-facts .card-facts_number, h1, .mod_newsreader h1, .ce_rsce_start-full .content-container .content-box .dachzeile {
  font-family: var(--ff-headline);
}

.ce_rsce_start-full .content-container .content-box h1, .content-facts-card .card-facts_number, .ce_rsce_card-interview .card-interview_number, .ce_rsce_card-facts .card-facts_number, h1, .mod_newsreader h1, .ce_rsce_start-full .content-container .content-box .dachzeile {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 2%;
}

.ce_rsce_start-full .content-container .content-box .dachzeile {
  font-weight: 400;
}

.mod_newsreader h1 {
  font-weight: 600;
}

.ce_rsce_start-full .content-container .content-box h1, .content-facts-card .card-facts_number, .ce_rsce_card-interview .card-interview_number, .ce_rsce_card-facts .card-facts_number, h1 {
  font-weight: 700;
}

.ce_rsce_card-social h1,
.ce_rsce_card-social h2,
.ce_rsce_card-social h3,
.ce_rsce_card-social h4,
.ce_rsce_card-social h5, .rsce-ctf_headline, h2, .highlights-editorial .highlights_hero .news-teaser-body h1, .mod_newslist .news-teaser-main .news-teaser-body h1, .events-slider-wrapper .news-teaser-main .news-teaser-body h1,
.events-slider-wrapper .news-teaser-main .news-teaser-body h2 {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 2%;
}

.events-slider-wrapper .news-teaser-main .news-teaser-body h1,
.events-slider-wrapper .news-teaser-main .news-teaser-body h2 {
  font-weight: 500;
}

.highlights-editorial .highlights_hero .news-teaser-body h1, .mod_newslist .news-teaser-main .news-teaser-body h1 {
  font-weight: 600;
}

.ce_rsce_card-social h1,
.ce_rsce_card-social h2,
.ce_rsce_card-social h3,
.ce_rsce_card-social h4,
.ce_rsce_card-social h5, .rsce-ctf_headline, h2 {
  font-weight: 700;
}

.ce_rsce_start-teaser .startteaser .teaser-box .teaser-textbox h3, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .bold, .mod_newslist.news-list-default > h2,
.mod_newslist-grouped > h2, .content-facts h1, .content-interview h1, .events-slider-wrapper h1,
.content-facts h2,
.content-interview h2,
.events-slider-wrapper h2,
.content-facts h3,
.content-interview h3,
.events-slider-wrapper h3,
.content-facts h4,
.content-interview h4,
.events-slider-wrapper h4,
.content-facts h5,
.content-interview h5,
.events-slider-wrapper h5, .ce_rsce_goto-contact .goto-box h3, .content-text h2, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left h3 {
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: 2%;
}

.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left h3 {
  font-weight: 400;
}

.content-facts h1, .content-interview h1, .events-slider-wrapper h1,
.content-facts h2,
.content-interview h2,
.events-slider-wrapper h2,
.content-facts h3,
.content-interview h3,
.events-slider-wrapper h3,
.content-facts h4,
.content-interview h4,
.events-slider-wrapper h4,
.content-facts h5,
.content-interview h5,
.events-slider-wrapper h5, .ce_rsce_goto-contact .goto-box h3, .content-text h2 {
  font-weight: 600;
}

.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .bold, .mod_newslist.news-list-default > h2,
.mod_newslist-grouped > h2 {
  font-weight: 700;
}

.ce_rsce_start-teaser .startteaser .teaser-box .teaser-textbox h3 {
  font-weight: 800;
}

.content-facts-card .card-facts_head, .content-interview-card .card-interview_head, .ce_rsce_card-interview .card-interview_head, .ce_rsce_card-facts .card-facts_head, .highlights-editorial .content- .news-teaser-main .news-teaser-body h1, .content-politics .content- .news-teaser-main .news-teaser-body h1,
.content-magazine .content- .news-teaser-main .news-teaser-body h1, .mod_search .search_default h3, .mod_newslist .news-teaser-default h2,
.mod_newslist .news-teaser-hero h2,
.mod_newslist-grouped .news-teaser-default h2, .mod_search .header {
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 2%;
}

.mod_search .header {
  font-weight: 400;
}

.content-facts-card .card-facts_head, .content-interview-card .card-interview_head, .ce_rsce_card-interview .card-interview_head, .ce_rsce_card-facts .card-facts_head, .highlights-editorial .content- .news-teaser-main .news-teaser-body h1, .content-politics .content- .news-teaser-main .news-teaser-body h1,
.content-magazine .content- .news-teaser-main .news-teaser-body h1, .mod_search .search_default h3, .mod_newslist .news-teaser-default h2,
.mod_newslist .news-teaser-hero h2,
.mod_newslist-grouped .news-teaser-default h2 {
  font-weight: 600;
}

.content-download h1,
.content-download h2,
.content-download h3,
.content-download h4,
.content-download h5 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 2%;
}

.content-download h1,
.content-download h2,
.content-download h3,
.content-download h4,
.content-download h5 {
  font-weight: 600;
}

.moremenu__link {
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 2%;
}

.moremenu__link {
  font-weight: 600;
}

.ce_rsce_goto-contact .goto-box button, .rsce-ctf_button, .tag-small-blue, .tag-medium-blue, .tag-large-blue, .tag-small-orange, .tag-medium-orange, .tag-large-orange, .tag-small-green, .tag-medium-green, .tag-large-green, .tag-small-black, .tag-medium-black, .tag-large-black, .button-m-blue, .button-m-blue-onlyarrow, .button-m-blue-arrow, .button-m-orange, .button-m-orange-onlyarrow, .button-m-orange-arrow, .button-m-green, .button-m-green-onlyarrow, .button-m-green-arrow, .button-s, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .widget-submit button, .button-m, .button-s-onlyarrow, .button-s-arrow, .button-m-onlyarrow, .button-m-arrow, .element-2cols .mod_website-button button, .button-m-blue-clear, .button-m-blue-onlyarrow-clear, .button-m-blue-arrow-clear, .button-m-orange-clear, .button-m-orange-onlyarrow-clear, .button-m-orange-arrow-clear, .button-m-green-clear, .button-m-green-onlyarrow-clear, .button-m-green-arrow-clear, .button-s-clear, .button-m-clear, .button-s-onlyarrow-clear, .button-s-arrow-clear, .button-m-onlyarrow-clear, .button-m-arrow-clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 1.5em;
  margin-top: 1.25rem;
  background-color: var(--color-black);
  color: var(--color-white);
  border: 0;
  border-radius: 64px;
  font-family: var(--ff-default);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  letter-spacing: 1%;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.element-2cols .mod_website-button button, .button-m-blue-clear, .button-m-blue-onlyarrow-clear, .button-m-blue-arrow-clear, .button-m-orange-clear, .button-m-orange-onlyarrow-clear, .button-m-orange-arrow-clear, .button-m-green-clear, .button-m-green-onlyarrow-clear, .button-m-green-arrow-clear, .button-s-clear, .button-m-clear, .button-s-onlyarrow-clear, .button-s-arrow-clear, .button-m-onlyarrow-clear, .button-m-arrow-clear {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 2px solid var(--color-black);
}
.button-m-blue-onlyarrow-clear:after, .button-m-blue-arrow-clear:after, .button-m-orange-onlyarrow-clear:after, .button-m-orange-arrow-clear:after, .button-m-green-onlyarrow-clear:after, .button-m-green-arrow-clear:after, .button-s-onlyarrow-clear:after, .button-s-arrow-clear:after, .button-m-onlyarrow-clear:after, .button-m-arrow-clear:after, .button-m-blue-onlyarrow:after, .button-m-blue-arrow:after, .button-m-orange-onlyarrow:after, .button-m-orange-arrow:after, .button-m-green-onlyarrow:after, .button-m-green-arrow:after, .button-s-onlyarrow:after, .button-s-arrow:after, .button-m-onlyarrow:after, .button-m-arrow:after {
  content: "\f017";
  font-family: "ideg01-icons";
  font-size: 1.875rem;
  margin-left: 10px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
}

.button-s, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .widget-submit button, .button-m, .button-s-onlyarrow, .button-s-arrow, .button-m-onlyarrow, .button-m-arrow {
  background-color: var(--color-gray-100);
  color: var(--color-gray-10);
}
.button-s:hover, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .widget-submit button:hover, .button-m:hover, .button-s-onlyarrow:hover, .button-s-arrow:hover, .button-m-onlyarrow:hover, .button-m-arrow:hover {
  background-color: var(--color-gray-90);
  color: var(--color-gray-10);
}

.button-m-green, .button-m-green-onlyarrow, .button-m-green-arrow {
  background-color: var(--color-green-100);
  color: var(--color-green-50);
}
.button-m-green:hover, .button-m-green-onlyarrow:hover, .button-m-green-arrow:hover {
  background-color: var(--color-green-50);
  color: var(--color-green-100);
}

.button-m-orange, .button-m-orange-onlyarrow, .button-m-orange-arrow {
  background-color: var(--color-orange-100);
  color: var(--color-orange-30);
}
.button-m-orange:hover, .button-m-orange-onlyarrow:hover, .button-m-orange-arrow:hover {
  background-color: var(--color-orange-30);
  color: var(--color-orange-100);
}

.button-m-blue, .button-m-blue-onlyarrow, .button-m-blue-arrow {
  background-color: var(--color-blue-100);
  color: var(--color-blue-15);
}
.button-m-blue:hover, .button-m-blue-onlyarrow:hover, .button-m-blue-arrow:hover {
  background-color: var(--color-blue-15);
  color: var(--color-blue-100);
}

.button-s-clear, .button-m-clear, .button-s-onlyarrow-clear, .button-s-arrow-clear, .button-m-onlyarrow-clear, .button-m-arrow-clear {
  border: 2px solid var(--color-gray-100);
  color: var(--color-gray-100);
}
.button-s-clear:hover, .button-m-clear:hover, .button-s-onlyarrow-clear:hover, .button-s-arrow-clear:hover, .button-m-onlyarrow-clear:hover, .button-m-arrow-clear:hover {
  border: 2px solid var(--color-gray-90);
  color: var(--color-gray-90);
}

.button-m-green-clear, .button-m-green-onlyarrow-clear, .button-m-green-arrow-clear {
  border: 2px solid var(--color-green-100);
  color: var(--color-green-100);
}
.button-m-green-clear:hover, .button-m-green-onlyarrow-clear:hover, .button-m-green-arrow-clear:hover {
  border: 2px solid var(--color-green-60);
  color: var(--color-green-60);
}

.button-m-orange-clear, .button-m-orange-onlyarrow-clear, .button-m-orange-arrow-clear {
  border: 2px solid var(--color-orange-100);
  color: var(--color-orange-100);
}
.button-m-orange-clear:hover, .button-m-orange-onlyarrow-clear:hover, .button-m-orange-arrow-clear:hover {
  border: 2px solid var(--color-orange-60);
  color: var(--color-orange-60);
}

.button-m-blue-clear, .button-m-blue-onlyarrow-clear, .button-m-blue-arrow-clear {
  border: 2px solid var(--color-blue-100);
  color: var(--color-blue-100);
}
.button-m-blue-clear:hover, .button-m-blue-onlyarrow-clear:hover, .button-m-blue-arrow-clear:hover {
  border: 2px solid var(--color-blue-60);
  color: var(--color-blue-60);
}

.button-m-blue-arrow-clear, .button-m-blue-arrow, .button-m-orange-arrow-clear, .button-m-orange-arrow, .button-m-green-arrow-clear, .button-m-green-arrow, .button-m-arrow-clear, .button-m-arrow {
  padding: 0.75rem 0.5rem 0.75rem 1.25em;
}

.button-m-blue-onlyarrow-clear, .button-m-blue-onlyarrow, .button-m-orange-onlyarrow-clear, .button-m-orange-onlyarrow, .button-m-green-onlyarrow-clear, .button-m-green-onlyarrow, .button-m-onlyarrow-clear, .button-m-onlyarrow {
  padding: 0.75rem 0.6rem;
}
.button-m-blue-onlyarrow-clear:after, .button-m-blue-onlyarrow:after, .button-m-orange-onlyarrow-clear:after, .button-m-orange-onlyarrow:after, .button-m-green-onlyarrow-clear:after, .button-m-green-onlyarrow:after, .button-m-onlyarrow-clear:after, .button-m-onlyarrow:after {
  margin-left: 0;
}

.tag-large-blue, .tag-large-orange, .tag-large-green, .tag-large-black, .button-s, .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .widget-submit button {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
}

.tag-medium-blue, .tag-medium-orange, .tag-medium-green, .tag-medium-black {
  padding: 0.5rem 1rem;
  font-size: 0.625rem;
  line-height: 1rem;
}

.tag-small-blue, .tag-small-orange, .tag-small-green, .tag-small-black {
  padding: 0.375rem 0.875rem;
  font-size: 0.5rem;
  line-height: 1;
}

.button-s-arrow {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.button-s-arrow:after {
  font-size: 1.5rem;
}

.button-s-onlyarrow {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.button-s-onlyarrow:after {
  font-size: 1.5rem;
}

.button-s-clear {
  padding: 0.375rem 1.5rem;
  font-size: 0.875rem;
}

.button-s-arrow-clear {
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
}
.button-s-arrow-clear:after {
  font-size: 1.5rem;
}

.button-s-onlyarrow-clear {
  padding: 0.25rem;
  font-size: 0.875rem;
}
.button-s-onlyarrow-clear:after {
  margin-left: 0;
  font-size: 1.5rem;
}

.tag-small-black, .tag-medium-black, .tag-large-black {
  background-color: var(--color-gray-50);
  color: var(--color-gray-100);
}
.tag-small-black:hover, .tag-medium-black:hover, .tag-large-black:hover {
  background-color: var(--color-gray-60);
  color: var(--color-gray-100);
}
.tag-small-black:focus, .tag-medium-black:focus, .tag-large-black:focus {
  background-color: var(--color-gray-100);
  color: var(--color-white);
}

.tag-small-green, .tag-medium-green, .tag-large-green {
  background-color: var(--color-green-15);
  color: var(--color-green-100);
}
.tag-small-green:hover, .tag-medium-green:hover, .tag-large-green:hover {
  background-color: var(--color-green-30);
  color: var(--color-green-100);
}
.tag-small-green:focus, .tag-medium-green:focus, .tag-large-green:focus {
  background-color: var(--color-green-50);
  color: var(--color-green-100);
}

.tag-small-orange, .tag-medium-orange, .tag-large-orange {
  background-color: var(--color-orange-15);
  color: var(--color-orange-100);
}
.tag-small-orange:hover, .tag-medium-orange:hover, .tag-large-orange:hover {
  background-color: var(--color-orange-30);
  color: var(--color-orange-100);
}
.tag-small-orange:focus, .tag-medium-orange:focus, .tag-large-orange:focus {
  background-color: var(--color-orange-50);
  color: var(--color-white);
}

.tag-small-blue, .tag-medium-blue, .tag-large-blue {
  background-color: var(--color-blue-15);
  color: var(--color-blue-100);
}
.tag-small-blue:hover, .tag-medium-blue:hover, .tag-large-blue:hover {
  background-color: var(--color-blue-30);
  color: var(--color-blue-100);
}
.tag-small-blue:focus, .tag-medium-blue:focus, .tag-large-blue:focus {
  background-color: var(--color-blue-50);
  color: var(--color-white);
}

.content-vimeo figure,
.content-youtube figure, .content-player figure, .mod_newsreader .news-media .video-container, .mod_newslist .news-teaser-default .news-teaser-media .media-container.video-container,
.mod_newslist .news-teaser-hero .news-teaser-media .media-container.video-container,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-container.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}
.content-vimeo figure iframe,
.content-youtube figure iframe, .content-player figure iframe, .mod_newsreader .news-media .video-container iframe, .mod_newslist .news-teaser-default .news-teaser-media .media-container.video-container iframe,
.mod_newslist .news-teaser-hero .news-teaser-media .media-container.video-container iframe,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-container.video-container iframe,
.content-vimeo figure object,
.content-youtube figure object,
.content-player figure object,
.mod_newsreader .news-media .video-container object,
.mod_newslist .news-teaser-default .news-teaser-media .media-container.video-container object,
.mod_newslist .news-teaser-hero .news-teaser-media .media-container.video-container object,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-container.video-container object,
.content-vimeo figure embed,
.content-youtube figure embed,
.content-player figure embed,
.mod_newsreader .news-media .video-container embed,
.mod_newslist .news-teaser-default .news-teaser-media .media-container.video-container embed,
.mod_newslist .news-teaser-hero .news-teaser-media .media-container.video-container embed,
.mod_newslist-grouped .news-teaser-default .news-teaser-media .media-container.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod_social-media-links ul {
  display: flex;
  gap: 6px;
}
.mod_social-media-links a {
  font-size: 0;
  text-decoration: none;
}
.mod_social-media-links a.instagram::before {
  font-size: 1.5rem;
}
.mod_social-media-links a.pinterest::before {
  font-size: 1.5rem;
}
.mod_social-media-links a.tiktok::before {
  font-size: 1.5rem;
}
.mod_social-media-links a.youtube::before {
  font-size: 1.5rem;
}
.mod_social-media-links a.facebook::before {
  font-size: 1.5rem;
}
.mod_social-media-links a.linkedin::before {
  font-size: 1.5rem;
}
.mod_social-media-links a.youtube::before {
  font-size: 1.5rem;
}

.content-swiper .swiper .swiper-controls, .mod_newsreader .swiper .swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1rem;
}
.content-swiper .swiper .swiper-controls .swiper-button-prev, .mod_newsreader .swiper .swiper-controls .swiper-button-prev,
.content-swiper .swiper .swiper-controls .swiper-button-next,
.mod_newsreader .swiper .swiper-controls .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.content-swiper .swiper .swiper-controls .swiper-button-prev svg, .mod_newsreader .swiper .swiper-controls .swiper-button-prev svg,
.content-swiper .swiper .swiper-controls .swiper-button-next svg,
.mod_newsreader .swiper .swiper-controls .swiper-button-next svg {
  display: none;
}
.content-swiper .swiper .swiper-controls .swiper-button-prev:after, .mod_newsreader .swiper .swiper-controls .swiper-button-prev:after,
.content-swiper .swiper .swiper-controls .swiper-button-next:after,
.mod_newsreader .swiper .swiper-controls .swiper-button-next:after {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-gray-100);
}
.content-swiper .swiper .swiper-controls .swiper-pagination, .mod_newsreader .swiper .swiper-controls .swiper-pagination {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  position: static;
  width: auto;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 1%;
  font-weight: 600;
  color: var(--color-gray-100);
  min-width: 4ch;
  text-align: center;
}
.content-swiper .swiper .swiper-controls .swiper-pagination::before, .mod_newsreader .swiper .swiper-controls .swiper-pagination::before {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-gray-100);
  flex-shrink: 0;
  margin-right: 5px;
}

body {
  font-family: var(--ff-default);
  letter-spacing: 1%;
  color: var(--color-gray-100);
  background: var(--color-gray-10);
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
}

.center {
  text-align: center;
}

img,
video {
  max-width: 100%;
}

p {
  margin-top: 0;
}

figure {
  position: relative;
}

figure picture {
  position: relative;
  display: block;
}

.image-wrapper {
  position: relative;
  display: block;
}

.image-wrapper picture {
  display: block;
}

.ce_image__license {
  position: absolute;
  transform: rotate(90deg);
  font-size: 0.5rem;
  letter-spacing: 2%;
  font-weight: 700;
  margin: 0;
  right: 10px;
  bottom: 10px;
  transform-origin: right center;
  transform: rotateZ(90deg) rotateY(180deg) translateX(100%) rotateX(180deg);
}

.teaser-bg .ce_image__license {
  display: none;
}

.ce_image__license.black {
  color: var(--color-black);
}

.ce_image__license.white {
  color: var(--color-white);
}

.cc-inner {
  background: var(--color-gray-10);
  border-radius: 16px;
  border: 1px solid var(--color-gray-60);
}
.cc-inner h4 {
  font-family: var(--ff-headline);
}
.cc-inner p,
.cc-inner .cc-cookie-info {
  font-family: var(--ff-default);
}
.cc-inner a {
  text-decoration: none;
  color: var(--color-green-60);
  transition: all 0.1s ease-in-out;
}
.cc-inner a:hover {
  color: var(--color-green-100);
}

.contao-cookiebar .highlight .cc-btn.success,
.contao-cookiebar .highlight .cc-btn.save {
  transition: all 0.1s ease-in-out;
  border-radius: 24px;
}

.contao-cookiebar .cc-group label {
  font-family: var(--ff-headline);
}

.contao-cookiebar .highlight .cc-btn.success {
  background: var(--color-green-60);
  border-color: var(--color-green-60);
  color: var(--color-white);
}

.contao-cookiebar {
  --ccb-checked-clr: var(--color-green-60);
}

.contao-cookiebar input:checked {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--color-gray-60);
  border-radius: 5px;
  background-color: var(--color-white);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.contao-cookiebar .highlight .cc-btn.success:hover {
  background: var(--color-green-100);
}

.ce_cookiebarOpener a {
  padding: 10px 20px;
  color: var(--color-white);
  background: var(--color-green-60);
}

.contao-cookiebar .highlight .cc-btn.deny {
  display: none;
}

.cc-focus:focus-visible {
  outline: 3px dashed var(--color-gray-60);
}

#header {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: var(--color-white);
}

#layout-header {
  /* border-bottom: 1px solid var(--color-grey-800);*/
}
#layout-header > .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 130px;
}
@media screen and (max-width: 768px) {
  #layout-header > .inside {
    height: 80px;
  }
}

/*
#layout-header-breadcrumb {

    background-color: var(--color-white);
    border-bottom: 1px solid var(--color-grey-400);

    transition: 0.2s;
    overflow: hidden !important;

    >.inside {
        @extend %layout-inside-max;
    }

    body[data-scroll-direction="up"] & {
        max-height: 50px;
        opacity: 1;
    }

    body[data-scroll-direction="down"] & {
        max-height: 0;
        opacity: 0;
        border-bottom-width: 0;
    }

    body.index & {
        display: none;
    }
}
    */
#wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
#wrapper #container {
  flex-grow: 1;
  margin-top: 8.125rem;
}
@media screen and (max-width: 768px) {
  #wrapper #container {
    margin-top: 5rem;
  }
}

#main {
  margin-top: 64px;
  margin-bottom: 64px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
#main > .inside {
  background-color: var(--color-white);
}

.full {
  width: 100%;
}

#layout-footer {
  background-color: var(--color-gray-100);
  color: var(--color-gray-80);
}
#layout-footer > .inside {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
#layout-footer > .inside .footer-left {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  flex-basis: 350px;
  flex-shrink: 0;
  flex-grow: 0;
}
#layout-footer > .inside .footer-right {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 1290px) {
  #layout-footer > .inside .footer-left {
    flex-basis: 220px;
    flex-grow: 0;
  }
}
@media screen and (max-width: 1024px) {
  #layout-footer > .inside .footer-left {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 32px;
  }
  #layout-footer > .inside .footer-left > * {
    flex: initial;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  #layout-footer > .inside {
    flex-direction: column;
  }
}
@media screen and (max-width: 420px) {
  #layout-footer > .inside .footer-right {
    display: block;
  }
  #layout-footer > .inside .mod_nav-service {
    width: 46%;
    float: left;
  }
  #layout-footer > .inside .mod_footer-logoideg {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}

#main .mod_article {
  overflow: visible;
}

#layout-header .mod_navigation {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding: 0 64px;
  font-family: var(--ff-headline);
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 1%;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    margin-top: 70px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 0;
    line-height: 1;
    border-radius: 0;
    background: var(--color-gray-10);
  }
}
#layout-header .mod_navigation ul {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation ul {
    flex-direction: column;
    width: 100%;
    padding: 0 40px;
  }
}
#layout-header .mod_navigation li.politik::before, #layout-header .mod_navigation li.politik::after {
  color: var(--color-blue-50);
}
#layout-header .mod_navigation li.politik a:hover,
#layout-header .mod_navigation li.politik a:focus,
#layout-header .mod_navigation li.politik a:active,
#layout-header .mod_navigation li.politik a.trail,
#layout-header .mod_navigation li.politik strong.active, #layout-header .mod_navigation li.politik:hover > a {
  color: var(--color-blue-60);
}
#layout-header .mod_navigation li.blog::before, #layout-header .mod_navigation li.blog::after {
  color: var(--color-orange-50);
}
#layout-header .mod_navigation li.blog a:hover,
#layout-header .mod_navigation li.blog a:focus,
#layout-header .mod_navigation li.blog a:active,
#layout-header .mod_navigation li.blog a.trail,
#layout-header .mod_navigation li.blog strong.active, #layout-header .mod_navigation li.blog:hover > a {
  color: var(--color-orange-60);
}
#layout-header .mod_navigation li.genuss::before, #layout-header .mod_navigation li.genuss::after {
  color: var(--color-green-50);
}
#layout-header .mod_navigation li.genuss a:hover,
#layout-header .mod_navigation li.genuss a:focus,
#layout-header .mod_navigation li.genuss a:active,
#layout-header .mod_navigation li.genuss a.trail,
#layout-header .mod_navigation li.genuss strong.active, #layout-header .mod_navigation li.genuss:hover > a {
  color: var(--color-green-60);
}
#layout-header .mod_navigation li {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation li {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-60);
  }
  #layout-header .mod_navigation li:nth-child(3) {
    border-bottom: none;
  }
}
#layout-header .mod_navigation li::before, #layout-header .mod_navigation li::after {
  display: inline-block;
  font-size: 1.25rem;
  pointer-events: none;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation li::before, #layout-header .mod_navigation li::after {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
#layout-header .mod_navigation li::before {
  opacity: 1;
  position: absolute;
  left: 0;
}
#layout-header .mod_navigation li::after {
  opacity: 0;
  position: absolute;
  right: 0;
}
#layout-header .mod_navigation li:hover::before {
  transform: scale(1.5);
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation li::before {
    opacity: 0;
    margin-right: 0;
    font-size: 0;
  }
  #layout-header .mod_navigation li::after {
    opacity: 1;
    position: absolute;
    right: 0;
    top: -4px;
    margin-right: 0;
  }
}
#layout-header .mod_navigation li a,
#layout-header .mod_navigation li a:visited,
#layout-header .mod_navigation li strong.active {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  text-decoration: none;
  font-weight: normal;
  color: var(--color-black);
  transition: all 0.3s ease;
  z-index: 1;
  padding-left: 25px;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation li a,
  #layout-header .mod_navigation li a:visited,
  #layout-header .mod_navigation li strong.active {
    font-size: 1.25rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: 2%;
    padding: 12px 0 5px;
    display: block;
    width: 100%;
  }
}
#layout-header .mod_navigation li a:hover,
#layout-header .mod_navigation li a:focus,
#layout-header .mod_navigation li a:active,
#layout-header .mod_navigation li a.trail,
#layout-header .mod_navigation li strong.active, #layout-header .mod_navigation li:hover > a {
  color: var(--color-gray-90);
}
#layout-header .mod_navigation li:last-child {
  padding-right: 30px;
}
#layout-header .mod_navigation li:last-child::after {
  opacity: 1;
  position: absolute;
  right: 5px;
  margin-right: 0;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation li:last-child {
    display: none;
  }
}
#layout-header .mod_navigation a .navi-image {
  display: none;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation a .navi-image {
    display: block;
    width: 300px;
    height: 125px;
    margin: 0 auto 30px;
    background: url(../../files/theme/ideg01/frontend/dist/img/teaser-food-ff12a35e3560882b4c0a.png) no-repeat;
  }
}

#layout-header .mod_navigation .mod_social-media-links {
  display: none;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation .mod_social-media-links {
    margin: 20px 0;
    display: flex;
  }
  #layout-header .mod_navigation .mod_social-media-links ul {
    flex-direction: row;
    padding: 0;
    gap: 5px;
  }
  #layout-header .mod_navigation .mod_social-media-links li {
    padding-bottom: 0;
    border-bottom: none;
  }
  #layout-header .mod_navigation .mod_social-media-links li:last-child {
    display: block;
    padding-right: 0;
  }
  #layout-header .mod_navigation .mod_social-media-links a,
  #layout-header .mod_navigation .mod_social-media-links a:visited {
    color: var(--color-white);
    line-height: 0;
    padding: 0;
    font-size: 0;
    text-decoration: none;
  }
  #layout-header .mod_navigation .mod_social-media-links a:hover,
  #layout-header .mod_navigation .mod_social-media-links a:focus,
  #layout-header .mod_navigation .mod_social-media-links a:active {
    color: var(--color-gray-80);
  }
  #layout-header .mod_navigation .mod_social-media-links li:after {
    display: none;
  }
}

#layout-header .mod_navigation .mod_search-mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation .mod_search-mobile {
    width: 100%;
    display: flex;
  }
  #layout-header .mod_navigation .mod_search-mobile .mod_search {
    padding: 30px 35px;
  }
}

#layout-header .mod_navigation .mod_customnav.header-subnav {
  display: none;
}
#layout-header .mod_navigation .mod_customnav.header-subnav a::after,
#layout-header .mod_navigation .mod_customnav.header-subnav .active:after {
  display: inline-block;
  font-size: 1.25rem;
  pointer-events: none;
  transition: all 0.3s ease;
}
#layout-header .mod_navigation .mod_customnav.header-subnav li:last-child::after {
  right: 0;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation .mod_customnav.header-subnav {
    display: flex;
    width: 100%;
    padding: 20px 0 0;
    overflow: visible;
  }
  #layout-header .mod_navigation .mod_customnav.header-subnav ul {
    flex-direction: column;
    gap: 2px;
  }
  #layout-header .mod_navigation .mod_customnav.header-subnav li {
    border-bottom: 1px solid var(--color-gray-60);
    padding-bottom: 15px;
  }
  #layout-header .mod_navigation .mod_customnav.header-subnav li:last-child {
    padding-right: 0;
  }
  #layout-header .mod_navigation .mod_customnav.header-subnav a,
  #layout-header .mod_navigation .mod_customnav.header-subnav a:visited {
    font-family: var(--ff-headline);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-gray-100);
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  #layout-header .mod_navigation .mod_customnav.header-subnav a:hover,
  #layout-header .mod_navigation .mod_customnav.header-subnav a:focus,
  #layout-header .mod_navigation .mod_customnav.header-subnav a:active {
    color: var(--color-gray-80);
  }
}

#layout-header .mod_navigation .mod_customnav {
  display: none;
}
@media screen and (max-width: 1024px) {
  #layout-header .mod_navigation .mod_customnav {
    display: flex;
    width: 100%;
    overflow: visible;
  }
  #layout-header .mod_navigation .mod_customnav ul {
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
  }
  #layout-header .mod_navigation .mod_customnav li {
    border-bottom: none;
  }
  #layout-header .mod_navigation .mod_customnav li:after {
    display: none;
  }
  #layout-header .mod_navigation .mod_customnav li:nth-child(2) {
    text-align: center;
  }
  #layout-header .mod_navigation .mod_customnav li:last-child {
    text-align: right;
  }
  #layout-header .mod_navigation .mod_customnav li:nth-child(2) {
    text-align: left;
  }
  #layout-header .mod_navigation .mod_customnav li:last-child {
    display: block;
  }
  #layout-header .mod_navigation .mod_customnav li a {
    font-size: 0.75rem;
    color: var(--color-gray-80);
    letter-spacing: 1%;
    text-decoration: underline;
  }
  #layout-header .mod_navigation .mod_customnav li a:after {
    display: none;
  }
}

#layout-header .mod_navigation.is-visible {
  opacity: 1;
  visibility: visible;
}

#layout-header .mod_navigation.is-hiding {
  opacity: 0;
  visibility: hidden;
}

.mod_newslist.news-list-default,
.mod_newslist-grouped {
  margin: 0 0 50px;
}
.mod_newslist.news-list-default > h2,
.mod_newslist-grouped > h2 {
  margin-left: 30px;
}
.mod_newslist.news-list-default.news-list-news > h2,
.mod_newslist-grouped.news-list-news > h2 {
  color: var(--color-blue-100);
}
.mod_newslist.news-list-default.news-list-blog > h2, .mod_newslist.news-list-default.news-list-hero > h2,
.mod_newslist-grouped.news-list-blog > h2,
.mod_newslist-grouped.news-list-hero > h2 {
  color: var(--color-purple-100);
}
.mod_newslist.news-list-default .list-container,
.mod_newslist-grouped .list-container {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  background: var(--color-white);
  padding: 30px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mod_newslist.news-list-default .list-container,
  .mod_newslist-grouped .list-container {
    gap: 33px;
    padding: 16px;
  }
  .mod_newslist.news-list-default .list-container > h2,
  .mod_newslist-grouped .list-container > h2 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 720px) {
  .mod_newslist.news-list-default .list-container,
  .mod_newslist-grouped .list-container {
    grid-template-columns: 1fr;
  }
}

.mod_newslist .news-teaser-default,
.mod_newslist .news-teaser-hero,
.mod_newslist-grouped .news-teaser-default {
  position: relative;
  overflow: visible;
}
.mod_newslist .news-teaser-default::after,
.mod_newslist .news-teaser-hero::after,
.mod_newslist-grouped .news-teaser-default::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -32px;
  width: 1px;
  height: 100%;
  background: var(--color-gray-70);
}
@media screen and (max-width: 768px) {
  .mod_newslist .news-teaser-default::after,
  .mod_newslist .news-teaser-hero::after,
  .mod_newslist-grouped .news-teaser-default::after {
    right: -17px;
  }
}
@media screen and (max-width: 720px) {
  .mod_newslist .news-teaser-default::after,
  .mod_newslist .news-teaser-hero::after,
  .mod_newslist-grouped .news-teaser-default::after {
    display: none;
  }
}
.mod_newslist .news-teaser-default a,
.mod_newslist .news-teaser-default a:visited,
.mod_newslist .news-teaser-hero a,
.mod_newslist .news-teaser-hero a:visited,
.mod_newslist-grouped .news-teaser-default a,
.mod_newslist-grouped .news-teaser-default a:visited {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: initial;
  text-decoration: none;
}
.mod_newslist .news-teaser-default a:hover h2,
.mod_newslist .news-teaser-default a:focus h2,
.mod_newslist .news-teaser-default a:active h2,
.mod_newslist .news-teaser-hero a:hover h2,
.mod_newslist .news-teaser-hero a:focus h2,
.mod_newslist .news-teaser-hero a:active h2,
.mod_newslist-grouped .news-teaser-default a:hover h2,
.mod_newslist-grouped .news-teaser-default a:focus h2,
.mod_newslist-grouped .news-teaser-default a:active h2 {
  color: var(--color-gray-80);
}
.mod_newslist .news-teaser-default .news-teaser-media,
.mod_newslist .news-teaser-hero .news-teaser-media,
.mod_newslist-grouped .news-teaser-default .news-teaser-media {
  border-radius: var(--corner-xs);
  overflow: hidden;
}
.mod_newslist .news-teaser-default .news-teaser-media figcaption,
.mod_newslist .news-teaser-hero .news-teaser-media figcaption,
.mod_newslist-grouped .news-teaser-default .news-teaser-media figcaption {
  display: none;
}
.mod_newslist .news-teaser-default .news-teaser-body,
.mod_newslist .news-teaser-hero .news-teaser-body,
.mod_newslist-grouped .news-teaser-default .news-teaser-body {
  flex-grow: 1;
}
.mod_newslist .news-teaser-default .news-teaser-info,
.mod_newslist .news-teaser-hero .news-teaser-info,
.mod_newslist-grouped .news-teaser-default .news-teaser-info {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.mod_newslist .news-teaser-default .topic,
.mod_newslist .news-teaser-hero .topic,
.mod_newslist-grouped .news-teaser-default .topic {
  font-size: 0.75rem;
  margin: 1em 0 0 0;
  letter-spacing: 1%;
  line-height: 1.25;
}
.mod_newslist .news-teaser-default h2,
.mod_newslist .news-teaser-hero h2,
.mod_newslist-grouped .news-teaser-default h2 {
  margin: 0.5em 0;
}
.mod_newslist .news-teaser-default .preview,
.mod_newslist .news-teaser-hero .preview,
.mod_newslist-grouped .news-teaser-default .preview {
  line-height: 1.4em;
}
.mod_newslist .news-teaser-default .author,
.mod_newslist .news-teaser-hero .author,
.mod_newslist-grouped .news-teaser-default .author {
  color: var(--color-gray-80);
}
.mod_newslist .news-teaser-default .reading-time,
.mod_newslist .news-teaser-hero .reading-time,
.mod_newslist-grouped .news-teaser-default .reading-time {
  color: var(--color-gray-80);
}

.news-list-hero {
  margin-bottom: 50px;
}
.news-list-hero .list-container {
  position: relative;
  z-index: 6;
  display: flex;
  gap: 26px;
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  background: var(--color-white);
  padding: 30px;
}
.news-list-hero .news-teaser-hero h1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}
.news-list-hero .news-teaser-hero .preview {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 30px;
}
.news-list-hero .news-teaser-hero::after {
  display: none;
}
.news-list-hero .news-teaser-hero a,
.news-list-hero .news-teaser-hero a:visited {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.news-list-hero .news-teaser-hero .news-teaser-media {
  max-width: 619px;
  position: relative;
}
.news-list-hero .news-teaser-hero .news-teaser-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 253px;
}
.news-list-hero .news-teaser-hero .news-teaser-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .news-list-hero {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 32px;
  }
  .news-list-hero .list-container {
    z-index: 6;
    gap: 0;
    border: none;
    padding: 0;
  }
  .news-list-hero .news-teaser-hero {
    width: 100%;
  }
  .news-list-hero .news-teaser-hero .news-teaser-media {
    width: 100%;
    max-width: 100%;
  }
  .news-list-hero .news-teaser-hero picture {
    display: block;
    position: relative;
  }
  .news-list-hero .news-teaser-hero picture ::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
  }
  .news-list-hero .news-teaser-hero picture img {
    width: 100%;
  }
  .news-list-hero .news-teaser-hero figcaption {
    display: none;
  }
  .news-list-hero .news-teaser-hero .news-teaser-body {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 808px;
    margin: auto;
    padding: 48px;
    text-align: center;
    align-items: center;
  }
  .news-list-hero .news-teaser-hero .news-teaser-body .news-teaser-info {
    flex-direction: row;
    justify-content: space-between;
  }
  .news-list-hero .news-teaser-hero .news-teaser-body h1,
  .news-list-hero .news-teaser-hero .news-teaser-body .preview,
  .news-list-hero .news-teaser-hero .news-teaser-body .author,
  .news-list-hero .news-teaser-hero .news-teaser-body .reading-time {
    color: var(--color-white);
  }
}
@media screen and (max-width: 540px) {
  .news-list-hero {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px;
  }
  .news-list-hero .news-teaser-hero .news-teaser-body {
    padding: 30px 20px;
  }
}

.mod_newslist.news-list-main {
  margin-left: -32px;
  margin-right: -32px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .mod_newslist.news-list-main {
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 540px) {
  .mod_newslist.news-list-main {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 32px;
  }
}

.mod_newslist .news-teaser-main {
  position: relative;
  border-top-left-radius: var(--corner-s);
  border-top-right-radius: var(--corner-s);
}
.mod_newslist .news-teaser-main a,
.mod_newslist .news-teaser-main a:visited {
  display: block;
  height: 100%;
  color: initial;
  text-decoration: none;
}
.mod_newslist .news-teaser-main .news-teaser-media picture {
  display: block;
  position: relative;
}
.mod_newslist .news-teaser-main .news-teaser-media picture ::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.mod_newslist .news-teaser-main .news-teaser-media picture img {
  width: 100%;
}
.mod_newslist .news-teaser-main .news-teaser-media figcaption {
  display: none;
}
.mod_newslist .news-teaser-main .news-teaser-body {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 808px;
  margin: auto;
  padding: 48px;
  text-align: center;
}
.mod_newslist .news-teaser-main .news-teaser-body .news-teaser-info {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  align-items: center;
}
.mod_newslist .news-teaser-main .news-teaser-body h1,
.mod_newslist .news-teaser-main .news-teaser-body .preview,
.mod_newslist .news-teaser-main .news-teaser-body .author,
.mod_newslist .news-teaser-main .news-teaser-body .reading-time {
  color: #fff;
}
.mod_newslist .news-teaser-main .news-teaser-body .topic {
  font-size: 0.75rem;
  margin-bottom: 0;
  letter-spacing: 1%;
  line-height: 1.25;
}
.mod_newslist .news-teaser-main .news-teaser-body h1 {
  letter-spacing: 2%;
  margin: 0.5em 0;
}
.mod_newslist .news-teaser-main .news-teaser-body .preview {
  letter-spacing: 1%;
  line-height: 1.5;
}
.mod_newslist .news-teaser-main .news-teaser-body .author {
  line-height: 1.3;
  letter-spacing: 1%;
}
.mod_newslist-grouped .newslist-headline {
  margin-bottom: 1.5rem;
}
.mod_newslist-grouped .news-group {
  position: relative;
  z-index: 6;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 65px;
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 3rem;
  overflow: hidden;
}
.mod_newslist-grouped .news-group:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mod_newslist-grouped .news-group {
    gap: 33px;
    padding: 16px;
  }
  .mod_newslist-grouped .news-group > h2 {
    margin-left: 16px;
  }
}
@media screen and (max-width: 720px) {
  .mod_newslist-grouped .news-group {
    grid-template-columns: 1fr;
  }
}

.mod_newslist .newsbox {
  position: relative;
  text-decoration: none;
  color: var(--color-white);
}
.mod_newslist .newsbox:nth-child(6n+1) {
  grid-column: span 1;
}
.mod_newslist .newsbox:nth-child(6n+2) {
  grid-column: span 1;
}
.mod_newslist .newsbox:nth-child(6n+3) {
  grid-column: span 2;
}
.mod_newslist .newsbox:nth-child(6n+4) {
  grid-column: span 2;
}
.mod_newslist .newsbox:nth-child(6n+5) {
  grid-column: span 1;
}
.mod_newslist .newsbox:nth-child(6n+6) {
  grid-column: span 1;
}
@media screen and (max-width: 980px) {
  .mod_newslist .newsbox {
    grid-column: span 1 !important;
  }
}
.mod_newslist .newsbox a {
  text-decoration: none;
}
.mod_newslist .newsbox .teaser-media {
  position: relative;
  width: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.mod_newslist .newsbox .teaser-media img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mod_newslist .newsbox .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.mod_newslist .newsbox .video-box,
.mod_newslist .newsbox video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod_newslist .newsbox .content-info {
  position: relative;
  display: flex;
  z-index: 2;
  flex-direction: column;
  padding: 1.5rem;
  text-decoration: none;
  text-align: left;
  height: 100%;
}
.mod_newslist .newsbox .content-info h3,
.mod_newslist .newsbox .content-info h4 {
  font-family: var(--ff-headline);
  line-height: 1.625rem;
  letter-spacing: 2%;
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0;
  color: var(--color-black);
}
.mod_newslist .newsbox .content-info p {
  font-family: var(--ff-default);
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 2%;
  color: var(--color-black);
  margin-bottom: 0;
}
@media screen and (max-width: 980px) {
  .mod_newslist .newsbox {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.mod_newslist .newsbox .button {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}

.mod_newsreader {
  position: relative;
  padding: 48px 54px;
}
@media screen and (max-width: 980px) {
  .mod_newsreader {
    padding: 36px 48px;
  }
}
@media screen and (max-width: 980px) {
  .mod_newsreader {
    padding: 36px 0;
  }
}
.mod_newsreader .topicbox,
.mod_newsreader h1,
.mod_newsreader .info,
.mod_newsreader .news-teaser,
.mod_newsreader .detail-content {
  max-width: 676px;
  margin-left: auto;
  margin-right: auto;
}
.mod_newsreader a {
  color: var(--archive-100);
}
.mod_newsreader h1 {
  color: var(--archive-100);
  text-align: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.mod_newsreader .topicbox {
  text-align: center;
}
.mod_newsreader .topicbox .topic {
  margin: 0;
}
.mod_newsreader .info {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1%;
}
.mod_newsreader .info .author {
  font-weight: 700;
}
@media screen and (max-width: 540px) {
  .mod_newsreader .info {
    gap: 0.5rem;
  }
}
.mod_newsreader .news-media {
  margin-bottom: 40px;
}
.mod_newsreader figure img,
.mod_newsreader .content-text img {
  border-radius: 8px;
  display: block;
  margin: auto;
}
.mod_newsreader .news-teaser {
  font-weight: bold;
  margin-bottom: 30px;
}
.mod_newsreader .content-swiper .swiper {
  padding: 0 0 40px;
}
/*
@include breakpoint($bp-s) {
    .mod_newsreader {

        figure {
            padding: 0 2rem;
        }

        h1,
        .content-text {
            padding: 0 4rem;
        }
    }
}

@include breakpoint($bp-3xs) {

    .mod_newsreader {

        figure {
            padding: 0 1.5rem;
        }

        h1,
        .content-text {
            padding: 0 2.5rem;
        }
    }
}*/
.mod_social-media-links {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  background: var(--color-gray-90);
  padding: 8px 12px;
  border-radius: 64px;
}
.mod_social-media-links ul {
  display: flex;
  height: 25px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .mod_social-media-links ul {
    justify-content: center;
  }
}
.mod_social-media-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mod_social-media-links a,
.mod_social-media-links a:visited {
  color: var(--color-white);
}
.mod_social-media-links a:hover,
.mod_social-media-links a:focus,
.mod_social-media-links a:active {
  color: var(--color-gray-80);
}

.mod_nav-service {
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 5px;
  font-family: var(--ff-headline);
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 1%;
}
.mod_nav-service ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.mod_nav-service li.politik a:hover,
.mod_nav-service li.politik a:focus,
.mod_nav-service li.politik a:active,
.mod_nav-service li.politik a.trail,
.mod_nav-service li.politik strong.active, li.politik .mod_nav-service:hover > a {
  color: var(--color-blue-50);
}
.mod_nav-service li.blog a:hover,
.mod_nav-service li.blog a:focus,
.mod_nav-service li.blog a:active,
.mod_nav-service li.blog a.trail,
.mod_nav-service li.blog strong.active, li.blog .mod_nav-service:hover > a {
  color: var(--color-orange-50);
}
.mod_nav-service li.genuss a:hover,
.mod_nav-service li.genuss a:focus,
.mod_nav-service li.genuss a:active,
.mod_nav-service li.genuss a.trail,
.mod_nav-service li.genuss strong.active, li.genuss .mod_nav-service:hover > a {
  color: var(--color-green-50);
}
.mod_nav-service li {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.mod_nav-service li a,
.mod_nav-service li a:visited,
.mod_nav-service li strong.active {
  display: block;
  text-decoration: none;
  font-weight: normal;
  color: var(--color-white);
}
.mod_nav-service li a:hover,
.mod_nav-service li a:focus,
.mod_nav-service li a:active,
.mod_nav-service li a.trail,
.mod_nav-service li strong.active, .mod_nav-service li:hover > a {
  color: var(--color-gray-80);
}

.mod_search {
  max-width: 896px;
  margin: 0 auto;
  padding: 35px 0 50px;
}
.mod_search .widget-text {
  position: relative;
  max-width: 672px;
  margin: auto;
}
.mod_search .widget-text input {
  width: 100%;
  border: 1px solid var(--color-gray-50);
  padding: 0.5rem 1rem;
  border-radius: 64px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 1%;
}
.mod_search .widget-text input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
  height: 16px;
  width: 16px;
  background: url(../../files/theme/ideg01/frontend/dist/img/iconx-close-b6db2998dfaef9a8b046.svg) no-repeat center;
  background-size: contain;
  cursor: pointer;
  /* Verschieben: */
  position: relative;
  right: 10px;
  margin-right: 20px;
}
.mod_search .widget-submit {
  position: absolute;
  top: 0.625rem;
  right: 1.25rem;
}
.mod_search .widget-submit button {
  width: 16px;
  text-decoration: none;
  color: var(--color-black);
  border: none;
  background: transparent;
}
.mod_search .widget-submit button:before {
  font-size: 1rem;
}
.mod_search .header {
  color: var(--color-gray-80);
  margin-top: 32px;
  text-align: center;
}

.mod_search .search_default {
  padding: 40px 0;
  border-bottom: 1px solid var(--color-gray-50);
}
.mod_search .search_default .url {
  display: none;
}

.mod_search .search_default_news {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .mod_search .search_default_news {
    gap: 16px;
    padding: 20px 0;
  }
}
.mod_search .search_default_news .search-image {
  max-width: 300px;
}
.mod_search .search_default_news .search-image figure img {
  border-radius: var(--corner-s);
}
.mod_search .search_default_news .search-image figcaption {
  display: none;
}
.mod_search .search_default_news .search-content {
  max-width: 560px;
}
.mod_search .search_default_news .topic {
  font-size: 0.75rem;
  margin: 0;
  letter-spacing: 1%;
  line-height: 1.25;
}
.mod_search .search_default_news .info {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 1%;
}
@media screen and (max-width: 768px) {
  .mod_search .search_default_news .info {
    display: none;
  }
}
.mod_search .search_default_news .info .author {
  font-weight: 700;
}
.mod_search .search_default_news .searchicons, .mod_search .search_default_news .search_share:before, .mod_search .search_default_news .reading-time:before {
  font-size: 1.25rem;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-gray-90);
  display: inline-block;
}
.mod_search .search_default_news .reading-time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mod_search .search_default_news .search_share {
  display: none;
}

.mod_search .search_default a,
.mod_search .search_default a:visited {
  display: block;
  text-decoration: none;
  color: var(--color-gray-100);
}
.mod_search .search_default a:hover h3,
.mod_search .search_default a:focus h3,
.mod_search .search_default a:active h3 {
  color: var(--color-gray-80);
}
.mod_search .search_default h3 {
  color: var(--color-gray-100);
}
.mod_search .search_default .highlight {
  background: var(--color-green-30);
}
@media screen and (max-width: 768px) {
  .mod_search .search_default .context {
    display: none;
  }
}

#layout-header {
  position: relative;
}
.moremenu {
  position: absolute;
  top: 80%;
  right: 64px;
  max-width: 272px;
  background: var(--color-white);
  border-radius: var(--corner-s);
  border: 1px solid var(--color-gray-30);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
  padding: 1rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}
.moremenu[hidden] {
  display: block;
}
.moremenu.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.moremenu__inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.moremenu__label,
.moremenu__lasocial {
  display: block;
  font-family: var(--ff-default);
  font-size: 0.75rem;
  font-weight: 500;
}

.moremenu__label {
  color: var(--color-gray-70);
}

.moremenu__featured {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.moremenu__featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--corner-s);
  transition: transform 0.4s ease;
}
.moremenu__featured-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  background: var(--color-green-50);
  color: var(--color-green-100);
  border-radius: 64px;
  font-family: var(--ff-default);
  font-weight: 700;
  font-size: 0.875rem;
  transition: color 0.2s ease;
}
.moremenu__featured-button::after {
  font-size: 1.75rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-green-100);
  display: inline-block;
  transition: color 0.2s ease;
}
.moremenu__featured:hover .moremenu__featured-button {
  color: var(--color-white);
}
.moremenu__featured:hover .moremenu__featured-button::after {
  color: var(--color-white);
}

.moremenu__list li {
  border-bottom: 1px solid var(--color-gray-60);
}
.moremenu__list li:last-child {
  border-bottom: none;
}

.moremenu__link {
  font-size: 0.875rem;
  color: var(--color-gray-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  text-decoration: none;
  transition: color 0.2s ease;
}
.moremenu__link:hover {
  color: var(--color-gray-80);
}
.moremenu__link .icon-micro::after,
.moremenu__link .icon-calendar::after {
  display: inline-block;
  font-size: 1.25rem;
  margin-right: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.moremenu__section--social {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.moremenu__section--social .moremenu__lasocial {
  color: var(--color-gray-100);
}

.moremenu__social {
  padding: 0;
  margin: 0;
}
.moremenu__social .mod_social-media-links {
  margin-top: 0;
}

.moremenu__section--service {
  display: flex;
  width: 100%;
  overflow: visible;
}
.moremenu__section--service ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px;
}
.moremenu__section--service li {
  border-bottom: none;
  min-width: 0;
  flex-shrink: 1;
}
.moremenu__section--service li:after {
  display: none;
}
.moremenu__section--service li:nth-child(2) {
  text-align: center;
}
.moremenu__section--service li:last-child {
  text-align: right;
}
.moremenu__section--service li:nth-child(2) {
  text-align: left;
}
.moremenu__section--service li:last-child {
  display: block;
}
.moremenu__section--service li a {
  font-size: 0.75rem;
  color: var(--color-gray-80);
  letter-spacing: 1%;
  text-decoration: underline;
  white-space: nowrap;
}
.moremenu__section--service li a:after {
  display: none;
}

.content-download {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
  background-color: var(--archive-5);
  color: var(--archive-100);
  border-radius: 12px;
  padding: 2.25rem;
}
.content-download h1,
.content-download h2,
.content-download h3,
.content-download h4,
.content-download h5 {
  line-height: 1.25rem;
  letter-spacing: 2%;
  max-width: 370px;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.content-download h1:before,
.content-download h2:before,
.content-download h3:before,
.content-download h4:before,
.content-download h5:before {
  font-size: 3rem;
  line-height: 0;
  color: var(--archive-100);
  display: inline-block;
  margin: 10px 0 15px;
}
.content-download a {
  background: var(--archive-100);
  border-radius: 64px;
  padding: 0.5rem 1.5rem;
  color: var(--color-white);
  text-decoration: none;
  transition: transform 0.3s ease-out;
}
.content-download a:hover {
  background: var(--color-white);
  color: var(--archive-100);
}
@media screen and (max-width: 720px) {
  .content-download {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-download h5 {
    flex-direction: column;
    align-items: flex-start;
  }
  .content-download a {
    margin-top: 20px;
  }
}

.politics-header h1,
.politics-header h2,
.politics-header h3,
.politics-header h4,
.politics-header h5,
.magazine-header h1,
.magazine-header h2,
.magazine-header h3,
.magazine-header h4,
.magazine-header h5 {
  margin: 0 0 2rem;
}
@media screen and (max-width: 720px) {
  .politics-header h1,
  .politics-header h2,
  .politics-header h3,
  .politics-header h4,
  .politics-header h5,
  .magazine-header h1,
  .magazine-header h2,
  .magazine-header h3,
  .magazine-header h4,
  .magazine-header h5 {
    font-size: 1.563rem;
    line-height: 1.75rem;
  }
}

.politics-header {
  color: var(--color-blue-100);
}

.magazine-header {
  color: var(--color-purple-100);
}

.content-politics,
.content-magazine {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 540px) {
  .content-politics,
  .content-magazine {
    border: none;
    padding: 20px 4px;
  }
}
.content-politics .content- .swiper,
.content-magazine .content- .swiper {
  overflow-x: clip;
  overflow-y: visible;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .swiper-wrapper,
  .content-magazine .content- .swiper-wrapper {
    flex-direction: column;
  }
}
.content-politics .content- .swiper-slide::after,
.content-magazine .content- .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: var(--color-gray-70);
}
.content-politics .content- .swiper-slide::after:last-child::after,
.content-magazine .content- .swiper-slide::after:last-child::after {
  display: none;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .swiper-slide::after,
  .content-magazine .content- .swiper-slide::after {
    top: auto;
    bottom: -25px;
    width: 100%;
    height: 1px;
    left: 0;
    right: auto;
  }
}
@media screen and (max-width: 540px) {
  .content-politics .content- .swiper-slide,
  .content-magazine .content- .swiper-slide {
    margin-bottom: 50px;
  }
}
.content-politics .content- .swiper-controls,
.content-magazine .content- .swiper-controls {
  top: -70px !important;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .swiper-controls,
  .content-magazine .content- .swiper-controls {
    display: none !important;
  }
}
.content-politics .content- .swiper-pagination,
.content-magazine .content- .swiper-pagination {
  display: none;
}
.content-politics .content- .news-teaser-media,
.content-magazine .content- .news-teaser-media {
  width: 234px;
  height: 152px;
  position: relative;
  flex: 0 0 150px;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .news-teaser-media,
  .content-magazine .content- .news-teaser-media {
    width: 140px;
    height: 140px;
  }
}
.content-politics .content- .news-teaser-media figure,
.content-magazine .content- .news-teaser-media figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.content-politics .content- .news-teaser-media picture,
.content-magazine .content- .news-teaser-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.content-politics .content- .news-teaser-media img,
.content-magazine .content- .news-teaser-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--corner-xs);
}
.content-politics .content- .news-teaser-media figcaption,
.content-magazine .content- .news-teaser-media figcaption {
  display: none;
}
.content-politics .content- .news-teaser-media .media-info,
.content-magazine .content- .news-teaser-media .media-info {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: block;
  padding: 2px 4px 2px 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px center;
  border-radius: var(--corner-s);
  font-size: 0.75rem;
}
.content-politics .content- .news-teaser-media .media-type-video,
.content-magazine .content- .news-teaser-media .media-type-video {
  background-image: url(../../files/theme/ideg01/frontend/dist/img/news-media-video-7881020dbf6033847101.svg);
}
.content-politics .content- .news-teaser-main a,
.content-magazine .content- .news-teaser-main a {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .news-teaser-main a,
  .content-magazine .content- .news-teaser-main a {
    flex-direction: row;
  }
}
.content-politics .content- .news-teaser-main .news-teaser-body,
.content-magazine .content- .news-teaser-main .news-teaser-body {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-black);
  flex: 1 1 auto;
  min-width: 0;
  min-height: 150px;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .news-teaser-main .news-teaser-body,
  .content-magazine .content- .news-teaser-main .news-teaser-body {
    min-height: 120px;
  }
}
.content-politics .content- .news-teaser-main .news-teaser-body h1,
.content-magazine .content- .news-teaser-main .news-teaser-body h1 {
  margin: 0.5em 0 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .news-teaser-main .news-teaser-body h1,
  .content-magazine .content- .news-teaser-main .news-teaser-body h1 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.content-politics .content- .news-teaser-main .news-teaser-body .preview,
.content-magazine .content- .news-teaser-main .news-teaser-body .preview {
  display: none;
}
.content-politics .content- .news-teaser-main .news-teaser-body .author,
.content-magazine .content- .news-teaser-main .news-teaser-body .author {
  display: none;
}
.content-politics .content- .news-teaser-main .news-teaser-body .news-teaser-info,
.content-magazine .content- .news-teaser-main .news-teaser-body .news-teaser-info {
  margin-top: auto;
}
.content-politics .content- .news-teaser-main .news-teaser-body .reading-time,
.content-magazine .content- .news-teaser-main .news-teaser-body .reading-time {
  color: var(--color-gray-80);
}
.content-politics .content- .news-teaser-main .news-teaser-info,
.content-magazine .content- .news-teaser-main .news-teaser-info {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.content-politics .content- .news-teaser-main .topic,
.content-magazine .content- .news-teaser-main .topic {
  font-size: 0.75rem;
  margin: 0;
  letter-spacing: 1%;
  line-height: 1.25;
  align-self: flex-start;
}
@media screen and (max-width: 540px) {
  .content-politics .content- .news-teaser-main .topic,
  .content-magazine .content- .news-teaser-main .topic {
    font-size: 0.625rem;
  }
}

.highlights-headline {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .highlights-headline {
    font-size: 1.5rem;
    line-height: 1.75rem;
    text-align: left;
  }
}

.highlights-editorial {
  position: relative;
  z-index: 6;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  background: var(--color-white);
  padding: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 720px) {
  .highlights-editorial {
    margin-left: -16px;
    margin-right: -16px;
    border: none;
    border-radius: none;
    padding: 0;
  }
}
.highlights-editorial .highlights_hero {
  margin-bottom: 50px;
  position: relative;
}
.highlights-editorial .highlights_hero a {
  text-decoration: none;
}
.highlights-editorial .highlights_hero .news-teaser-main {
  border-radius: var(--corner-s);
}
.highlights-editorial .highlights_hero .news-teaser-media {
  position: relative;
}
.highlights-editorial .highlights_hero .news-teaser-media picture {
  display: block;
  position: relative;
}
.highlights-editorial .highlights_hero .news-teaser-media picture ::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.highlights-editorial .highlights_hero .news-teaser-media picture img {
  width: 100%;
  border-radius: var(--corner-s);
}
.highlights-editorial .highlights_hero .news-teaser-media figcaption {
  display: none;
}
.highlights-editorial .highlights_hero .news-teaser-body {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 808px;
  margin: auto;
  padding: 48px;
  text-align: center;
}
.highlights-editorial .highlights_hero .news-teaser-body h1,
.highlights-editorial .highlights_hero .news-teaser-body .preview,
.highlights-editorial .highlights_hero .news-teaser-body .author,
.highlights-editorial .highlights_hero .news-teaser-body .reading-time {
  color: var(--color-white);
}
.highlights-editorial .highlights_hero .news-teaser-body .topic {
  font-size: 0.75rem;
  margin-bottom: 0;
  letter-spacing: 1%;
  line-height: 1.25;
}
.highlights-editorial .highlights_hero .news-teaser-body h1 {
  letter-spacing: 2%;
  margin: 0.5em 0;
}
.highlights-editorial .highlights_hero .news-teaser-body .preview {
  letter-spacing: 1%;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .highlights-editorial .highlights_hero .news-teaser-body {
    padding: 16px;
  }
  .highlights-editorial .highlights_hero .news-teaser-body h1 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  .highlights-editorial .highlights_hero .news-teaser-body .preview {
    display: none;
  }
}
.highlights-editorial .highlights_hero .news-teaser-info {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  justify-content: center;
  align-items: center;
}
.highlights-editorial .highlights_hero .news-teaser-info .author {
  line-height: 1.3;
  letter-spacing: 1%;
}
@media screen and (max-width: 720px) {
  .highlights-editorial .content- {
    padding: 20px;
  }
}
.highlights-editorial .content- .swiper {
  overflow-x: clip;
  overflow-y: visible;
}
.highlights-editorial .content- .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background: var(--color-gray-70);
}
.highlights-editorial .content- .swiper-slide::after:last-child::after {
  display: none;
}
@media screen and (max-width: 540px) {
  .highlights-editorial .content- .swiper-slide::after {
    display: none;
  }
}
.highlights-editorial .content- .swiper-controls {
  top: -55px !important;
}
.highlights-editorial .content- .swiper-pagination {
  display: none;
}
.highlights-editorial .content- .news-teaser-media {
  width: 152px;
  height: 152px;
  position: relative;
  flex: 0 0 150px;
}
@media screen and (max-width: 540px) {
  .highlights-editorial .content- .news-teaser-media {
    width: 120px;
    height: 120px;
  }
}
.highlights-editorial .content- .news-teaser-media figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.highlights-editorial .content- .news-teaser-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.highlights-editorial .content- .news-teaser-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--corner-s);
}
.highlights-editorial .content- .news-teaser-media figcaption {
  display: none;
}
.highlights-editorial .content- .news-teaser-media .media-info {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: block;
  padding: 2px 4px 2px 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px center;
  border-radius: var(--corner-s);
  font-size: 0.75rem;
}
.highlights-editorial .content- .news-teaser-media .media-type-video {
  background-image: url(../../files/theme/ideg01/frontend/dist/img/news-media-video-7881020dbf6033847101.svg);
}
.highlights-editorial .content- .news-teaser-main a {
  display: flex;
  gap: 15px;
  text-decoration: none;
  align-items: stretch;
}
.highlights-editorial .content- .news-teaser-main .news-teaser-body {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--color-black);
  flex: 1 1 auto;
  min-width: 0;
}
.highlights-editorial .content- .news-teaser-main .news-teaser-body h1 {
  margin: 0.5em 0 1em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .highlights-editorial .content- .news-teaser-main .news-teaser-body h1 {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.highlights-editorial .content- .news-teaser-main .news-teaser-body .preview {
  display: none;
}
.highlights-editorial .content- .news-teaser-main .news-teaser-body .author {
  display: none;
}
.highlights-editorial .content- .news-teaser-main .news-teaser-body .news-teaser-info {
  margin-top: auto;
}
.highlights-editorial .content- .news-teaser-main .news-teaser-body .reading-time {
  color: var(--color-gray-80);
}
.highlights-editorial .content- .news-teaser-main .news-teaser-info {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.highlights-editorial .content- .news-teaser-main .topic {
  font-size: 0.75rem;
  margin: 0;
  letter-spacing: 1%;
  line-height: 1.25;
  align-self: flex-start;
}
@media screen and (max-width: 540px) {
  .highlights-editorial .content- .news-teaser-main .topic {
    font-size: 0.625rem;
  }
}

.events-slider-wrapper {
  margin-bottom: 50px;
}
.events-slider-wrapper .events-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.events-slider-wrapper .events-header .events-more-btn {
  padding: 0.375rem 1rem;
  border: 1.5px solid var(--color-gray-100);
  border-radius: 64px;
  text-decoration: none;
  font-size: 0.875rem;
  color: var(--color-gray-100);
  background: var(--color-white);
  white-space: nowrap;
  transition: all 0.2s;
}
.events-slider-wrapper .events-header .events-more-btn:hover {
  background: var(--color-gray-100);
  color: var(--color-white);
}
.events-slider-wrapper .swiper {
  overflow-x: clip;
  overflow-y: visible;
}
.events-slider-wrapper .swiper-slide {
  max-height: 448px;
  display: flex;
}
.events-slider-wrapper .swiper-controls {
  top: -84px !important;
}
@media screen and (max-width: 640px) {
  .events-slider-wrapper .swiper-controls {
    top: -48px !important;
  }
}
.events-slider-wrapper .news-teaser-main {
  border-radius: var(--corner-s);
}
.events-slider-wrapper .news-teaser-main a {
  text-decoration: none;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media {
  position: relative;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media figure {
  height: 448px;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media picture {
  display: block;
  width: 100%;
  height: 100%;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media picture ::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
}
.events-slider-wrapper .news-teaser-main .news-teaser-media picture img {
  width: 100%;
  border-radius: var(--corner-s);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  max-width: none;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media figcaption {
  display: none;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media .media-info {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  display: block;
  padding: 2px 4px 2px 20px;
  min-width: 20px;
  min-height: 20px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 2px center;
  border-radius: var(--corner-s);
  font-size: 0.75rem;
}
.events-slider-wrapper .news-teaser-main .news-teaser-media .media-type-gallery {
  color: var(--color-gray-100);
}
.events-slider-wrapper .news-teaser-main .news-teaser-media .media-type-video {
  background-image: url(../../files/theme/ideg01/frontend/dist/img/news-media-video-7881020dbf6033847101.svg);
}
.events-slider-wrapper .news-teaser-main .news-teaser-body {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 808px;
  margin: auto;
  padding: 48px;
  text-align: center;
}
.events-slider-wrapper .news-teaser-main .news-teaser-body .topic {
  font-size: 0.75rem;
  margin-bottom: 0;
  letter-spacing: 1%;
  line-height: 1.25;
}
.events-slider-wrapper .news-teaser-main .news-teaser-body h1,
.events-slider-wrapper .news-teaser-main .news-teaser-body h2 {
  margin: 0.5em 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 100px;
}
.events-slider-wrapper .news-teaser-main .news-teaser-body h1,
.events-slider-wrapper .news-teaser-main .news-teaser-body h2,
.events-slider-wrapper .news-teaser-main .news-teaser-body .reading-time {
  color: var(--color-white);
}
.events-slider-wrapper .news-teaser-main .news-teaser-body .preview {
  display: none;
}
.events-slider-wrapper .news-teaser-main .news-teaser-info {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-size: 0.85rem;
}
.events-slider-wrapper .news-teaser-main .news-teaser-info .author {
  display: none;
}
.mod_header-logo {
  width: 227px;
  z-index: 999;
}
@media screen and (max-width: 1290px) {
  .mod_header-logo {
    width: 150px;
  }
}
.mod_header-logo a {
  width: 227px;
}
@media screen and (max-width: 1290px) {
  .mod_header-logo a {
    width: 150px;
  }
}
.mod_header-logo a,
.mod_header-logo img {
  display: block;
  transition: all 0.3s ease;
}
.mod_header-logo img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1290px) {
  .mod_header-logo img {
    left: 0;
  }
}
.mod_header-logo img.signet {
  display: none;
}

body.scrolled .mod_header-logo img.logo {
  display: none;
}
body.scrolled .mod_header-logo img.signet {
  display: block;
}

.mod_header-logo-animated {
  width: 142px;
  height: 115px;
  overflow-y: clip;
  transition: height 0.24s;
}
@media screen and (max-width: 1290px) {
  .mod_header-logo-animated {
    width: 92px;
    height: 75px;
  }
}
.mod_header-logo-animated #hsc-logo-animated {
  width: 284px;
  height: 115px;
  position: relative;
  left: -166px;
}
@media screen and (max-width: 1290px) {
  .mod_header-logo-animated #hsc-logo-animated {
    width: 184px;
    height: 75px;
    left: -108px;
  }
}

body.scrolled .mod_header-logo-animated {
  height: 62px;
  transition: height 0.11s 0.24s;
}
@media screen and (max-width: 1290px) {
  body.scrolled .mod_header-logo-animated {
    height: 40px;
  }
}

.mod_header-search {
  width: 16px;
  z-index: 999;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .mod_header-search {
    display: none;
  }
}
.mod_header-search a {
  width: 16px;
  text-decoration: none;
  color: var(--color-black);
}
.mod_header-search a:before {
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .mod_header-search a:before {
    font-size: 1.75rem;
  }
}
.mod_header-search a,
.mod_header-search img {
  display: block;
  transition: all 0.3s ease;
}
.mod_header-search a:hover,
.mod_header-search a:focus,
.mod_header-search a:active {
  color: var(--color-gray-80);
  transform: scale(1.4);
}
.mod_header-search img {
  width: 100%;
  position: relative;
}

.mod_header-mobile-nav-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mod_header-mobile-nav-toggle {
    display: block;
    margin-right: 16px;
    z-index: 999;
    position: relative;
  }
}
@media screen and (max-width: 720px) {
  .mod_header-mobile-nav-toggle {
    display: block;
    margin-right: 12px;
  }
}
.mod_header-mobile-nav-toggle::before {
  display: block;
  font-size: 1.25rem;
}
@media screen and (max-width: 720px) {
  .mod_header-mobile-nav-toggle::before {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .mod_header-mobile-nav-toggle.is-active::before {
    content: "\f001";
    font-size: 2rem;
  }
}
.mod_header-mobile-nav-toggle a,
.mod_header-mobile-nav-toggle a:visited {
  color: var(--color-black);
  text-decoration: none;
}

.social p, .mod_footer-address p {
  font-family: var(--ff-default);
  margin: 10px 0 0 0;
  color: var(--color-grey-80);
  font-size: 0.675rem;
  line-height: 1.5;
  letter-spacing: 1%;
}

.mod_footer-address a,
.mod_footer-address a:visited {
  color: var(--color-grey-80);
  text-decoration: none;
}
.mod_footer-address a:hover,
.mod_footer-address a:focus,
.mod_footer-address a:active {
  text-decoration: underline;
}

.footer-logo {
  width: 200px;
}

.social-media-box {
  display: flex;
  gap: 32px;
}

.social p {
  font-size: 0.75rem;
}

.element-3cols-gray {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  background: var(--color-gray-10);
  padding: 0 0 4.375rem;
  gap: 1.5rem;
  margin-bottom: 4.375rem;
}

.element-2cols {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  text-align: center;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 1290px) {
  .element-2cols {
    padding: 0 3rem;
  }
}

.content-gallery ul {
  display: flex;
}

.content-player {
  margin: 32px 0;
}
.content-player figure {
  border-radius: var(--corner-s);
}

.content-swiper {
  margin: 20px 0;
}
.content-vimeo,
.content-youtube {
  margin: 32px 0;
}
.content-vimeo figure,
.content-youtube figure {
  border-radius: var(--corner-s);
}

.ce_rsce-card-teaser-food {
  position: relative;
  overflow: hidden;
  padding-top: 3rem;
  margin-bottom: 50px;
}

.rsce-ctf {
  background: var(--color-green-50);
  color: var(--color-green-100);
  border-radius: var(--corner-s);
  display: flex;
  gap: 9rem;
  overflow: visible;
}
.rsce-ctf_content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  padding: 2rem;
}
.rsce-ctf_subline {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 1%;
}
@media screen and (max-width: 1024px) {
  .rsce-ctf_subline {
    font-size: 1rem;
  }
}
.rsce-ctf_headline {
  line-height: 1.15;
  margin: 0;
  letter-spacing: 2%;
}
.rsce-ctf_button {
  white-space: nowrap;
  font-size: 1rem;
  border: none;
  margin: 0;
  display: block;
  transition: all 0.3s ease;
}
.rsce-ctf_button:after {
  font-size: 1.75rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.rsce-ctf_button:hover, .rsce-ctf_button:focus, .rsce-ctf_button:active {
  color: var(--color-gray-100);
  background: var(--color-white);
}
.rsce-ctf_button:hover::after, .rsce-ctf_button:focus::after, .rsce-ctf_button:active::after {
  color: var(--color-gray-100);
  animation: moveTop 0.4s ease-out;
}
@keyframes moveTop {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
.rsce-ctf_cards {
  position: relative;
  margin-top: 7em;
  height: 0;
  overflow: visible;
}
.rsce-ctf_card {
  position: absolute;
  top: 46%;
  left: 50%;
  display: block;
  width: 12rem;
  height: 14.5rem;
  aspect-ratio: 4/5;
  border-radius: var(--corner-s);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: var(--color-white);
  background: var(--color-gray-90);
  transform-origin: center center;
  transition: transform 0.25s ease;
}
.rsce-ctf_card--primary {
  z-index: 4;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}
.rsce-ctf_card--video:hover, .rsce-ctf_card--video:focus-visible {
  transform: translate(-50%, calc(-60% - 4px));
}
.rsce-ctf_card--deco {
  position: absolute;
  top: 20px;
  left: 50%;
  pointer-events: none;
  opacity: 0.98;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transform-origin: center center;
  z-index: 1;
}
.rsce-ctf_card--deco:nth-child(2) {
  z-index: 2;
  transform: translate(-50%, -60%) translateX(60px) translateY(20px) scale(0.92);
}
.rsce-ctf_card--deco:nth-child(3) {
  transform: translate(-50%, -60%) translateX(120px) translateY(40px) scale(0.88);
}
.rsce-ctf_card-media {
  position: relative;
  width: 100%;
  height: 100%;
}
.rsce-ctf_card-media figure,
.rsce-ctf_card-media picture,
.rsce-ctf_card-media img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.rsce-ctf_card-media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.rsce-ctf_video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: var(--color-gray-90);
}
.rsce-ctf_caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.75rem 1rem 2.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--color-white);
  text-align: center;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
}
.rsce-ctf_play-btn {
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: auto;
}
.rsce-ctf_play-btn::before {
  color: var(--color-white);
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rsce-ctf .is-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .rsce-ctf {
    flex-direction: column;
    min-height: 431px;
  }
  .rsce-ctf .rsce-ctf_content {
    align-items: center;
  }
  .rsce-ctf .rsce-ctf_content h2 {
    text-align: center;
  }
  .rsce-ctf .rsce-ctf_cards {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .rsce-ctf {
    min-height: 468px;
  }
  .rsce-ctf .rsce-ctf_card--primary {
    left: 35%;
  }
  .rsce-ctf .rsce-ctf_card--deco {
    left: 35%;
  }
}

.ce_rsce_error404 .error-404 {
  margin: 6rem auto;
  padding: 2rem 1rem;
  text-align: center;
  color: var(--color-gray-100);
  font-family: inherit;
}
.ce_rsce_error404 .error-404_code {
  display: block;
  font-size: 8rem;
  font-weight: 800;
  line-height: 8rem;
  letter-spacing: 2%;
  color: var(--color-gray-60);
  margin: 0;
}
.ce_rsce_error404 .error-404_headline {
  display: inline-block;
  margin: -0.6em 0 0;
  padding: 0.55em 1.4em;
  background-color: var(--color-red-100);
  color: var(--color-white);
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1%;
  border-radius: 999px;
  line-height: 1.25rem;
  position: relative;
  z-index: 1;
  margin: 20px 0;
}
.ce_rsce_error404 .error-404_text {
  margin: 1.5rem 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.ce_rsce_error404 .error-404_text p {
  margin: 0;
}
.ce_rsce_error404 .error-404_text p + p {
  margin-top: 0.5em;
}
.ce_rsce_error404 .error-404_link-wrap {
  margin: 0;
}
.ce_rsce_error404 .error-404_link {
  display: inline-flex;
  align-items: center;
  gap: 0.9em;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background-color: transparent;
  color: var(--color-gray-100);
  border: 1.5px solid var(--color-gray-100);
  border-radius: 999px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.ce_rsce_error404 .error-404_link::after {
  font-size: 1.875rem;
  color: var(--color-gray-100);
  transition: transform 0.2s ease, background-color 0.2s ease;
}
.ce_rsce_error404 .error-404_link:hover, .ce_rsce_error404 .error-404_link:focus-visible {
  background-color: var(--color-gray-100);
  color: var(--color-white);
  text-decoration: none;
}
.ce_rsce_error404 .error-404_link:hover::after, .ce_rsce_error404 .error-404_link:focus-visible::after {
  color: var(--color-white);
}
.ce_rsce_error404 .error-404_link:focus-visible {
  outline: 2px solid var(--color-red-100);
  outline-offset: 3px;
}
@media (max-width: 600px) {
  .ce_rsce_error404 .error-404 {
    margin: 3rem auto;
  }
  .ce_rsce_error404 .error-404__text {
    margin: 2rem auto 2.5rem;
  }
  .ce_rsce_error404 .error-404__link {
    font-size: 1rem;
    padding: 0.75em 0.75em 0.75em 1.3em;
  }
}

.ce_rsce_hero-intro {
  display: flex;
  flex-direction: column;
  text-align: center;
  max-width: 736px;
  margin: 0 auto;
}
.ce_rsce_hero-intro h2 {
  color: var(--archive-100);
  margin: 4.5rem 0 2rem;
}
.ce_rsce_hero-intro p {
  margin-bottom: 3.5rem;
}

.ce_rsce_card-article-highlight {
  margin: 32px 0;
}
.ce_rsce_card-article-highlight .rsce-card_box {
  background: var(--archive-100);
  color: var(--color-white);
  padding: 2rem;
  border-radius: 12px;
}
.ce_rsce_card-article-highlight .rsce-card_box figure {
  margin-bottom: 2rem;
  padding: 0;
}
.ce_rsce_card-article-highlight .rsce-card_box figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.ce_rsce_card-article-highlight .card-article-highlight_number {
  color: var(--archive-30);
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.5rem;
}
.ce_rsce_card-article-highlight .card-article-highlight_text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
}
.ce_rsce_card-article-highlight .card-article-highlight_text p {
  margin: 0;
}
@media screen and (max-width: 540px) {
  .ce_rsce_card-article-highlight .rsce-card_box {
    padding: 1.5rem;
  }
}

.ce_rsce_card-facts {
  margin-bottom: 2.5rem;
}
.ce_rsce_card-facts .rsce-card-facts_box {
  background: var(--archive-100);
  color: var(--color-white);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}
.ce_rsce_card-facts .card-facts_type {
  display: inline-block;
  background: var(--archive-50);
  padding: 0.25rem 0.75rem;
  border-radius: 64px;
  color: var(--color-white);
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.ce_rsce_card-facts .card-facts_head {
  line-height: 1.5rem;
  letter-spacing: 2%;
  font-size: 1.25rem;
  color: var(--color-white);
  margin-bottom: 1.25rem;
}
.ce_rsce_card-facts .card-facts_number {
  color: var(--archive-20);
  font-size: 4.375rem;
  line-height: 4rem;
  letter-spacing: 2%;
  margin-bottom: 1.5rem;
}
.ce_rsce_card-facts .card-facts_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 2%;
  margin-bottom: 30px;
}
.ce_rsce_card-facts .card-facts_text p {
  margin: 0;
}
.ce_rsce_card-facts .card-facts_time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce_rsce_card-facts .card-facts_time:before {
  font-size: 1.25rem;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
.ce_rsce_card-facts .card-facts_share:before {
  font-size: 1.25rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .ce_rsce_card-facts .rsce-card_box {
    padding: 1.5rem;
  }
}

.bright-blue-box {
  margin: 32px 0;
  background-color: var(--archive-5);
  color: var(--archive-100);
  border-radius: var(--corner-m);
  padding: 2.5rem 2.25rem;
}
.bright-blue-box__headline {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: var(--archive-100);
}
.bright-blue-box__list {
  list-style: none;
  counter-reset: bbb-counter;
  padding: 0;
  margin: 0;
}
.bright-blue-box__item {
  counter-increment: bbb-counter;
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1.75rem;
}
.bright-blue-box__item:last-child {
  margin-bottom: 0;
}
.bright-blue-box__item::before {
  content: counter(bbb-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  color: var(--bbb-fg);
}
.bright-blue-box__item-headline {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.bright-blue-box__item-text {
  font-weight: 400;
  line-height: 1.5;
}
.bright-blue-box__item-text p:last-child {
  margin-bottom: 0;
}

.ce_rsce_darkbluebox {
  margin: 32px 0;
}
.ce_rsce_darkbluebox .dark-blue-box {
  background-color: var(--archive-100);
  color: var(--color-white);
  border-radius: var(--corner-m);
  padding: 2.5rem 2.25rem;
  line-height: 1.5;
  margin-bottom: 3rem;
}
.ce_rsce_darkbluebox .dark-blue-box__headline {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 2%;
  margin: 0 0 2rem;
  color: var(--archive-15);
}
.ce_rsce_darkbluebox .dark-blue-box__sub-headline {
  font-size: 1.125rem;
  margin: 0 0 0.75rem;
  color: var(--color-white);
}
.ce_rsce_darkbluebox .dark-blue-box__list {
  list-style: disc;
  padding-left: 1.5rem;
  margin: 0 0 2rem;
}
.ce_rsce_darkbluebox .dark-blue-box__list li + li {
  margin-top: 0.5rem;
}
.ce_rsce_darkbluebox .dark-blue-box__list::marker {
  color: var(--dbb-fg);
}
.ce_rsce_darkbluebox .dark-blue-box__item-label {
  font-weight: 400;
}
.ce_rsce_darkbluebox .dark-blue-box__footer {
  font-weight: 700;
}
.ce_rsce_darkbluebox .dark-blue-box__footer a {
  color: var(--dbb-fg);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.ce_rsce_darkbluebox .dark-blue-box__footer a:hover, .ce_rsce_darkbluebox .dark-blue-box__footer a:focus {
  text-decoration-thickness: 2px;
}
.ce_rsce_darkbluebox .dark-blue-box__footer p:last-child {
  margin-bottom: 0;
}

.ce_rsce_card-interview {
  margin: 4rem 0 2.5rem;
}
.ce_rsce_card-interview .rsce-card-interview_box {
  background: var(--archive-100);
  color: var(--color-white);
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}
.ce_rsce_card-interview .card-interview_image {
  overflow: hidden;
  border-radius: 64px;
  border: 4px solid var(--color-white);
  width: 112px;
  height: 112px;
  margin: 0 auto;
  margin-top: -90px;
}
.ce_rsce_card-interview .card-interview_image figure {
  padding: 0;
}
.ce_rsce_card-interview .card-interview_type {
  display: inline-block;
  background: var(--archive-50);
  padding: 0.25rem 0.75rem;
  border-radius: 64px;
  color: var(--color-white);
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin: 15px 0;
}
.ce_rsce_card-interview .card-interview_head {
  line-height: 1.25rem;
  letter-spacing: 1%;
  font-size: 0.875rem;
  color: var(--archive-15);
  margin-bottom: 1.625rem;
}
.ce_rsce_card-interview .card-interview_number {
  color: var(--archive-15);
  font-size: 4.375rem;
  line-height: 4rem;
  letter-spacing: 2%;
  margin-bottom: 1.5rem;
}
.ce_rsce_card-interview .card-interview_text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 2%;
  margin-bottom: 1.625rem;
}
.ce_rsce_card-interview .card-interview_text p {
  margin: 0;
}
.ce_rsce_card-interview .card-interview_time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ce_rsce_card-interview .card-interview_time:before {
  font-size: 1.25rem;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
.ce_rsce_card-interview .card-interview_share:before {
  font-size: 1.25rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
@media screen and (max-width: 540px) {
  .ce_rsce_card-interview .rsce-card_box {
    padding: 1.5rem;
  }
}

.ce_rsce_goto-contact {
  margin: 0 auto;
  margin-bottom: 3.125rem;
}
.ce_rsce_goto-contact .goto-box {
  background: url(../../files/theme/ideg01/frontend/dist/img/goto-bg-8e83ae4560963cc3b128.jpg) no-repeat;
  background-position: left bottom;
  border-radius: 0.5rem;
  border: 1px solid var(--color-gray-50);
  padding: 2.25rem;
  display: flex;
  justify-content: space-between;
}
.ce_rsce_goto-contact .goto-box h3 {
  text-decoration: none;
  line-height: 1.75rem;
  margin: 0;
  max-width: 58%;
  letter-spacing: 2%;
}
.ce_rsce_goto-contact .goto-box p {
  max-width: 38%;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 1%;
  margin-bottom: 2.5rem;
}
.ce_rsce_goto-contact .goto-box a {
  text-decoration: none;
}
.ce_rsce_goto-contact .goto-box .goto_link-wrap {
  margin: 0;
}
.ce_rsce_goto-contact .goto-box button {
  white-space: nowrap;
  font-size: 1rem;
  border: none;
  margin: 0;
}
.ce_rsce_goto-contact .goto-box button:after {
  font-size: 1.75rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.ce_rsce_goto-contact .goto-box button:hover,
.ce_rsce_goto-contact .goto-box button:focus,
.ce_rsce_goto-contact .goto-box button:active {
  color: var(--color-gray-100);
  background: var(--color-white);
}
.ce_rsce_goto-contact .goto-box button:hover::after,
.ce_rsce_goto-contact .goto-box button:focus::after,
.ce_rsce_goto-contact .goto-box button:active::after {
  color: var(--color-gray-100);
  animation: moveRight 0.4s ease-out;
}
.ce_rsce_goto-contact .goto-box button {
  display: block;
  transition: all 0.3s ease;
}
@keyframes moveRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 768px) {
  .ce_rsce_goto-contact .goto-box h3 {
    max-width: 50%;
  }
  .ce_rsce_goto-contact .goto-box p {
    max-width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .ce_rsce_goto-contact .goto-box {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .ce_rsce_goto-contact .goto-box h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 540px) {
  .ce_rsce_goto-contact .goto-box h3,
  .ce_rsce_goto-contact .goto-box p {
    max-width: 100%;
  }
}

.element-2cols {
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  padding: 2rem;
  margin-bottom: 3.125rem;
}
.element-2cols .ce_rsce_interesting-infos a:hover .mod_website-button button {
  color: var(--color-white);
  background: var(--color-gray-100);
  border: none;
}
.element-2cols .ce_rsce_interesting-infos a:hover .mod_website-button button::after {
  color: var(--color-white);
  animation: moveRight 0.4s ease-out;
}
.element-2cols .ce_rsce_interesting-infos {
  position: relative;
  width: 49%;
  overflow: hidden;
  text-decoration: none;
  color: var(--color-white);
  border-radius: 16px;
  margin-bottom: 1.875rem;
}
.element-2cols .ce_rsce_interesting-infos:hover .teaser-bg {
  transform: scale(1.08);
}
.element-2cols .ce_rsce_interesting-infos .teaser-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.element-2cols .ce_rsce_interesting-infos .teaser-bg .image_container {
  height: 100%;
  background-position: center;
}
.element-2cols .ce_rsce_interesting-infos .teaser-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.element-2cols .ce_rsce_interesting-infos .teaser-bg figure {
  height: 100%;
}
.element-2cols .ce_rsce_interesting-infos .teaser-bg figure picture {
  display: unset;
}
.element-2cols .ce_rsce_interesting-infos .darkmode::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .element-2cols .ce_rsce_interesting-infos {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 540px) {
  .element-2cols .ce_rsce_interesting-infos {
    margin-bottom: 1rem;
  }
}
.element-2cols .ce_rsce_interesting-infos a {
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  min-height: 190px;
}
.element-2cols .ce_rsce_interesting-infos a h4 {
  font-family: var(--ff-headline);
  line-height: 1.25rem;
  letter-spacing: 2%;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 1.75rem;
  color: var(--color-white);
}
@media screen and (max-width: 720px) {
  .element-2cols .ce_rsce_interesting-infos a h4 {
    margin: 0 0 1.25rem;
    line-height: 1.375rem;
    font-size: 1rem;
  }
}
@media screen and (max-width: 540px) {
  .element-2cols .ce_rsce_interesting-infos a {
    min-height: 156px;
  }
}
.element-2cols .ce_rsce_interesting-infos a .content-info {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  display: flex;
  text-decoration: none;
  text-align: left;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
}
.element-2cols .ce_rsce_interesting-infos a .content-info p {
  margin-bottom: 24px;
}
@media screen and (max-width: 540px) {
  .element-2cols .ce_rsce_interesting-infos a .content-info {
    padding: 1.5rem;
  }
}
.element-2cols .mod_website-button button {
  white-space: nowrap;
  font-size: 1rem;
  border: none;
  margin: 0;
}
.element-2cols .mod_website-button button:after {
  font-size: 1.75rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-gray-100);
  display: inline-block;
  transition: transform 0.3s ease-out;
}
.element-2cols .mod_website-button button:hover,
.element-2cols .mod_website-button button:focus,
.element-2cols .mod_website-button button:active {
  color: var(--color-white);
  background: var(--color-rot-100);
}
.element-2cols .mod_website-button button,
.element-2cols .mod_website-button img {
  display: block;
  transition: all 0.3s ease;
}
.element-2cols .mod_website-button img {
  width: 100%;
  position: relative;
}
@keyframes moveRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 980px) {
  .element-2cols {
    padding: 3rem;
  }
}
@media screen and (max-width: 720px) {
  .element-2cols {
    padding: 1.25rem;
  }
}

.content-facts .swiper-controls-facts, .content-interview .swiper-controls-interview, .content-politics .content- .swiper-controls,
.content-magazine .content- .swiper-controls, .highlights-editorial .content- .swiper-controls, .events-slider-wrapper .swiper-controls {
  position: absolute;
  right: 0;
  top: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1rem;
}
.content-facts .swiper-controls-facts .swiper-button-prev, .content-interview .swiper-controls-interview .swiper-button-prev, .content-politics .content- .swiper-controls .swiper-button-prev,
.content-magazine .content- .swiper-controls .swiper-button-prev, .highlights-editorial .content- .swiper-controls .swiper-button-prev, .events-slider-wrapper .swiper-controls .swiper-button-prev,
.content-facts .swiper-controls-facts .swiper-button-next,
.content-interview .swiper-controls-interview .swiper-button-next,
.content-politics .content- .swiper-controls .swiper-button-next,
.content-magazine .content- .swiper-controls .swiper-button-next,
.highlights-editorial .content- .swiper-controls .swiper-button-next,
.events-slider-wrapper .swiper-controls .swiper-button-next {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.content-facts .swiper-controls-facts .swiper-button-prev svg, .content-interview .swiper-controls-interview .swiper-button-prev svg, .content-politics .content- .swiper-controls .swiper-button-prev svg,
.content-magazine .content- .swiper-controls .swiper-button-prev svg, .highlights-editorial .content- .swiper-controls .swiper-button-prev svg, .events-slider-wrapper .swiper-controls .swiper-button-prev svg,
.content-facts .swiper-controls-facts .swiper-button-next svg,
.content-interview .swiper-controls-interview .swiper-button-next svg,
.content-politics .content- .swiper-controls .swiper-button-next svg,
.content-magazine .content- .swiper-controls .swiper-button-next svg,
.highlights-editorial .content- .swiper-controls .swiper-button-next svg,
.events-slider-wrapper .swiper-controls .swiper-button-next svg {
  display: none;
}
.content-facts .swiper-controls-facts .swiper-button-prev:after, .content-interview .swiper-controls-interview .swiper-button-prev:after, .content-politics .content- .swiper-controls .swiper-button-prev:after,
.content-magazine .content- .swiper-controls .swiper-button-prev:after, .highlights-editorial .content- .swiper-controls .swiper-button-prev:after, .events-slider-wrapper .swiper-controls .swiper-button-prev:after,
.content-facts .swiper-controls-facts .swiper-button-next:after,
.content-interview .swiper-controls-interview .swiper-button-next:after,
.content-politics .content- .swiper-controls .swiper-button-next:after,
.content-magazine .content- .swiper-controls .swiper-button-next:after,
.highlights-editorial .content- .swiper-controls .swiper-button-next:after,
.events-slider-wrapper .swiper-controls .swiper-button-next:after {
  font-size: 1.25rem;
  line-height: 1;
  color: var(--color-gray-100);
}
.content-facts, .content-interview, .events-slider-wrapper {
  padding: 0 2rem 2rem;
  border: 1px solid var(--color-gray-30);
  border-radius: var(--corner-s);
  background: url(../../files/theme/ideg01/frontend/dist/img/facts_bg-6fb9bed1ef56152f7a0b.jpg) no-repeat;
  background-position: left top;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-facts, .content-interview, .events-slider-wrapper {
    padding: 0.5rem 1rem 2rem;
    border: none;
    border-radius: none;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.content-facts .swiper-facts, .content-interview .swiper-facts, .events-slider-wrapper .swiper-facts,
.content-facts .swiper-interview,
.content-interview .swiper-interview,
.events-slider-wrapper .swiper-interview {
  overflow-x: clip;
  overflow-y: visible;
}
.content-facts .swiper .swiper-controls .swiper-pagination, .content-interview .swiper .swiper-controls .swiper-pagination, .events-slider-wrapper .swiper .swiper-controls .swiper-pagination {
  display: none;
}
.content-facts .swiper .swiper-controls, .content-interview .swiper .swiper-controls, .events-slider-wrapper .swiper .swiper-controls {
  justify-content: flex-end;
}
.content-facts .swiper-wrapper, .content-interview .swiper-wrapper, .events-slider-wrapper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1) !important;
}
.content-facts h1, .content-interview h1, .events-slider-wrapper h1,
.content-facts h2,
.content-interview h2,
.events-slider-wrapper h2,
.content-facts h3,
.content-interview h3,
.events-slider-wrapper h3,
.content-facts h4,
.content-interview h4,
.events-slider-wrapper h4,
.content-facts h5,
.content-interview h5,
.events-slider-wrapper h5 {
  line-height: 1.75rem;
  letter-spacing: 2%;
}

.content-interview {
  position: relative;
}
.content-interview h2 {
  display: none;
}

.content-interview .interview-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0 1.25rem;
}
.content-interview .interview-header h2.interview-headline {
  display: block;
  margin: 0;
}
.content-interview .interview-header .interview-more-btn {
  padding: 0.375rem 1rem;
  border: 1.5px solid var(--color-gray-100);
  border-radius: 64px;
  text-decoration: none;
  font-size: 0.875rem;
  color: var(--color-gray-100);
  background: var(--color-white);
  white-space: nowrap;
  transition: all 0.2s;
}
.content-interview .interview-header .interview-more-btn:hover {
  background: var(--color-gray-100);
  color: var(--color-white);
}

.content-interview {
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .content-interview .swiper-controls-interview {
    top: -30px !important;
  }
}
@media screen and (max-width: 420px) {
  .content-interview h2 {
    width: 70%;
  }
}

.content-interview-card a {
  text-decoration: none;
}
.content-interview-card .card-interview {
  position: relative;
}
.content-interview-card .card-interview:hover {
  transform: translateY(-4px);
}
.content-interview-card .card-interview:focus-visible {
  outline: 3px solid var(--color-orange-30);
  outline-offset: 2px;
}
.content-interview-card .card-interview_box {
  background: var(--archive-100);
  color: var(--color-white);
  padding: 2rem;
  border-radius: var(--corner-s);
  text-align: center;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  justify-content: space-between;
}
.content-interview-card .card-interview_image {
  overflow: hidden;
  border-radius: 64px;
  border: 4px solid var(--color-white);
  width: 112px;
  height: 112px;
  margin: 0 auto;
  margin-top: -90px;
}
.content-interview-card .card-interview_image figure {
  padding: 0;
}
.content-interview-card .card-interview_type {
  display: inline-block;
  background: var(--archive-50);
  padding: 0.25rem 0.75rem;
  border-radius: 64px;
  color: var(--color-white);
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin: 1.25rem 0 0.5rem;
}
.content-interview-card .card-interview_badge {
  display: inline-block;
  background: var(--archive-50);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.content-interview-card .card-interview_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35rem;
  margin-bottom: 1rem;
}
.content-interview-card .card-interview_head {
  line-height: 1.25rem;
  letter-spacing: 1%;
  font-size: 0.875rem;
  color: var(--archive-15);
  margin-bottom: 1.25rem;
}
.content-interview-card .card-interview_text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 2%;
  margin-bottom: 1.625rem;
}
.content-interview-card .card-interview_text p {
  margin: 0;
}
.content-interview-card .card-interview_time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 1%;
}
.content-interview-card .card-interview_time:before {
  font-size: 1.125rem;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
.content-interview-card .card-interview_share:before {
  font-size: 1.125rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
.content-interview-card .card-interview_share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s;
}
.content-interview-card .card-interview_share {
  display: none;
}
.content-interview-card .rsce-card-interview:hover .card-interview_share {
  transform: translateX(4px);
}
@media screen and (max-width: 1024px) {
  .content-interview-card .card-interview_box {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .content-interview-card .card-interview_box {
    min-height: 280px;
    padding: 2rem 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .content-interview-card .card-interview_box {
    min-height: 310px;
  }
}
@media screen and (max-width: 420px) {
  .content-interview-card .card-interview_box {
    min-height: 330px;
  }
}

.content-facts {
  margin-bottom: 50px;
}
@media screen and (max-width: 420px) {
  .content-facts h2 {
    width: 70%;
  }
}

.content-facts-card a {
  text-decoration: none;
}
.content-facts-card .card-facts {
  position: relative;
}
.content-facts-card .card-facts:hover {
  transform: translateY(-4px);
}
.content-facts-card .card-facts:focus-visible {
  outline: 3px solid var(--archive-30);
  outline-offset: 2px;
}
.content-facts-card .card-facts_box {
  background: var(--archive-100);
  color: var(--color-white);
  padding: 1.5rem;
  border-radius: var(--corner-s);
  text-align: center;
  display: flex;
  flex-direction: column;
  min-height: 310px;
  justify-content: space-between;
}
.content-facts-card .card-facts_type {
  display: inline-block;
  background: var(--archive-50);
  padding: 0.25rem 0.75rem;
  border-radius: 64px;
  color: var(--color-white);
  font-weight: 800;
  font-size: 0.875rem;
  letter-spacing: 1%;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-facts-card .card-facts_number {
  color: var(--archive-20);
  font-size: 3.5rem;
  line-height: 3.25rem;
  font-weight: 700;
  letter-spacing: 2%;
  margin-bottom: 1.25rem;
}
.content-facts-card .card-facts_badge {
  display: inline-block;
  background: var(--archive-50);
  color: var(--color-white);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 999px;
}
.content-facts-card .card-facts_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35rem;
  margin-bottom: 1rem;
}
.content-facts-card .card-facts_head {
  line-height: 1.5rem;
  letter-spacing: 2%;
  font-size: 1.25rem;
  color: var(--color-white);
  margin-bottom: 1.25rem;
}
.content-facts-card .card-facts_text {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 2%;
  margin-bottom: 1.25rem;
}
.content-facts-card .card-facts_text p {
  margin: 0;
}
.content-facts-card .card-facts_time {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: 1%;
}
.content-facts-card .card-facts_time:before {
  font-size: 1.125rem;
  margin-right: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
.content-facts-card .card-facts_share:before {
  font-size: 1.125rem;
  margin-left: 8px;
  vertical-align: middle;
  line-height: 0;
  color: var(--color-white);
  display: inline-block;
}
.content-facts-card .card-facts_share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s;
  display: none;
}
.content-facts-card .rsce-card-facts:hover .card-facts_share {
  transform: translateX(4px);
}
@media screen and (max-width: 1024px) {
  .content-facts-card .card-facts_box {
    min-height: 290px;
  }
}
@media screen and (max-width: 768px) {
  .content-facts-card .card-facts_box {
    min-height: 325px;
    padding: 2rem 1.25rem;
  }
}
@media screen and (max-width: 540px) {
  .content-facts-card .card-facts_box {
    min-height: 350px;
  }
}
@media screen and (max-width: 420px) {
  .content-facts-card .card-facts_number {
    font-size: 4rem;
  }
}

.ce_rsce_card-social {
  background: url(../../files/theme/ideg01/frontend/dist/img/facts_bg-6fb9bed1ef56152f7a0b.jpg) no-repeat;
}
.ce_rsce_card-social .card-socials_link-facebook {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-facebook--c2b5715864ce82d63a74.svg) no-repeat center;
}
.ce_rsce_card-social .card-socials_link-linkedin {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-linkedin--35a6ac029a47c7c8bbe3.svg) no-repeat center;
}
.ce_rsce_card-social .card-socials_link-youtube {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-youtube--a529059748ca2ee82b56.svg) no-repeat center;
}

.ce_rsce_card-social.archive_color_news {
  background: url(../../files/theme/ideg01/frontend/dist/img/social_blue_bg-a9510f748d61c1967f99.jpg) no-repeat;
}
.ce_rsce_card-social.archive_color_news .card-socials_link-facebook {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-facebook-b-fb2fbc3d463fcb6cf1a5.svg) no-repeat center;
}
.ce_rsce_card-social.archive_color_news .card-socials_link-linkedin {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-linkedin-b-4deb426bfb9913ad224b.svg) no-repeat center;
}
.ce_rsce_card-social.archive_color_news .card-socials_link-youtube {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-youtube-b-e71979b915937a5ad837.svg) no-repeat center;
}

.ce_rsce_card-social.archive_color_magazine {
  background: url(../../files/theme/ideg01/frontend/dist/img/social_orange_bg-52dca5648d649492ff22.jpg) no-repeat;
}
.ce_rsce_card-social.archive_color_magazine .card-socials_link-facebook {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-facebook-o-6f430d106e7bd0cd8718.svg) no-repeat center;
}
.ce_rsce_card-social.archive_color_magazine .card-socials_link-linkedin {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-linkedin-o-841902ea7acb4e25b689.svg) no-repeat center;
}
.ce_rsce_card-social.archive_color_magazine .card-socials_link-youtube {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-youtube-o-aafcf6cedd5fb405e433.svg) no-repeat center;
}

.ce_rsce_card-social {
  padding: 3.75rem 3rem;
  border: 1px solid var(--color-gray-30);
  border-radius: var(--corner-s);
  margin-bottom: 3rem;
}
.ce_rsce_card-social .card-socials_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 720px) {
  .ce_rsce_card-social .card-socials_inner {
    flex-direction: column;
    text-align: center;
  }
}
.ce_rsce_card-social .card-socials_text {
  flex: 1 1 60%;
}
.ce_rsce_card-social h1,
.ce_rsce_card-social h2,
.ce_rsce_card-social h3,
.ce_rsce_card-social h4,
.ce_rsce_card-social h5 {
  color: var(--archive-100);
  letter-spacing: 2%;
  margin: 0 0 1.875rem;
  max-width: 499px;
}
.ce_rsce_card-social .card-socials_punchline {
  color: var(--archive-100);
  letter-spacing: 1%;
}
.ce_rsce_card-social .card-socials_punchline p {
  margin: 0;
}
.ce_rsce_card-social .card-socials_list {
  display: flex;
  gap: 0.5rem;
  background: var(--color-white);
  border-radius: 999px;
  padding: 0.5rem;
  margin: 0;
  list-style: none;
}
.ce_rsce_card-social .card-socials_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-white);
  text-decoration: none;
  transition: background 0.2s;
}
.ce_rsce_card-social .card-socials_item {
  list-style: none;
}
.ce_rsce_card-social .card-socials_item .card-socials_link-facebook,
.ce_rsce_card-social .card-socials_item .card-socials_link-linkedin,
.ce_rsce_card-social .card-socials_item .card-socials_link-youtube {
  text-decoration: none;
  height: 56px;
  width: 56px;
  display: block;
}
@media screen and (max-width: 720px) {
  .ce_rsce_card-social {
    padding: 2rem 1.5rem;
  }
  .ce_rsce_card-social h1,
  .ce_rsce_card-social h2,
  .ce_rsce_card-social h3,
  .ce_rsce_card-social h4,
  .ce_rsce_card-social h5 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0 0 1.75rem;
  }
}

.content-rsce-interview {
  margin: 40px 0;
}
.content-rsce-interview dt {
  margin: 0 0 0.25em 0;
}
.content-rsce-interview dd {
  margin: 0 0 1em 0;
}

.ce_rsce_newsletter-anmeldung {
  margin: 0 auto;
}
.ce_rsce_newsletter-anmeldung .newsletter-box {
  background: url(../../files/theme/ideg01/frontend/dist/img/nl-bg-3e4204da5c088c0cb73b.png) no-repeat;
  border-radius: 0.5rem;
  border: 1px solid var(--color-gray-50);
  padding: 3rem 0 3rem 3rem;
  display: flex;
}
@media screen and (max-width: 880px) {
  .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-right {
    display: none;
  }
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left {
  max-width: 40%;
}
@media screen and (max-width: 1290px) {
  .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left {
    max-width: 60%;
  }
}
@media screen and (max-width: 880px) {
  .ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left {
    max-width: 100%;
  }
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left h3,
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .bold {
  text-decoration: none;
  line-height: 2.5rem;
  margin: 0;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .bold {
  letter-spacing: 2%;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left h3 {
  letter-spacing: 1%;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left p {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 1%;
  margin-bottom: 2.5rem;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container {
  border: none;
  padding: 0;
  display: flex;
  gap: 1rem;
  margin: 0 0 1.25rem;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span {
  padding: 0.5rem;
  border-radius: 0.375rem;
  gap: 0.25rem;
  display: flex;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 1%;
  font-weight: 700;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:nth-child(2) {
  color: var(--color-green-100);
  background: var(--color-green-15);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:nth-child(2) input[type=checkbox] + label::before {
  border: 1px solid var(--color-green-50);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:nth-child(2) input[type=checkbox]:checked + label::before {
  border: 1px solid var(--color-gray-100);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:nth-child(3) {
  color: var(--color-orange-100);
  background: var(--color-orange-15);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:nth-child(3) input[type=checkbox] + label::before {
  border: 1px solid var(--color-orange-30);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:nth-child(3) input[type=checkbox]:checked + label::before {
  border: 1px solid var(--color-gray-100);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:last-child {
  color: var(--color-blue-100);
  background: var(--color-blue-15);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:last-child input[type=checkbox] + label::before {
  border: 1px solid var(--color-blue-30);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .checkbox_container span:last-child input[type=checkbox]:checked + label::before {
  border: 1px solid var(--color-gray-100);
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .formbody {
  position: relative;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform input[type=email] {
  padding: 0.5rem 0.25rem 0.5rem 1.25rem;
  width: 402px;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .widget-submit {
  position: relative;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .newsletter-left .newsletterform .widget-submit button {
  position: absolute;
  top: -64px;
  right: 70px;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset1,
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset2,
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset3 {
  width: 100%;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset1 img,
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset2 img,
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset3 img {
  width: 100%;
  height: auto;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset1 {
  background-image: url(../../files/theme/ideg01/frontend/dist/img/icon-graph-2098a3df831a5f49ecd2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset2 {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-graph2-d44f78294a9a5368dd7d.png) no-repeat;
  background-position: right;
}
.ce_rsce_newsletter-anmeldung .newsletter-box .imageset3 {
  background: url(../../files/theme/ideg01/frontend/dist/img/icon-graph3-cd43abad262941084acd.png) no-repeat;
  background-position: right;
}
@media screen and (max-width: 1290px) {
  .ce_rsce_newsletter-anmeldung .newsletter-box .imageset1 {
    background-image: url(../../files/theme/ideg01/frontend/dist/img/icon-graph_mid-99cbec485a56bf2e4d4c.png);
  }
}
@media screen and (max-width: 1120px) {
  .ce_rsce_newsletter-anmeldung .newsletter-box .imageset1 {
    background-image: url(../../files/theme/ideg01/frontend/dist/img/icon-graph_small-35d9c22caad25a749ff7.png);
  }
}
@media screen and (max-width: 880px) {
  .ce_rsce_newsletter-anmeldung .newsletter-box .imageset1 {
    background-image: none;
  }
}

.ce_rsce_start-full .content-container {
  width: 100%;
  background: var(--color-gray-10);
  padding: 4.688rem 0 4.375rem;
}
.ce_rsce_start-full .content-container .content-box {
  margin: 0 auto;
  text-align: center;
}
.ce_rsce_start-full .content-container .content-box .dachzeile,
.ce_rsce_start-full .content-container .content-box h1 {
  margin: 0;
}
.ce_rsce_start-full .content-container .content-box .dachzeile {
  letter-spacing: 1%;
}
.ce_rsce_start-full .content-container .content-box h1 {
  letter-spacing: 2%;
  margin-bottom: 2rem;
}

.ce_rsce_start-teaser {
  display: flex;
}
.ce_rsce_start-teaser .colorset1 .teaser-box {
  background: var(--color-green-50);
}
.ce_rsce_start-teaser .colorset1 .teaser-box h3 {
  color: var(--color-green-100);
}
.ce_rsce_start-teaser .colorset2 .teaser-box {
  background: var(--color-orange-50);
}
.ce_rsce_start-teaser .colorset2 .teaser-box h3 {
  color: var(--color-orange-100);
}
.ce_rsce_start-teaser .colorset3 .teaser-box {
  background: var(--color-blue-15);
}
.ce_rsce_start-teaser .colorset3 .teaser-box h3 {
  color: var(--color-blue-100);
}
.ce_rsce_start-teaser .startteaser {
  text-decoration: none;
}
.ce_rsce_start-teaser .startteaser .teaser-box {
  display: flex;
  position: relative;
  border-radius: 0.5rem;
  padding: 1.125rem 1.125rem 1.5rem;
  margin-top: 5.625rem;
  flex-direction: column;
}
.ce_rsce_start-teaser .startteaser .teaser-box .image-container {
  width: 100%;
}
.ce_rsce_start-teaser .startteaser .teaser-box .image-container img {
  width: 100%;
  height: 100%;
}
.ce_rsce_start-teaser .startteaser .teaser-box .teaser-image {
  position: relative;
  margin-top: -7.5rem;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ce_rsce_start-teaser .startteaser .teaser-box .teaser-overlay {
  position: absolute;
  top: -6.375rem;
  left: 1.25rem;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ce_rsce_start-teaser .startteaser .teaser-box .teaser-textbox {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.ce_rsce_start-teaser .startteaser .teaser-box .teaser-textbox h3 {
  letter-spacing: 2%;
  text-decoration: none;
  max-width: 15rem;
  line-height: 2.5rem;
  margin: 0;
  transition: color 0.3s ease-out, transform 0.3s ease-out;
}
.ce_rsce_start-teaser .startteaser:hover .teaser-image {
  transform: scale(1.08);
}
.ce_rsce_start-teaser .startteaser:hover .teaser-overlay {
  transform: scale(0.7);
}
.ce_rsce_start-teaser .startteaser:hover .teaser-button button {
  background-color: var(--color-gray-90);
}
.ce_rsce_start-teaser .startteaser:hover .teaser-textbox h3 {
  color: var(--color-gray-100);
}

.ce_rsce_ueberuns-intro {
  max-width: 736px;
  text-align: center;
  margin: 0 auto;
  padding: 35px 0 50px;
}
.ce_rsce_ueberuns-intro h2 {
  letter-spacing: 2%;
}
.ce_rsce_ueberuns-intro p {
  letter-spacing: 1%;
}

.ce_rsce_ueberuns-info {
  max-width: 960px;
  margin: 0 auto;
  border: 1px solid var(--color-gray-50);
  border-radius: var(--corner-s);
  display: flex;
  gap: 3.125rem;
  padding: 2rem;
  margin-bottom: 3.75rem;
}
.ce_rsce_ueberuns-info .rsce-image_box figure {
  width: 300px;
  height: auto;
  overflow: hidden;
  border-radius: var(--corner-s);
}
.ce_rsce_ueberuns-info .rsce-image_box figure img {
  border-radius: var(--corner-s);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.ce_rsce_ueberuns-info .rsce-info_box figure {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 880px) {
  .ce_rsce_ueberuns-info {
    flex-direction: column;
  }
  .ce_rsce_ueberuns-info .rsce-image_box figure {
    width: 100%;
  }
}

.ce_rsce_zitat {
  margin: 32px 0;
  overflow: hidden;
}
.ce_rsce_zitat .rsce-zitat_box {
  position: relative;
  margin: 0;
  padding: 2rem 5rem 2rem 2.5rem;
  background-color: var(--archive-5);
  border-radius: 14px;
  color: var(--archive-100);
  overflow: hidden;
}
.ce_rsce_zitat .rsce-zitat_box::before {
  font-size: 5rem;
  color: var(--archive-15);
  display: inline-block;
  position: absolute;
  right: 4%;
  bottom: 0;
}
.ce_rsce_zitat .rsce-zitat_text {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 1.35rem;
  line-height: 1.35;
}
.ce_rsce_zitat .rsce-zitat_text p {
  margin: 0 0 0.5em;
}
.ce_rsce_zitat .rsce-zitat_text p:last-child {
  margin-bottom: 0;
}
.ce_rsce_zitat .rsce-zitat_quelle {
  position: relative;
  z-index: 2;
  margin-top: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  opacity: 0.85;
}
.ce_rsce_zitat .rsce-zitat_quelle cite {
  font-style: normal;
}

