/* gantari-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: 'Gantari';
  font-style: normal;
  font-weight: 400;
  src: url('/files/i2sn/src/fonts/gantari-v4-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/i2sn/src/fonts/gantari-v4-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* gantari-italic - 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: 'Gantari';
  font-style: italic;
  font-weight: 400;
  src: url('/files/i2sn/src/fonts/gantari-v4-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/i2sn/src/fonts/gantari-v4-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* gantari-700 - 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: 'Gantari';
  font-style: normal;
  font-weight: 700;
  src: url('/files/i2sn/src/fonts/gantari-v4-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/i2sn/src/fonts/gantari-v4-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* gantari-700italic - 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: 'Gantari';
  font-style: italic;
  font-weight: 700;
  src: url('/files/i2sn/src/fonts/gantari-v4-latin-700italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('/files/i2sn/src/fonts/gantari-v4-latin-700italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

html, body {
    font-family: Gantari, Arial, Helvetica, sans-serif;
    font-weight: 400;
}

h1, h2 {
    margin-bottom: 45px;
    margin-top: 45px;
}

h2, h3, h4, h5, h6 {
    color: var(--accentColor);
}

.mod_article > .container > h1:first-child, .mod_article > .container > h2:first-child,
.mod_article > .container > .ce_text:first-child > h1:first-child, .mod_article > .container > .ce_text:first-child > h2:first-child {
    margin-top: 0;
}

.header .inside {
    max-width: calc(var(--contentBoxedWidth) + 200px);
}

#bottom .inside {
    max-width: calc(var(--contentBoxedWidth) - 424px);
}

.header .mainmenu ul ul li a:hover {
    color: var(--accentColor);
}

.mod_langswitcher ul li a:hover {
    background-color: transparent;
    color: var(--accentColor);
}







#slider .ce_video_background h1 {
    text-shadow: 3px 4px 5.7px rgba(0, 0, 0, 0.35);
}



#slider .ce_bgimage .ce_bgimage-image:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    background: linear-gradient(85deg, var(--secondColor) 15.62%, var(--accentColor) 84.83%);
}






#slider .ce_video_background:after,
.ce_text_imagebox a:after,
#slider .ce_bgimage .ce_bgimage-image:after,
.ce_zitat:after,
.ce_image_text_box .ce_image_text_box_image:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    background-color: #fff;
    transform: skewX(-45deg);
}

#slider .ce_video_background:after,
#slider .ce_bgimage .ce_bgimage-image:after {
    width: 445px;
    height: 45px;
    right: -30px;
}

.ce_text_imagebox a,
.ce_zitat {
    overflow: hidden;
}

.ce_text_imagebox a:after,
.ce_image_text_box .ce_image_text_box_image:after {
    width: 123px;
    height: 30px;
    right: -20px;
}

.ce_zitat:after {
    width: 185px;
    height: 22px;
    right: -14px;
}

@media only screen and (max-width: 767px) {
    #slider .ce_video_background:after,
    #slider .ce_bgimage .ce_bgimage-image:after {
        width: 185px;
        height: 40px;
    }
}







.ce_tabs .tabs.horizontal ul {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
}

.ce_tabs .tabs.horizontal li {
    padding: 6px 30px 8px 30px;
    background-color: #9DB0BB;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
}

.ce_tabs .tabs.horizontal li span {
    display: block;
}

.ce_tabs .tabs.horizontal ul li.active {
    border-radius: 0;
    background-color: var(--accentColor);
}

.ce_tabs .tabs.horizontal ul li.active span {
    color: #fff;
}

.ce_tabs .tabs.horizontal ul li:hover {
    opacity: 1;
}

.ce_tabs .tabs.horizontal ul li:not(.active):hover span {
    color: var(--body-color);
}

@media only screen and (max-width: 767px) {
    .ce_tabs .tabs.horizontal ul {
        margin-bottom: 80px;
    }

    .ce_tabs .tabs.horizontal ul li {
        margin-bottom: 20px;
        text-align: center;
        max-width: 60vw;
        margin-left: auto;
        margin-right: auto;
    }
}








.image_container .caption {
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 22px;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}







.ce_text a, .ce_text p a {
    transition: all 0.3s ease;
}

.ce_text a:hover, .ce_text p a:hover {
    color: var(--body-color) !important;
}

.ce_hyperlink a, a.btn {
    border-width: 0;
    transition: all 0.3s ease;
}

.ce_hyperlink-extended.btn-accent a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(88deg, var(--accentColor) 14.73%, var(--secondColor) 193.76%);
    opacity: 0;
    transition: all 0.3s ease;
}

.ce_hyperlink-extended.btn-accent a > span {
    position: relative;
    z-index: 1;
}

.ce_hyperlink-extended.btn-accent a:hover {
    opacity: 1;
}

.ce_hyperlink-extended.btn-accent a:hover:before {
    opacity: 1;
}

.ce_hyperlink-extended.btn-white a:hover {
    background-color: var(--accentColor);
    color: #fff;
    opacity: 1;
}







.ce_text_imagebox:hover a:hover {
    box-shadow:none;
	transform: none;
	-webkit-transform: none;
}

.ce_text_imagebox .ce_text_imagebox_image:before,
.ce_text_imagebox .ce_text_imagebox_image:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    z-index: 1;
}

.ce_text_imagebox .ce_text_imagebox_image:before {
    background: linear-gradient(90deg, var(--secondColor) 15%, var(--accentColor) 85%);
    opacity: 0.8;
}

.ce_text_imagebox .ce_text_imagebox_image:after {
    background: linear-gradient(90deg, var(--accentColor) 15%, var(--secondColor) 85%);
    opacity: 0;
}

.ce_text_imagebox a:hover .ce_text_imagebox_image:before {
    opacity: 0;
}

.ce_text_imagebox a:hover .ce_text_imagebox_image:after {
    opacity: 0.8;
}

.ce_text_imagebox .inside {
    padding: 35px 25px 105px 25px;
}

.ce_text_imagebox .content > .ce_headline {
    text-align: center;
    margin-bottom: 15px;
}

.ce_text_imagebox .content > .ce_headline > * {
    font-size: 20px;
    line-height: 23px;
}

.ce_text_imagebox .content > p {
    font-size: 16px;
    line-height: 19px;
}

.ce_text_imagebox .link_text {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
    z-index: 2;
    background-image: url('/files/i2sn/src/img/arrow-right-white.svg');
    background-position: right 6px;
    background-size: 8px auto;
    background-repeat: no-repeat;
    padding-right: 18px;
    white-space: nowrap;
    transition: all 0.3s ease;
    opacity: 0;
}

.ce_text_imagebox a:hover .link_text {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .ce_text_imagebox .link_text {
        opacity: 1;
        bottom: 60px;
    }
}








.ce_zitat {
    position: relative;
    background-image: url('/files/i2sn/src/img/background_i2sn_zitat.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ce_zitat:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--secondColor) 14.39%, var(--accentColor) 81.56%);
    opacity: 0.8;
}

.ce_zitat > .inner {
    padding: 50px 125px 50px 60px;
    position: relative;
    color: #fff;
}

.ce_zitat > .inner::before {
    content: "";
    display: block;
    position: absolute;
    right: 50px;
    bottom: 73px;
    width: 64px;
    height: 50px;
    background-image: url('/files/i2sn/src/img/quote-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ce_zitat > .inner > p {
    font-size: 32px;
    line-height: 42px;
    font-style: italic;
}

.ce_zitat .additional p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px;
}

.ce_zitat .additional p a {
    color: #fff;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.ce_zitat .additional p a:hover {
    color: var(--body-color);
}

@media only screen and (max-width: 767px) {
    .ce_zitat > .inner {
        padding: 20px 20px 40px 20px;
    }

    .ce_zitat > .inner::before {
        content: none;
        display: none;
    }

    .ce_zitat > .inner > p {
        font-size: 22px;
        line-height: 32px;
    }

    .ce_zitat .additional p {
        font-size: 18px;
        line-height: 22px;
    }
}











.content-swiper .swiper {
    padding-bottom: 80px;
}

.content-swiper .swiper .swiper-wrapper {
    align-items: center;
}

.content-swiper .swiper-button-prev,
.content-swiper .swiper-button-next {
    margin-top: 0;
    top: auto;
    bottom: 23px;
    width: 34px;
    height: 34px;
    background-image: url('/files/i2sn/src/img/nav-arrow-right-green.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.content-swiper .swiper-button-prev {
    transform: rotate(180deg);
}

.content-swiper .swiper-button-prev {
    left: calc(50% - 34px - 25px);
}

.content-swiper .swiper-button-next {
    right: calc(50% - 34px - 25px);
}

.content-swiper .swiper-button-prev:hover,
.content-swiper .swiper-button-next:hover {
    opacity: 1;
}

.content-swiper .swiper-button-prev > svg,
.content-swiper .swiper-button-next > svg {
    display: none;
}

.content-swiper .swiper-pagination {
    display: none;
}

.content-swiper .swiper-button-prev:after,
.content-swiper .swiper-button-next:after {
    display: none;
    content: none;
}

@media only screen and (max-width: 767px) {
    .content-swiper .swiper-button-next, .content-swiper .swiper-button-prev {
        display: block;
    }
}





.ce_swiper-slider-start .swiper-wrapper {
    align-items: center;
}







.ce_image_text_box .ce_image_text_box_image {
    position: relative;
}

.ce_image_text_box .ce_image_text_box_content {
    margin-top: 24px;
}

.ce_image_text_box .ce_image_text_box_content .ce_headline > * {
    font-size: 20px;
    line-height: 23px;
    color: var(--body-color);
    margin-bottom: 12px;
}

.ce_image_text_box .ce_image_text_box_content > p {
    font-size: 16px;
    line-height: 19px;
}



.ce_divider_extended.version3 {
    background-color: #000;
}










.mod_eventlist > .empty {
    text-align: center;
    font-weight: 700;
}

.mod_eventlist h2.cur_year {
    text-align: center;
    color: #4D5457;
    margin-bottom: 30px;
    
}

.mod_eventlist h2.cur_year:not(:first-child) {
    margin-top: 60px;
}

.mod_eventlist .layout_list {
    margin-bottom: 35px;
    padding-top: 30px;
}

.mod_eventlist .layout_list + .layout_list {
    border-top: 1px solid #4D5457;
}

.mod_eventlist .layout_list > div {
    display: flex;
    align-items: center;
    flex-grow: unset;
}

.mod_eventlist .layout_list .date {
    font-weight: 700;
    width: 15%
}

.mod_eventlist .layout_list .date .date_day {
    font-size: 54px;
    line-height: 54px;
    color: var(--accentColor);
}

.mod_eventlist .layout_list .date .date_month {
    font-size: 32px;
    line-height: 32px;
    color: #4D5457;
}

.mod_eventlist .layout_list .title_teaser {
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 60%
}

.mod_eventlist .layout_list .title_teaser h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 0;
}

.mod_eventlist .layout_list .title_teaser h3 + p {
    margin-top: 25px;
}

.mod_eventlist .layout_list .title_teaser p {
    font-size: 20px;
    line-height: 24px;
}

.mod_eventlist .layout_list .title_teaser p:last-child {
    margin-bottom: 0;
}

.mod_eventlist .layout_list .link {
    justify-content: end;
    width: 25%;
}

.mod_eventlist .layout_list .link a {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: var(--accentColor);
    text-decoration: underline;
    transition: all 0.3s ease;
}

.mod_eventlist .layout_list .link a:hover {
    color: var(--body-color);
}

@media only screen and (max-width: 1024px) {
    .mod_eventlist .layout_list .date {
        width: 20%;
    }

    .mod_eventlist .layout_list .title_teaser {
        width: 55%;
    }

    .mod_eventlist .layout_list .link {
        width: 25%;
    }
}

@media only screen and (max-width: 767px) {
    .mod_eventlist .layout_list .date .date_day {
        font-size: 34px;
        line-height: 34px;
    }

    .mod_eventlist .layout_list .date .date_month {
        font-size: 22px;
        line-height: 22px;
    }




    .mod_eventlist .layout_list .link {
        justify-content: start;
    }
}











.ce_form {
    background-color: rgb(211, 211, 213);
    padding: 50px 105px;
}

.ce_form .explanation {
    margin-bottom: 30px;
}

.ce_form .explanation > h1:first-child,
.ce_form .explanation > h2:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.ce_form .explanation p {
    font-size: 20px;
    line-height: 24px;
}

.ce_form fieldset {
    padding: 0;
    margin-bottom: 0;
    border: 0;
}

.ce_form input,
.ce_form textarea,
.ce_form select {
    font-size: 16px;
    line-height: 24px;
    padding: 19px 18px;
}

.ce_form select {
    height: auto;
}

.ce_form input:active {
    transform: none;
}

.ce_form input:hover,
.ce_form textarea:hover,
.ce_form select:hover {
    border-color: var(--accentColor);
}

.ce_form input:focus-visible,
.ce_form textarea:focus-visible,
.ce_form select:focus-visible,
.ce_form button.submit {
    outline-color: var(--accentColor);
}

::placeholder {
    opacity: 1;
    color: var(--accentColor);
}

::-ms-input-placeholder {
    color: var(--accentColor);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--accentColor) !important;
}

.ce_form select {
    color: var(--accentColor);
}

.ce_form select:valid {
    color: #000;
}

.ce_form .widget-submit {
    text-align: center;
    margin-bottom: 0;
    margin-top: 50px;
}

.ce_form button.submit {
    background-color: #fff;
    color: var(--accentColor);
    border-radius: 0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    padding: 14px 40px;
    height: auto;
}

.ce_form button.submit:hover {
    background-color: var(--accentColor);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .ce_form {
        padding: 30px 15px;
    }
}















#footer {
    background: linear-gradient(63deg, var(--secondColor) 14.39%, var(--accentColor) 81.56%);
}

#footer .mod_customnav {
    padding-top: 60px
}

#footer .mod_customnav ul {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-wrap: wrap;
}

#footer .mod_customnav ul li {
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 0;
}

#footer .mod_customnav ul li:before,
#footer .mod_customnav ul li:after {
    content: none;
    display: none;
}

#footer .mod_customnav ul li a {
    color: #fff;
    font-weight: 700;
}

#footer .mod_customnav ul li a:hover {
    color: var(--body-color);
}






#bottom > .inside {
    padding-top: 40px;
    padding-bottom: 40px;
}

#bottom > .inside > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



#bottom img {
    display: block;
}


@media only screen and (max-width: 767px) {
    #bottom > .inside > div {
        flex-wrap: wrap;
    }

    #bottom > .inside > div > div {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }

    #bottom > .inside > div > div img {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }
}








#mmenu a.active, #mmenu a.trail {
    color: var(--accentColor);
}










