.flag-swiss-sm {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%23E30613'/%3E%3Cpath d='M 13,6 H 19 V 13 H 26 V 19 H 19 V 26 H 13 V 19 H 6 V 13 H 13 Z' fill='%23FFFFFF'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}


/*
==================================================
 Bootstrap custom styles
 Extracted from HTML <style> block
==================================================
*/


/* Placeholder image helpers */
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


/* Divider example */
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow:
        inset 0 .5em 1.5em rgba(0, 0, 0, .1),
        inset 0 .125em .5em rgba(0, 0, 0, .15);
}


/* Vertical example block */
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}


/* Bootstrap Icons alignment */
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}


/* Horizontal navigation scroller */
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

/* Overrides style.clean.use.css for external links inside text-box h2 tags */
.text-box h2 a[href^="http://"],
.text-box h2 a[href^="https://"] {
    color: #ffffff !important;
  font-weight: bold;
}

/* Visited state */
.text-box h2 a[href^="http://"]:visited,
.text-box h2 a[href^="https://"]:visited {
    color: #ffffff !important;
}

/* Hover state */
.text-box h2 a[href^="http://"]:hover,
.text-box h2 a[href^="https://"]:hover {
    color: #000 !important;
}

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

.header {
    color: #ffffff !important;
}


.h6, 
h6 {
  font-size: 1rem !important;
  background-color: blue !important;
}
