.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.hidden {
    display: none;
}
.blog2_menu-link.w--current {
    border-color: transparent;
}
.text-align-justify {
    text-align: justify;
}
.video_linked_wrapper {
    min-height: auto;
    max-width: 500px;
    margin: auto;
}
.tags {
    display: block !important;
    text-align: center !important;
}
.tags .tag {
    padding: 0.1rem;
}
.kontakt_content_wrapper {
    min-height: 19rem;
}
/* Bootstrap Dropdown Minimal CSS */
#lang-selector {
    display: inline-block;
}
#lang-selector .dropdown {
    position: relative;
    display: inline-block;
}
#lang-selector .dropdown button {
    background-color: transparent;
}
#lang-selector .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    /*min-width: 10rem;*/
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0, 55, 175);
    border-radius: .25rem;
}
#lang-selector .dropdown-menu li {
    margin: 0;
    padding: 0;
}
#lang-selector .dropdown-menu.show {
    display: block;
}
#lang-selector .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: rgb(0, 55, 175);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
#lang-selector .dropdown-item:hover {
    /*color: #1d2124;*/
    text-decoration: none;
    font-weight: bold;
    background-color: rgb(0, 55, 175, 0.1);
}
#lang-selector .chevron {
    margin: 0 0 -2px 5px;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}
#lang-selector .dropdown-toggle .chevron {
    transition: transform 0.3s ease;
}
#lang-selector .dropdown-toggle[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}
/* Cookie Consent */
.cookie-consent {
    position: fixed;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    font-size: 0.9em;
    padding: 1em;
    background: var(--base-color-brand--blue);
    /*text-align: center;*/
    /*font-family: "Open Sans", sans-serif;*/
}
.cookie-consent .flex {
    display: flex;
}
.cookie-consent .items-center {
    align-items: center;
}
.cookie-consent .justify-between {
    justify-content: center;
}
.cookie-consent .cookie-consent__message {
    color: #fff;
}
.cookie-consent .cookie-consent__agree {
    cursor: pointer;
    margin-left: 1em;
    border: 1px solid #fff;
    padding: 5px 15px 5px 15px;
    background: inherit;
    color: #fff;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.cookie-consent .cookie-consent__agree:hover {
    background: #fff;
    color: var(--base-color-brand--blue);
}