/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */
/*====================================
=            globel style            =
====================================*/
	.dualbtn_one,
	.dualbtn_two:hover,
	.allservice_btn .pp-button-wrap a.pp-button:hover,
	.physiofit_btn .pp-button-wrap .pp-button{
		box-shadow: 0px 2px 1px #A40774 !important;
	}

	.dualbtn_two,
	.dualbtn_one:hover,
	.allservice_btn .pp-button-wrap a.pp-button,
	.physiofit_btn .pp-button-wrap .pp-button:hover {
		box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15) !important;
	}
/*=====  End of globel style  ======*/

/*=============================================
=        start navigation menu style            =
=============================================*/

	/*----------  menu hover effect  ----------*/
		.nav_menu .menu-item a span {
			position: relative;
			margin-top: 2px;
		}

		.nav_menu .menu-item a span:after {
			content: "";
			width: 100%;
			height: 2px;
			background: #273746;
			display: inline-block;
			position: absolute;
			left: 0;
			top: 100%;
			opacity: 0;
			transform: translate(0px, 15px);
			transition: all 0.3s;
		}

		.nav_menu .menu-item a:hover span:after, .nav_menu .menu-item.current_page_item a span:after {
			background: #ad0a7b;
			opacity: 1;
			transform: translate(0px, 8px);
		}

		.nav_menu .menu_btn.menu-item a span:after {
			display: none;
		}

		header .nav_menu .menu_btn {
			padding-top: 2px;
			background: #AD0A7B;
			width: 160px;
			text-align: center;
			margin-left: 15px;
			border-radius: 50px;
			border: 1px solid #AD0A7B;
			box-shadow: 0px 2px 1px #A40774;
			transition: all 0.3s;
		}

		header .nav_menu .menu_btn:hover {
			background: #FFFFFF;
			width: 160px;
			text-align: center;
			margin-left: 15px;
			border-radius: 50px;
			border: 1px solid #DADDDE;
			box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.15);
		}

		.nav_menu .menu_btn a {
			color: #FFFFFF !important;
			transition: all 0.3s;
		}

		.nav_menu .menu_btn a:hover {
			color: #273746 !important;
		}

		@media only screen and (max-width:767px) {
			header .pp-advanced-menu .menu > li.menu_btn {
				display: block;
				width: 300px;
				margin: 0px auto !important;
			}
		}

		@media only screen and (max-width:575px) {
			header .pp-advanced-menu .menu > li.menu_btn {
				width: 100%;
			}
		}

/*=====  End of navigation menu style  ======*/

/*===========================================
=        start hero sectione style            =
===========================================*/
	
	.hero_sec_col .fl-col-content  {
		max-width: 590px;
		margin-left: auto;
	}

	@media only screen and (max-width:992px) {
		.col_reverse .fl-row-content .fl-col-group {
			display: flex;
			flex-direction: column-reverse;
		}
		.hero_sec_col .fl-col-content {
			max-width: 100%;
			padding: 0px 25px;
		}
	}

/*=====  End of hero sectione style  ======*/

/*=============================================
=           start service section style            =
=============================================*/
	
	.home_services_col .pp-infobox .pp-infobox-image{
		text-align: center;
	}
	.service_btn {
		display: flex !important;
		align-items: center;
	}
	@media only screen and (max-width:992px) {
		.home_services_col .pp-infobox .pp-more-link{
			justify-content: center;
		}
	}

/*=====  End of service section style  ======*/

/*===============================================
=      	 start physiofit section style            =
===============================================*/

	.physiofit_col .fl-col-content,
	.banner-right-col .fl-col-content{
	    max-width: 500px;
	    margin-left: 8%;
	}
	@media only screen and (max-width:992px) {
	.physiofit_col .fl-col-content,
	.banner-right-col .fl-col-content{
			max-width: 100%;
			padding: 0px 25px;
		}
	}

/*=====  End of physiofit section style  ======*/

/*==========================================
=            Footer style start            =
==========================================*/
	.footer_kontakt .fl-rich-text a:hover{
		color: #ad0a7b !important;
	}
	.footer-btn .fl-button-wrap .fl-button{
		display: flex;
		align-items: center;
	}
	.footer-btn .fl-button-wrap .fl-button i::before{
		margin-top: 5px;
	}
	.footer_social .pp-social-icon a{
		line-height:42px !important;
	}

/*=====  End of Footer style start  ======*/




/*====================================================
=        start services pages section style            =
====================================================*/
.services_post  .fl-post-grid-post{
		height: auto !important;
	}
.services_post .fl-post-grid{
    margin: 0px -15px;
}
.services_post .fl-post-column{
   padding:0px 15px;
   margin-bottom: 30px;
}
@media only screen and (max-width:767px) {
	.services_post  .fl-post-grid-post{
		height: auto !important;
	}
}


/*=====  End of Services pages section style  ======*/


/*===============================================
=      	 start Team Page style            =
===============================================*/
.banner-right-col .fl-col-content.fl-node-content {
    max-width: 481px;
}
.user_auf_col .fl-col-content.fl-node-content {
    max-width: 496px;
    margin-left: auto;
}
@media only screen and (max-width:992px){
	.banner-right-col .fl-col-content.fl-node-content,
	.user_auf_col .fl-col-content.fl-node-content {
	    max-width: 100%;
	}
}
/*=====  End of Team Page style  ======*/

/*===============================================
=      	 start Pricing Page style            =
===============================================*/
.pakete_card .block-content h3 {
    margin-bottom: 0;
}
.price_des {
    line-height: 23px;
    font-weight: 500;
    color: #4F7281;
    font-size: 18px;
    text-transform: uppercase;
}
.pakete_card .pp-infobox-title-prefix {
    padding-bottom: 20px;
    position: relative;
}
.pakete_card .pp-infobox-title-prefix:after {
	content: "";
	width: 50px;
	height: 4px;
	background: #AD0A7B;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pakete_card .pp-infobox-description {
    margin-top: auto;
}


.mitgliedschaft_table .uabb-table-features {}
.mitgliedschaft_table .uabb-table-features td {
    background: #fff;
    border-bottom: 0px solid #CCCCCC !important;
    text-align: left;
}
.mitgliedschaft_table .uabb-table-features tr:first-child td:first-child {
    border-left: 2px solid #C0CCD4 !important;
    border-top-left-radius:10px;
}
.mitgliedschaft_table .uabb-table-features tr:first-child td:last-child {
    border-right: 0px solid #CCCCCC !important;
 	border-top-right-radius:0;   
}
.mitgliedschaft_table th label {
    margin: 0 0 0px;
}
.mitgliedschaft_table th {
    text-align: left;
}
.mitgliedschaft_table .uabb-table {
    overflow-x: unset;
}

.mitgliedschaft_table .uabb-table-features tr:first-child td {
    border-bottom: 1px solid #C0CCD4 !important;
    border-top: 0px solid #C0CCD4 !important;
}
.mitgliedschaft_table .uabb-table-features tr:last-child td:first-child {
    border-left: 2px solid #C0CCD4 !important;
}
.mitgliedschaft_table .uabb-table-features tr:first-child td:last-child {
    border-right: 0px solid #C0CCD4 !important;
}
.mitgliedschaft_table .uabb-table-features tr:last-child td:last-child{
	border-right: 2px solid #C0CCD4 !important;
}
.mitgliedschaft_table .uabb-table .uabb-table-wrapper {
    height: 100%;
    text-align: center;
    border-radius: 10px;
    position: relative;
    border: 1px solid #C0CCD4 !important;
    overflow: hidden;
}
.mitgliedschaft_table .uabb-table-features tr td {
    border-bottom: 1px solid #C0CCD4 !important;
}
.mitgliedschaft_table .uabb-table-features tr:last-child td {
    border-bottom: 0 !important;
}
.mitgliedschaft_table .uabb-table-features tr td:first-child,
.mitgliedschaft_table .uabb-table-features tr:last-child td:first-child{
    border-left: 0px solid #C0CCD4 !important;   
}
.mitgliedschaft_table .uabb-table-features tr td:last-child,
.mitgliedschaft_table .uabb-table-features tr:last-child td:last-child{
    border-right: 0px solid #C0CCD4 !important;   
}
.mitgliedschaft_table .uabb-table-features tr:first-child td:first-child {
    border-left: 0px solid #C0CCD4 !important;
    border-top-left-radius: 0;
}
.mitgliedschaft_table .uabb-table-features tr:last-child td:first-child {
    border-left: 0px solid #C0CCD4 !important;
}

.mitgliedschaft_table.top_table .uabb-table-wrapper {
    border: 0 !important;
}
.mitgliedschaft_table th label label.head-inner-text {
    padding: 10px 0;
    margin: 0;
}



@media screen and (max-width: 767px){
	.mitgliedschaft_table .uabb-table {
	    overflow-x: auto;
	}
	.mitgliedschaft_table th label {
	    font-size: 14px;
	}
}
/*=====  End of Pricing Page style  ======*/


/*==========================================
=            hashbar style csss            =
==========================================*/

	.hthb-has-close-button-text .hthb-close-toggle-wrapper{
		top:auto;
	}
	#notification-274 .hthb-close-toggle{
		display: flex;
	    flex-direction: row-reverse;
	}
	#notification-274 .hthb-close-toggle svg{
		margin-left:10px;
	}

/*=====  End of hashbar style csss  ======*/

/*=================================================
=            single service page style            =
=================================================*/

	
	.stack_gesund_col .fl-col-content  {
	    max-width: 530px;
	    margin-left: auto;
	}
	.physio_helfen p i{
		color: #AD0A7B;
	}
	@media only screen and (max-width:992px) {
	.stack_gesund_col .fl-col-content{
			max-width: 100%;
			padding: 0px 25px;
		}
	}


/*=====  End of Single service page style  ======*/

.single-leistungen #fl-main-content .container{
	max-width:100%;
	width:100%;
}
.single-leistungen #fl-main-content .fl-content{
	margin:0px;
}
.single-leistungen #fl-main-content header.fl-post-header,
.single-leistungen #fl-main-content .fl-post-meta-bottom{
	display:none;
}


