/*!
Theme Name: Kreiskrankenhaus Saarburg
Theme URI: https://www.mattgold-media.de
Author: Andreas Mayer
Author URI: https://www.mattgold-media.de
Description: Ein modernes WordPress‑Theme für das Kreiskrankenhaus Saarburg.
Version: 1.0.0
Tested up to: 8.3
Requires PHP: 8.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kh_saarburg
*/

/**
 * Schriftarten
 */
@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/source-sans-3-v19-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    src: url('fonts/source-sans-3-v19-latin-italic.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/source-sans-3-v19-latin-600.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/gabarito-v9-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Gabarito';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/gabarito-v9-latin-500.woff2') format('woff2');
}

/**
 * Basis
 */
:root {
    --kh-padding-bottom: 1.5rem;
    --kh-color-a: #005A9A;
    --kh-color-b: #00B6ED;
    --kh-color-c: #E00885;
    --kh-color-d: #ECF6FC;
    --kh-color-e: #AEDBF0;
    --kh-color-f: #f3f3f3;
    --kh-color-g: #444444;
    --kh-color-h: #3A3A3A;
    --kh-color-i: #6B6B6B;
    --kh-color-j: #EEEEEE;
    --kh-small: 900px;
    --kh-medium: 1200px;
    --kh-large: 1440px;

}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noscroll {
    overflow: hidden;
    height: 100vh;
}

a {
    color: var(--kh-color-h);
}

a:hover {
    color: var(--kh-color-a);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gabarito';
    font-weight: 500;
    margin-top: 0;
    margin-bottom: var(--kh-padding-bottom);
}

b,
strong {
    font-weight: 600;
}

p {
    margin-bottom: var(--kh-padding-bottom);
}

.kh_content dl,
.kh_content ol,
.kh_content ul {
    margin-bottom: var(--kh-padding-bottom);
    padding-left: 1rem;
}

.kh_content dl,
.kh_content ol,
.kh_content ul :is(li) {
    padding-left: 0.5rem;
}

.kh_content li::marker {
    content: "– ";
    color: var(--kh-color-c);
}

.kh_content>h2 {
    margin-top: 3rem;
}

.kh_content>h3 {
    margin-top: 2rem;
}

.kh_content {
    padding: 32px 20px;
}

body.home .kh_content {
    padding-top: 0;
}

.kh_content>.wp-block-group {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.kh_content .wp-block-group :is(.wp-block-heading, .wp-block-group, .wp-block-table, .wp-block-buttons, .kh_contact, .kh_quote, .wp-block-columns, .kh_gallery_wrapper, .kh_accordion, .joboffers-block, .wpcf7, .kh_result, .pagination),
.kh_content .wp-block-group> :is(p, ul, ol),
.kh_breadcrumb {
    max-width: var(--kh-small);
    margin-left: auto;
    margin-right: auto;
}

.kh_content>.wp-block-image {
    max-width: var(--kh-medium);
    margin-left: auto;
    margin-right: auto;
}

.btn-primary {
    --bs-btn-bg: var(--kh-color-a);
    --bs-btn-border-color: var(--kh-color-a);
    --bs-btn-hover-bg: var(--kh-color-a);
    --bs-btn-hover-border-color: var(--kh-color-a);
    --bs-btn-border-radius: 0;
}

h3 {
    font-size: 1.25rem;
    color: var(--bs-body-color);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3.5rem;
    }

    h2 {
        font-size: 2.5rem;
    }

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

@media (min-width: 1920px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1600px;
    }
}

/**
 * Animationen 
 */
.wow {
    visibility: hidden;
}

/**
 * Formulare
 */
.form-control {
    border: 1px solid var(--kh-color-g);
}

.form-select {
    border: 1px solid var(--kh-color-g);
}

/** 
 * Close Button
 */
.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg transform='matrix(1,0,0,1,-5,-5)'%3E%3Cpath d='M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z' style='fill:rgb(224,8,133);fill-rule:nonzero;'/%3E%3C/g%3E%3C/svg%3E%0A");
    --bs-btn-close-opacity: 1;
    --bs-btn-close-hover-opacity: 1;
    transition: .5s transform ease;
    padding: 0;
    width: 2rem;
    height: 2rem;
    background: transparent var(--bs-btn-close-bg) center/28px auto no-repeat;
}

.modal-header .btn-close {
    padding: 0;
}

.btn-close:hover {
    transform: rotate(180deg);
}

/**
 * Jumbotron
 */
.kh_jumbotron {}

.kh_jumbotron_background_wrapper {
    position: relative;
}

.kh_jumbotron_background {
    padding: 0 0 65% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.kh_jumbotron_content {
    padding: 30px 20px;
    background: var(--kh-color-a);
    background: linear-gradient(43deg, rgba(0, 90, 154, 1) 27%, rgba(38, 124, 181, 1) 100%);
    color: #ffffff;
    height: 100%;
}

.kh_jumbotron_content h1 {
    margin: 0 0 1rem 0;
    font-size: 1.125rem;
    color: #ffffff;
}

.kh_jumbotron_background_layer {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    height: 100%;
}

.kh_jumbotron_button_wrapper {
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 252px;
    height: 176px;
    background-image: url(images/jumbotron_button.svg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.kh_jumbotron_button_inner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 195px;
    height: 140px;
    background-color: var(--kh-color-c);
    color: #ffffff;
    text-align: right;
    border-bottom-right-radius: 20px;
}

.kh_jumbotron_button_inner h2 {
    color: #ffffff;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
    padding: 0 20px 0 0;
}

.kh_jumbotron_button_inner a {
    color: #ffffff;
    padding: 0 42px 0 0;
    background-image: url(images/right_button_white.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right 20px;
    transition: background-position .2s;
}

.kh_jumbotron_button_inner a:hover {
    background-position: center right 15px;
}

.kh_jumbotron_hr {
    display: none;
}

@media (min-width: 768px) {
    .kh_jumbotron_background {
        padding: 0 0 50% 0;
    }
}

@media (min-width: 1200px) {
    .kh_jumbotron {
        margin-top: 2rem;

    }

    .kh_jumbotron .row {
        border-radius: 20px;
    }

    .kh_jumbotron_background {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    /*
    .kh_jumbotron_background_layer {
        display: block;
    }
    */

    .kh_jumbotron_button_wrapper {
        display: block;
        border-bottom-right-radius: 20px;
    }

    .kh_jumbotron_button_inner {
        font-size: 1rem;
    }

    .kh_jumbotron_content {
        padding: 40px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        font-size: 1rem;
    }

    .kh_jumbotron_content h1 {
        font-size: 1.5rem;
    }

    .kh_jumbotron_hr {
        display: block;
        height: 8px;
        width: 33%;
        background-color: var(--kh-color-b);
        margin-bottom: 1rem;
        border-radius: 2px;
    }
}

@media (min-width: 1440px) {
    .kh_jumbotron_content {
        font-size: 1.75rem;
    }

    .kh_jumbotron_content h1 {
        font-size: 3rem;
    }

    .kh_jumbotron_content h1.kh_jumbotron_title_long {
        font-size: 1.75rem;
    }
}

/**
 * Kachel
 */
.kh_tile {
    display: block;
    border-radius: 10px;
    background-color: var(--kh-color-d);
}

.kh_tile:hover {
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 103, 177, 0.25);
}

.kh_tile_inner {
    position: relative;
    padding: 0 0 60% 0;
}

.kh_tile_text_wrapper {
    position: absolute;
    top: 20px;
    right: 20px;
    left: 20px;
}

.kh_tile_inner h2 {
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding: 0;
}

.kh_tile_more {
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 600;
    color: var(--kh-color-c);
    padding: 0 20px 0 0;
    background-image: url(images/right_button_pink.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 16px;
}

@media (min-width: 1200px) {
    .kh_tile_text_wrapper {
        top: 40px;
        right: 40px;
        left: 40px;
    }

    .kh_tile_more {
        right: 40px;
        bottom: 40px;
    }
}

/**
 * Bildergalerie
 */
.kh_gallery {
    margin-bottom: -1rem;
}

.kh_gallery_item {
    margin-bottom: 1rem;
}

.kh_gallery_item img {
    border-radius: 10px;
}

@media (min-width: 768px) {
    .kh_gallery {
        margin-right: -0.5rem !important;
        margin-left: -0.5rem !important;
    }

    .kh_gallery_item {
        margin-right: .5rem;
        margin-left: .5rem;
    }
}

/**
 * Zitat mit Bild
 */
.kh_quote {
    padding: 20px;
    background-color: var(--kh-color-d);
    border-radius: 10px;
    margin-bottom: var(--kh-padding-bottom);
    font-size: 1.25rem;
}

.kh_quote img {
    border-radius: 100%;
    width: 100%;
    height: auto;
    max-width: 110px;
}

.kh_quote_image {
    margin-bottom: var(--kh-padding-bottom);
}

@media (min-width: 768px) {
    .kh_quote {
        padding: 40px;
    }

    .kh_quote_image {
        margin-top: 0.25rem;
        padding-right: 2rem;
    }
}

/**
 * Raster-Element
 */
:where(.wp-block-columns) {
    margin-bottom: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 1.5rem;
}

.wp-block-columns.is-style-stretch {
    max-width: 1200px !important; 
}

/**
 * Kontaktbox
 */
.kh_contact {
    margin-bottom: var(--kh-padding-bottom);
    background-color: var(--kh-color-f);
    padding: 20px;
    border-radius: 10px;
}

.kh_contact_image {
    margin-bottom: 1rem;
}

.kh_contact img {
    border-radius: 100%;
    width: 100%;
    max-width: 110px;
    height: auto;
}

.kh_contact .kh_contact_image_placeholder {
    width: 110px;
    height: 110px;
    background-color: #ccc;
    border-radius: 100%;
    background-image: url(images/user.svg);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: center;
}

/*
.kh_contact_top {
    margin-bottom: var(--kh-padding-bottom);
}
*/

.kh_contact_top.kh_contact_top_no_margin {
    margin-bottom: 0;
}

.kh_contact_name {
    font-size: 1.5rem;
    font-weight: 600;
}

.kh_contact_funktion {}

.kh_contact_email {
    padding: 0 0 0 20px;
    background-image: url(images/mail.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center left;
}

.kh_contact_telefon {
    padding: 0 0 0 20px;
    background-image: url(images/phone_black.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center left;
}

@media (min-width: 768px) {
    .kh_contact {
        padding: 30px;
    }
}

/**
 * Brotkrümel-Navigation
 */
.kh_breadcrumb {
    color: var(--kh-color-i);
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 2rem;
}

.kh_breadcrumb a {
    text-decoration: none;
    color: var(--bs-body-color);
}

.kh_breadcrumb a:hover span {
    text-decoration: underline;
}

.kh_breadcrumb_home {
    display: inline-block;
    padding: 0 0 0 18px;
    background-image: url(images/home.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 12px;
}

.kh_breadcrumb_seperator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(images/thin-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    margin: 0 8px;
}

/**
 * Button mit Telefonnummer
 */

.kh_call {
    position: fixed;
    top: 160px;
    right: 20px;
    z-index: 40;
    display: none;
}

body.admin-bar .kh_call {
    top: 192px;
}

.kh_call_icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 40px rgba(0, 103, 177, 0.25);
}

.kh_call_icon img {
    width: 26px;
    height: auto;
    display: inline-block;
    transition: transform 0.2s;
}

@keyframes klingeln {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(-20deg);
    }

    30% {
        transform: rotate(20deg);
    }

    45% {
        transform: rotate(-20deg);
    }

    60% {
        transform: rotate(20deg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.kh_call:hover img {
    animation: klingeln 0.6s ease-in-out;
}

@media (min-width: 1200px) {
    .kh_call {
        display: block;
    }
}

/**
 * Nach oben scrollen
 */
.kh_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 40;
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s ease;
}

.kh_top.show {
    opacity: 1;
    visibility: visible;
}

.kh_top_icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 100%;
    box-shadow: 0 0 40px rgba(0, 103, 177, 0.25);
}

.kh_top_icon img {
    width: 26px;
    height: auto;
    display: inline-block;
    transition: transform 0.4s;
}

.kh_top:hover img {
    transform: translateY(-5px);
}

/**
 * Images
 */
.wp-block-image img {
    border-radius: 10px;
}

/**
 * Standard-Button
 */
.wp-block-buttons:not(.is-style-group) {
    margin-bottom: var(--kh-padding-bottom);
}

.wp-block-buttons:not(.is-style-group) .wp-block-button__link.wp-element-button {
    background-color: var(--kh-color-c);
    color: #ffffff;
    border-radius: 5px;
    padding: 16px 44px 16px 16px;
    font-size: var(--bs-body-font-size);
    line-height: 1;
    display: block;
    text-align: left;
    background-image: url(images/right_button_white.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center right 16px;
    text-decoration: none;
    transition: .2s background-position;
}

.wp-block-buttons:not(.is-style-group) .wp-block-button__link.wp-element-button:hover {
    text-decoration: underline;
    background-position: center right 10px;
}

/**
 * Button-Gruppe
 */
.wp-block-buttons.is-style-group {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: var(--kh-padding-bottom);
    margin-bottom: var(--kh-padding-bottom);
}

.wp-block-buttons.is-style-group .wp-block-button {
    flex: 0 1 100%;
}

.wp-block-buttons.is-style-group .wp-block-button__link.wp-element-button {
    background-color: var(--kh-color-f);
    color: var(--bs-body-color);
    border-radius: 5px;
    padding: 16px 40px 16px 16px;
    font-size: var(--bs-body-font-size);
    line-height: 1;
    display: block;
    text-align: left;
    background-image: url(images/right_button.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center right 16px;
    text-decoration: none;
    line-height: 1.4;
    transition: background-position .5s;
}

.wp-block-buttons.is-style-group .wp-block-button:hover .wp-block-button__link.wp-element-button {
    background-position: center right 10px;
    background-color: var(--kh-color-j);
}

.wp-block-buttons.is-style-group .wp-block-button__link.wp-element-button:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .wp-block-buttons.is-style-group .wp-block-button {
        flex-basis: calc(50% - (var(--kh-padding-bottom) / 2));
    }
}

/**
 * Tabellen
 */
.wp-block-table thead {
    border-bottom: none;
}

.wp-block-table th {
    border: none;
    font-weight: 600;
    background-color: var(--kh-color-d);
}

.wp-block-table td {
    border-top: 1px #ddd solid;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.wp-block-table tr:first-child td {
    border-top: none;
}

/**
 * Hellblaue Box
 */
.wp-block-group.is-style-infobox {
    max-width: var(--kh-small);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    border-left: 10px solid var(--kh-color-c);
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.wp-block-group.is-style-infobox>*:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .wp-block-group.is-style-infobox {
        padding: 40px;
    }
}

/**
 * Hinweis-Box
 */
.wp-block-group.is-style-box {
    max-width: var(--kh-small);
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    border-left: 10px solid var(--kh-color-d);
    border-top: 1px solid var(--kh-color-f);
    border-right: 1px solid var(--kh-color-f);
    border-bottom: 1px solid var(--kh-color-f);
}

.wp-block-group.is-style-box>*:last-child {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .wp-block-group.is-style-box {
        padding: 40px;
    }
}

/**
 * Dunkelblaue Box
 */
.wp-block-group.is-style-darkbox {
    max-width: var(--kh-small);
    padding: 20px;
    background: linear-gradient(43deg, rgba(0, 90, 154, 1) 27%, rgba(38, 124, 181, 1) 100%);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: 1.5rem;
}

.wp-block-group.is-style-darkbox>*:last-child {
    margin-bottom: 0;
}

.kh_tab .wp-block-group.is-style-darkbox {
    margin-bottom: 1rem;
}

.wp-block-group.is-style-darkbox :is(h1, h2, h3, h4, h5, h6) {
    color: #fff !important;
}

.wp-block-group.is-style-darkbox a {
    color: #fff !important;
}

@media (min-width: 768px) {
    .wp-block-group.is-style-darkbox {
        padding: 40px;
    }
}

/**
 * Feature-Liste
 */
.wp-block-group.is-style-feature {
    max-width: var(--kh-large);
    padding: 20px;
    background-color: var(--kh-color-d);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group.is-style-feature>*:last-child {
    margin-bottom: 0;
}

.wp-block-group.is-style-feature ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
}

.wp-block-group.is-style-feature ul li {
    padding: 0.75rem 2rem 0.75rem 2.5rem;
    border-radius: 10px;
    background-color: #ffffff;
    background-image: url(images/check-alt.svg);
    background-position: center left 1rem;
    background-repeat: no-repeat;
    background-size: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 103, 177, 0.25);
}

.wp-block-group.is-style-feature ul li::marker {
    content: "";
}

@media (min-width: 768px) {
    .wp-block-group.is-style-feature {
        padding: 80px 0;
    }

    .wp-block-group.is-style-feature ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1200px) {
    .wp-block-group.is-style-feature ul {
        grid-template-columns: repeat(3, 1fr);
    }
}

/**
 * Modal 
 */
.modal {
    --bs-modal-padding: 2rem;
    --bs-modal-border-color: transparent;
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 10px;
    --bs-modal-box-shadow: none;
    --bs-modal-header-padding: 2rem 2rem 0 2rem;
    --bs-modal-zindex: 1110;
}

.modal-backdrop {
    background-color: var(--kh-color-a);
    --bs-backdrop-zindex: 1100;
}

.modal-backdrop.show {
    opacity: 0.9;
}

.modal-header {
    border-bottom: none;
}

/**
 * Offcanvas
 */
.offcanvas-backdrop {
    background-color: var(--kh-color-a);
    z-index: 1120;
}

.offcanvas-backdrop.show {
    opacity: 0.9;
}

.offcanvas-body h2 {
    margin-top: 2rem;
}

.offcanvas-body .kh_content>section:first-child>h2:first-child {
    margin-top: 0;
}

.offcanvas .kh_content {
    padding: 0;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
    --bs-offcanvas-box-shadow: none;
    --bs-offcanvas-padding-y: 2rem;
    --bs-offcanvas-padding-x: 2rem;
    --bs-offcanvas-border-color: transparent;
    --bs-offcanvas-border-width: 0;
    --bs-offcanvas-zindex: 1130;
}

@media (min-width: 1200px) {

    .offcanvas,
    .offcanvas-lg,
    .offcanvas-md,
    .offcanvas-sm,
    .offcanvas-xl,
    .offcanvas-xxl {
        --bs-offcanvas-width: 600px;
        --bs-offcanvas-padding-x: 4rem;
    }
}

/**
 * Suchergebnisse
 */
.kh_result {
    margin-bottom: 2rem;
}

.kh_result h2 {
    font-size: 1.4rem;
    margin: 0;
}

.kh_result h2 a {
    color: var(--kh-color-a);
    text-decoration: none;
}

.kh_result .kh_result_link {
    color: #777;
    font-size: 0.9rem;
}

.kh_result p {
    margin-top: 0.75rem;
    margin-bottom: 0;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
    padding: .5rem 1rem;
    border-radius: 5px;
    border: 1px solid var(--kh-color-c);
    text-decoration: none;
    display: inline-block;
}

.navigation.pagination .nav-links a:hover {
    background-color: var(--kh-color-c);
    color: #fff;
}

.navigation.pagination .nav-links span.current {
    background-color: var(--kh-color-c);
    color: #fff;
}

/**
 * News
 */
body.archive .kh_news {
    max-width: var(--kh-small);
}

body.archive .navigation.pagination {
    margin-top: 2rem;
}

.kh_news_inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0 -10px 20px -10px;
}

body.archive .kh_news_inner {
    flex-wrap: wrap;
}

.kh_news_item {
    border-radius: 10px;
    background-color: var(--kh-color-d);
    margin: 0 10px;
}

.kh_news_item a {
    text-decoration: none;
}

.kh_news_item a:hover {
    color: var(--bs-body-color);
}

.kh_news_item img {}

.kh_news_teaser {
    padding: 20px;
}

.kh_news_teaser span {
    display: inline-block;
    font-size: 0.9rem;
    margin-bottom: .5rem;
    color: #777;
}

.kh_news_teaser h3 {
    margin-bottom: 1rem;
}

.kh_news_button_wrapper {
    padding: 0 20px 20px 20px;
    text-align: right;
}

.kh_news_button {
    display: inline-block;
    color: var(--kh-color-c);
    padding: 0 24px 0 0;
    font-size: var(--bs-body-font-size);
    line-height: 1;
    text-align: left;
    background-image: url(images/right_button_pink.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: center right;
    text-decoration: none;
    transition: .2s background-position;
    font-weight: 600;
}

.kh_news_image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.kh_news_image img {
    transition: transform .4s;
}

.kh_news_item a:hover .kh_news_image img {
    transform: scale(1.05);
}

.kh_news .wp-block-buttons {
    margin-top: 2rem;
    justify-content: center;
}

.kh_news_detail_meta {
    font-weight: 600;
    font-size: 0.9rem;
}

.kh_news_shortlist {
    max-width: var(--kh-small);
    margin: 0 auto 4rem auto;
}

.kh_news_shortlist_items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

.kh_news_shortlist_items img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.kh_news_shortlist_items h3 {
    margin: 0;
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 1.4rem;
}

.kh_news_shortlist_items a {
    text-decoration: none;
    background-color: var(--kh-color-f);
    border-radius: 5px;
}

.kh_news_shortlist_items a:hover {
    text-decoration: underline;
    text-decoration-color: var(--kh-color-g);
}

@media (min-width: 768px) {
    .kh_news_shortlist_items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    .kh_news_item {
        margin: 0;
    }

    .kh_news_inner {
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 20px 0;
    }

    .kh_news_inner .kh_news_item_wrapper {
        flex: 1 1 100%;
    }

    body.archive .kh_news_inner .kh_news_item_wrapper {
        flex: 0 1 calc(50% - 10px);
    }

    .kh_news_teaser {
        padding: 30px;
    }

    .kh_news_button_wrapper {
        padding: 0 30px 30px 30px;
    }
}

@media (min-width: 1200px) {
    .kh_news_shortlist_items h3 {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }
}

/**
 * Header
 */
.kh_header {
    box-shadow: 0 0 40px rgba(0, 103, 177, 0.25);
    background-color: rgba(255, 255, 255, 0.97);
}

.kh_logo_wrapper {
    padding: 20px 0 20px 20px;
}

.kh_logo_wrapper a {
    display: inline-block;
}

.kh_logo {
    height: 60px;
    width: auto;
    transition: height .4s;
}

.kh_burger_wrapper {
    width: 100%;
    padding: 20px 20px 20px 0;
}

.kh_burger {
    display: block;
    margin-left: auto;
    width: 40px;
}

.kh_burger_stripe {
    height: 4px;
    width: 100%;
    background-color: var(--kh-color-c);
    margin-bottom: 6px;
}

.kh_burger_stripe:last-child {
    margin-bottom: 0;
}

.kh_meta_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.kh_meta_menu ul li {
    display: inline-block;
    margin-right: 20px;
    background-color: var(--kh-color-f);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.kh_meta_menu ul li:hover {
    background-color: var(--kh-color-j);
}

.kh_meta_menu ul li.kh_meta_menu_alt {
    background-color: var(--kh-color-c);
}

.kh_meta_menu ul li.kh_meta_menu_alt a {
    color: #ffffff;
}

.kh_meta_menu ul li:last-child {
    margin-right: 0;
}

.kh_meta_menu ul li a {
    color: var(--kh-color-g);
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
}

.kh_meta_menu ul li a:hover {
    text-decoration: underline;
}

.kh_main_menu {
    position: absolute;
    right: 0;
    bottom: 0;
}

.kh_main_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.kh_main_menu ul li {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.kh_main_menu ul li a {
    color: var(--kh-color-h);
    text-decoration: none;
    padding: 16px;
    display: inline-block;
}

.kh_main_menu ul li:last-child a {
    padding-right: 0;
}

.kh_main_menu ul li a:hover {
    text-decoration: underline;
}

.kh_search {
    width: 22px;
    height: auto;
}

@media (min-width: 1200px) {
    .kh_logo {
        height: 88px;
    }

    .kh_header.kh_header_scrolled_down .kh_logo {
        height: 65px;
    }

    .kh_logo_wrapper {
        padding: 20px 0 20px 0;
    }
}

/** 
 * Arztfinder
 */
.kh_doctorfinder {
    padding: 20px;
    background-color: var(--kh-color-d);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--kh-large);
}

.kh_doctorfinder ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kh_doctorfinder ul li {
    background-color: #ffffff;
    padding: 0.75rem 2rem 0.75rem 1rem;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 103, 177, 0.25);
}

.kh_doctorfinder ul.kh_doctorfinder_areas li:hover,
.kh_doctorfinder ul.kh_doctorfinder_areas li.active {
    background-color: var(--kh-color-a);
    color: #fff;
    background-image: url(images/check.svg);
    background-position: center right 1rem;
    background-size: 20px;
    background-repeat: no-repeat;
}

.kh_doctorfinder ul li::marker {
    content: "";
}

.kh_doctorfinder_body {
    position: relative;
    min-height: 600px;
}

.kh_doctorfinder_body_inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: right;
}

.kh_doctorfinder_body svg {
    height: auto;
    max-height: 600px;
    fill: var(--kh-color-a);
    opacity: 1;
    transition: opacity 0.3s;
}

.kh_doctorfinder_dot {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
    opacity: 1;
    box-shadow: 0 0 20px rgba(0, 103, 177, 0.5);
}

.kh_doctorfinder_dot:hover,
.kh_doctorfinder_dot.active {
    background-color: var(--kh-color-c);
}

.kh_doctorfinder_dot.inactive {
    opacity: 0;
}

.kh_doctorfinder_inner {
    max-width: var(--kh-small);
    margin: 0 auto;
}

.kh_doctorfinder_results {
    max-width: var(--kh-small);
    margin: 0 auto;
}

.kh_doctorfinder_results_stage li {
    padding: 0 !important;
}

.kh_doctorfinder_results_stage li a {
    text-decoration: none;
    padding: 0.75rem 2rem 0.75rem 1rem;
    display: block;
}

.kh_doctorfinder_results_stage li a:hover {
    color: #fff;
}

.kh_doctorfinder_results_stage li:hover {
    background-color: var(--kh-color-a);
    color: #fff;
}

.kh_doctorfinder_results_stage li:hover a {
    color: #fff;
}

@media (min-width: 1200px) {
    .kh_doctorfinder {
        padding: 80px 0;
    }
}

/**
 * Mobile Navigation
 */
.kh_mobilenav {
    list-style: none;
    margin: 0 0 2rem 0;
    padding: 0;
}

.kh_mobilenav li {
    margin-bottom: 1.4rem;
}

.kh_mobilenav li:last-child {
    margin-bottom: 0;
}

.kh_mobilenav a {
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 600;
}

.kh_mobilenav li ul {
    list-style: none;
    margin: 0 0 1rem 1rem;
    padding: 0;
}

.kh_mobilenav li ul li {
    margin-bottom: 1rem;
}

.kh_mobilenav li ul li:first-child {
    margin-top: 1.5rem;
}

.kh_mobilenav li ul li a {
    font-size: 1.3rem;
    font-weight: 400;
}

.kh_mobilenav li.kh_mobilenav_submenu>a {
    position: relative;
    padding-right: 2rem;
}

.kh_mobilenav li.kh_mobilenav_submenu>a:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/thin-down-pink.svg);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
    position: absolute;
    top: 9px;
    right: 0;
    transform: rotate(180deg);
    transition: transform .3s;
}

.kh_mobilenav li.kh_mobilenav_submenu>a.collapsed:after {
    transform: rotate(0deg);
}

.kh_mobilenav_contact {
    margin: 0 0 2rem 0;
}

.kh_mobilenav_contact .widget:last-child>p:last-child {
    margin-bottom: 0;
}

.kh_mobilenav_meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.kh_mobilenav_meta li {
    display: inline-block;
    margin-right: 1rem;
    background-color: var(--kh-color-f);
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}

.kh_mobilenav_meta li.kh_mobilenav_meta_alt {
    background-color: var(--kh-color-c);
}

.kh_mobilenav_meta li.kh_mobilenav_meta_alt a {
    color: #ffffff;
}

.kh_mobilenav_meta li:last-child {
    margin-right: 0;
}

.kh_mobilenav_meta li a {
    color: var(--kh-color-g);
    text-decoration: none;
    padding: 10px 16px;
    display: inline-block;
}

/**
 * Akkordeon-Elemente
 */
.kh_accordion {
    margin-bottom: var(--kh-padding-bottom);
}

.accordion-item {
    border: none;
}

.accordion-button {
    background-color: var(--kh-color-d);
    font-family: 'Gabarito';
    font-weight: 400;
    font-size: 1.5rem;
    color: var(--bs-body-color);
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-5%2C-5)%22%3E%3Cpath%20d%3D%22M19%2C13L13%2C13L13%2C19L11%2C19L11%2C13L5%2C13L5%2C11L11%2C11L11%2C5L13%2C5L13%2C11L19%2C11L19%2C13Z%22%20style%3D%22fill%3Argb(224%2C8%2C133)%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%20standalone%3D%22no%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%2014%2014%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xml%3Aspace%3D%22preserve%22%20xmlns%3Aserif%3D%22http%3A%2F%2Fwww.serif.com%2F%22%20style%3D%22fill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%3Bstroke-linejoin%3Around%3Bstroke-miterlimit%3A2%3B%22%3E%3Cg%20transform%3D%22matrix(1%2C0%2C0%2C1%2C-5%2C-5)%22%3E%3Cpath%20d%3D%22M19%2C6.41L17.59%2C5L12%2C10.59L6.41%2C5L5%2C6.41L10.59%2C12L5%2C17.59L6.41%2C19L12%2C13.41L17.59%2C19L19%2C17.59L13.41%2C12L19%2C6.41Z%22%20style%3D%22fill%3Argb(58%2C58%2C58)%3Bfill-rule%3Anonzero%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
}

.accordion-button:hover {
    background-color: var(--kh-color-e);
}

.accordion-button:not(.collapsed) {
    background-color: var(--kh-color-e);
    box-shadow: none;
    color: var(--bs-body-color);
}

.accordion-body>*:last-child {
    margin-bottom: 0;
}

/**
 * Suche
 */
#kh_modal_search h2 {
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 1rem 0;
}

.search-form {
    position: relative;
    margin: 0 0 1rem 0;
}

.search-form label {
    display: block;
}

.search-form .search-field {
    width: 100%;
    font-size: 20px;
    padding: .5rem 4rem .5rem 1rem;
    border-radius: 0;
    border: 1px solid var(--kh-color-c);
}

.search-form .search-submit {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 3rem;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    border: none;
    background-image: url(images/search_white.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    margin: 0;
    background-color: var(--kh-color-c);
}

/**
 * Megamenü
 */
.kh_megamenu {
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 50;
}

.kh_megamenu_inner {
    margin-top: 10px;
    border-radius: 10px;
    background: var(--kh-color-d);
    padding: 40px;
}

.kh_megamenu_overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.kh_megamenu_overlay.show {
    display: block;
}

.kh_megamenu_triangle_wrapper {
    width: 100%;
    height: 0;
    position: relative;
}

.kh_megamenu_triangle {
    position: absolute;
    bottom: -10px;
    right: 50%;
    height: 10px;
    width: 14px;
    background-color: var(--kh-color-d);
    margin-right: -7px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.kh_megamenu_link:hover .kh_megamenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.kh_megamenu_link:hover .kh_megamenu_triangle {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.kh_main_menu ul li.kh_megamenu_link>a {
    padding: 16px 42px 16px 16px;
    background-image: url(images/thin-down.svg);
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: 18px;
}

.kh_megamenu ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem 2rem;
    margin: 0;
    padding: 0;
}

.kh_megamenu h2 {
    font-size: 28px;
    margin: 0 0 20px 0;
}

.kh_megamenu h2 a {
    padding: 0 !important;
    color: var(--kh-color-a) !important;
}

.kh_megamenu_divider {
    background: var(--kh-color-a);
    height: 6px;
    width: 25%;
    margin: 20px 0;
    border-radius: 2px;
    display: none;
}

.kh_megamenu ul li {
    display: block;
}

.kh_megamenu ul li a {
    padding: 0 0 0 16px;
    background-image: url(images/thin-right.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 12px;
}

/**
 * Tab-Navigation
 */
.kh_tab_navigation {
    max-width: var(--kh-small);
    margin: 0 auto 2rem auto;
}

.kh_tab_navigation_content {
    max-width: var(--kh-small);
    margin: 0 auto;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 4px solid #ffffff;
    margin-bottom: 0;
    color: #555;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-bottom: 4px solid var(--kh-color-c);
}

.kh_tab h2.wp-block-heading {
    margin-top: 2rem;
}

.kh_tab h2.wp-block-heading:first-child {
    margin-top: 0;
}

/**
 * Quicklinks
 */
.kh_quicklinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: var(--kh-small);
}

.kh_quicklink_icon {
    background-color: var(--kh-color-d);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 1rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kh_quicklinks a:hover .kh_quicklink_icon {
    background-color: #ffffff;
    box-shadow: 0 0 40px rgba(0, 103, 177, 0.25);
}

.kh_quicklink_icon img {
    width: 100%;
    height: auto;
    max-height: 30px;
    transition: transform .4s;
}

.kh_quicklinks a:hover .kh_quicklink_icon img {
    transform: scale(1.2);
}

.kh_quicklinks a {
    flex: 0 1 calc(33.333% - 10px);
    text-align: center;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
}

.kh_quicklinks a span {
    font-weight: 600;
}

@media (min-width: 768px) {
    .kh_quicklinks a {
        flex: 0 1 calc(20% - 10px);
    }
}

@media (min-width: 1200px) {
    .kh_quicklink_icon {
        width: 100px;
        height: 100px;
    }

    .kh_quicklink_icon img {
        max-height: 40px;
    }

    .kh_quicklinks a span {
        font-size: 1.25rem;
    }
}

/**
 * Footer logos
 */
.footer_logos {
    padding: 40px 20px;
    text-align: center;
    box-shadow: 0 0 40px rgba(0, 103, 177, 0.25);
    background-color: #ffffff;
}

.footer_logos .footer_logo_outer {
    display: inline-block;
    width: calc(100% / 2);
}

.footer_logos .footer_logo {
    width: 100%;
    padding: 0 0 34% 0;
    position: relative;
}

.footer_logos .footer_logo .footer_logo_inner {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_logos .footer_logo .footer_logo_inner img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: contain;
}

@media (min-width: 768px) {
    .footer_logos .footer_logo_outer {
        width: calc(100% / 3);
    }

    .footer_logos .footer_logo .footer_logo_inner img {
        max-height: 60px;
    }
}

/**
 * Footer
 */
footer.kh_footer {
    background: var(--kh-color-a);
    background: linear-gradient(43deg, rgba(0, 90, 154, 1) 27%, rgba(38, 124, 181, 1) 100%);
    color: #ffffff;
    padding: 60px 20px;
    font-size: 1rem;
}

footer.kh_footer h2 {
    font-size: 1.25rem;
}

footer.kh_footer .kh_footer_col {
    padding-bottom: calc(var(--kh-padding-bottom) * 2);
}

footer.kh_footer .widget {
    padding-bottom: var(--kh-padding-bottom);
}

footer.kh_footer .widget:last-child {
    padding-bottom: 0;
}

footer.kh_footer .widget>*:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

footer.kh_footer .widget :is(h1, h2, h3, h4, h5, h6) {
    color: #ffffff;
    margin: 0;
    padding-bottom: var(--kh-padding-bottom);
}

footer.kh_footer .widget a {
    color: #ffffff;
    text-decoration: none;
}

footer.kh_footer .widget a:hover {
    text-decoration: underline;
}

footer.kh_footer .widget ul a {
    padding: 0 0 0 16px;
    background-image: url(images/thin-right-white.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 12px;
}

footer.kh_footer .widget p {
    margin-bottom: var(--kh-padding-bottom);
}

footer.kh_footer .widget ul {
    margin: 0;
    padding-left: 0;
    padding-bottom: var(--kh-padding-bottom);
    list-style: none;
}

footer.kh_footer .kh_socialmedia a {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 0;
    margin: 0 16px;
}

footer.kh_footer .kh_socialmedia a img {
    width: 20px;
    height: 20px;
}

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

@media (min-width: 1200px) {
    footer.kh_footer .kh_footer_col {
        padding-bottom: 0;
    }

    footer.kh_footer .kh_socialmedia a {
        width: 50px;
        height: 50px;
    }

    footer.kh_footer .kh_socialmedia a:last-child {
        margin-right: 0;
    }
}