/*
Theme Name: Luxmed Child
Theme URI: http://luxmed.themerex.net/
Description: Luxmed - excellent WordPress theme with many different blog and header layouts
Author: ThemeRex
Author URI: http://themerex.net/
Template: luxmed
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: luxmed
*/


/* =Theme customization starts here
-------------------------------------------------------------- */


.column-2_6 {
    width: 32.5% !important;
}

.mybtn {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    display: inline-block;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    color: #ffffff !important;
    transition: all 500ms ease;
    border-radius: 3px;
    padding: 15px 40px;
    margin-top: 8px;
    text-decoration: none;
    background-image: inherit !important;
    box-shadow: inherit;
    margin-right: 3px;
    outline: 0;
}

.mybtn::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
  /*background: linear-gradient(
90deg, lightgreen 0%, #62aa62 75%);
    background-image: linear-gradient(
90deg, lightgreen 0%, rgb(98, 170, 98) 75%);*/
    background: #4e4e4e !important;

    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    z-index: -1;
    border-radius: 3px;

}

#aktuelle_informationen {
    padding: 20px 50px 10px 50px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    min-height: 210px;
}

#aktuelle_informationen > div > h2, #aktuelle_informationen > div > p {
    color: white;
}

#aktuelle_informationen::after{
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, lightgreen 0%, #62aa62 75%);
    z-index: -1;
    border-radius: 5px;
}

.ueberblick_about {
    margin-top: 25px;
    border-top: 1px dashed #dddddd;
    padding-top: 10px;
    flex: 0 0 41.666667%;
}

.ueberblick_about li:last-child {
    margin-bottom: 0;
}
.ueberblick_about li {
    display: flex !important;
    margin-bottom: 30px;
}

.ueberblick_about li .info span::after {
    position: absolute;
    left: 0;
    content: "✓";
    font-weight: 600;
    color: lightgreen;
}

.ueberblick_about li .info span {
    float: left;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    padding-left: 25px;
    text-transform: capitalize;
    font-weight: 600;
    width: 44%;
    display: inline-block;
}
.breadcrumbs {
    display: none;
}

@media (max-width: 1423px){
    .mobile.menu-item {
        display: block !important;
    }
    
    .sc_layouts_hide_on_mobile {
        display: none !important;
    }
    body > div.body_wrap > div > header > div > div > div > div:nth-child(3) > div > div {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1250px){
    .ueberblick_about li .info span {
        width: 44%;
    }
}

@media screen and (max-width: 960px) and (min-width: 751px) {
    .ueberblick_about li .info span {
        width: 50% !important;
    }
}

@media screen and (max-width: 960px) {
    .ueberblick_about li .info span {
        width: 50% !important;
    }
}

.mobile.menu-item, .search_mobile, .socials_mobile {
    display: none;
}

@media screen and (max-width: 1406px) {
    .mobile.menu-item, #menu_mobile-item-1127 {
        display: block !important;
    }
}

@media (max-width: 767px){

    body > div.body_wrap > div > header > div.top_panel_navi.sc_layouts_row.sc_layouts_row_type_compact.sc_layouts_row_fixed.scheme_default > div > div > div.sc_layouts_column.sc_layouts_column_align_right.sc_layouts_column_icons_position_left.column-2_6 > div > div {
    display: none !important;
}

}




.scheme_dark .menu_mobile_inner a:hover, .scheme_dark .menu_mobile_inner .current-menu-ancestor>a, .scheme_dark .menu_mobile_inner .current-menu-item>a {
    color: lightgreen !important;
}



.sc_icons_item_title span {
    font-family: arial;
    color: black;
    font-size: 14px;
    font-weight: 700;
}