*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
header,
footer,
main,
section,
article,
nav,
figure,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #00205D;
    font: 24px 'Lexend Deca', Arial, Helvetica, Sans-Serif;
    min-width: 320px;
    overflow-x: hidden;
}

a {
    color: #00205D;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    color: #00205D;
    text-decoration: none;
}

input,
select,
textarea {
    background: #E6E6E6;
    border: #E6E6E6 1px solid;
    border-radius: 3px;
    color: #000;
    font: inherit;
    font-size: 14px;
    font-weight: 300;
    padding: 3px;
}

li {
    list-style: none;
}

h1,
h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 1em;
}

h3 {
    color: #00205D;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 .5em;
}

h4 {
    color: #00205D;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 1em;
}

h5,
h6 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.1;
    margin: 0 0 .5em;
}

p {
    line-height: 1.4em;
    margin: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
}

/*- Layout -*/

.page-header,
.page-container,
.page-footer {
    margin: 0 auto;
    max-width: 1436px;
    padding: 0 40px;
}

.page-container--right-side {
    margin-left: calc(50% + 60px);
    min-height: calc(100vh - 156px)
}

.page-container {
    margin-top: 170px;
    padding-bottom: 100px;
}

.home-page .page-container {
    margin-top: 0;
    padding-bottom: 90px;
    padding-top: 90px;
}

.page-container>.page-container {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}

.page-container-inner {
    margin-left: -330px;
}

.page-container--xs {
    max-width: 860px;
}

.page-container--sm {
    margin-left: auto;
    margin-right: auto;
    max-width: 1290px;
}

.page-container--md {
    margin-left: auto;
    margin-right: auto;
    max-width: 1356px;
}

.page-container--lg {
    max-width: 1680px;
}

.page-container--xl {
    max-width: 1920px;
    /* max-width: inherit; */
}

.page-content-extend-right {
    display: flex;
    justify-content: flex-end;
    margin-right: calc((2 * 100% + 80px - 100vw) / 2);
}

.page-content-extend-right.pic-responsive img {
    border-radius: 0;
    margin-bottom: -90px;
    margin-top: -90px;
}

.is-open .page-content-extend-right.pic-responsive img {
    margin-bottom: 20px;
}

.heading-shift h2 {
    transform: translateX(-115px);
}

.page-section--theme1 {
    background: #E6E6E6;
}

.page-section--theme1>.page-container {
    padding-bottom: 20px;
    padding-top: 70px;
}

.page-section--theme2 {
    background: #00205D;
    color: #fff;
}

.page-section--theme2 h3 {
    color: #fff;
}

.page-section--theme2 a {
    color: #fff;
}

.page-section--theme3 {
    background: #F9F9F9;
    position: relative;
    z-index: 1
}

.page-section--theme3::after {
    background: linear-gradient( to top, rgba(0, 0, 0, .18) 0%, rgba(0, 0, 0, .10) 25%, rgba(0, 0, 0, .04) 55%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    content: "";
    height: 140px;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
}

.page-section--theme3>.page-container {
    margin-top: 0;
    padding-bottom: 90px;
    padding-top: 90px;
}

.page-top-bar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.page-top-bar::after {
   /* background: linear-gradient(to bottom, rgba(255, 255, 255, .95) 30%, rgba(255, 255, 255, 0) 100%); */
    bottom: 0;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.page-top-bar--left-side::after {
    width: 50%;
}

.page-bottom-bar {
    background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
    position: relative;
    z-index: 1;
}

/*- Page Header -*/

.page-header {
    display: flex;
    height: 156px;
    justify-content: space-between;
    margin-bottom: 35px;
    max-width: inherit;
    position: relative;
    z-index: 100;
}

.header-logo {
    margin: 40px 0 0;
    position: relative;
    z-index: -1
}

/*- Title  -*/

.page-title {
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.page-subtitle {
    min-height: 505px;
}

.home-page .page-title {
    height: 100vh;
    position: relative;
    z-index: 1
}

.bgvideo {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    pointer-events: none;
}

.page-title--left-side {
    right: auto;
    width: 50%;
    z-index: 0
}

.intro-headline {
    margin-bottom: 20px;
}

.intro-headline h1 {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.intro-headline__description {
    color: #A3A3A3;
    display: block;
    font-size: 18px;
}

.intro-section {
    margin-bottom: 90px;
}

.intro-heading {
    font-size: 106px;
    margin-bottom: .7em;
}

.intro-text {
    font-size: 45px;
}

.intro-text p {
    line-height: 1.2em;
}

.intro-text p:last-child {
    margin-bottom: 0;
}

/* - Sliders - */

.title-slider .swiper-slide {
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.box-slider {}

.box-slider .swiper-slide img {
    width: 100%;
}

.box-slider-nav {
    border-bottom: 2px solid #A3A3A3;
    font-size: 16px;
    line-height: 34px;
    margin: 0 auto 28px;
    max-width: 546px;
    padding: 0 30px;
    position: relative;
    text-align: center;
}

.box-slider-nav .swiper-slide {
    cursor: pointer;
}

.box-slider-nav .swiper-slide-visible.swiper-slide-thumb-active {
    border-bottom: 7px solid #00205D;
    color: #00205D;
    height: 36px;
    line-height: 34px;
}

.page-section--theme2 .box-slider-nav .swiper-slide-visible.swiper-slide-thumb-active {
    border-bottom: 7px solid #fff;
    color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
    background: none;
    cursor: pointer;
    height: auto;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: auto;
    z-index: 10
}

.swiper-button-next {
    left: auto;
    right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    background: url(../images/ico-next4.svg) no-repeat center / contain;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
}

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

.title-slider .swiper-button-prev,
.title-slider .swiper-button-next {
    left: 20px;
    margin-top: 0;
    transform: translateY(-50%);
}

.title-slider .swiper-button-next {
    left: auto;
    right: 20px;
}

.title-slider .swiper-button-prev::after,
.title-slider .swiper-button-next::after {
    background: url(../images/ico-next.svg) no-repeat center / contain;
    height: 120px;
    width: 120px;
}

.title-slider .swiper-button-prev::after {
    background: url(../images/ico-prev.svg) no-repeat center / contain;
    transform: none;
}

.carousel-slider {
    padding: 0 115px;
    position: relative
}

.carousel-slider .swiper-button-prev,
.carousel-slider .swiper-button-next {
    left: 0;
    margin-top: 0;
    transform: translateY(-50%);
}

.carousel-slider .swiper-button-next {
    left: auto;
    right: 0;
}

.carousel-slider .swiper-button-prev::after,
.carousel-slider .swiper-button-next::after {
    background: url(../images/ico-next2.svg) no-repeat center / contain;
    height: 86px;
    width: 86px;
}

.draggable-slider {}

.swiper-scrollbar-banner {
    background: #fff;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .18), 0 2px 0 rgba(0, 0, 0, .06);
    clip-path: polygon( 28px 0, calc(100% - 28px) 0, 100% 60px, 100% calc(100% - 60px), calc(100% - 28px) 100%, 28px 100%, 0 calc(100% - 60px), 0 60px);
    height: 120px;
    margin: 40px auto 0;
    max-width: 1120px;
    padding: 0 20px;
    position: relative;
}

.swiper-scrollbar {
    background: none;
    bottom: auto;
    height: 40px;
    left: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    z-index: 50;
}

.swiper-scrollbar::after {
    border-top: 1px dashed #001F5C;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 19px;
    z-index: -1
}

.swiper-scrollbar-drag {
    background: url(../images/ico-drag.svg) no-repeat center / contain;
    border-radius: 0;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.carousel-slider {
    margin-bottom: 40px;
}

/*- Navigation -*/

.nav-primary {
    align-self: flex-start;
    margin-top: 27px;
    cursor: pointer;
}

.nav-main {
    border: 1px solid #E6E6E6;
    border-radius: 16px;
    display: flex;
    font-size: 24px;
    padding: 18px 22px;
    background-color: #fff;
}

.nav-main>li {
    margin: 0 12px;
}

.nav-main>li>a,
.nav-main__expand {
    color: #00205D;
    display: block;
    text-decoration: none;
    white-space: nowrap;
}

.nav-main>li>a:hover,
.nav-main>li.active>a,
.is-open .nav-main__expand {
    color: #00205D;
   /* text-shadow: 1px 0 0px #00205D; */
}

.nav-main>li>.nav-main__submenu {
    font-size: 33px;
    font-weight: 300;
    left: 0;
    min-height: 827px;
    padding: 160px 80px 30px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}

.nav-main>li>.nav-main__submenu::before {
    -webkit-backdrop-filter: blur(140px);
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255,1);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.nav-main>li>.nav-main__submenu h3 {
    border-bottom: 1px solid #DBDBDB;
    font-size: 40px;
    padding-bottom: 10px;
}

.nav-main__submenu-category-links {
    margin-bottom: 70px;
}

.nav-main__submenu-category-links>li {
    padding: .1em 0
}

.nav-secondary {
    display: flex;
    font-size: 16px;
    font-weight: 300;
    justify-content: center;
    margin-bottom: 14px;
    text-transform: uppercase
}

.nav-secondary li:last-child::after {
    display: none;
}

.nav-secondary li::after {
    color: #A3A3A3;
    content: '|';
    margin: 0 15px;
}

.nav-secondary a {
    color: #A3A3A3;
}

.nav-secondary a:hover,
.nav-secondary .active a {
    color: #00205D;
}

.nav-tertiary__heading {
    margin-top: -100px;
    position: relative;
}

.nav-tertiary {
    font-size: 40px;
    font-weight: 600;
}

.nav-tertiary>li {
    border-bottom: 2px solid #DBDBDB;
    margin-bottom: 50px;
    padding: 0 0 10px;
}

.nav-tertiary>li>a {
    background: url(../images/ico-nav-arrow.svg) no-repeat center right;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-tertiary__info {
    font-size: 24px;
}

.nav-paging {
    align-items: center;
    display: flex;
    font-size: 34px;
    font-weight: 300;
    gap: 50px;
    justify-content: center;
}

.nav-paging__prev {
    transform: rotate(180deg);
}

/*- Layout Grid -*/

.row--md {
    margin-left: -10px;
    margin-right: -10px;
}

.row--md>* {
    padding-left: 10px;
    padding-right: 10px;
}

.row--lg {
    margin-left: -50px;
    margin-right: -50px;
}

.row--lg>* {
    padding-left: 50px;
    padding-right: 50px;
}

.row--xl {
    margin-left: -70px;
    margin-right: -70px;
}

.row--xl>* {
    padding-left: 70px;
    padding-right: 70px;
}

/*- Components -*/

.list-staff {}

.staff-item {
    color: #A3A3A3;
    font-size: 16px;
    margin-bottom: 28px;
}

.staff-item h3 {
    font-size: 20px;
    margin-bottom: .5em;
}

.staff-item h4 {
    font-weight: 300;
    margin-bottom: .5em;
    font-size: 18px;
}

.staff-item__pic {
    margin-bottom: 10px;
    position: relative;
}

.staff-item__pic img {
    height:auto;
    width: 100%;
}

.staff-item__pic-link::before {
    background: rgba(0, 31, 92, .3);
    bottom: 0;
    content: '';
    inset: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s All;
    z-index: 1
}

.staff-item__pic-link:hover::before {
    opacity: 1
}

.box-container {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: rgba(240, 240, 240, .65);
    border: 1px solid #fff;
    border-radius: 32px 32px 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
    padding: 25px;
    position: relative;
}

.page-section--theme2 .box-container {
    background: rgba(240, 240, 240, .85);
}

.page-section--theme3 .box-container {
    background: #fff;
}

.box-container h4 {
    border-bottom: 3px solid #fff;
    padding-bottom: 12px;
}

.box-container__top {
    border-radius: 32px 32px 0 0;
    overflow: hidden;
}

.box-container__top img {
    width: 100%;
    height:auto; 
}

.box-container__top+.box-container {
    border-radius: 0 0 32px 32px;
}

.box-container__bottom {
    background: #00205D;
    border-radius: 0 0 32px 32px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .16);
    color: #fff;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-container__inner {
    min-height: 165px;
}

.box-container__inner-secondary {
    min-height: 125px;
}

.box-container__inner p,
.box-container__inner-secondary p {
    line-height: 1.2em;
    margin: 0;
}

.box-container__badge {
    background: #001F5C;
    border-radius: 0 0 0 20px;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    line-height: 47px;
    min-width: 206px;
    padding: 0 20px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.box-container__features {
    font-size: 16px;
}

.box-container__features>li {
    margin-bottom: 20px;
}

.box-container__features>li:last-child {
    margin-bottom: 0;
}

.box-container--min-height {
    min-height: 100%;
}

.box-container--text-sm {
    font-size: 16px;
}

.box-container--text-md {
    font-size: 20px;
}

.box-container--text-lg {
  overflow: hidden;
    font-size: 28px;
}

.box-container--text-lg p:last-child {
    margin: 0
}

.box-container--mh300 {
    min-height: 300px;
}

.box-container--mh400 {
    min-height: 400px;
}

.box-container--allround {
    border-radius: 32px;
}

.box-container--spacing-sm {
    margin-bottom: 30px;
}

.box-container--spacing-md {
    margin-bottom: 45px;
}

.box-container--spacing-lg {
    margin-bottom: 60px;
}

.box-container--intro {
    padding: 50px;
}

.box-container--intro-subpage {
    padding: 30px;
}

.box-container--shift-left {
    transform: translateX(-30px);
}

.box-container--with-table {
    padding: 40px 40px 20px;
}

.box-table {
    color: #707070;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}

.box-table--block {
    display: block;
}

.box-table th {
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    vertical-align: top;
}

.box-table td {
    padding: 5px 0;
    vertical-align: top;
}

.box-table .btn-link a {
    width: 100%;
    /*box-sizing: border-box;*/
}
.home-page .box-table .btn-link a{
  max-width: 184px;
}
.kurs-card {}

.kurs-card dt {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .2px;
    margin: 0 0 6px;
}

.kurs-card dd {
    color: #707070;
    font-size: 18px;
    margin: 0 0 25px;
}

.kurs-card dd:last-of-type {
    margin-bottom: 0;
}

.list-cv {
    font-size: 18px;
}

.list-rating {
    display: flex;
    gap: 10px;
    margin-bottom: 34px;
}

.list-thumbs li {
    margin-bottom: 40px;
    overflow: hidden;
}

.list-thumbs__link {
    position: relative;
}

.list-thumbs__link::before {
    background: rgba(0, 31, 92, .4);
    border-radius: 8px;
    bottom: 0;
    content: '';
    inset: 0;
    left: 0;
    mix-blend-mode: multiply;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s All;
    z-index: 1
}

.list-thumbs__link::after {
    background: url(../images/ico-inst.svg) no-repeat center;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s All;
    z-index: 2
}

.list-thumbs__link:hover::before,
.list-thumbs__link:hover::after {
    opacity: 1
}

.list-thumbs img {
    border-radius: 4px;
    width: 100%;
}

.list-tile {
    display: flex;
    gap: 20px;
}

.list-tile img {
    border-radius: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.list-tile__col1 {
    width: calc((100% - 40px) * 0.236);
}

.list-tile__col2 {
    width: calc((100% - 40px) * 0.532);
}

.list-tile__col3 {
    width: calc((100% - 40px) * 0.236);
}

.accordeon-headline__control {
    background: url(../images/ico-down.svg) no-repeat center bottom;
    border-top: 2px solid #A3A3A3;
    cursor: pointer;
    height: 115px;
    transition: .3s All;
}

.is-open .accordeon-headline__control {
    background: url(../images/ico-up.svg) no-repeat center bottom;
}

.accordeon-wrap {
    padding-top: 60px;
}

.list-unordered {
    margin-bottom: 30px;
}

.list-unordered li {
    line-height: 1.2em;
    padding: 0 0 0 15px;
    position: relative;
}

.list-unordered li::before {
    background: #000;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 5px;
}

.section-bar .list-unordered li::before {
    background: #fff
}

/*input::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder {
    opacity: 1;
}*/

/*- Buttons -*/

.btn-mail {
    background: url(../images/ico-mail.svg) #001F5C no-repeat 15px 15px;
    border-radius: 30px 0 0 0;
    bottom: 0;
    display: block;
    height: 98px;
    position: absolute;
    right: 0;
    width: 49px;
    z-index: 1
}

.btn-mail:hover,
.btn-phone:hover {
    background-color: #DBDBDB;
}

.btn-phone {
    background: url(../images/ico-phone.svg) #A3A3A3 no-repeat 15px 15px;
    border-radius: 30px 0 0 0;
    bottom: 0;
    display: block;
    height: 49px;
    position: absolute;
    right: 0;
    width: 49px;
    z-index: 1
}

.btn-link {
    margin-bottom: 20px;
}

.btn-link--nomargin {
    margin: 0
}

.btn-link--wrap {
    align-self: flex-start;
    display: flex;
    gap: 20px;
}

.btn-link--centered {
    display: flex;
    justify-content: center;
}

.btn-link--rside {
    display: flex;
    justify-content: flex-end;
    margin-right: 20px;
    margin-top: 15px;
}

.btn-link a {
    background: #00205D;
    color: #fff;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    line-height: 45px;
    min-width: 150px;
    padding: 0 20px;
}

.btn-link--invert a {
    background: #fff;
    color: #00205D;
}

/*- Forms -*/

.form-custom {
    font-size: 14px;
    margin-bottom: 20px;
}

.form-custom label {
    color: #424242;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

.form-custom input {
    margin-bottom: 20px;
    width: 100%;
}

.form-custom select {
    width: 100%;
}

.form-custom__checkbox {
    display: flex;
    gap: 5px;
}

.form-custom__checkbox a {
    text-decoration: underline;
}

.form-custom__checkbox input {
    width: 22px;
}

.form-custom__checkbox label {
    display: inline-flex;
    font-size: 11px;
    font-weight: 300;
    margin-top: 3px;
}

.form-custom__submit {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.btn-primary {
    background: #00205D;
    border: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    justify-content: center;
    line-height: 45px;
    outline: none;
    padding: 0 35px;
    white-space: nowrap;
}

/*- Page Footer -*/

.page-footer {
    color: #808081;
    font-size: 14px;
    font-weight: 300;
    max-width: 1120px;
    padding-bottom: 25px;
    padding-top: 55px;
}

.page-footer a {
    color: #808081;
}

.page-footer h5 {
    font-size: 18px;
    margin-bottom: .8em;
}

.page-footer ul {
    margin-bottom: 1.2em;
}

.footer-logos {
    display: flex;
    gap: 24px;
}

.footer-working-hours dl {
    display: flex;
    margin-bottom: 1em;
}

.footer-working-hours dt {
    flex: 0 0 115px;
    margin-right: 10px;
}

/*- Misc. Components-*/

hr {
    border: 0;
    border-top: 1px solid #00205D;
    margin-bottom: 20px;
    margin-top: 20px;
}

.pic-responsive img {
    border-radius: 8px;
    height: auto;
    margin: 0 0 20px;
    width: 100%;
}

.is-visible {
    display: block !important;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: none;
    height: 20px;
    outline: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-label {
    display: none;
    font-size: 14px;
    margin: 0 10px 0 0;
    position: absolute;
    right: 100%;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
}

.hamburger-box {
    display: block;
    height: 20px;
    position: relative;
    width: 40px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 1px #dedede;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 40px
}

.hamburger-inner::before {
    content: "";
    top: 8px;
    transition-duration: .2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 16px;
}

.hamburger.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}
/*Custom*/
.swiper-slide > * {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}
.formular .form-typ-1 input[type="checkbox"] {
  margin-top:7px;
}
.header-logo img {
  height: unset !important;
}
.agb {
  padding: 0 3px;
}
.nav-tertiary__info{
  font-size: 22px!important;
}
.page-container ul {
    margin-bottom: 30px;
}
.box-container--mh300 li,
.list-cv li{
  padding: 0px!important;
}
.box-container--mh300 li::before,
.list-cv li::before {
  content: none!important;
}

.page-container li {
    line-height: 1.2em;
    position: relative;
    padding: 0px 0px 0px 15px;
}
.page-container li::before {
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    top: 15px;
    width: 5px;
    background: rgb(0, 0, 0);
}
.page-container li {
    line-height: 1.2em;
    position: relative;
    padding: 0px 0px 0px 15px;
}
.page-container li::before {
    content: "";
    height: 2px;
    left: 0px;
    position: absolute;
    top: 15px;
    width: 5px;
    background: rgb(0, 0, 0);
}
.staff-item ul,
.instagram ul {
    margin-bottom: 0px!important;
}
.staff-item li {
    padding: 0px!important;
}
.staff-item li::before,
.instagram li::before {
    background: none!important;
}

.cms_item a.file{
  padding:0!important;
  background-image:none!important;
}
.cms_content img{
    height: auto;
}
.cms_column.clearfix:has(.CCSS421) {
  width: 48% !important;
  margin: 0 2% 0 0 !important;
}