.animate__delay-0_5s {
    --animate-delay: 0.5s;
}

.animate__delay-0_75s {
    --animate-delay: 0.75s;
}

@font-face {
    font-family: 'cdu_kievit_tabbold';
    src: url('../Vendor/CDUKievit/cdukvtb_-webfont.woff2') format('woff2'),
    url('../Vendor/CDUKievit/cdukvtb_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cdu_kievit_tabbold_italic';
    src: url('../Vendor/CDUKievit/cdukvtbi-webfont.woff2') format('woff2'),
    url('../Vendor/CDUKievit/cdukvtbi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cdu_kievit_tabregular';
    src: url('../Vendor/CDUKievit/cdukvtw_-webfont.woff2') format('woff2'),
    url('../Vendor/CDUKievit/cdukvtw_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'cdu_kievit_tabitalic';
    src: url('../Vendor/CDUKievit/cdukvtwi-webfont.woff2') format('woff2'),
    url('../Vendor/CDUKievit/cdukvtwi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* montserrat-regular - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}
/* montserrat-500 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-500.woff') format('woff'), /* Modern Browsers */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../Vendor/montserrat-v25-latin/montserrat-v25-latin-500.svg#Montserrat') format('svg'); /* Legacy iOS */
}

* {
    outline: none !important;
}

body {
    font-family: cdu_kievit_tabregular;
    line-height: 1.75;
    padding-top: 62px;
    color: #32302e;
    overflow-x: hidden;
}

.bg-light {
    background: #f4f4f4 !important;
}

#page-footer-wrapper {
    background: #32302e;
    color: #ffffff;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#page-footer-logo {
    height: 40px;
    width: auto;
}

#page-nav-wrapper {
    background: #f4f4f4;
    font-weight: 400;
}

#page-nav-facebook-logo, #page-nav-instagram-logo {
    max-width: 24px;
    height: auto;
}

#page-nav a {
    color: #32302e;
    font-family: 'Montserrat', sans-serif;
}

#page-nav .dropdown-toggle::after {
    display: none;
}

#page-nav .dropdown-menu {
    background: #f4f4f4;
    border: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

#page-nav .dropdown-menu > li {
    border-bottom: 1px solid #d1d1d1;
}

#page-nav .dropdown-menu > li:last-child {
    border-bottom: none;
}

#page-nav .dropdown-menu > li > a {
    color: #595756;
}

#page-nav .dropdown-menu > li > a:hover, #page-nav .dropdown-menu > li > a:focus, #page-nav .dropdown-menu > li > a:active, #page-nav .dropdown-menu > li > a:focus:active {
    background: none;
    color: #32302e;
    font-weight: 500;
}

#page-nav .dropdown-item.active, #page-nav .dropdown-item:active {
    background: none;
    font-weight: 500;
    color: #32302e;
}

#page-nav .nav-link.dropdown-toggle.show {
    font-weight: 500;
}


/*#page-nav .nav-item.active > a {
    font-weight: 500;
    border-bottom: 2px solid #d1d1d1;
}*/

#page-nav .nav-item > a:after {
    background-color: transparent;
    content: ' ';
    display: block;
    position: relative;
    width: 0;
    height: 2px;
    border: none;
    margin-left: 0;
    vertical-align: 0;
    transition: width .5s ease .1s;
}

#page-nav .nav-item > a:hover:after, #page-nav .nav-item.active > a:after, #page-nav .nav-item > a.dropdown-toggle.show:after {
    width: 100%;
    background-color: #d1d1d1;
}

#page-nav .nav-item.active > a {
    font-weight: 500;
}

#page-footer-facebook-logo, #page-footer-instagram-logo {
    max-width: 24px;
    height: auto;
}

#page-footer a {
    font-family: 'Montserrat', sans-serif;
}

#page-footer .nav a.active {
    border-bottom: 2px solid #ffffff;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: cdu_kievit_tabbold;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a,

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a, h6 a:hover,
.h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover,

h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus,
.h1 a:focus, .h2 a:focus, .h3 a:focus, .h4 a:focus, .h5 a:focus, .h6 a:focus,

h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
.h1 a:active, .h2 a:active, .h3 a:active, .h4 a:active, .h5 a:active, .h6 a:active,

h1 a:focus:active, h2 a:focus:active, h3 a:focus:active, h4 a:focus:active, h5 a:focus:active, h6 a:focus:active,
.h1 a:focus:active, .h2 a:focus:active, .h3 a:focus:active, .h4 a:focus:active, .h5 a:focus:active, .h6 a:focus:active

{
    color: inherit;
    text-decoration: none;
}

h4, .h4 {
    font-size: 1.3rem;
}

.bg-abstract-bottom-right {
    background: url(../Images/abstract-bottom.svg) no-repeat bottom right;
    background-size: contain;
    padding-bottom: 5vw;
}

.bg-abstract-bottom-left-large {

    background: url(../Images/abstract-bottom-left-large.svg) no-repeat bottom left;
    background-size: contain;
    padding-bottom: 10vw;
}

.bg-abstract-bottom-left {
    background: url(../Images/abstract-bottom-left.svg) no-repeat bottom left;
    background-size: contain;
    padding-bottom: 30vh;
}

#page-nav-logo {
    height: 50px;
    width: auto;
}




.header-mit-bild {
    height: calc(40vh - 62px);
    background-position: top center;
    position: relative;
    background-size: cover;

}

.header-mit-bild-bild {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: contrast(1.1) saturate(130%);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.header-mit-bild-text {
    height: calc(150vh - 62px);
    background-position: top center;
    position: relative;

}

.header-mit-bild-text-bild {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    filter: contrast(1.1) saturate(130%);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

.header-mit-bild-text-overlay, .header-mit-bild-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(50,48,46);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.9) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.1) 70%, rgba(0,0,0,0.9) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 70%, rgba(0,0,0,0.9) 100%);


}

.header-mit-bild-text-overlay2, .header-mit-bild-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../Images/header-mit-bild-overlay2-bg.svg) no-repeat bottom right;
    background-size: contain;
}

.header-mit-bild-content {
    position: absolute;
    width: 100%;
}

.header-mit-bild-text-content {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
}

.header-mit-bild-text-content-text {
    color: #ffffff;
    text-shadow: .05em .05em .05em  rgba(0,0,0,0.15);
}

.header-mit-bild-content {
    bottom: 0;
}

.header-mit-bild-text h1, .header-mit-bild-text h1 span, .header-mit-bild h1, .header-mit-bild h1 span {
    font-size: 3rem;
    font-family: cdu_kievit_tabbold_italic;
    text-transform: uppercase;
    line-height: 1.1;
    color: #ffffff;
}

h1.text-primary {
    font-family: cdu_kievit_tabbold_italic;
    color: #297dff !important;
    text-transform: uppercase;
}

.my-10vh {
    margin-top: 10vh;
    margin-bottom: 10vh;
}

.py-10vh {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.mb-10vh {
    margin-bottom: 10vh;
}

.mt-10vh {
    margin-top: 10vh;
}

.mb-7vh {
    margin-bottom: 7vh;
}

.my-5vh {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

h1.my-10vh {
    font-size: 3rem;
}

.btn {
    border-radius: 20px;
    padding: 14px 40px 14px 40px;
}


.font-normal {
    font-weight: normal;
}

.vereinigung a {
    color: inherit;
    text-decoration: none;
}

.vereinigung-logo-wrapper {
    height:0;
    width:100%;
    padding-bottom:100%;
    border-radius: 100%;
    position: relative;
}

.vereinigung-logo {
    position: absolute;
    top: 15%;
    left: 15%;
    height: 70%;
    width: 70%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.vereinigung-logo-wappen {
    top: 20%;
    height: 70%;
}

.vereinigung-logo-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#mitgliedsantrag {
    padding: 5vh 5vw;

}

.bg-blurry {
    background: rgba(240, 240, 240, 0.7);
    backdrop-filter: blur(25px);
    border-radius: 12px;
}

.col-bg {
    background: rgba(255,255,255, 0.7);
    backdrop-filter: blur(25px);
    border-radius: 15px;
}

.nachrichten {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-size: contain;
    background: #f4f4f4 url(../Images/abstract-bottom-left.svg) no-repeat bottom left;
    background-size: contain;
}

#scroll-top {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10vh;
    right: 10vw;
    border-radius: 40px;
    border: none;
    background: #ffffff;
}

.accordion-button {
    font-family: cdu_kievit_tabbold_italic;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: none;
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.accordion-item {
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
}

.accordion-button:focus {
    background: none;
    color: #297dff;
}

.accordion-button:not(.collapsed) {
    background: none;
    color: #297dff;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
}

.accordion-button:focus {
    border: none;
    box-shadow: none !important;
}

.accordion-body > *:last-child {
    margin-bottom: 0;
}

.person-name {
    font-family: cdu_kievit_tabbold;
    text-transform: none;
}

.rounded {
    border-radius: 15px !important;
}

.news-list-group-item {
    border-bottom: 1px solid #c0c0c0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
}

.news-list-group-item h3 a {
    color: inherit;
    text-decoration: none;
}

.news-list-group-item div.lead a {
    color: inherit;
    text-decoration: none;
    font-size: 1rem;
}

.text-primary {
    color: #297dff !important;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: cdu_kievit_tabbold_italic;
    text-transform: uppercase;
}

.card-img, .card-img-bottom, .card-img-top {
    height: auto;
}

.card-img, .card-img-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

a.unstyled, a.unstyled:hover, a.unstyled:focus, a.unstyled:active, a.unstyled:focus:active {
    color: inherit;
    text-decoration: none;
}

.text-muted {
    color: #adacab !important;
}

.icon {
    margin-top: -3px;
}

a {
    color: #297dff;
    text-decoration: none;
}

a:hover, a:focus, a:active, a:focus:active {
    color: #ec6900;
    text-decoration: none;
}

.startseite h2 {
    font-size: 2rem;
    margin-bottom: 5vh;
}

.btn-outline-primary {
    border-color: #297dff;
    color: #297dff;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary:focus:active {
    border-color: #297dff;
    background-color: #297dff;
}

.card-body > *:last-child {
    margin-bottom: 0;
}

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



.btn-primary {
    border-color: #297dff;
    background-color: #297dff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
    background: #ffffff;
    border-color: #ffffff;
    color: #297dff;
}


#news-images-slider {
    position: relative;
}

#news-images-slider .tns-controls > button {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 100;
    border: none;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

#news-images-slider .tns-controls > button:first-child {
    left: 3%;
}

#news-images-slider .tns-controls > button:last-child {
    right: 3%;
}

#news-images-slider .tns-nav {
    position: absolute;
    bottom: 15px;
    width: 100%;
    z-index: 100;
    text-align: center;
}

#news-images-slider .tns-nav > button {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    border: none;
    background: rgba(255,255,255,0.7);
    margin-right: 15px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.5);
}

#news-images-slider .tns-nav > button:last-child {
    margin-right: 0;
}

#news-images-slider .tns-nav > button.tns-nav-active {
    background: #ffffff;
}

#news-images-slider .caption, .image-caption {
    color: #adacab !important;
    font-style: italic;
}

.article .lead {
    font-weight: bold;
    font-size: 1rem;
}

.nachrichten-h2 {
    margin-bottom: 5vh;
    font-size: 2rem;
}

ul.pagination {
    text-align: center !important;
    display: block;
}

ul.pagination > li {
    display: inline-block;

}

ul.pagination > li > a {
    display: inline-block;
    border: none;
}

ul.pagination .page-link {
    display: inline-block;
    color: #999999;
    font-weight: bold;
}

ul.pagination .page-link:hover, ul.pagination .page-link:active, ul.pagination .page-link:focus, ul.pagination .page-link:focus:active {
    background: none;
}

ul.pagination .active>.page-link, ul.pagination .page-link.active {
    color: #297dff;
    background: none;
    border: none;
}

.page-link:focus {
    box-shadow: none;
}

.person-funktion {
    font-size: 1rem;
    color: #989796;
    font-weight: normal;
}

.person dt {
    color: #989796;
    font-weight: normal;
}

.text-small {
    font-size: 0.85em;
}

.pflichtfeld {
    color: #297dff;
}

label {
    cursor: pointer;
}

.form-control {
    border-color: transparent;
    border-radius: 15px;
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.form-control:focus, .form-control:active, .form-control:focus:active {
    color: #212529;
    background-color: #fff;
    border-color: #297dff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(196 0 0 / 25%);
}


#hamburger {
    width: 36px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    background: #595756;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#hamburger.open span {
    background: #32302e;
}

#hamburger span:nth-child(even) {
    left: 50%;
}

#hamburger span:nth-child(odd) {
    left:0px;
}

#hamburger span:nth-child(1), #hamburger span:nth-child(2) {
    top: 0px;
}

#hamburger span:nth-child(3), #hamburger span:nth-child(4) {
    top: 14px;
}

#hamburger span:nth-child(5), #hamburger span:nth-child(6) {
    top: 28px;
}

#hamburger.open span:nth-child(1),#hamburger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hamburger.open span:nth-child(2),#hamburger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hamburger.open span:nth-child(1) {
    left: 5px;
    top: 5px;
}

#hamburger.open span:nth-child(2) {
    left: calc(50% - 1px);
    top: 5px;
}

#hamburger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}

#hamburger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}

#hamburger.open span:nth-child(5) {
    left: 6px;
    top: 16px;
}

#hamburger.open span:nth-child(6) {
    left: calc(50% - 0px);
    top: 18px;
}

#off-canvas-nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    z-index: 1029;
    transition: right .5s ease .1s, opacity .5s ease .1s, background-color .7s ease .2s;
    opacity: 0;
    background: transparent url(../Images/off-canvas-nav-bg.svg) no-repeat bottom right;
    background-size: contain;
    color: #32302e;
    font-family: 'Montserrat', sans-serif;
    padding-top: 70px;
    padding-left: 20px;
}

#off-canvas-nav .nav-link, #off-canvas-nav .nav-item {
    max-width: 300px;
}

#off-canvas-nav.open {
    right: 0;
    opacity: 1;
    background-color: #f4f4f4;
}

#off-canvas-facebook-logo, #off-canvas-nav-instagram-logo {
    width: 35px;
    height: auto;
}

#off-canvas-nav > ul {
    list-style-type: none;
}

#off-canvas-nav .nav-item {
    color: #32302e;

}

#off-canvas-nav > ul > .nav-item.active > a {
    font-weight: 500;
    border-bottom: 2px solid #297dff;
    display: inline-block;
}

#off-canvas-nav > ul > li > ul {
    list-style-type: none;
}

#off-canvas-nav > ul > li > ul > li {
    border-bottom: 1px solid #e1e0e0;
}

#off-canvas-nav > ul > li > ul > li:last-child {
    border-bottom: none;
}

#off-canvas-nav > ul > li > ul > li > a.active {
    font-weight: 500;
}

#off-canvas-nav .nav-link:active, #off-canvas-nav .nav-link:focus {
    color: inherit;
    font-weight: 500;
}

#off-canvas-nav > ul > li > ul > li:first-child {
    margin-top: .5rem;
}

.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse,
.accordion-item:last-of-type {
    border-radius: 0;
}

#accent-image {
    position: absolute;
    right: -30vh;
    width: 110vh;
    height: 110vh;

}

#accent-image-frame {
    background-image: url(../Images/round-frame.svg);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#accent-image-image {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    overflow: hidden;
    border-radius: 100%;
}

#accent-image-image img {
    width: 100%;
    height: auto;
}

.form-check-input {
    width: 25px;
    height: 25px;
    border: 1px solid #ffffff;
}

.form-check-input[type=checkbox] {
    border-radius: 15px;
    margin-top: .75em;
}

.form-check-input:checked {
    background-color: #297dff;
    border-color: #297dff;
}

.form-check-input:focus {
    border-color: #297dff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(196 0 0 / 25%);
}

#startseite-header-image {
    position: static;
    height: calc(100vh - 62px);
    width: 100%;
    background-position: center top;
    background-size: cover;
    top: 62px;
}

#startseite-header-image-overlay {
    background: rgb(50,48,46);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.2) 70%, #191919 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.1) 70%, #191919 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.2) 70%, #191919 100%);
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 0;
    left: 0;
}

#startseite-header-image-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 200;
}

#startseite-header-spacer {
    height: calc(100vh - 62px);
    display: none;
}

#startseite-header-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    background: #191919;
}

#startseite-header-text-overlay {
    position: absolute;
    top: 0;
    left: -50%;
    width: 150%;
    height: 100%;
    bottom: 0;
    background: url(../Images/header-mit-bild-overlay2-bg-xl.svg) no-repeat bottom right;
    background-size: contain;
}

#startseite-header-text-content {
    position: static;
    bottom: 0;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}



#startseite-header-image-text h1 {
    font-size: 2rem;
    font-family: cdu_kievit_tabbold_italic;
    text-transform: uppercase;
}


#startseite-header-image-text .btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff;
}

#startseite-header-image-text .btn-outline-primary:hover, #startseite-header-image-text .btn-outline-primary:focus, #startseite-header-image-text .btn-outline-primary:active, #startseite-header-image-text .btn-outline-primary:focus:active {
    background-color: #ffffff;
    color: #32302e;
    border-color: #ffffff;
}

#startseite-header-image-text .btn {
    width: 100%;
    margin-bottom: 15px;
}

ul.meta {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.meta > li {
    list-style-type: none;
    margin: 0;
    padding: 0 1rem 0 0;
    display: inline-block;
}

.news-search-query-input {
    border-bottom: 2px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
    font-size: 1.5rem;
    padding: 0;
}

.news-search-query-dropdown {
    border-bottom: 1px solid #999999;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 100%;
}

.list-group > .news-list-group-item:last-child {
    border-bottom: none;
}

.news-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news-list > *:first-child {
    padding-top: 0 !important;
}

.news-list > *:last-child {
    border-bottom: none;
}

.mt-4 > .mb-5:last-child {
    margin-bottom: 0 !important;
}

.ixs-img-fluid {
    max-width: 100%;
    height: auto;
}

.input-hp {
    height: 10px;
    overflow: hidden;
    opacity: 0;
    padding-top: 15px;
}

.modal-backdrop {
    background: rgba(240, 240, 240, 0.7);
    backdrop-filter: blur(5px);
    opacity: 1 !important;
}

.accordion, .accordion-item {
    color: #32302e;
}

.news-category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.news-category-list > li {
    font-weight: bold;
    display: inline-block;
    margin-right: 7px;
    border-right: 2px solid;
    padding-right: 7px;
    line-height: 1em;
}

.news-category-list > li:last-child {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

.news-teaser a {
    color: inherit;
}

.news-teaser a:hover {
    color: inherit;
}