/*
Theme Name: Viva
Author: Helpful Insight
Description: Bootstrap Blog template converted to WordPress
Version: 0.0.1
Tags: bootstrap
*/

@import url('https://fonts.googleapis.com/css?family=Exo+2:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i');
body {
    background: #ffec8b;
    margin: 0px;
    padding: 0px;
    color: #a14f37; 
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word; 
}
a {
    text-decoration: none;
    transition: all 0.6s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none; 
    box-shadow: none !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Exo 2', sans-serif;
}
/*
section{
    padding: 80px 0px;
    position: relative;
    float: left;
    width: 100%;
}*/
.text-primary, a.text-primary:focus, a.text-primary:hover {
    color: #8B4513 !important;
}
input.form-control, textarea.form-control {
    border: none;
    border-bottom: solid 1px #eee;
    border-radius: 0;
    padding: 10px 0;
    background-color: transparent !important;
    color: #333 !important;
    box-shadow: none !important;
    height: 50px;
}
input.form-control:focus, textarea.form-control:focus{
    border-color: #9fc630;
}
.rounded-50{
    border-radius: 50px !important;
}
.form-group {
    margin-bottom: 24px;
}
/****** Header Css ******/
.menu-wrap {
    background-color: #ffec8b;
    position: fixed;
    top: -100%;
    height: 100%;
    width: 100%;
    overflow: auto;
    right: 0;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 50px 30px;
}
.menu-sidebar{
    top: 30px;
    position: relative;
}
.menu li a{
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    display: block;
    position: relative;
    padding: 12px 50px 12px 25px;
    margin-bottom: -1px;
    font-family: 'Exo 2', sans-serif;
	text-align: CENTER;
}
.menu li a:hover {
		color: rgb(254, 254, 254);
}
.menu li a .dir-right {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
    width: 50px;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    padding: 12px 0;
    font-size: 30px;
    text-align: center;
}
.menu-show {
    top: 0;
}
.menu-wrap .dropdown-menu {
    position: relative !important;
    float: none;
    transform: translate3d(0px, 0px, 0px) !important;
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}
.menu-wrap .dropdown-menu li a {
    color: #000;
    border-color: rgba(0 , 0, 0, 0.1);
    background-color: #ffffff;
    font-size: 16px;
    padding: 12px 25px;
}
.bg-cus{
     background-color:#ffec8b;   
}
.header .toggle_title {
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    right: 80px;
    z-index: 99999;
    top: 24px;
}
.header .toggle-button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99999;
    cursor: pointer;
    background-color: #9fc630;
    width: 51px;
    height: 46px;
    padding: 10px;
}
.header .menu-bar-top, .header .menu-bar-middle, .header .menu-bar-bottom{
    width: 30px;
    margin-top: 5px;
    height: 3px;
    display: block;
    background-color: #fff;
    transition: .5s;
    margin-left: 0;
}
.header .toggle-button .menu-bar-middle{
    width: 22px !important;
    margin-left: auto;
}
.header .toggle-button.button-open .menu-bar-top {
    transform: rotate(45deg) translate(6px, 5px);
}
.header .toggle-button.button-open .menu-bar-bottom {
    transform: rotate(-45deg) translate(7px, -5px);
}
.header .toggle-button.button-open .menu-bar-middle {
    opacity: 0;
}
/****** Slider ******/
.banner_content {
    padding: 130px 0px 200px;
}
.banner_content .weltitle {
    font-size: 28px;
    font-weight: 100;
}
.banner_content hr {
    width: 100px;
    margin: 20px 0 !important;
}
.brd-white {
    border-color: #fff;
}
.brd-dark {
    border-color: #333;
}
.banner_content h1 {
    font-size: 45px;
    letter-spacing: 1px;
}
#scrolldown a {
    display: block;
    width: 32px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #9fc630;
    color: #fff;
    font-size: 25px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
    z-index: 99;
}
.btn {
    border-radius: 0px;
    font-size: 17px;
    font-family: 'Exo 2', sans-serif;
    font-weight: 600;
    padding: 11px 30px;
    border: none;
    box-shadow: none !important;
    outline: 0 !important;
}
.btn-light {
    color: #333333;
    background-color: #fff;
    border-left: solid 6px #9fc630 !important;
}
.btn-primary {
    background-color: #9fc630;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
    background-color: #333 !important;
}
/****** Service ******/
.heading {
    padding-bottom: 30px;
}
#service .background-image-maker {
    background-position: 80% 0% !important;
}
.service_block {
    -webkit-box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.05);
    box-shadow: 8px 8px 20px 0px rgba(0,0,0,0.05);
    padding: 40px 25px;
    background-color: #fff;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
}
.service_block:hover{
    box-shadow: 0 30px 40px rgba(0,0,0,0.07);
    transform: translateY(-10px);
}
.service_block .service_icon{
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50px;
    background-color: #9fc630;
}
.service_block .service_content h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.service_block .service_content span {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 78px;
}
/****** Gallery ******/
.gallery_block {
    position: relative;
    overflow: hidden;
}
.gallery_block .gallery_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallery_block .gallery_overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    box-shadow: inset 0px 0px 0px 9px rgba(159,198,48,1);
    transform: scale(0);
}
.gallery_block:hover .gallery_overlay{
    opacity: 1;
    transform: scale(0.95);
}
.gallery_block .galleryinner_content .popup_btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: block;
    margin: 0 auto;
}
.gallery_block .galleryinner_content .popup_btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #9fc630;
    color: #fff;
    font-size: 24px;
}
/****** Footer ******/
.footer{
    background-color: #ffec8b;
    padding: 0px;
    font-weight: 600;
}
.foot-title hr {
    border-width: 2px;
    width: 80px;
    margin-left: 0;
    border-color: #333;
}
.footer .footer_detail li {
    clear: both;
    margin-bottom: 20px;
}
.footer .footer_detail .foot_icon {
    float: left;
    margin-right: 13px;
    color: #333;
    font-size: 30px;
}
.footer .footer_detail .foot_icon .mail {
    font-size: 22px;
}
.footer .footer_detail .foot_icon .map {
    font-size: 24px;
}
.footer .footer_detail .foot_right {
    overflow: hidden;
}
.footer .footer_detail .foot_right a{
    color: #707070;
}
.footer .footer_detail .foot_right a:hover, .footer_links li a:hover, .contact_block a:hover{
    color: #9fc630;
}
.social_icon li {
    margin-right: 1px !important;
}
.social_icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #333;
    border-radius: 50px;
    transition: all 0.5s ease;
}
.social_icon li a:hover{
    background-color: #9fc630;
}
.footer_links li{
    padding-bottom: 8px;
}
.footer_links li a{
    color: #333;
}
.footer_bottom {
    margin-top: 0px;
    padding: 18px 0px;
    background-color: #ffec8b;
}
/****** Contact Page ******/
.breadcrumb {
    display: inline-flex;
   background-color: #ffec8b;
}
.breadcrumb-item.active, .breadcrumb-item+.breadcrumb-item::before {
    color: #a14f37;
}
.contact_block a {
    color: #777;
}
.contact_block {
    box-shadow: 8px 8px 15px 0px rgba(0,0,0,0.03);
    transition: all 0.2s ease-in-out;
}
.contact_block:hover{
    box-shadow: 0 30px 25px rgba(0,0,0,0.05);
    transform: translateY(-3px);
}
.map {
    line-height: 0;
}
.map iframe{
    filter: grayscale(100%);
}
/****** About Page ******/
.aboutlis_block ul li {
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 15px;
	overflow: hidden;
}
.aboutlis_block ul li i {
    font-size: 16px;
    margin-right: 8px;
    width: 10px;
    display: inline-block;
    float: left;
    margin-top: 4px;
}
.aboutlis_block ul li span {
    display: inline-block;
    float: left;
    width: calc(100% - 20px);
}
h4.aboutSubT {
    font-size: 20px;
    color: #9fc630;
    font-weight: 400;
}
.aboutP {
	margin-top: 15px;
}
.aboutlis_block ul li span {
    overflow: hidden;
}
.aboutlis_block ul li:last-child {
    padding-bottom: 0;
    margin: 0;
    border: 0;
}
.mp_image {
    height: 400px;
}
.mp_image img {
    height: 100%;
}
.brd-primary{
    border: 2px solid #9fc630;
    width: 100px;
}
/****** Media ******/
@media (min-width: 1200px){
    .container{ max-width: 1170px; }
}
@media (max-width: 767px){
    .banner_content h1 {
        font-size: 35px;
    }
}
@media (max-width: 480px){
    .banner_content h1, .heading h2 {
        font-size: 25px;
    }
	.textwidget.custom-html-widget iframe {
		width: 100% !important;
		height: Auto;
	}
	.elementor-widget-container {
		padding: 0px 0px !important;
	}
}

h2.widgettitle::after {
    content: "";
    border-bottom: 2px solid #333;
    width: 80px;
    position: absolute;
    top: 45px;
    left: 17px;
}
h2.widgettitle {
    margin-bottom: 50px;
	font-size: 24px;
}
footer li{
	list-style:none;
}


#menu-footer-menu li a {
    border: 0px;
    padding: 0px 0px;
    color: #707070;
    font-family: 'Muli', sans-serif;
    font-size: 16px;
    line-height: 26px;
	text-align:left;
}
#menu-footer-menu {
    padding-left: 0px;
}
ul#menu-footer-menu li {
    padding-bottom: 8px !important;
}
#menu-footer-menu li a:hover {
    color: #9fc630;
}
.footer_bottom p {
    margin-bottom: 0px;
}
.topbutton {
    height:50px;
    width:50px;
    position:fixed;
    right:15px;
    bottom:10px;
    z-index:1;
    background-image: url("https://viva-gesundheitspraxis.ch/wp-content/uploads/2019/02/back-to-top.png");
    background-repeat:no-repeat;
	background-size: contain;
}
.topbutton:hover {
	background-color:#000;
}
.service_block_section{
	background-position: 80% -80px;
}
.service_block_section .elementor-widget-image .elementor-widget-container {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 50px;
    margin: auto;
}
.service_block_section h4.elementor-heading-title {
    margin: 0 0 15px;
    font-weight: 700;
    line-height: 1;
    font-family: 'Exo 2', sans-serif;
}
h2 span {
    color: #9fc630;
}
@media (min-width: 768px){
.service_block_section .service_block{
    width: 30% !important;
    margin: auto;
}
}
@media (max-width: 767px){
.service_block_section .service_block{
    margin-bottom: 20px !important;
}
}
