*,
*: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 {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: #4E6C88;
    font: 19px Fuse, Arial, Helvetica, Sans-Serif;
    min-width: 320px;
}

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

a:hover {
    color: #4E6C88;
    text-decoration: none;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #000;
    font: inherit;
    padding: 1em;
}

li {
    list-style: none;
}

h1 {
    font: 65px 'Oooh Baby';
    line-height: 1;
    margin: 0 0 1em;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 .5em;
}

h3 {
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 .3em;
}

h4,
h5,
h6 {
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 .5em;
}

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

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

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

/*- Layout -*/

.page-container,
.page-header,
.page-title,
.page-bottom-bar,
.page-footer {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0 100px;
}

.page-container {
    padding-bottom: 60px;
    padding-top: 60px;
}

.page-top-bar {
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.page-bottom-bar {
    background: #A9D4DA;
    border-radius: 20px;
    padding-bottom: 34px;
    padding-top: 34px;
}

/*- Page Header -*/

.page-header {
    align-items: center;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    display: flex;
    height: 108px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    width: 100%;
}

.header-logo {}

/*- Title / Slider  -*/

.page-title {
    color: #fff;
    display: flex;
    height: 643px;
    margin-top: 90px;
    padding: 0;
}

.page-title a {
    color: #fff;
}

.page-title--slider h1 {
    font-size: 85px;
}

.page-title--contact {
    background: linear-gradient(to bottom, #5a7596, #a9d2d6);
    border-radius: 0 0 20px 20px;
    height: 490px;
    padding: 90px 0 60px;
}

.page-title--contact h2 {
    font-weight: bold;
    margin-bottom: 1.2em;
}

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

.page-title--contact .col-left {
    padding: 0 60px 0 100px;
}

.page-title__heading {
    background: linear-gradient(to bottom, #5a7596, #a9d2d6);
    border-radius: 0 0 20px 20px;
    color: #fff;
    height: 100%;
    padding: 140px 60px 50px 100px;
}

.page-title--slider .page-title__heading {
    padding-right: 160px;
}

.page-title__pic {
    border-radius: 0 0 20px 20px;
    height: 100%;
    overflow: hidden;
}

.intro-text {
    padding-right: 60px;
    font-size:21px;
}

.swiper-slider,
.swiper-slide {
    height: 100%;
}

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

.swiper-news-header {
    min-height: 80px;
    text-align: center;
}

.swiper-news__heading {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
}

.swiper-news__heading-nav {
    justify-content: space-between;
}

.swiper-news__heading-nav .swiper-button-prev,
.swiper-news__heading-nav .swiper-button-next {
    transform: translateY(30px);
}

.swiper-news h2 {
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}

.swiper-news .swiper-slide__heading {
    display: block;
    margin-bottom: 20px;
    text-align: center;
}

.swiper-news h3 {
    font-size: 20px;
    font-weight: 900;
}

.swiper-news__pic {
    margin-bottom: 10px;
}

.swiper-carousel {
    margin-bottom: 16px;
}

.swiper-item {
    margin-bottom: 50px;
    overflow-x: hidden;
}

.swiper-news .swiper-button-prev,
.swiper-news .swiper-button-next {
    margin-top: 0;
    position: relative;
    top: auto;
}

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

.swiper-news .swiper-button-prev::after {
    background: url(../images/ico-next2.svg) no-repeat center / contain;
}

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

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

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

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

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.swiper-info .btn-icon {
    margin-bottom: .5em;
}

.swiper-info {
    margin-bottom: 15px;
    min-height: 110px;
}

.swiper-pagination-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 5px;
}

.swiper-pagination {
    display: flex;
    gap: 10px;
    position: relative;
}

.swiper-pagination-bullet {
    background: none;
    border-radius: 0;
    display: inline-block;
    font: 14px Fuse;
    font-weight: bold;
    height: auto;
    opacity: .5;
    width: auto;
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.pagination-separator {
    padding: 0 5px;
}

/*- Navigation -*/

.nav-main {
    align-items: center;
    display: flex;
    font-size: 19px;
    margin-left: -10px;
    z-index: 1;
}

.nav-main>li {
    margin: 0 30px 0 0;
    white-space: nowrap;
}

.nav-main>li>a {
    display: block;
    text-decoration: none;
}

.nav-main>li.active>a,
.is-open .nav-main__expand {
    font-weight: bold;
}

.nav-main__expand {
    cursor: pointer;
    display: block;
}

.nav-main__submenu {
    align-items: center;
    background: #D9EEF1;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, .1);
    display: flex;
    font-size: 15px;
    font-weight: 800;
    height: 70px;
    left: 0;
    padding-left: calc(33.333% + 50px);
    padding-top: 20px;
    position: absolute;
    right: 0;
    top: calc(100% - 20px);
    z-index: -1;
}

.nav-main__submenu>li {
    margin: 0 30px 0 0;
}

.nav-main__submenu>li a {
    color: #4E6C88;
    display: block;
    opacity: .7
}

.nav-main__submenu a:hover,
.nav-main__submenu>li.active a {
    opacity: 1
}

.btn-link {
    position: absolute;
    right: 0;
    top:40px;
}

.btn-link a {
    background: #4E6C88;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 18px;
}
.special-span {
    background: #4E6C88;
    border-radius: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 18px;
    position: absolute;
    right: 0;
    /*top:40px; */
}

.btn-link a:hover {
    color: #fff;
}

/*- Layout Grid -*/

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

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

.col-left {
    overflow: hidden;
    width: calc(33.333% + 72px);
}

.col-center {
    width: 66.667%;
}

/*- Components -*/

.list-agenda dl {
    background: #D9EEF1;
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}

.list-agenda dt {
    flex: 0 0 125px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;
}

.list-agenda dt strong {
    display: block;
    font-size: 24px;
    font-weight: 900;
}

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

.list-unordered--sm {
    font-size: 14px;
}

.list-unordered li {
    margin: 0 0 .2em;
    padding: 0 0 0 13px;
    position: relative;
}

.list-unordered li::before {
    background: #4E6C88;
    border-radius: 50%;
    content: '';
    height: 4px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 4px;
}

.list-staf {}

.staf-item {
    margin-bottom: 15px;
}

.staf-item__pic {
    margin-bottom: 10px;
}

.staf-item__pic img {
    width: 100%
}

.accordeon {
    margin-bottom: 80px;
}

.accordeon h3 {
    font-weight: bold;
}

.accordeon-row {
    margin: 0 0 10px
}

.accordeon-headline {
    background: #D9EEF1;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
    line-height: 44px;
    margin: 0;
    padding: 0 30px 0 15px;
    position: relative;
}

.accordeon--sm .accordeon-headline {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.accordeon--sm .accordeon-wrap {
    padding: 5px 10px 10px;
}

.accordeon-headline::before {
    background: url(../images/ico-exp.svg) no-repeat top / contain;
    content: '';
    height: 8px;
    margin-top: -4px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform-origin: center;
    transition: .2s All;
    width: 14px;
}

.accordeon-row.is-open .accordeon-headline::before {
    transform: rotate(180deg);
}

.accordeon-wrap {
    padding: 10px 15px
}

.accordeon-wrap--bg {
    background: #D9EEF1;
}

.accordeon-wrap .list-unordered {
    margin-bottom: 0;
}

.box-info {
    background: #D9EEF1;
    padding: 10px;
}

/*- Buttons -*/

.btn-icon {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.btn-icon a {
    align-items: center;
    display: flex;
    text-decoration: none;
}

.btn-icon img {
    margin-right: 12px;
}

/*- Page Footer -*/

.contact-info {
    font-size: 30px;
}

.contact-info__phone-mail {
    font-size: 24px;
}

.page-footer {
    padding-bottom: 40px;
    padding-top: 40px;
}

.page-footer ul {
    margin-bottom: 28px;
}

.footer-quicklinks {
    text-align: right;
}

.footer-logos {
    margin-top: 160px;
}

.list-badges {
    display: flex;
    gap: 14px;
}

.list-badges img:last-child {
    margin-left: 20px;
}

.nav-footer {
    align-self: flex-end;
    display: flex;
    font-size: 12px;
    justify-content: flex-end;
    text-align: right;
}

.nav-footer ul {
    display: flex;
    margin: 0;
}

.nav-footer li:after {
    color: #4E6C88;
    content: "/";
    padding: 0 5px;
}

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

/*- Misc. Components-*/

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

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

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

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

.hamburger-box {
    display: block;
    height: 16px;
    position: relative;
    width: 32px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #4E6C88;
    border-radius: 0;
    border-radius: 2px;
    display: block;
    height: 2px;
    position: absolute;
    transition-duration: .15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 32px;
}

.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);
}
.accordeon-wrap .cms_column {
  float: none!important;
}
.hr img {
    width: auto!important;
}

.list-agenda-drei dl {
    background: #D9EEF1;
    display: grid;
    grid-template-columns: 240px 1fr 1fr;
    margin-bottom: 10px;
    padding: 10px;
}

.list-agenda-drei dt {
    /*flex: 0 0 125px;*/
    font-size: 14px;
    font-weight: bold;
    padding-right: 10px;

}

.list-agenda-drei dt strong {
    display: block;
    font-size: 24px;

}

.menu-titel {
    text-align: left;
   /* flex: 1;*/

}

.menu-text {
    text-align: left;
    /*flex: 1;  */
}
.history-link {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}
.swiper-news.drei h2{
    font-size: 24px;
    font-weight: unset!important;
}
.staf-item__info.drei h4{
  font-weight: 600;
}
.link-geschichte {
  text-decoration: underline;
}
.staf-item h4 {
  font-weight: 600;
}

.swiper-slide img {
  height: auto !important;
  width: auto !important;
}
.staf-item__pic img {
  width: auto !important;
}

.col-xxl-9 .staff-headline:first-of-type {
   /* margin-top: 50px;  */
}
.cms_item a.pdf {
    background-image: none !important;
}
.cms_item a.file {
  padding: 2px 0 2px 0px!important;

}
.accordeon--sm .accordeon-wrap ul li,
.col-md-8 > ul > li,
.page-container ul li {
    margin: 0 0 .2em;
    padding: 0 0 0 13px;
    position: relative;
}
.swiper-info ul li {
  margin: 0px;
  padding: 0px;
  position:unset;
}
.swiper-info ul li::before {
  background: none

}
.accordeon--sm .accordeon-wrap ul li::before,
.col-md-8 > ul > li::before,
.page-container ul li::before {
    background: #4E6C88;
    border-radius: 50%;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 5px;
}
.kein {
  float: none!important;
}

.text-one {
  font-weight: bold;
}
.swiper-news.drei{
  margin-bottom: 50px;
}



