/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/


/* FOOTER */

sprechzeiten, .sprechzeiten td, .sprechzeiten th {
	border-color: transparent !important;
	border-width: 0px !important;
	line-height: 1;
	font-weight:300;
}

/* SIDEBAR */

#sidebar {
	margin-top: 30px;
	margin-bottom: 50px;
	border-left: 1px;
    border-style: solid;
    border-color: #7b9bc0;
	padding-left: 15px;
  }

#sidebar .widget_nav_menu a:hover {
	color: #a4cadd;
	background-color: #4b6786;
}
	
.widget_nav_menu .current-menu-item>a {
    background-color: #4b6786;
	color:#a4cadd;
}

@media only screen and (max-width: 1270px) {
	#sidebar {
		display: none;
	}
}

/* SLIDER REVOLUTION */

.sr7-tab-title {
	display: none;
}

/*AKKORDION */

.vc_tta-panel-heading:hover {
	color: #a4cadd;
}

.vc_tta-title-text {
	font-size: 16px;
}

/* TEXT BOLD */

b {
    font-weight: 400 !important;
}