/* 
Theme Name: PlanC Theme
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media(min-width:991px){
#scroll-me {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

#scroll-me::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}

body:not(.home, .page-id-1714, .page-id-5010){
    overflow:hidden;
}
@media(max-width:991px){
    body{
        overflow-y:scroll;
    }
}
}
body .benefit-wrapper {
    position: absolute;
    z-index: 20;
    line-height: 16px;
}

body .benefit-wrapper img {
    display: none;
    position: absolute
}

body .benefit {
    position: relative;
    text-align: center
}

body .benefit,
body .benefit a {
    display: block;
    color: #838D97;
}

body .benefit a {
    color: #6B7783!important;
    font-size: 11pt;
    text-decoration: none
}

body .benefit-circle {
    position: absolute;
    margin-top: 27px;
    margin-left: 150px;
    width: 297px;
    height: 297px;
    background-image: url(img/benefit_circle_bg.gif);
    background-repeat: no-repeat;
    text-align: center;
    z-index: 18
}

body .benefit-circle img {
    margin-top: 30px
}

body img.circle-logo {
    margin-top: 78px
}

body .benefit-detail {
    height: 396px;
    width:620px;
    margin:0 auto;
    /*transform: scale(1.2);*/
    margin-top: 55px;
}

body .benefit-close, .benefit-continue {
    position: relative;
    padding-top: 6px;
    width: 50%;
    font-size: 10pt;
    border-top: 1px solid #dfeaee;
    float: left
}

body .benefit-continue {
    text-align: right
}

body .benefit-close img {
    margin-right: 8px
}

body .benefit-continue img {
    margin-left: 8px
}



.elementor-post__read-more{
    float:right;
}
@media(min-width:992px){
    .mh{
        overflow: scroll;
        height: 50vh!important;
        margin-bottom: 15px;

    }
    .mh-ds {
        /*height: 50vh !important;*/
    }
    .kanzlei-content {

    }
    .kanzlei-section {
        /*max-height: 48vh;*/
    }
    .page-id-882 .elementor-element-82bd2ed {
        height: 320px !important;
        overflow: hidden !important;
    }
}



.wx-switcher{
    list-style:none;
    padding:0;
    margin:0;
    position:relative;
    float:left;

}


.wx-switcher li{
    display: inline-block;
    float: left;
}

.wx-switcher li a{
    min-width: 210px;
    height: 55px;
    display: inline-block;
    float: left;
    text-align: center;
    background: #e1e2e1;
    border-radius: 6px 6px 0px 0px;
    font-size: 17px;
    line-height: 55px;
    color:#878787!important;
    padding:0px 30px;
}

.wx-switcher li a:hover,.wx-switcher li a.active{
    background:#fff;
    color:#9abbcc!important;
}



.wx-switcher:after{
    background-color:#fff;
    content:'';
    height:30px;
    width:100%;
    position:absolute;
    display:block;
    bottom:-30px;
}

@media(max-width:991px){
    .wx-switcher{
        width:100%;
    }
    .wx-switcher li, .wx-switcher li a{
            width:100%;
            float:left;
        }
}






.scrollable {
    position: relative;
}

.scrollable:focus {
    outline: 0;
}

.scrollable .viewport {
    position: relative;
    overflow: hidden;
}

.scrollable .viewport .overview {
    position: absolute;
    width:100%;
}

.scrollable .scroll-bar {
    display: none;
}

.scrollable .scroll-bar.vertical {
    position: absolute;
    right: 0;
    height: 100%;
}

.scrollable .scroll-bar.horizontal {
    position: relative;
    width: 100%;
}

.scrollable .scroll-bar .thumb {
    position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
    width: 100%;
    min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
    height: 100%;
    min-width: 10px;
    left: 0;
}

.not-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Plan C skin */

.scrollable.plan-c-skin {
    padding-right: 10px;
    padding-bottom: 6px
}

.scrollable.plan-c-skin .viewport {
    margin-right: 21px
}

.scrollable.plan-c-skin .scroll-bar.vertical {
    width: 9px;
    background: url(img/scroll_bar_line.png) repeat-y
}

.scrollable.plan-c-skin .scroll-bar .thumb {
    background: url(img/scroll_button.gif) no-repeat
}

@media(min-width:991px){
.elementor-location-footer{
    position:absolute;
    bottom:0px;
    width:100%;
}

body{
    position:relative;
    padding-bottom:0px;
    min-height: 100vh;
}
    body.home{
        padding-bottom:50px;
    }
}



.elementor-nav-menu--main .elementor-nav-menu ul {
    box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.25);
    border-radius:6px;
}

#benefit-detail .benefit-detail .benefit-wrapper span.move{
    top: -192px!important;
    left: -20px!important;

}
