/* inter-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: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url('../Vendor/inter-v13/inter-v13-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../Vendor/inter-v13/inter-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('../Vendor/inter-v13/inter-v13-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - 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: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('../Vendor/inter-v13/inter-v13-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ibm-plex-serif-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: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../Vendor/ibm-plex-serif-v19/ibm-plex-serif-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-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: 'IBM Plex Serif';
    font-style: italic;
    font-weight: 400;
    src: url('../Vendor/ibm-plex-serif-v19/ibm-plex-serif-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ibm-plex-serif-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: 'IBM Plex Serif';
    font-style: normal;
    font-weight: 700;
    src: url('../Vendor/ibm-plex-serif-v19/ibm-plex-serif-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'IBM Plex Serif', serif;
    color: #2D3C4B;
    overflow-x: hidden;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
}

#startseite-header-image {
    background-color: #52b7c1;
}


#startseite-header-image-text h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    text-transform: none;
}

#page-footer-wrapper {
    background: #2d3c4b;
}

.btn-outline-primary {
    border-color: #ffa600;
    color: #ffa600;
    font-family: "Inter", sans-serif;
}

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

.btn-primary {
    border-color: #ffa600;
    background-color: #ffa600;
    font-family: "Inter", sans-serif;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:focus:active {
    color: #ffa600;
}

.nachrichten {
    background: #f2f8fa;
    background-image: url(../Images/CDU_CI_CDU-Bogen_Cadenabbia-Tuerkis_60-Prozent-20-prozent-crop.svg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

h2.nachrichten-h2 {
    color: #ffffff;
    background: #2d3c4b;
    display: inline-block;
    padding: 10px;
}


.shadow-lg {
    box-shadow: 0 1rem 2rem rgba(82,183,193,0.2)!important;
}

a {
    color: #ffa600;
    text-decoration: none;
}

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

.text-primary {
    color: #52B7C1 !important;
}

h1.text-primary {
    color: #2d3c4b !important;
}

#page-nav-wrapper {
    background: #ffffff;
    box-shadow: 0 0 1rem rgba(82,183,193,0.2)!important;
}

.header-mit-bild-text h1, .header-mit-bild-text h1 span, .header-mit-bild h1, .header-mit-bild h1 span {
    font-family: 'Inter', sans-serif;
    font-weight: 800;
    text-transform: none;
    font-size: 2rem;
}

#page-nav .dropdown-menu {
    background: #ffffff;
}

#page-nav .nav-item > a:hover:after, #page-nav .nav-item.active > a:after, #page-nav .nav-item > a.dropdown-toggle.show:after {
    background-color: #52B7C1;
}

#off-canvas-nav > ul > .nav-item.active > a {
    border-bottom-color: #52B7C1;
}

#page-nav a {
    font-family: 'Inter', sans-serif;
    color: #2D3C4B;
}

ul.pagination .active>.page-link, ul.pagination .page-link.active {
    color: #52B7C1;
}

#startseite-header-text-overlay {
    background-image: url(../Images/CDU_CI_CDU-Bogen_Cadenabbia-Tuerkis_60-Prozent-20-prozent-crop.svg);
    background-position: bottom left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#off-canvas-nav {
    background: #f2f8fa;
    background-image: url(../Images/CDU_CI_CDU-Bogen_Cadenabbia-Tuerkis_60-Prozent-20-prozent-crop.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.form-control:focus, .form-control:active, .form-control:focus:active {
    box-shadow: 0 0 0 0.25rem rgb(167 213 219 / 25%);
}

.bg-abstract-bottom-right, .bg-abstract-bottom-left, .bg-abstract-bottom-left-large {
    background-image: url(../Images/CDU_CI_CDU-Bogen_Cadenabbia-Tuerkis_60-Prozent-20-prozent-crop.svg);
    background-position: bottom right;
}

.header-mit-bild {
    background-color: #52b7c1;
}

.header-mit-bild-overlay {
}

.header-mit-bild-text-overlay2, .header-mit-bild-overlay2 {
    background-image: url(../Images/CDU_CI_CDU-Bogen_Weiss-50-prozent-crop.svg);
}

@media (min-width: 1200px) {
    .header-mit-bild-text-overlay2, .header-mit-bild-overlay2 {
        background-image: url(../Images/CDU_CI_CDU-Bogen_Weiss-50-prozent-crop.svg);
    }
}

.page-link {
    background: none;
}

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    text-transform: none;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    color: #ffffff;
    background: #2d3c4b;
    display: inline-block;
    padding: 10px;
}

.display-1.text-primary, .display-2.text-primary, .display-3.text-primary, .display-4.text-primary, .display-5.text-primary, .display-6.text-primary {
    color: #ffffff !important;
}

.lead {
    font-weight: 800;
    font-family: "Inter", sans-serif;
    color: #52B7C1;
}

.break-out-headline-bg {
    background: #2d3c4b;
    position: absolute;
    left: 0;
}

@media (min-width: 768px) {
    #startseite-unser-team .card {
        margin-top: -50px;
        border-radius: 15px !important;
        box-shadow: 0 1rem 2rem rgba(82,183,193,0.2)!important;
    }
}

.news-list-group-item {
    background: none;
}

.news-text-wrap > p {
    margin-bottom: 2rem;
}

#page-footer a {
    font-family: "Inter", sans-serif;
}

#startseite-header-text-content h2.text-primary {
    color: inherit !important;
}

#startseite-header-text {
}

/*#page-nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}*/

#page-nav-logo {
    /*height: 75px;*/
}

@media (min-width: 1200px) {
    body {
        /*padding-top: 75px;*/
    }
}

#off-canvas-nav {
    /*padding-top: 80px;*/
}

.bg-cadenabbia-10, .bg-light {
    background: #f2f8fa !important;
}

.news-search-query-input, .news-search-query-dropdown {
    background: none;
}

#news-search {
    font-family: "Inter", sans-serif;
}

.news-search-query-dropdown {
    border-bottom: 1px solid #52B7C1;
    color: #52B7C1;
}

.pagination {
    font-family: "Inter", sans-serif;
}

.pagination .previous.page-item, .pagination .next.page-item {
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 0 1rem rgba(82,183,193,0.2)!important;
    margin: 0 1rem;
}

ul.pagination .page-link {
    font-weight: 600;
}

#startseite-header-text {
    background: #2d3c4b;
}

#startseite-header-image-overlay {
    background: linear-gradient(180deg, rgba(45,60,75,0.2) 70%, #2d3c4b 100%);
}

@media (min-width: 992px) {
    #startseite-header-text {
        background: none;
    }
}

/* xl */
@media (min-width: 1200px) {
    .header-mit-bild-text h1, .header-mit-bild-text h1 span, .header-mit-bild h1, .header-mit-bild h1 span {
        font-size: 6rem;
    }
}

.header-mit-bild-variante-2 {
    background: #52b7c1;
    height: 60vh;
    position: relative;
    overflow: hidden;
}

.header-mit-bild-variante-2-bild img {
    border-radius: 512px;
}

.header-mit-bild-variante-2-boegen {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../Images/CDU_CI_CDU-Bogen_Weiss-50-prozent-crop.svg);
    height: 100%;
    width: 80vw;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}

.header-mit-bild-variante-2 h1 {
    font-size: 4rem;
    color: #ffffff;
    background: #2d3c4b;
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 20%;
    z-index: 20;
}

.header-mit-bild-variante-2-bild {
    position: absolute;
    top: 10%;
    left: 50%;
    z-index: 10;
}

.header-mit-bild-variante-2-bild img {
    width: 400px;
    height: 400px;
}


@media (min-width: 992px) {
    .article .lead {
        font-size: 1.2rem;
        font-weight: bold;
    }
}

.accordion-button {
    font-family: "Inter", sans-serif;
    text-transform: none;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    color: #52b7c1;
}

.accordion-button:focus {
    background: none;
    color: #52b7c1;
}

.header-mit-bild-bild {
    filter: none;
}

.header-mit-bild-text-overlay, .header-mit-bild-overlay {
    background: linear-gradient(180deg, rgba(45, 60, 75, 0.2) 70%, #2d3c4b 100%);
}

.news-teaser a {
    color: inherit;
}