* {
    margin: 0;
	padding: 0;
	border: 0;
    box-sizing: border-box;
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-display: swap;
    font-family: 'fontello';
    src: url('fonts/fontello.eot?13201325');
    src: url('fonts/fontello.eot?13201325#iefix') format('embedded-opentype'),
        url('fonts/fontello.woff2?13201325') format('woff2'),
        url('fonts/fontello.woff?13201325') format('woff'),
        url('fonts/fontello.ttf?13201325') format('truetype'),
        url('fonts/fontello.svg?13201325#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before, .rte ul li:before, .ce_rsce_cards ul li:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rte ul li:before, .ce_rsce_cards ul li:before {
    margin-left: -32px;
}

.rte ul li, .ce_rsce_cards ul li {
    margin-left: 32px;
}

.icon-angle-down:before { content: '\f107'; }
.icon-ok-circled2:before { content: '\e804'; }

:root {
    --primary-color: #707070;
    --secondary-color: #D3CDC8;
    --highlight-color: #007CC7;
    --focus-color: #007CC7;
    --text-color: #404040;
    --text-color-light: #707070;
    --page-background-01: #EFEFEA;
    --page-background-02: #DAE7E3;
    --page-background-03: #F7F7F4;
    --footer-color: #E9E9E9;
    --test-color: #0A6405;
    --element-distance: 50px 0;
}
  

html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    color: var(--text-color);
    overflow-x: hidden;
}

@media screen and (max-width: 620px) {
    html, body {
        font-size: 21px;
    }
}

p, .text   {
    font-size: clamp(.75em, 1vw, 1.15em);
    line-height: 1.5;
    margin-bottom: 32px;
    font-weight: 300;
}

.rte ul, .rte ol {
    font-size: clamp(.75em, 1vw, 1.15em);
}

p:last-child {
    margin-bottom: 0;
}

table, label {
    font-size: clamp(.75em, 1vw, 1.15em);
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
    font-weight: 400;
    margin-bottom: 16px;
}

h1 {
    font-size: clamp(1.5em, 3vw, 2.75em);
}

h2 {
    font-size: clamp(1.25em, 3vw, 2.75em);
}

h3 {
    font-size: clamp(1.15, 3vw, 2em);
}

h4 {
    font-size: clamp(1em, 3vw, 1.5em);
}

h5 {
    font-size: clamp(1em, 3vw, 1.25em);
    font-weight: 500;
}

h6 {
    font-size: 1em;
    font-weight: 500;
}

a:link,
a:visited {
    text-decoration: underline;
    color: var(--primary-color);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    font-weight: 300;
    font-size: inherit;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

a:focus-visible {
    color: var(--focus-color);
    border: 1px solid var(--focus-color);
}

:focus {
  outline: 2px solid #4d90fe;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(77, 144, 254, 0.5);
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus,
[tabindex]:focus {
  outline: 2px solid #4d90fe;
  outline-offset: 2px;
  transition: outline-color 0.2s ease-in-out;
}

:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}

:focus-visible {
  outline: 2px solid #4d90fe;
  outline-offset: 2px;
}

a:active {
    color: var(--text-color);
}

nav strong {
    font-weight: 500;
}

main .ce_rsce_cards ul,
main .rte ul,
main .rte ol {
    margin-bottom: 32px;
}

main .rte ol {
    margin-left: 32px;
}

main .ce_rsce_cards ul li,
main .rte ul li, 
main .rte ol li {
    margin-bottom: 16px;
    font-weight: 300;
}

main .ce_rsce_cards ul li,
main .rte ul li {
    list-style-type: none;
}

main .ce_rsce_cards ul li:before,
main .rte ul li:before {
    content: '\e804';
}

@media screen and (max-width: 960px) {
    main .ce_rsce_text-button table tr,
    main .rte table tr {
        display: flex;
        flex-direction: column;
        margin-bottom: 32px;
    }

    main .rte table tr:last-child {
        margin-bottom: 0;
    }
}

table {
    border-collapse: inherit !important;
    border-spacing: 16px;
    margin-left: -16px;
}

table td {
    vertical-align: top;
}

table tr td:first-child {
    font-weight: bold;
}

header a:link,
header a:visited {
    text-decoration: none;
}

.sr-only,
.invisible:not(:focus) {
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    float: left;
    z-index: -100;
}

[data-icon]::before {
    content: attr(data-icon);
    font-family: "fontello";
    font-size: 25px;
    font-style: normal;
}

a.button:link,
a.button:visited,
.more a,
button.submit {
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 10px 20px;
    margin: 32px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    text-decoration: none;
    background-color: white;
    font-size: clamp(.75em, 1vw, 1.15em);
}

.button-container {
  display: flex;
  gap: 32px;
}

.button-container a.button:link,
.button-container a.button:visited {
    margin: 0;
}
 
a.button:hover,
.more a:hover,
button.submit:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

a:focus-visible,
button.submit:focus {
    border: 1px solid var(--focus-color);
}


a.button:focus
button.submit:focus {
    border-color: var(--focus-color);
}

a.button:active
button.submit:active {
    background-color: var(--focus-color);
} 

/*Header*/
header {
    background-color: white;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (min-width: 768px) {
    header .ce_rsce_header {
        margin-bottom: 100px;
    }
}

header .inside,
footer .inside {
    max-width: 1650px;
    margin-inline: auto;
}

.header-top .scroll-inside {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    gap: 16px;
    z-index: 2;
    height: 100%;
    padding-top: 16px;
    margin-bottom: 16px;
    position: sticky;
    top: 0;
    background-color: white;
    transition: height 0.3s ease;
}

.header-top.scrolled {
    position: fixed;
    width: 100%;
    left: 0;
    height: auto;
    background-color: white;
    z-index: 999;
    box-shadow: 0 3px 30px rgba(0,0,0,0.15);
}

.header-top.scrolled .scroll-inside {
    max-width: 1650px;
    margin-inline: auto;
    position: relative;
    max-height: fit-content;
    padding-top: 0;
    margin-bottom: 8px;
    align-items: center;
}

.header-top.scrolled .scroll-inside .logo {
    display: none;
}

.header-top.scrolled .scroll-inside .phone {
    position: static;
    margin-bottom:0;
}

@media screen and (max-width: 668px) {
    .header-top {
        margin-bottom: 0;
    }
}

.header-top img {
    max-width: 100%;
    height: auto;
}

.header-top.scrolled img {
    max-height: 70px;
    width: auto;
}

header .phone {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    gap: 16px;
    align-items: center;
}

header .phone:hover {
    text-decoration: underline;
}

header .nav-toggle__box {
    display: block;
}

@media screen and (max-width: 668px) {
    header .meta {
        width: calc(100% + 64px);
        background-color: var(--page-background);
        position: relative;
        margin-inline: -32px;
        padding-inline: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    header .phone {
        position: relative;
    }
}

@media screen and (min-width: 1020px) {
    header .nav-toggle__box {
        display: none;
    }
}

header .nav-toggle {
    width: 68px;
    cursor: pointer;
}

header .nav-toggle span:not(.menu) {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 3px;
    background: var(--text-color);
    transition: all .3s;
    position: relative;
  }

  span.menu {
    position: relative;
    top: 6px;
}
  
  header .nav-toggle span + span {
    margin-top: 9px;
  }
  
  .active span:nth-child(1) {
    animation: ease .7s top forwards;
  }
  
  .not-active span:nth-child(1) {
    animation: ease .7s top-2 forwards;
  }
  
  .active span:nth-child(2) {
    animation: ease .7s scaled forwards;
  }
  
  .not-active span:nth-child(2) {
    animation: ease .7s scaled-2 forwards;
  }
  
  .active span:nth-child(3) {
    animation: ease .7s bottom forwards;
  }
  
  .not-active span:nth-child(3) {
    animation: ease .7s bottom-2 forwards;
  }
  
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0);
    }
    50% {
      top: 12px;
      transform: rotate(0);
    }
    100% {
      top: 12px;
      transform: rotate(45deg);
    }
  }
  
  @keyframes top-2 {
    0% {
      top: 12px;
      transform: rotate(45deg);
    }
    50% {
      top: 12px;
      transform: rotate(0deg);
    }
    100% {
      top: 0;
      transform: rotate(0deg);
    }
  }
  
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0);
    }
    50% {
      bottom: 12px;
      transform: rotate(0);
    }
    100% {
      bottom: 12px;
      transform: rotate(135deg);
    }
  }
  
  @keyframes bottom-2 {
    0% {
      bottom: 12px;
      transform: rotate(135deg);
    }
    50% {
      bottom: 12px;
      transform: rotate(0);
    }
    100% {
      bottom: 0;
      transform: rotate(0);
    }
  }
  
  @keyframes scaled {
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(0);
    }
  }
  
  @keyframes scaled-2 {
    0% {
      transform: scale(0);
    }
    50% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }

header .mod_navigation {
    display: none;
}

header .mod_navigation a,
header .mod_navigation strong {
    text-transform: uppercase;
}

header .mod_navigation strong {
    font-weight: 500;
    color: var(--text-color-light);
}

header .mod_navigation .submenu-toggle {
    background-color: white;
}

header .mod_navigation .submenu-toggle i {
    font-size: 26px;
    color: var(--text-color-light);
}

@media screen and (min-width: 1020px) {
    header .mod_navigation {
        display: block;
    }
}
@media screen and (min-width: 1020px) {
header .mod_navigation ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
  
    display: flex;
}

header .mod_navigation ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    flex-direction: column;

    transform-origin: top center;
    transform: scale(1, 0);
    transition: transform 0.2s;
}

header .mod_navigation ul li {
    padding: 8px 16px;
    position: relative;
}

@media screen and (max-width: 1290px) and (min-width: 1020px) {
    header .mod_navigation ul li {
        padding: 0 12px;
    }
}

header .mod_navigation ul li:hover ul {
    transform: scale(1, 1);
}

header .mod_navigation ul ul {
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(175,188,190,1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(175,188,190,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(175,188,190,1);
    border-radius: 3px;
}

header .mod_navigation ul ul li a {
    display: block;
    text-decoration: none;
    color: #ddd;
    white-space: nowrap;
}

.mod_navigation a:link,
.mod_navigation a:visited,
.mod_customnav a:link,
.mod_customnav a:visited,
.mod_sitemap a:link,
.mod_sitemap a:visited {
    color: var(--primary-color);
}

.mod_navigation a:hover,
.mod_customnav a:hover,
.mod_sitemap a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.mod_navigation a:focus,
.mod_customnav a:focus,
.mod_sitemap a:focus {
    color: var(--focus-color);
}

.mod_navigation a:active,
.mod_customnav a:active,
.mod_sitemap a:active {
    color: var(--text-color);
}
}

header .mod_navigation ul li:hover ul {
    display: block;
}

@media screen and (max-width: 1019px) {
    header .mod_navigation {
        width: calc(100% + 64px);
        margin-inline: -32px;
        float: left;
        background-color: white;
        box-shadow: 0px 0px 10px 0px rgba(175,188,190,1);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(175,188,190,1);
        -moz-box-shadow: 0px 0px 10px 0px rgba(175,188,190,1);
        border-radius: 3px;
        position: relative;
        top: 0;
        left: 0;
    }

    .shrink .mod_navigation {
        top: 78px;
    }
    
    header .mod_navigation li {
        float:left;
        width:100%;
        position:relative;
        list-style-type: none;
    }

    header .mod_navigation a,
    header .mod_navigation strong {
        display:block;
        height:100%;
        width:100%;
        padding:1em;
        text-decoration:none;
        color:var(--text-color);
        background:var(--page-background);
        border-top: 1px solid rgba(0,0,0,0.5);
    }

    header .mod_navigation li:first-child > * {
        border-top: 0;
    }
    
    header .mod_navigation a:hover {
        background:rgba(0,0,0,0.4);
    }
    
    header .mod_navigation {
        display:none;
    }
    
    .sub-menu {
        display:none;
    }
    
    .sub-menu li:last-of-type {
        padding-bottom:0;
    }
    
    .sub-menu a {
        background:white;
    }
    
    .sub-menu .sub-menu a {
        background:rgba(0,0,0,0.6);
    }
    
    /* toggles */
    .nav-toggle {
        background:transparent;
        display:block;
        position:relative;
        right:0;
        top:0;
        padding:1em;
        color:var(--text-color);
        cursor:pointer;
    }
    
    .toggle-sub-menu {
        display:none;
    }
    
    .toggle-sub-menu {
        position:absolute;
        right:0;
        top:1px;
        display:block;
        padding:1em;
        background: white;
        height: 61px;
        width: 61px;
        cursor:pointer;
    }
    
    .toggle-sub-menu.active {
        background: white}
        
    .toggle-sub-menu:hover,
    .toggle-sub-menu.active:hover  {
        background-color: var(--primary-color);
    }

    header .mod_navigation .submenu-toggle {
        position: absolute;
        right: 0;
        top: 1px;
        display: block;
        padding: 1em;
        background: var(--primary-color);
        height: 71px;
        width: 60px;
        cursor: pointer;
        color: white;
    }
    
    header .mod_navigation .submenu-toggle i {
        color: white;
    }

    header .mod_navigation .level_2.open a,
    header .mod_navigation .level_2.open strong {
        padding-left: 40px;
    }

}

ul.level_2.closed {
    display: none;
}

ul.level_2.open {
    display: block;
    transform: scale(1, 1);
}
.submenu-toggle i.icon-angle-down {
    transition: transform 0.3s ease;
    display: inline-block;
}

/*ce_rsce_header*/
.ce_rsce_header {
    position: relative;
}

.ce_rsce_header h1 {
    padding: 16px 32px;
}

@media screen and (min-width: 769px) {
    .ce_rsce_header h1 {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(255,255,255,0.8);
        margin: 48px;
        max-width: 900px;
    }
}

/*MAIN*/
.hidden {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transform: translateY(100px);
}

.visible {
  opacity: 1;
  transform: translateY(0);
}


main {
    background-color: var(--page-background);
}

main .mod_article {
    padding: 50px 0;
}

main .mod_article .article-container {
    max-width: 1650px;
    margin-inline: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

main .mod_article .article-container > :not(:last-child) {
    margin-bottom: 50px;
}

@media screen and (max-width: 1730px) {
    .header-top,
    footer .inside,
    main .mod_article .article-container {
        padding-inline: 32px;
    }
}

.page-background-01 {
    background-color: var(--page-background-01);
}

.background-02 {
    background-color: var(--page-background-02);
}

.background-03 {
    background-color: var(--page-background-03);
}

@media screen and (min-width:769px) {
    .grid-column-2 .article-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 64px;
    }
}

.content-text {
    margin-bottom: 16px;
}

.content-image img, img {
    max-width: 100%;
    height: auto;
}

.content-text.media {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2rem;
}

.content-text.media h2 {
  width: 100%;
  margin-bottom: 1.5rem;
}

.content-text.media.media--right figure,
.content-text.media.media—right figure {
  order: 2;
  flex: 0 0 auto;
  max-width: 50%;
}

.content-text.media.media--right .rte,
.content-text.media.media—right .rte {
  order: 1;
  flex: 1;
}

.content-text.media.media--left figure,
.content-text.media.media—left figure {
  order: 1;
  flex: 0 0 auto;
  max-width: 50%;
}

.content-text.media.media--left .rte,
.content-text.media.media—left .rte {
  order: 2;
  flex: 1;
}

.content-text.media.media--top figure,
.content-text.media.media—top figure {
  order: 1;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
}

.content-text.media.media--top .rte,
.content-text.media.media—top .rte {
  order: 2;
  width: 100%;
}

.content-text.media.media--bottom figure,
.content-text.media.media—bottom figure {
  order: 2;
  width: 100%;
  max-width: 100%;
  margin-top: 1.5rem;
}

.content-text.media.media--bottom .rte,
.content-text.media.media—bottom .rte {
  order: 1;
  width: 100%;
}

@media (max-width: 768px) {
  .content-text.media figure,
  .content-text.media .rte {
    width: 100%;
    max-width: 100%;
  }
  
  .content-text.media:not(.media--bottom):not(.media—bottom) figure {
    order: 1;
    margin-bottom: 1.5rem;
  }
  
  .content-text.media:not(.media--bottom):not(.media—bottom) .rte {
    order: 2;
  }
  
  .content-text.media.media--bottom figure,
  .content-text.media.media—bottom figure {
    order: 2;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }
  
  .content-text.media.media--bottom .rte,
  .content-text.media.media—bottom .rte {
    order: 1;
  }
}

/*ce_rsce_text-button*/
.ce_rsce_text-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 100px;
    gap: 32px;
}

.ce_rsce_text-button div:first-child {
    flex-grow: 20;
    flex-basis: 500px;
}

.ce_rsce_text-button .intro:first-child {
    background-color: white;
    padding: 48px;
    position: relative;
    z-index: 2;
    height: fit-content;
    flex-grow: 1;
    flex-basis: 500px;
}

@media screen and (min-width: 1004px) {
    .ce_rsce_text-button .intro:first-child {
        margin-right: -60px;
    }
}

.ce_rsce_text-button figure {
    flex-grow: 1;
    flex-basis: 500px;
}

.ce_rsce_text-button .intro > *:last-child {
    margin-bottom: 0;
}

/*Grid-Container*/
.grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

@media screen and (max-width: 768px) {
    .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

/*ce_rcse_teaser*/
.ce_rsce_teaser .teaser-item::before {
    content: "";
    background-color: #AED3D3;
    opacity: 0.8;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
}

.ce_rsce_teaser .teaser-item {
    position: relative;
    border: 1px solid var(--text-color-light);
    overflow: hidden;
}

.ce_rsce_teaser .teaser-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
}

.ce_rsce_teaser .teaser-item a::before {
  content: none;
}

.ce_rsce_teaser .teaser-item:hover::before {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ce_rsce_teaser .teaser-item:hover a {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.ce_rsce_teaser picture {
    display: flex;
}

.ce_rsce_teaser img {
    width: 100%;
    height: auto;
}

/*rsce_button*/
.ce_rsce_button.center {
  display: flex;
  justify-content: center;
}

.ce_rsce_button.right {
  display: flex;
  justify-content: end;
}

/*ce_form*/
.ce_form .widget {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ce_form .widget input{
    background-color: transparent;
    border-bottom: 2px solid var(--text-color);

    font-size: clamp(.75em, 1vw, 1.15em);
    line-height: 1.5;
}

.ce_form .widget input.upload {
    border-bottom: 0;
    margin-bottom: 32px;
}

.ce_form .widget-explanation,
.ce_form fieldset {
    margin-bottom: 32px;
}

.ce_form .checkbox_container legend {
    font-weight: 500;
}

/*.content-gallery*/
.content-gallery ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

@media screen and (max-width: 768px) {
    .ce_rsce_teaser .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

.content-gallery ul li {
    border: 1px solid var(--text-color);
    position: relative;
    overflow: hidden;
    width: 100%;
}

.content-gallery ul picture,
.content-gallery a {
    display: flex;
}

.content-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.content-gallery img {
    object-fit: contain;
}

.content-gallery figure:hover img {
    transform: scale(1.05);
}

/*ce_rsce_team*/
.ce_rsce_team .team-item {
    display: flex;
    flex-direction: column;
}

.ce_rsce_team .team-item figure {
    margin-bottom: 16px;
}

.ce_rsce_team .team-item figure img {
    border: 1px solid var(--text-color);
}

/*Zitat*/
.ce_rsce_zitat blockquote {
    color: var(--highlight-color);
    font-size: clamp(1.25em, 3vw, 2.75em);
    line-height: 1.15;
    font-weight: 300;
    text-align: center;
    max-width: 900px;
    margin-inline: auto;
}

.ce_rsce_zitat blockquote cite {
    font-size: clamp(.5em, 2vw, 1em);
}

/*FOOTER*/
footer {
    background-color: var(--footer-color);
    padding: 32px 0;
}

footer .inside {
    display: flex;
    gap: 32px;
    justify-content: space-between;
}

footer .mod_navigation ul,
footer .mod_customnav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    list-style-type: none;
    text-transform: uppercase;
    font-size: 18px;
}

footer a:link,
footer a:visited {
    text-decoration: none;
}

footer a:link,
footer a:visited,
footer strong {
    color: var(--text-color) !important;
}

footer a:hover {
    text-decoration: underline;
    color: black;
}

@media screen and (max-width: 960px) {
    footer .inside {
        flex-direction: column;
        align-items: center;
    }
}

@media screen and (max-width: 560px) {
    footer .inside {
        gap: 64px;
        align-items: start;
    }

    footer .mod_navigation ul, 
    footer .mod_customnav ul {
        flex-direction: column;
        align-items: start;
    }
}


@media screen and (max-width: 620px) {
    main .mod_article .article-container {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    main .mod_article {
        padding: 25px 0;
    }

    .ce_rsce_text-button {
        margin-bottom: 25px;
    }

    .ce_rsce_teaser .grid-container {
        grid-template-columns: 1fr 1fr;
    }

    .grid-container,
    .content-gallery ul {
        gap: 16px;
    }

    .ce_rsce_team .grid-container {
        gap: 48px;
    }

    .ce_rsce_teaser .teaser-item a {
        text-align: center;
        hyphens: auto;
    }
}

.global-hide .global {
    display: none;
}