:root {}


[data-header*="type-1"] .ct-header [data-id="logo"] .site-logo-container {
  --logo-max-height: 75px;
}

[data-header*="type-1"] .ct-header [data-id="logo"] .site-title {
  --theme-font-weight: 700;
  --theme-font-size: 25px;
  --theme-line-height: 1.5;
  --theme-link-initial-color: var(--theme-palette-color-4);
}

[data-header*="type-1"] .ct-header [data-id="menu"]>ul>li>a {
  --theme-font-weight: 700;
  --theme-text-transform: capitalize;
  --theme-font-size: 14px;
  --theme-line-height: 1.3;
  --theme-link-initial-color: var(--theme-text-color);
  --theme-link-hover-color: var(--theme-palette-color-1);
  --theme-link-active-color: var(--theme-palette-color-5);
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu .ct-menu-link {
  --theme-link-initial-color: var(--theme-palette-color-8);
  --theme-font-weight: 500;
  --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="menu"] .sub-menu {
  --dropdown-divider: 1px dashed rgba(255, 255, 255, 0.1);
  --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
  --theme-border-radius: 0px 0px 2px 2px;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"]>ul>li>a {
  --theme-link-initial-color: var(--theme-palette-color-3);
  --theme-link-hover-color: var(--theme-palette-color-1);
  --theme-link-active-color: var(--theme-palette-color-5);
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-id="menu"] .sub-menu {
  --sticky-state-dropdown-top-offset: 0px;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
  --height: 120px;
  background-color: var(--theme-palette-color-8);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="middle"]>div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"] {
  background-color: var(--theme-palette-color-8);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="middle"]>div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="mobile-menu"] {
  --theme-font-weight: 700;
  --theme-font-size: 20px;
  --theme-link-initial-color: #ffffff;
  --theme-link-hover-color: var(--theme-palette-color-5);
  --mobile-menu-divider: none;
}

[data-header*="type-1"] #offcanvas {
  --theme-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.35);
  --side-panel-width: 500px;
  --vertical-alignment: flex-start;
  --panel-content-height: 100%;
}

[data-header*="type-1"] #offcanvas .ct-panel-inner {
  background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] [data-id="search"] {
  --theme-icon-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] [data-id="search"] .ct-label {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-header*="type-1"] #search-modal .ct-search-results {
  --theme-font-weight: 500;
  --theme-font-size: 14px;
  --theme-line-height: 1.4;
}

[data-header*="type-1"] #search-modal .ct-search-form {
  --theme-link-initial-color: #ffffff;
  --theme-form-text-initial-color: #ffffff;
  --theme-form-text-focus-color: #ffffff;
  --theme-form-field-border-initial-color: rgba(255, 255, 255, 0.2);
  --theme-button-text-initial-color: rgba(255, 255, 255, 0.7);
  --theme-button-text-hover-color: #ffffff;
  --theme-button-background-initial-color: var(--theme-palette-color-1);
  --theme-button-background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] #search-modal {
  background-color: rgba(18, 21, 25, 0.98);
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials .ct-label {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
  --theme-icon-color: var(--theme-palette-color-7);
  --theme-icon-hover-color: var(--theme-palette-color-8);
  --background-color: rgba(218, 222, 228, 0.3);
  --background-hover-color: var(--theme-palette-color-1);
}

[data-header*="type-1"] .ct-header [data-id="text"] {
  --max-width: 100%;
  --theme-font-size: 15px;
  --theme-line-height: 1.3;
  --margin: 20px 0px !important;
}

[data-header*="type-1"] .ct-header [data-row*="top"] {
  --height: 60px;
  background-color: var(--theme-palette-color-2);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-row*="top"]>div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
  background-color: var(--theme-palette-color-8);
  background-image: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --theme-box-shadow: none;
}

[data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"]>div {
  --theme-border-top: none;
  --theme-border-bottom: none;
}

[data-header*="type-1"] [data-id="trigger"] {
  --theme-icon-size: 18px;
  --toggle-button-radius: 3px;
}

[data-header*="type-1"] [data-id="trigger"]:not([data-design="simple"]) {
  --toggle-button-padding: 10px;
}

[data-header*="type-1"] [data-id="trigger"] .ct-label {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] {
  --items-spacing: 20px;
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] .ct-language {
  --theme-link-initial-color: var(--theme-text-color);
}

[data-header*="type-1"] .ct-header [data-id="language-switcher"] ul {
  --margin-top: 15px;
  --padding: 15px;
  --theme-link-initial-color: var(--theme-palette-color-3);
  --theme-border: 1px dashed rgba(255, 255, 255, 0.1);
  --background-color: var(--theme-palette-color-7);
  --theme-box-shadow: 0px 10px 20px rgba(41, 51, 61, 0.1);
}

[data-header*="type-1"] [data-id="mobile-menu-secondary"] {
  --theme-font-weight: 400;
  --theme-font-size: 20px;
  --theme-link-initial-color: #ffffff;
  --mobile-menu-divider: none;
}

[data-header*="type-1"] {
  --header-height: 180px;
  --header-sticky-height: 120px;
  --header-sticky-animation-speed: 0.2s;
  --header-sticky-offset: 0px;
}

[data-header*="type-1"] .ct-header {
  background-image: none;
}

[data-header*="type-1"] [data-sticky*="yes"] {
  background-image: none;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
  --container-spacing: 25px;
  --columns-gap: 50px;
  --theme-border: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --grid-template-columns: initial;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] .widget-title {
  --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="bottom"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: var(--theme-palette-color-7);
}

[data-footer*="type-1"] [data-id="copyright"] {
  --theme-font-weight: 400;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
  --theme-text-color: var(--theme-palette-color-8);
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] {
  --menu-item-width: 100%;
}

[data-footer*="type-1"] .ct-footer [data-column="menu"] {
  --horizontal-alignment: flex-end;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"] ul {
  --theme-font-weight: 800;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="menu"]>ul>li>a {
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-8);
  --theme-link-active-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
  --container-spacing: 30px;
  --columns-gap: 50px;
  --widgets-gap: 20px;
  --theme-border: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --grid-template-columns: repeat(3, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
  --theme-font-size: 16px;
  --theme-heading-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] .ct-widget {
  --theme-text-color: var(--theme-palette-color-8);
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-footer*="type-1"] .ct-footer [data-row*="middle"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: transparent;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
  --container-spacing: 70px;
  --widgets-gap: 20px;
  --theme-border: none;
  --theme-border-top: none;
  --theme-border-bottom: none;
  --grid-template-columns: repeat(2, 1fr);
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] .widget-title {
  --theme-font-size: 16px;
}

[data-footer*="type-1"] .ct-footer [data-row*="top"] {
  --theme-border-top: none;
  --theme-border-bottom: none;
  background-color: transparent;
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] .ct-widget {
  --theme-text-color: var(--theme-palette-color-8);
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-column="widget-area-2"] {
  --text-horizontal-alignment: center;
  --horizontal-alignment: center;
}

[data-footer*="type-1"] .ct-footer [data-id="menu-secondary"] {
  --menu-item-width: initial;
}

[data-footer*="type-1"] .ct-footer [data-column="menu-secondary"] {
  --horizontal-alignment: flex-end;
}

[data-footer*="type-1"] .ct-footer [data-id="menu-secondary"] ul {
  --theme-font-weight: 400;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-footer*="type-1"] .ct-footer [data-id="menu-secondary"]>ul>li>a {
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-id="language-switcher"] {
  --items-spacing: 20px;
  --theme-font-weight: 500;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-footer*="type-1"] .ct-footer [data-id="language-switcher"] .ct-language {
  --theme-link-initial-color: var(--theme-palette-color-5);
  --theme-link-hover-color: var(--theme-palette-color-8);
}

[data-footer*="type-1"] .ct-footer [data-column="language-switcher"] {
  --horizontal-alignment: flex-end;
  --vertical-alignment: center;
}

[data-footer*="type-1"][data-footer*="reveal"] .site-main {
  --footer-box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.1);
}

[data-footer*="type-1"] .ct-footer {
  background-color: var(--theme-palette-color-3);
}

[data-footer*="type-1"] footer.ct-container {
  --footer-container-bottom-offset: 50px;
  --footer-container-padding: 0px 35px;
}

:root {
  --theme-font-family: ct_font_t_t__commons__pro, Sans-Serif;
  --theme-font-weight: 400;
  --theme-text-transform: none;
  --theme-text-decoration: none;
  --theme-font-size: 20px;
  --theme-line-height: 1.65;
  --theme-letter-spacing: 0em;
  --theme-button-font-weight: 600;
  --theme-button-font-size: 15px;
  --has-classic-forms: var(--true);
  --has-modern-forms: var(--false);
  --theme-form-field-border-initial-color: var(--theme-border-color);
  --theme-form-field-border-focus-color: var(--theme-palette-color-1);
  --theme-form-selection-field-initial-color: var(--theme-border-color);
  --theme-form-selection-field-active-color: var(--theme-palette-color-1);
  --theme-palette-color-1: #EC0205;
  --theme-palette-color-2: #0094ee;
  --theme-palette-color-3: #181818;
  --theme-palette-color-4: #56423d;
  --theme-palette-color-5: #bea6a0;
  --theme-palette-color-6: #C6C6C5;
  --theme-palette-color-7: #F0F0F0;
  --theme-palette-color-8: #ffffff;
  --theme-text-color: var(--theme-palette-color-3);
  --theme-link-initial-color: var(--theme-palette-color-1);
  --theme-link-hover-color: var(--theme-palette-color-1);
  --theme-selection-text-color: #ffffff;
  --theme-selection-background-color: var(--theme-palette-color-1);
  --theme-border-color: var(--theme-palette-color-6);
  --theme-headings-color: var(--theme-palette-color-3);
  --theme-content-spacing: 2em;
  --theme-button-min-height: 40px;
  --theme-button-text-initial-color: #ffffff;
  --theme-button-text-hover-color: #ffffff;
  --theme-button-background-initial-color: var(--theme-palette-color-1);
  --theme-button-background-hover-color: var(--theme-palette-color-1);
  --theme-button-border: none;
  --theme-button-padding: 5px 20px;
  --theme-normal-container-max-width: 1340px;
  --theme-content-vertical-spacing: 120px;
  --theme-container-edge-spacing: 90vw;
  --theme-narrow-container-max-width: 750px;
  --theme-wide-offset: 130px;
}

h1 {
  --theme-font-weight: 800;
  --theme-font-size: 40px;
  --theme-line-height: 1.5;
}

h2 {
  --theme-font-weight: 800;
  --theme-font-size: 35px;
  --theme-line-height: 1.5;
}

h3 {
  --theme-font-weight: 800;
  --theme-font-size: 30px;
  --theme-line-height: 1.5;
}

h4 {
  --theme-font-weight: 600;
  --theme-font-size: 25px;
  --theme-line-height: 1.5;
}

h5 {
  --theme-font-weight: 600;
  --theme-font-size: 20px;
  --theme-line-height: 1.5;
}

h6 {
  --theme-font-weight: 600;
  --theme-font-size: 16px;
  --theme-line-height: 1.5;
}

.wp-block-pullquote {
  --theme-font-family: Georgia;
  --theme-font-weight: 600;
  --theme-font-size: 25px;
}

pre,
code,
samp,
kbd {
  --theme-font-family: monospace;
  --theme-font-weight: 400;
  --theme-font-size: 16px;
}

figcaption {
  --theme-font-size: 14px;
}

.ct-sidebar .widget-title {
  --theme-font-size: 20px;
}

.ct-breadcrumbs {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-text-color: var(--theme-palette-color-3);
  --theme-link-initial-color: var(--theme-palette-color-1);
  --theme-link-hover-color: var(--theme-palette-color-1);
}

body {
  background-color: var(--theme-palette-color-7);
  background-image: none;
}

[data-prefix="single_blog_post"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="single_blog_post"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="categories"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="search"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="author"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="author"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="author"] .hero-section[data-type="type-2"] {
  background-color: var(--theme-palette-color-6);
  background-image: none;
  --container-padding: 50px 0px;
}

[data-prefix="download_single"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="download_single"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="download_archive"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="download_archive"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="event_single"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="event_single"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="event_archive"] .entry-header .page-title {
  --theme-font-size: 30px;
}

[data-prefix="event_archive"] .entry-header .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-line-height: 1.3;
}

[data-prefix="blog"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="blog"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
  --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-prefix="blog"] .entry-excerpt {
  --theme-font-size: 16px;
}

[data-prefix="blog"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-prefix="blog"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-border-radius: 0.5rem;
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_1"] {
  --card-element-spacing: 15px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .ct-media-container {
  --card-element-spacing: 30px;
}

[data-prefix="blog"] [data-archive="default"] .card-content .entry-meta[data-id="meta_2"] {
  --card-element-spacing: 15px;
}

[data-prefix="categories"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="categories"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="categories"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="categories"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="author"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="author"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="author"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="author"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="search"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="search"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="search"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="search"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="download_archive"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="download_archive"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="download_archive"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="download_archive"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="event_archive"] .entries {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="event_archive"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
}

[data-prefix="event_archive"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
}

[data-prefix="event_archive"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="programm_archive"] .entries {
  --grid-template-columns: repeat(4, minmax(0, 1fr));
}

[data-prefix="programm_archive"] .entry-card .entry-title {
  --theme-font-size: 20px;
  --theme-line-height: 1.3;
  --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-prefix="programm_archive"] .entry-excerpt {
  --theme-font-size: 0.85em;
}

[data-prefix="programm_archive"] .entry-card .entry-meta {
  --theme-font-weight: 600;
  --theme-text-transform: uppercase;
  --theme-font-size: 12px;
  --theme-link-hover-color: var(--theme-palette-color-1);
}

[data-prefix="programm_archive"] .entry-card {
  background-color: var(--theme-palette-color-8);
  --theme-border-radius: 0.25rem;
  --theme-box-shadow: 0px 12px 18px -6px rgba(34, 56, 101, 0.04);
}

[data-prefix="programm_archive"] [data-archive="default"] .card-content .ct-media-container {
  --card-element-spacing: 30px;
}

[data-prefix="programm_archive"] .entry-button {
  --theme-link-hover-color: var(--theme-palette-color-1);
}

form textarea {
  --theme-form-field-height: 170px;
}

.ct-sidebar {
  --theme-link-initial-color: var(--theme-text-color);
}

aside[data-type="type-3"] {
  --theme-border: 1px solid rgba(224, 229, 235, 0.8);
}

[data-prefix="event_single"] .post-navigation {
  --theme-link-initial-color: var(--theme-text-color);
}

[data-prefix="programm_single"] .ct-related-posts-container {
  background-color: var(--theme-palette-color-6);
}

[data-prefix="programm_single"] .ct-related-posts .related-entry-title {
  --theme-font-size: 16px;
  --card-element-spacing: 5px;
}

[data-prefix="programm_single"] .ct-related-posts .entry-meta {
  --theme-font-size: 14px;
}

[data-prefix="programm_single"] .ct-related-posts {
  --grid-template-columns: repeat(3, minmax(0, 1fr));
}

[data-prefix="download_single"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

[data-prefix="event_single"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

[data-prefix="programm_single"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

[data-prefix="single_blog_post"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

[data-prefix="single_page"] [class*="ct-container"]>article[class*="post"] {
  --has-boxed: var(--false);
  --has-wide: var(--true);
}

@media (max-width: 999.98px) {
  [data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 76px;
  }

  [data-header*="type-1"] #offcanvas {
    --side-panel-width: 100vw;
    --vertical-alignment: center;
    --panel-content-height: auto;
    --horizontal-alignment: flex-end;
    --text-horizontal-alignment: right;
  }

  [data-header*="type-1"] [data-id="socials"].ct-header-socials [data-color="custom"] {
    --theme-icon-color: var(--theme-palette-color-3);
    --theme-icon-hover-color: var(--theme-palette-color-1);
  }

  [data-header*="type-1"] .ct-header [data-row*="top"] {
    --height: 40px;
    background-color: var(--theme-palette-color-6);
    background-image: none;
  }

  [data-header*="type-1"] .ct-header [data-sticky*="yes"] [data-row*="top"] {
    background-color: var(--theme-palette-color-7);
    background-image: none;
  }

  [data-header*="type-1"] {
    --header-height: 116px;
    --header-sticky-height: 76px;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --columns-gap: 20px;
    --grid-template-columns: initial;
  }

  [data-footer*="type-1"] .ct-footer [data-column="menu"] {
    --horizontal-alignment: flex-start;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --columns-gap: 20px;
    --grid-template-columns: initial;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --grid-template-columns: initial;
  }

  [data-footer*="type-1"] .ct-footer [data-id="menu-secondary"] {
    --menu-item-width: 100%;
  }

  [data-footer*="type-1"] .ct-footer [data-column="menu-secondary"] {
    --horizontal-alignment: flex-start;
  }

  [data-footer*="type-1"] .ct-footer [data-column="language-switcher"] {
    --horizontal-alignment: flex-start;
  }

  [data-footer*="type-1"] footer.ct-container {
    --footer-container-padding: 0vw 4vw;
  }

  [data-prefix="blog"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="categories"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="author"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="search"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="download_archive"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="event_archive"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="programm_archive"] .entries {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  [data-prefix="programm_single"] .ct-related-posts {
    --grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 689.98px) {
  [data-header*="type-1"] .ct-header [data-row*="middle"] {
    --height: 100px;
  }

  [data-header*="type-1"] #offcanvas {
    --vertical-alignment: flex-start;
    --panel-content-height: 100%;
  }

  [data-header*="type-1"] {
    --header-height: 140px;
    --header-sticky-height: 100px;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="bottom"]>div {
    --container-spacing: 15px;
    --grid-template-columns: initial;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="middle"]>div {
    --grid-template-columns: initial;
  }

  [data-footer*="type-1"] .ct-footer [data-row*="top"]>div {
    --grid-template-columns: initial;
  }

  [data-footer*="type-1"] footer.ct-container {
    --footer-container-padding: 0vw 5vw;
  }

  [data-prefix="blog"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="blog"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="categories"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="categories"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="author"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="author"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="search"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="search"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="download_archive"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="download_archive"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="event_archive"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="event_archive"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="programm_archive"] .entries {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  [data-prefix="programm_archive"] .entry-card .entry-title {
    --theme-font-size: 18px;
  }

  [data-prefix="programm_single"] .ct-related-posts {
    --grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}