/*
Theme Name: klinikimpuls
Author: seaio.interactive
Author URI: https://www.seaio.ch
Description: Individual template created for WordPress
Version: 1.0
*/

html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    --white: #FFF;
    --white07: rgba(255,255,255,0.7);
    --white05: rgba(255,255,255,0.5);
    --white03: rgba(255,255,255,0.3);
    --white02: rgba(255,255,255,0.2);
    --black: #000;
    --grey: #F5F4F1;
    --grey07: rgba(245,244,241,0.7);
    --grey_dark: #aaaaaa;
    --beige: #E9E5DD;
    --beige07: rgba(233,229,221,0.7);
    --blue_light: #E6EDF7; 
    --blue: #0073D7;
    --blue07: rgba(0,115,215,0.7);
    --dark: #001B32;
    --dark07: rgba(0,27,50,0.7);
    --dark05: rgba(0,27,50,0.5);
    --dark03: rgba(0,27,50,0.3);
    --dark02: rgba(0,27,50,0.2);
    --light: #F0EEE9;
    --transition: all ease 0.4s;

    background: var(--grey);

}
body{
    background: var(--grey);
    font-size: 20px;
    line-height: 28px;
    color: var(--dark);
    font-family: 'Inter', Arial, sans-serif;
}
.body-fachbereich{
    background: var(--white);
}
h1 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: -3px;
    margin: 0;
    padding: 0;
}
h1:not(.title) {
    margin-bottom: 40px;
}
h2 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 40px;
    letter-spacing: -2px;
    margin: 0;
    padding: 0;
}
h2:not(.title) {
    margin-bottom: 20px;
}
h3 {
    font-family: 'Inter';
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0;
}
h4 {
    font-family: 'Inter';
    font-weight: 600;
    margin: 0;
    padding: 0;
}
h5 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
}
h6 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0;
}
a{
    transition: var(--transition);
}
a:hover{
    text-decoration: none;
}
.siteorigin-widget-tinymce a {
    position: relative;
}
p{
    margin: 0;
}
a, :focus {
    outline: none;
}
em {
    color: inherit;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 959px) {
    .body-fachbereich{
        padding-bottom: 87px;
    }
    h1 {
        font-size: 50px;
        margin-bottom: 35px;
        letter-spacing: -2px;
    }
    h2 {
        font-size: 30px;
        margin-bottom: 15px;
        letter-spacing: -1px;
    }
}
@media screen and (max-width: 639px) {
    h1 {
        font-size: 30px;
        margin-bottom: 20px;
        letter-spacing: 0;
    }
    h2 {
        font-size: 22px;
        margin-bottom: 15px;
        letter-spacing: 0;
    }
}


/* class for hidden SiteOrigin Elements to render properly, removed after rendering with javascript */
.toggleHidden{
    opacity: 0;
    height: 0;
}

/* Kontakt info Side-Menu */
#offcanvas-kontakt.uk-offcanvas-overlay:before {
    background: rgba(0,0,0,.5);
    backdrop-filter: blur(6px);
}
#offcanvas-kontakt .uk-offcanvas-bar {
    background: var(--blue_light);
    width: 800px;
    padding: 40px;
    color: var(--white);
}
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss,
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss h1,
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss h2,
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss h3,
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss h4,
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss h5,
#offcanvas-kontakt .uk-offcanvas-bar .sectionbg-weiss h6 {
    color: var(--dark);
}
#offcanvas-kontakt .section-inline .uk-container-large{
    padding: 0 !important;
}
.uk-offcanvas-bar-image-close{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    border: 1px solid var(--dark);
    width: 45px;
    height: 38px;
    text-align: center;
    color: var(--dark);
    padding-top: 7px;
}
/* fix jumping offcanvas */
.uk-offcanvas-flip .uk-offcanvas-bar {
    right: -800px;
}



/* text logo */
.logo{
    color: var(--blue);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;  
    display: inline-block;
}
.logo a {
    color: var(--blue);
}
.logo span{
    color: var(--white);
    background: var(--blue);
    padding: 2px 4px;
    border-radius: 2px;
    margin-left: 2px;
}
.logo_grey{
    color: var(--dark);
    opacity: 0.3;
    transition: var(--transition);
}
.logo_grey span{
    background: var(--dark);
    transition: var(--transition);
}
.logo_grey:hover {
    color: var(--blue);
    opacity: 1;
    transition: var(--transition);
}
.logo_grey:hover span{ 
    background: var(--blue);
    transition: var(--transition);
}



/* newsticker */
.newsticker{
    background-color: var(--dark);
    color: var(--white);
    position: relative;
}
.newsticker_inner{
    padding: 15px;
    text-align: center;
    color: var(--white);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px; /* 157.143% */    
}
.newsticker_inner span{
    opacity: 0.7;
}
.newsticker_inner a{
    color: var(--white);
    text-decoration: underline;
}
.newsticker_inner a:hover{
    color: var(--white);
    text-decoration: none;
}
.newstickerhide{
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
@media screen and (max-width: 639px) {
    .newstickerhide{
        right: 10px;
    }
}



/* header */
header{
    padding: 20px;
    pointer-events: none;
}
.header_left{
    background: var(--white);
    border-radius: 40px;
    box-shadow: 0 0 30px 0 rgba(0, 27, 50, 0.08);
    pointer-events: auto;
}
.header_left .logo{
    border-radius: 36px;
    border: 1px solid #E9E5DD;
    padding: 22px 20px;
    margin: 5px;
}
.header_right {
    pointer-events: auto;
}
@media (hover: hover) {
    .header_left .logo:hover{
        background: var(--grey);
    }
}

.header_left .logo img,
.header_left .logo svg{
    margin-right: 15px;
    position: relative;
    top: -1px;
}
.header_left_blogname{
    color: var(--dark);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0 15px;
}
.header_left_blogname:hover{
    color: var(--dark);
}
.header_left_menu{
    display: inline-block;
    /* transition: var(--transition); */
    padding-right: 15px;
}
header.uk-sticky-fixed.uk-active .header_left_menu.header_left_menu_visible{
    display: inline-block !important;
}
.body-fachbereich header.uk-sticky-fixed.uk-active .header_left_menu{
    display: none;
}
.header_logo_mandant_spacer{
    opacity: 0.5;
    margin: 0 10px 0 20px;
    line-height: normal;
    position: relative;
    top: 10px;
    /* transition: var(--transition); */
}
.header_logo_mandant_spacer i{
    font-style: normal;
    border-left: 1px solid #2E4559;
    width: 1px;
    height: 34px;
    display: inline-block;
}

.header_logo_mandant_arrow{
    display: none;
    padding: 0 5px 0 20px;
    /* transition: var(--transition); */
}
.header_logo_mandant_arrow img{
    margin-right: 0 !important;
}
header.uk-sticky-fixed.uk-active .header_logo_mandant_spacer{
    display: none;
}
header.uk-sticky-fixed.uk-active .header_logo_mandant_arrow{
    display: inline;
}
.header_left_menu_item{
    border-radius: 20px;
    margin-right: 5px;
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px;
}
.header_left_menu_item:last-child{
    margin-right: 45px;
}
.header_left_menu_item_active,
.header_left_menu_item:hover{
    background: var(--dark);
    color: var(--white);
}
.header_left_menu_item svg{
    transition: none;
    margin-left: 10px;
}
.header_left_menu_item_active svg,
.header_left_menu_item:hover svg{
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);    
}
.header_left_menu_item_active svg path,
.header_left_menu_item:hover svg path{
    fill: var(--white);
}
.header_left_menu_item_summary{
    display: none;
}
.header_left_menu_dropdown{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.header_left_menu_dropdown_inner{
    column-count: 2;
    background: var(--white);
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    top: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 27, 50, 0.08);
}
.header_left_menu_dropdown a{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    padding: 10px 0;
}
.header_left_menu_dropdown a:hover{
    color: var(--dark);
}
.header_left_menu_dropdown img{
    margin-right: 15px;
}

.header_right{
    background: var(--white);
    border-radius: 40px;
    box-shadow: 0 0 30px 0 rgba(0, 27, 50, 0.08);
}
.header_right_search a{
    display: inline-block;
    border-radius: 36px;
    border: 1px solid #E9E5DD;
    padding: 22px 0;
    margin: 5px;
    text-align: center;
    width: 70px;
    line-height: 0;
}
.header_right_search a:hover{
    border: 1px solid #696866;
}
.header_right_menu a{
    border-radius: 20px;
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 10px 10px 10px 15px;
}
.header_right_menu img{
    margin: 0 15px 0 8px;
    position: relative;
    top: -2px;
}
.header_right_kontakt{
    display: none;
}
.header_right_kontakt_link{
    display: inline-block;
    background: var(--dark);
    color: var(--white);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 36px;
    padding: 27px 20px;
    margin-right: 7px;
    position: relative;
    top: -1px;
}
.header_right_kontakt_link:hover{
    color: var(--white);
    opacity: 0.6;
 }

.navextern:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-color: currentcolor;
    /*background-image: url("assets/images/icon_open-extern.svg");*/
    -webkit-mask: url("assets/images/icon_open-extern.svg") center / contain no-repeat;
    mask: url("assets/images/icon_open-extern.svg") center / contain no-repeat;
    vertical-align: middle;

}

header.uk-sticky-fixed.uk-active .header_right_kontakt{
    display: inline-block;
}

.header_left_menu_item_single.danger{
    color: red;
}

@media screen and (max-width: 1680px) {
    header{
        padding: 40px;
    }
}
@media screen and (max-width: 1240px) {
    .header_left_menu_item_single{
        display: none;
    }
    .header_left_menu_item_single.header_menu_item_active{
        display: inline-block;
    }
    .header_left_menu_item_summary{
        display: inline-block;
    }
}
@media screen and (max-width: 959px) {
    header{
        padding: 30px;
    }
    .uk-modal-page:has(#leftMenu.uk-open) header {
        z-index: 9999;
        pointer-events: none;
    }
    .uk-modal-page #newsticker ~ header:not(.uk-sticky-fixed) .header_left {
        position: relative;
        transition: var(--transition);
        animation: fadeToFixed 0.4s ease-in-out forwards;
    }
    html:not(.uk-modal-page) #newsticker ~ header:not(.uk-sticky-fixed) .header_left,
    html:not(.uk-modal-page) #newsticker ~ header .header_left,
    .uk-modal-page #newsticker ~ header.uk-sticky-fixed .header_left {
        position: relative;
        /*top wird per Script gesetzt und hier überschrieben wenn es nicht benötigt wird.*/
        top: 0 !important;
        animation: fadeToRelative 0.4s ease-in-out forwards;
        transition: var(--transition);
    }
    @keyframes fadeToFixed {
      0% {
        opacity: 1; /* Startet sichtbar unten */
      }
      30% {
        opacity: 0; /* Fadet schnell aus */
      }
      60% {
        opacity: 0; /* Bleibt unsichtbar während des Positionswechsels */
      }
      100% {
        opacity: 1; /* Blendet sich oben sanft wieder ein */
      }
    }

    /* Wenn das Element wieder nach unten auf RELATIVE wechselt */
    @keyframes fadeToRelative {
      0% {
        opacity: 1; /* Startet sichtbar oben */
      }
      30% {
        opacity: 0; /* Fadet schnell aus */
      }
      60% {
        opacity: 0; /* Bleibt unsichtbar während des Positionswechsels */
      }
      100% {
        opacity: 1; /* Blendet sich unten sanft wieder ein */
      }
    }
   
   
    .uk-modal-page header .header_logo span.logo a>svg {
        pointer-events: auto;
    }
    header .header_logo span.logo a>svg .menu-line {
        transform-box: fill-box;
        transform-origin: center;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    header .header_logo span.logo a>svg .menu-line-middle {
        transform: rotate(0);
    }
    header .header_logo span.logo a>svg.menu-line-top {
        transform: rotate(0);
    }
    header .header_logo span.logo a>svg.menu-line-bottom {
        transform: rotate(0);
    }

    html.uk-modal-page:has(#leftMenu.uk-open) header .header_logo span.logo a>svg .menu-line-middle {
        transform: translateY(0px) rotate(-45deg);
    }

    .uk-modal-page:has(#leftMenu.uk-open) header .header_logo span.logo a>svg .menu-line-top {
        transform: translateY(6px) rotate(45deg);
    }

    .uk-modal-page:has(#leftMenu.uk-open) header .header_logo span.logo a>svg .menu-line-bottom {
        opacity: 0;
    }
    .header_left .logo{
        border: none;
        padding: 15px 20px;
        margin: 0;
    }
    .header_left_blogname{
        margin: 0 20px 0 0;
    }
}
@media screen and (max-width: 639px) {
    header{
        padding: 15px;
    }
}


/* breadcrumb */
.breadcrumb{
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 30px 0 50px;
    position: relative;
    z-index: 5;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    
    cursor: grab;
    user-select: none;
    scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb.is-dragging {
  cursor: grabbing;
}
.breadcrumb img{
    margin-right: 8px;
    position: relative;
    top: -3px;
}
.breadcrumb a{
    opacity: 0.5;
    color: var(--dark);
    text-decoration: underline;
    margin-bottom: 5px;
    display: inline-block;
}

.breadcrumb span{
    opacity: 0.5;
    color: var(--dark);
}
.breadcrumb a:hover{
    color: var(--dark);
    opacity: 1;
}
body:has(.sectionbg-dark.section-top) .breadcrumb,
body:has(.sectionbg-dark.section-top) .breadcrumb span,
body:has(.sectionbg-dark.section-top) .breadcrumb a,
body:has(.sectionbg-dark.section-top) .breadcrumb a:hover{
    color: var(--white);
}

body:has(.section.section-top.overlayColorDark) .breadcrumb a,
body:has(.section.section-top.overlayColorDark) .breadcrumb span {
    color: var(--white);
    /* deine anderen Styles */
}
body:has(.section.section-top.overlayColorDark) .breadcrumb a:hover {
    opacity: 1;
}

@media screen and (max-width: 639px) {
    .breadcrumb{
        padding: 15px 0 30px;
    }
}


/* sub menu */
#menu_fachbereiche{
    padding: 120px 20px 20px 20px;
}
#menu_fachbereiche .uk-modal-body{
    margin-left: 0px;
    padding: 0;
    border-radius: 40px;
    background: #fff;
    max-height: calc(100vh - 140px);
}
#menu_fachbereiche .uk-modal-close{
    position: absolute;
    top: 40px;
    right: 40px;
}
.submenu_left{
    padding: 40px 25px;
    width: 300px;
}
.submenu_left_title{
    color: var(--dark);
    opacity: 0.5;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
}
.submenu_left_content{
    max-height: calc(100vh - 248px);
    overflow: auto;
}
.submenu_left_content a{
    display: block;
    padding: 15px 60px 15px 15px;
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 22px;
    margin-bottom: 5px;
    position: relative;
}
.submenu_left_content a img{
    display: none;
    position: absolute;
    top: 18px;
    right: 15px;
}
.submenu_left_content a.nav_hellblau:hover,
.nav_hellblau.submenu_left_link_active{
    background: var(--blue_light);
    color: var(--dark);
}
.submenu_left_content a.nav_beige:hover,
.nav_beige.submenu_left_link_active{
    background: var(--grey);
    color: var(--dark);
}
.submenu_left_content a:hover img,
.submenu_left_link_active img{
    display: block !important;
}

.submenu_right{
    padding: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    display: none;
}

.submenu_right.nav_hellblau,
#leftMenu .leftMenuPage.nav_hellblau {
    background: var(--blue_light);
}


.submenu_right.nav_beige,
#leftMenu .leftMenuPage.nav_beige {
    background: var(--grey);
}
.submenu_right_active{
    display: block;
}
.submenu_right_content{
    max-height: calc(100vh - 248px);
    overflow: auto;
}
.submenu_right_line{
    margin: 40px 0;
    height: 1px;
    background: rgba(0, 27, 50, 0.30);
}
.submenu_right_title{
    color: var(--dark);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -2px;
}
.submenu_right_title_link{
    margin-top: 10px;
}
.submenu_right_content_item{
    padding: 20px;
    border-radius: 20px;
    display: block;
}
.submenu_right_content_item:hover{
    background: var(--white);
}
.submenu_right_content_title{
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.submenu_right_content_text{
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.submenu_right_content_text div.teamTextDiv{
    opacity: 0.5;
}
.submenu_right_content_text div.submenu_right_content_text_kontakt>div {
    display: flex;
}
.submenu_right_content .submenu_right_content_text .button,
.submenu_right_content .submenu_right_content_text a.button{
    background-color: transparent;
    color: var(--dark);
    opacity: 0.7;
    border: 1px solid var(--dark);
}
.submenu_right_content .submenu_right_content_text .button:hover,
.submenu_right_content .submenu_right_content_text a.button:hover{
    background-color: var(--grey_dark);
    opacity: 1;
    border: 1px solid var(--grey_dark);
}
.submenu_right_content .submenu_right_content_text .button:first-child,
.submenu_right_content .submenu_right_content_text a.button:first-child{
    margin-right: 10px;
}
.submenu_right_content_text_kontakt{
    opacity: 1 !important;
    margin-bottom: 10px;
}
.submenu_right_content_text_kontakt div.label{
    flex: 0 0 100px;
    opacity: 0.5;
    hyphens: auto;
}
.submenu_right_content_text_kontakt div.label+div {
    flex-grow: 1;
}
.submenu_right_content_text_kontakt a{
    color: var(--dark);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.submenu_right_content_text_kontakt_mail a{
    color: var(--blue);    
}
.submenu_right_content_images .slider_item_personen{
    position: static;
    margin-top: 15px;
}
@media screen and (max-width: 1680px) {
    #menu_fachbereiche{
        padding: 140px 20px 20px 40px;
    }
}


/* left menu, mobile or sub pages */
#leftMenu{
    padding: 150px 40px 30px 40px;
    overflow-x: hidden;
}
#leftMenu .uk-modal-dialog{
    border-radius: 15px;
    padding: 0;
    position: relative;
    /*max-height: 100%;*/
    max-height: calc(100vh - 130px);
    min-height: 672px;
    background-color: var(--white);
    overflow-x: hidden;
}
#leftMenu.nav_hellblau .uk-modal-dialog {
    background-color: var(--blue_light);
}
#leftMenu.nav_beige .uk-modal-dialog {
    background-color: var(--grey);
}
#leftMenuTop{
    position: absolute;
    top: 0;
    left: calc((100vw - 1280px) / -2);
    width: calc(100% - 60px);
    border-radius: 15px;
    padding: 40px 30px;
    z-index: 10;
    background: var(--white);
}
.leftMenuPage {
    /*max-width: 400px;*/
}
.leftMenuLine{
    height: 1px;
    background: rgba(0, 27, 50, 0.30);
    margin: 40px 0;
}
.leftMenuSearch{
    position: relative;
    padding-bottom: 40px;
}
.leftMenuSearch img{
    position: absolute;
    top: 8px;
    left: 0;
    width: 15px;
}
.leftMenuSearch input{
    border: none;
    border-bottom: 1px solid rgba(0, 27, 50, 0.30);
    padding: 5px 0 15px 30px;
    border-radius: 0;
    width: calc(100% - 30px);
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;        
}
.leftMenuItem{
    display: block;
    color: var(--dark);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px;
    position: relative;
}

.leftMenuItem.danger{
    color: red;
}
.leftMenuItem:last-child{
    margin-bottom: 0;
}
.leftMenuItem:after{
    position: absolute;
    top: 0;
    right: 0;
    content: url('/wp-content/themes/klinikimpuls/assets/images/icon_chevron_right_blue.svg');
}
.leftMenuItemSub:after{
    transform: rotate(90DEG);
}
.leftMenuItemSubOpen:after{
    transform: rotate(-90DEG);
}
.leftMenuItemSubDiv{
    display: none;
    position: relative;
    top: -25px;
    left: 10px;
    width: calc(100% - 10px);
    border-bottom: 1px solid rgba(0, 27, 50, 0.30);
    padding-bottom: 12px;
}
.leftMenuItemSubDiv>div{
    padding: 8px 0;
}
.leftMenuLink{
    display: block;
    color: var(--dark);
    opacity: 0.5;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px;
}
.leftMenuLink:last-child{
    margin-bottom: 0;
}
.leftMenuOPZW{
    display: block;
    color: var(--dark);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.leftMenuOPZW img{
    position: relative;
    top: -2px;
    margin-left: 5px;
}
.leftMenuKIStart{
    color: var(--dark);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.leftMenuKIStart:hover{
    color: var(--dark);
}
.leftMenuKIStart i{
    font-style: normal;
    opacity: 0.5;
}
.leftMenuKIStart img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}
#leftMenuFachgebiete{
    position: absolute;
    top: 0;
    left: 100vw;
    width: calc(100% - 60px);
    border-radius: 15px;
    padding: 40px 30px;
    z-index: 9;
    background: var(--white);
}
.leftMenuBack{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 1px solid rgba(0, 27, 50, 0.30);
    padding: 5px 0 15px 0;
}
.body-fachbereich .leftMenuBack{
    margin-bottom: 40px;
}
.leftMenuBack span{
    opacity: 0.5;
}
.leftMenuBack img{
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.leftMenuFachgebiet{
    position: absolute;
    top: 0;
    left: 100vw;
    width: calc(100% - 60px);
    border-radius: 15px;
    padding: 40px 30px 30px 30px;
    z-index: 8;
    background: var(--blue_light);
    min-height: calc(100% - 70px);
}
.leftMenuFachgebieteTitle{
    color: var(--dark);
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 40px 0;
}
.body-fachbereich .leftMenuFachgebieteTitle{
    font-size: 14px;
    padding: 0 0 40px 0;
    opacity: 0.5;
}
.body-fachbereich .leftMenuItem,
.body-fachbereich .leftMenuFachgebieteInner a{
    font-size: 16px;
}
.leftMenuFachgebieteText{
    color: var(--dark);
    opacity: 0.5;;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    padding: 10px 0 25px 0;
}
.leftMenuFachgebieteInner a{
    display: block;
    color: var(--dark);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
    position: relative;
}
.leftMenuFachgebieteInner a:after{
    position: absolute;
    top: 0;
    right: 0;
    content: url('/wp-content/themes/klinikimpuls/assets/images/icon_chevron_right_blue.svg');
}
.leftMenuFachgebieteInner a:last-child{
    margin-bottom: 0;
}
.leftMenuFachgebiet .leftMenuFachgebieteTitle{
    padding: 40px 0 0 0;
}

.leftMenuFachgebiet .leftMenuLine{
    margin: 25px 0;
}
.leftMenuFachgebiet .leftMenuFachgebieteInner{
    margin-top: 35px;
}
.leftMenuFachgebiet .leftMenuFachgebieteInner a{
    font-size: 16px;
    margin-bottom: 25px;
}
.leftMenuTelLink{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.leftMenuTelLink span{
    opacity: 0.5;
    width: 100px;
    display: inline-block;
}
.leftMenuTelLink a{
    color: var(--dark);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
}
.leftMenuMailLink{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.leftMenuMailLink span{
    opacity: 0.5;
    width: 100px;
    display: inline-block;
    hyphens: auto;
    margin-bottom: 5px;
    vertical-align: top;
}
.leftMenuMailLink a{
    color: var(--blue);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;    
    vertical-align: top;
}
@media screen and (max-height: 750px) {
    #leftMenu .uk-modal-dialog {
        min-height: unset;
        height: calc(100vh - 130px);
    }
}
@media screen and (max-width: 1280px) {
    #leftMenuTop{
        left: 0;
    }
}
@media screen and (max-width: 959px) {
    #leftMenu{
        padding: 100px 30px 30px 30px;
    }
}
@media screen and (max-width: 639px) {
    #leftMenu{
        padding: 80px 15px 15px 15px;
    }
    #leftMenuTop {
        width: calc(100% - 40px);
        border-radius: 15px;
        padding: 30px 20px;
    }
    .leftMenuSearch {
        padding-bottom: 25px;
    }
    .leftMenuLine {
        margin: 25px 0;
    }    
    .leftMenuItem{
        margin-bottom: 25px;
    }
    .leftMenuMailLink span{
        display: none;
    }
    .leftMenuFachgebieteTitle {
        padding: 25px 0;
    }
    .leftMenuFachgebieteInner a {
        margin-bottom: 25px;
    }
}



/* buttons */
.accordion li a.button,
a.button,
.button{
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px 20px 15px 20px;
    border-radius: 25px;
    position: relative;
}
.accordion li a.button:hover,
a.button:hover,
.button:hover {
    opacity: 0.6;
}
.media span.button:hover {
    opacity: 1;
}
.accordion li a.button_small,
a.button_small,
.button_small{
    font-size: 12px;
    padding: 5px 10px;
}
.accordion li a.button_pill,
a.button_pill,
.button_pill{
    font-size: 16px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 8px;
}
.accordion li a.button_pill:last-child,
a.button_pill:last-child,
.button_pill:last-child{
    margin-right: 0px;
}

/*button arrow right*/
.accordion li a.button_arrow_right,
a.button_arrow_right,
.button_arrow_right{
    padding-right: 55px;
}
.accordion li a.button_small.button_arrow_right,
a.button_small.button_arrow_right,
.button_small.button_arrow_right{
    padding-right: 45px;
}
.accordion li a.button_arrow_right:after,
a.button_arrow_right:after,
.button_arrow_right:after{
    position: absolute;
    top: 15px;
    right: 20px;
    transition: var(--transition);
}
.accordion li a.button_small.button_arrow_right:after,
a.button_small.button_arrow_right:after,
.button_small.button_arrow_right:after{
    position: absolute;
    top: 7px;
    right: 15px;
}
.accordion li a.button_arrow_right:hover:after,
a.button_arrow_right:hover:after,
.button_arrow_right:hover:after{
    transform: translateX(3px);
    transition: var(--transition);
}
.accordion li a.button_dark,
a.button_dark,
.button_dark{
    background: var(--dark);
    color: var(--white);
}

.accordion li a.button_dark.button_arrow_right:after,
a.button_dark.button_arrow_right:after,
.button_dark.button_arrow_right:after{
    content: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right_white.svg');
}
.accordion li a.button_dark:hover,
a.button_dark:hover,
.button_dark:hover{
    color: var(--white);
}
.accordion li a.button_white,
a.button_white,
.button_white{
    background: var(--white);
    color: var(--dark);
}
.accordion li a.button_white.button_arrow_right:after,
a.button_white.button_arrow_right:after,
.button_white.button_arrow_right:after{
    content: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right.svg');
}
.accordion li a.button_white:hover,
a.button_white:hover,
.button_white:hover{
    color: var(--dark);
}
.accordion li a.button_blue,
a.button_blue,
.button_blue{
    background: var(--blue);
    color: var(--white);
}

.accordion li a.button_blue.button_arrow_right:after,
a.button_blue.button_arrow_right:after,
.button_blue.button_arrow_right:after{
    content: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right_white.svg');
}
.accordion li a.button_blue:hover,
a.button_blue:hover,
.button_blue:hover{
    color: var(--white);
}
.accordion li a.button_blue_light,
a.button_blue_light,
.button_blue_light{
    background: var(--blue_light);
    color: var(--dark);
}
.accordion li a.button_blue_light.button_arrow_right:after,
a.button_blue_light.button_arrow_right:after,
.button_blue_light.button_arrow_right:after{
    content: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right.svg');
}
a.button_blue_light:hover,
.button_blue_light:hover{
    color: var(--dark);
}
.accordion li a.button_textlink,
a.button_textlink,
.button_textlink {
    padding: 0;
    color: var(--dark);
    position: relative;
    font-size: 18px;
}
.accordion li a.button_textlinksmall,
a.button_textlinksmall,
.button_textlinksmall {
    padding: 0;
    color: var(--dark);
    position: relative;
    font-size: 14px;
}


.accordion li a.button_textlinksmall.textlinkwhite,
a.button_textlinksmall.textlinkwhite,
.button_textlinksmall.textlinkwhite,
.accordion li a.button_textlink.textlinkwhite,
a.button_textlink.textlinkwhite,
.button_textlink.textlinkwhite  {
    color: var(--white);
}
.accordion li a.button_textlinksmall.textlinkwhite:hover,
a.button_textlinksmall.textlinkwhite:hover,
.accordion li a.button_textlink.textlinkwhite:hover,
a.button_textlink.textlinkwhite:hover,
.button_textlink.textlinkwhite:hover  {
    color: var(--white);
}
.accordion li a.button_textlink:hover,
a.button_textlink:hover,
.button_textlink:hover,
.accordion li a.button_textlinksmall:hover,
a.button_textlinksmall:hover,
.button_textlinksmall:hover {
    color: var(--dark);
    opacity: 1;
}

/*button arrow down*/
.accordion li a.button_arrow_down,
a.button_arrow_down,
.button_arrow_down{
    padding-right: 80px;
    padding-left: 0;
    background:  transparent;
    color: var(--dark);
}
.accordion li a.button_arrow_down:hover,
a.button_arrow_down:hover,
.button_arrow_down:hover{
    color: var(--dark);
    opacity: 0.9;
}
.accordion li a.button_small.button_arrow_down,
a.button_small.button_arrow_down,
.button_small.button_arrow_down{
    padding-right: 60px;
}
.accordion li a.button_arrow_down:after,
a.button_arrow_down:after,
.button_arrow_down:after{
    position: absolute;
    top: 0;
    right: 20px;
    transition: var(--transition);
    transform: rotate(90deg);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    
}
.accordion li a.button_small.button_arrow_down:after,
a.button_small.button_arrow_down:after,
.button_small.button_arrow_down:after{
    position: absolute;
    top: -2px;
    right: 20px;
    width: 30px;
    height: 30px;
    background-size: 12px;
}
.accordion li a.button_arrow_down:hover:after,
a.button_arrow_down:hover:after,
.button_arrow_down:hover:after{
    transform: rotate(90deg)  scale(1.1);
    transition: var(--transition);
    opacity: 0.9;
}
.accordion li a.button_dark.button_arrow_down:after,
a.button_dark.button_arrow_down:after,
.button_dark.button_arrow_down:after{
    background-image: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right_white.svg');
    background-color: var(--dark);
}
.accordion li a.button_white.button_arrow_down:after,
a.button_white.button_arrow_down:after,
.button_white.button_arrow_down:after{
    background-image: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right.svg');
    background-color: var(--white);
}
.accordion li a.button_blue.button_arrow_down:after,
a.button_blue.button_arrow_down:after,
.button_blue.button_arrow_down:after{
    background-image: url('/wp-content/themes/klinikimpuls/assets/images/icon_arrow_right_white.svg');
    background-color: var(--blue);
}






/* page container */
.uk-container-large{
    max-width: 1600px;
}

.pageContent{
    min-height: calc(100vh - 295px);
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.pageContent p {
    margin-bottom: 20px;
}
.pageContent ul, .pageContent ol, .pageContent p, .pageContent p {
    opacity: 1.0;
}
.pageContent .accordion ul, .pageContent .accordion p {
    opacity: 1.0;
}
.pageContent ul p,
.pageContent ol p {
    opacity: 1;
}
.pageContent .textwidget ul li, 
.pageContent .textwidget ol li {
    margin-bottom: 20px;
} 
@media screen and (max-width: 959px) {
    .pageContent{
        min-height: 50vh;
    }
}
@media screen and (max-width: 639px) {
    .pageContent{
        font-size: 16px;
    }
}


/* so widgets */
.sow-video-widget{
    border-radius: 40px;
}
@media screen and (max-width: 959px) {
    .sow-video-widget{
        border-radius: 30px;
    }
}
@media screen and (max-width: 639px) {
    .sow-video-widget{
        border-radius: 15px;
    }
}




/* status */
.status{
    display: none;
}
.status_left{
    padding: 0 10px 10px 0;
}
.status_right{
    padding-top: 5px;
}
.status_open,
.status_closed{
    display: none;
}
.status_open span{
    border-radius: 20px;
    background: #D9EAD7;
    padding: 5px 10px;
    color: #285922;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.status_closed span{
    border-radius: 20px;
    background: #EAD7D7;
    padding: 5px 10px;
    color: #592222;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}
.status_text,
.status_custom_text{
    color: var(--dark);
    opacity: 0.7;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.status_link{
    margin-top: 10px;
}
.status_link a{
    color: var(--dark);
    opacity: 0.7;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    position: relative;
}
.status_link a:after,
.kontakt_schnelleinstieg a:after,
.siteorigin-widget-tinymce a:after,
.accordion li a.button_textlink:after,
.button_textlink:after,
.accordion li a.button_textlinksmall:after,
.button_textlinksmall:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    background-color: var(--dark);
    transition: var(--transition);
    transform: translateX(-50%);
}

.accordion li a.button_textlink.textlinkwhite:after,
.button_textlink.textlinkwhite:after,
.accordion li a.button_textlinksmall.textlinkwhite:after,
.button_textlinksmall.textlinkwhite:after {
    background-color: var(--white);
}
.sectionbg-dark .siteorigin-widget-tinymce a:after {
    background-color: var(--white);
}
.siteorigin-widget-tinymce a {
    color: var(--dark);
}
.siteorigin-widget-tinymce sup {
    top: -.7em;
}
.siteorigin-widget-tinymce sup a {
    color: var(--blue);
    font-size: 13px;
}
.siteorigin-widget-tinymce sup a:hover {
    color: var(--dark);
}
.siteorigin-widget-tinymce sup a:after,
.siteorigin-widget-tinymce sup a:hover:after {
    display: none;
} 
.siteorigin-widget-tinymce :is(h5, h6) a:after {
    height: 1px;
}
.status_link a:hover {
    color: var(--dark);
    opacity: 1;
    text-decoration: none;
}
.status_link a:hover:after,
.kontakt_schnelleinstieg a:hover:after,
.siteorigin-widget-tinymce a:hover:after,
.accordion li a.button_textlink:hover:after,
.button_textlink:hover:after,
.accordion li a.button_textlinksmall:hover:after,
.button_textlinksmall:hover:after   {
    width: 0%;
    transition: var(--transition);
}
.status_custom_text{
    font-weight: 400;
}
.status_custom_text u{
    display: inline-block;
    margin: 10px 0 8px 0;
}



/* stelle detail */
.stelle_fachbereich{
    color: var(--dark);
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 40px */
    letter-spacing: -2px;
    margin-bottom: 10px;
}
.stelle_titel{
    color: var(--blue);
    font-family: Inter;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -3px;    
    margin-bottom: 170px;
}
.stelle_text{
    color: var(--dark);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 70%;
}
.stelle_eintritt,
.stelle_ort{
    margin-bottom: 40px;
}
.stelle_eintritt span,
.stelle_ort span{
    display: inline-block;
    width: 20px; 
}
.stelle_eintritt svg,
.stelle_ort svg{
    margin-right: 6px;
    height: 20px; 
}
.stelle_eintritt svg path,
.stelle_ort svg path{
    fill: var(--dark);
}
.stelle_content{
    margin-bottom: 100px;
}
.stelle_list{
    border-top: 1px solid #E9E5DD;
    padding: 40px 0;
}
.stelle_list_title{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.stelle_list_text{
    color: #001B32;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
}
.stelle_list_text ul{
    margin: 0 0 0 15px;
    padding: 0;
}
 .stelle_list_text li{
    margin-bottom: 10px;
}
.stelle_list_text li::marker {
  color: var(--blue);
}
.stelle_ma.section-inline{
    padding: 80px 40px 60px 40px;
}
.stelle_ma{
    margin: 100px 0;
}
.stelle_ma_right{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.stelle_ma_text{
    opacity: 0.7;
    margin-bottom: 40px;
}
.stelle_ma_img img{
    border-radius: 40px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
}
.stelle_ma_name{
    color: var(--dark);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -1.2px;
    margin-bottom: 10px;;
}
.stelle_ma_adresse{
    opacity: 0.7;
    margin: 40px 0 20px;
}
.stelle_ma_email img{
    margin-right: 10px;
}
.stelle_ma_email a{
    color: var(--blue);
}
.stelle_faq{
    margin: 100px 0;
}
/* .stelle_faq .accordion li {
    background: var(--beige);
} */

@media screen and (max-width: 639px) {
    .stelle_fachbereich{
        font-size: 20px;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    .stelle_titel{
        font-size: 24px;
        letter-spacing: -1px;    
        margin-bottom: 60px;
    }
    .stelle_text{
        width: 100%;
        font-size: 18px;
    }
    .stelle_ma {
        margin: 60px 0;
    }
    .stelle_ma.section-inline{
        padding: 20px;
        width: calc(100vw - 70px);
    }
}




/* mitarbeiter detail */
.ma_title{
    margin-top: 65px;
}
.ma_funktion{
    color: var(--dark);
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 40px 0 80px 0;
}
.ma_email_title{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.ma_email{
    color: var(--blue);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}
.ma_email img{
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.ma_image img{
    border-radius: 40px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@media screen and (max-width: 639px) {
    .ma_title{
        margin-top: 30px;
    }
    .ma_funktion{
        font-size: 16px;
        margin: 20px 0 40px 0;
    }
}



/* kompetenz detail */
.kompetenz_ma{
    padding: 50px 0;
}
.kompetenz_ma .kompetenz_ma_image {
    border-radius: 100%;
    overflow: hidden;
}
.kompetenz_ma .kompetenz_ma_image a {
    display: block;
}
.kompetenz_ma_image img{
    width: 150px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
    background-color: var(--beige);    
    transition: var(--transition);
}
.kompetenz_ma_name a{
    color: var(--dark);
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 24px */
    letter-spacing: -1.2px;
}
.kompetenz_ma_buttons .terminbuchen-title,
.terminbuchen-title {
    font-size: 12px;
    font-weight: 500;
    margin-right: 15px;
}

.kompetenz_ma_single:has(a.profiledetail:hover) .kompetenz_ma_image a>img {
    transform: scale(1.1);
}
.kompetenz_ma_function{
    margin-top: 10px;
    opacity: 0.7;
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.kompetenz_ma_buttons{
    margin-top: 20px;
}
.kompetenz_ma_buttons a{
    margin-right: 20px;
}
.kompetenz_ma_buttons a:last-child{
    margin-right: 0px;
}
@media screen and (max-width: 640px) {
    .kompetenz_ma .uk-position-center-left {
        position: relative !important;
    }
    .kompetenz_ma .kompetenz_ma_image {
        margin-left: auto;
        margin-right: auto;
        max-width: 150px;
        aspect-ratio: 1 / 1;
    }

}

/* news detail */
/*.news{
    max-width: 70%;
}*/
.news_back{
    margin-bottom: 40px;
}
.news_back a,
.news_back_bottom a{
    font-size: 16px;
}
.news_date{
    font-size: 16px;
    margin-bottom: 20px;
}
.news_lead{
    font-size: 18px;
    margin-bottom: 20px;
}
.news_image img{
    border-radius: 20px;
    margin-bottom: 40px;
}
.news_back_bottom{
    margin: 40px 0;
}
@media screen and (max-width: 959px) {
    .news{
        max-width: 100%;
    }
}

#quellenangabe *:not(h2) {
    font-size:14px !important;
}
#quellenangabe li {
    color:#777 !important;
}
#quellenangabe *:not(h2) {
    line-height: 20px !important;
}



/* footer */
footer{
}
.footer_bottom_fachbereiche{
    margin: 100px 0;
}
.footer_bottom_fachbereiche_titel{
    color: var(--dark);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    border-bottom: 1px solid rgba(0, 27, 50, 0.30);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.footer_bottom_fachbereiche_box{
    max-height: 190px;
    overflow-y: auto;
}
.footer_bottom_fachbereiche_link{
    margin-bottom: 10px;
}
.footer_bottom_fachbereiche_link a{
    color: var(--dark);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    position: relative;
}
.footer_bottom_fachbereiche_link a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    content: '';
    background-color: var(--dark);
    transition: var(--transition);
}
.footer_bottom_fachbereiche_link a:hover:after {
    width: 100%;
    transition: var(--transition);
}
.footer_bottom_fachbereiche_link a:hover{
    color: var(--dark);
}
.footer_bottom_fachbereiche_mobile{
    background: var(--blue);
    color: var(--white);
    padding: 15px 0;
}
.footer_bottom_fachbereiche_mobile a{
    color: var(--white);
    display: block;
    padding: 0 20px;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-right: 1px solid rgba(255,255,255,0.3);
}
.footer_bottom_fachbereiche_mobile .uk-width-1-3:last-child a{
    border-right: none;
}
.footer_bottom_fachbereiche_mobile a:hover{
    color: var(--white);
}
.footer_bottom_fachbereiche_mobile a img{
    display: inline-block;
    margin-bottom: 10px;
    height: 20px;
}

.footer_bottom{
    border-top: 1px solid rgba(0, 27, 50, 0.30);
    padding: 40px 0 100px 0;
}
.footer_bottom .logo{
    margin-right: 40px;
}
.footer_bottom_link{
    color: var(--dark);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 40px;
    position: relative;
}
.footer_bottom_link:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--dark);
    width: 0;
    height: 1px;
    transition: var(--transition);
}
.footer_bottom_link:hover:after {
    width: 100%;
    transition: var(--transition);
}
.footer_bottom_link:hover{
    color: var(--dark);
    text-decoration: none;
}
.footer_bottom_link:last-child{
    margin-right: 0;
}
.footer_bottom_mitgliedschaften {
    border-top: 1px solid rgba(0, 27, 50, 0.30);
    padding: 40px 0;
}


@media screen and (max-width: 959px) {
    .footer_bottom .logo {
        margin-right: 0;
    }
    .footer_bottom_fachbereiche_titel {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .footer_bottom_fachbereiche_link {
        margin-bottom: 5px;
    }
    .footer_bottom_fachbereiche {
        margin: 50px 0;
    }
    .footer_bottom_right a {
        opacity: 0.7;
    }
}

/* print styles */
@media print{
    .uk-grid {
        display: inline !important;
    }
}
