@media (max-width: 992px) {
    .typical .tabs__nav, .typical .tabs__nav--colored {
        margin-bottom: 30px;
    }
}

.typical .tabs__section p {
    margin-bottom: 15px;
}

.typical .tabs__section p:last-of-type {
    margin-bottom: 0;
}

.header__bottom .nav .menu svg {
    display: none;
}

.posts__item-title > a {
    color: #000066;
}

.page-link > a, .page-link > span {
    color: #000;
}

.post__nav-link > svg {
    -webkit-tap-highlight-color: unset;
}

div[itemprop="articleBody"] a:hover {
    font-weight: 700;
}

div[itemprop="articleBody"] img {
    max-width: 100%;
    height: auto;
}

.items-more {
    padding-bottom: 60px;
}

.items-more a {
    color: #000;
}

.page-header a {
    color: #000;
}

table, tbody, tr, td {
    vertical-align: middle;
}

.blog-featured .items-more > .list-group > .list-group-item > a {
    color: #000;
}

.posts__item .posts__item-tools, .posts__item--simple .posts__item-tools, .posts__item--event .posts__item-tools {
    height: 42px;
    font-size: 1.125rem;
}

.posts__item .posts__item-description, .posts__item--simple .posts__item-description, .posts__item--event .posts__item-description {
    bottom: 42px;
}

.posts__item .posts__item-tools svg, .posts__item--simple .posts__item-tools svg, .posts__item--event .posts__item-tools svg {
    fill: #fff;
}

.list-group-item-action:hover {
    background-color: #e9ecef;
}

.img-zoom-in figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.img-zoom-in figure:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.popover {
    opacity: 1;
    color: #000;
}

.foto {
    border: 1px solid #E5E5E5;
    margin: 0;
    padding: 2px !important;
}

.heading--black, .heading--white {
    padding-top: 0;
    padding-bottom: 0;
}

.heading__title, .heading__title--center {
    font-size: 1.5rem;
}

.hero__events a {
    color: #000000;
}

.event__wrapper .post__nav {
    margin: 0;
    padding-bottom: 20px;
}

.event__date .day {
    font-size: 1.5rem;
}

.event__description .title {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .nav .menu {
        flex-direction: column;
        padding: 0;
    }

    .nav .menu li {
        border-top: 1px #ffffff solid;
    }
}

.load-button-active {
    width: 15px;
    height: 15px;
    background: none;
}

.table td, .table th {
    vertical-align: middle;
}

.header.fixed {
    color: #ffffff;
}

.header.fixed .search__toggle svg, .header.fixed .search__submit svg {
    fill: #ffffff;
}

.header.fixed .lang {
    color: #ffffff;
}

.header.fixed .lang__toggle:after {
    border-color: #ffffff transparent transparent transparent;
}

@media (max-width: 992px) {
    .search__wrapper {
        display: none;
    }

    .header.fixed .lang {
        color: #1E1F1F !important;
    }

    .header.fixed .lang__toggle:after {
        border-color: #1E1F1F transparent transparent transparent;
    }
}

.header.fixed .hamburger {
    border-color: #ffffff;
}

.header.fixed .hamburger-inner, .header.fixed .hamburger-inner:before, .header.fixed .hamburger-inner:after {
    background: #ffffff;
}

.emcNavigationPrev {
    visibility: visible;
}

.emcNavigationPrev[disabled="disabled"] {
    visibility: hidden;
}

.hero__title h2 {
    font-size: 2rem;
}

.post__category a {
    color: #ffffff;
}

.nav .menu > li .sub-menu li {
    padding: 5px;
}

.nav .menu > li .sub-menu li:hover {
    background-color: #cccccc;
}

.nav .menu > li .sub-menu a:hover {
    text-decoration: none !important;
}

.kama_breadcrumbs .kb_title {
    text-decoration: none;
}

.nav--top .menu > li > a, span.nav-header {
    font-size: 1rem;
}

.pg-cv-name {
    font-size: inherit;
}

.lang__list {
    list-style: none;
}

ul {
    list-style: unset;
    padding: 0 0 0 40px;
    margin: 1em 0;
}

@media (min-width: 576px) {
    .back-top__toggle-wrapper {
        right: -35px;
    }
}

@media (min-width: 768px) {
    .back-top__toggle-wrapper {
        right: -30px;
    }
}

@media (min-width: 992px) {
    .back-top__toggle-wrapper {
        right: -35px;
    }

    main {
        padding-top: 113px;
    }
}

@media (min-width: 1200px) {
    .back-top__toggle-wrapper {
        right: -65px;
    }

    main {
        padding-top: 114px;
    }
}

p.readmore a.btn {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.footer a:hover {
    color: #000066;
}

.footer__copyright {
    width: 100%;
    text-align: center;
}

.footer__copyright hr {
    background-color: rgba(255, 255, 255, 0.2);
    height: 2px;
}

.social__item-footer {
    margin-right: 14px;
    margin-top: 14px;
    margin-bottom: 14px;
}

/*.social__item-footer:hover {*/
/*    color: #000066;*/
/*}*/

.fa-lg-footer {
    font-size: 2em !important;
}

.footer .btn:hover {
    color: white;
    background-color: #000066;
    border-color: #000066;
}

.slick-slide a, .posts__item-tools a, .footer__nav a, .social a, .footer__copyright a {
    color: white;
}

.search__popup .search {
    position: fixed;
    z-index: 11;
    top: 10%;
}

.search__form {
    margin-left: 5%;
    margin-right: 5%;
}

.footer__bottom-seo a {
    color: white;
}

.footer__bottom-seo a:hover {
    text-decoration: underline;
}

@media (max-width: 992px) {
    .footer {
        padding: 0;
    }
}

.search__toggle {
    cursor: pointer;
}

#myTabContent {
    border: 1px solid #dee2e6;
    padding: 12px;
}

#myTabTabs > li {
    flex: 1 1 auto;
    border: 1px solid #dee2e6;
    border-top: 5px solid #74b4e8;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    margin-bottom: -1px !important;
    text-align: center;
}

#myTabTabs > li:not(:last-of-type) {
    margin-right: 4px;
}

#myTabTabs > li.active {
    border-bottom-color: transparent;
    border-top: 5px #2384d3 solid;
}

#editor #editor-xtd-buttons, #editor .control-group {
    position: relative;
}

.contact-category ul.category {
    list-style: none;
    padding-left: 0;
}

.contact-category ul.category .heading__title, .contact .heading__title {
    font-size: 1.25rem;
}

.contact-category ul.category .heading__title:hover {
    color: #ffffff;
    transform: scale(1.05);
}

.contact-category ul.category .heading--black.heading--inner {
    padding: 0;
}

.contact-category ul.category .contact-field-entry.foto img, .contact .contact-field-entry img {
    width: 170px !important;
}

@media (max-width: 575.98px) {
    .contact-category ul.category .contact-field-entry.foto, .contact .contact-field-entry.foto   {
        text-align: center;
        border: 0;
    }
}

.link_items {
    background-color: #ffffff;
    padding: 0 2rem 2rem;
}

.link_items .link_item {
    margin-top: 2rem;
}

.link_items .link_item .link_item--title {
    color: #000000;
    font-weight: bold;
}

.link_items .link_item .event__date {
    height: 100%;
    width: auto;
}

.link_items .link_item .link_item--title {
    color: #000066;
}

.link_items .link_item figure {
    width: 100%;
    padding-top: 75%;
    position: relative;
}

.link_items .link_item figure a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
}

.link_items .link_item figure a img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.posts__item figure {
    margin-bottom: 0;
}
