/* NAVIGATION*/
.custom-menu-uppercase .nav-link {
    text-transform: uppercase;
    font-weight: 500;
    color: #555;
    font-size: 14px;
}

.home-icon-link i {
    font-size: 24px;
    color: #009ee3;
}

.dropdown-menu {
    border: 1px solid #e2e2e2;
    border-radius: 2px;
}
.dropdown-menu .dropdown-item {
    text-transform: none;
    color: #666;
    padding: 8px 16px;
    font-size: 14px;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #009ee3;
}

.navbar-nav {
    width: 100%;
}


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        gap: 1em;
    }
}


/* GENERAL */

h2, h3, #subpage a  {
    color: #009ee3 !important;
}

h4 {
    color: #BFC500 !important;
}
.frame-type-header h4 {
    color: #333333 !important;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}

.frame-type-header h2 {
    font-size: 1.2em;
    font-weight: bold;
}

.frame-spacing {
    margin: 4em 0;
}

.btn-green, .btn.btn-secondary {
    background-color: #BFC500;
    color: #FFFFFF;
    border: 0;
    border-radius: 0;
}

.accordion-header .accordion-button {
    background-color: #019ee3 !important;
    color: #FFF !important;
}

/* Teaser */

#subpage-teaser, 
.frame-type-textmedia {
    width: 100% !important;
    max-width: 100% !important;
}

#subpage-teaser .ce-textpic,
#subpage-teaser .ce-gallery,
#subpage-teaser .ce-row,
#subpage-teaser .ce-column,
#subpage-teaser figure.image {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
}

#subpage-teaser img.image-embed-item {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* NEWSLETTER SECTION */
#newsletter h2 {
    color: #FFF !important;
    font-size: 2em;
}
#newsletter-417 {
    padding: 0 8px 10px;
}
#newsletter-417 input { border-radius: 0;}
.form-check-wrapping-label {float: left;}
.form-label {
    display: none;
}

/* CAROUSEL*/
.carousel-galerie h3 {
    margin-bottom: 2em;
}
.carousel-galerie .btn.btn-secondary {
    margin-top: 2em;
}

/* FOOTER */
#end a { 
    color: #FFF !important;
    text-decoration: none;
}

/* SUBPAGES*/
#subpage .btn-primary, #subpage .button-sm {
    background-color: #019ee3 !important;
    border-radius: 0 !important;
    border: 0 !important;
    color: #fff !important;
}
#splide-10178, #splide-10187 {margin-bottom: 2em;}

#subpage a.button-lg {
    background-color: #019ee3 !important;
    color: #FFF !important;
}

#subpage .ce-headline-center {
    color: #333333 !important;
    margin-bottom: 1em !important;
    font-size: 1.4em !important;
}

#c9823, #c9824 {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}

#c9823 iframe, #c9824 iframe {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* NEWS */
.f3-widget-paginator {
    display: flex;
    gap: 28px;
    list-style: none;
}
.f3-widget-paginator li {
   height: 40px;
  padding: 10px;
  background: #019ee3;
  min-width: 42px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.news .article .header a {
    color: #019ee3;
    text-decoration: none;
    margin-bottom: 1em;
    display: inline-block;
}

.news .news-backlink-wrap {
    background: #019ee3;
    display: inline;
    padding: 8px 23px;
}

/* REGISTER */
 #subpage-v2 form label {
  display: block;
  max-width: 61%;
  margin-bottom: 5px;
  font-weight: bold;
}

#subpage-v2 .custom-control.custom-checkbox {
    display: flex;
    align-content: center;
    align-items: center;
    gap: 13px;
}