/*
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
*/

/* SIDEBAR */

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


/* TABELLE SPRECHZEITEN */

.sprechzeiten, .sprechzeiten td, .sprechzeiten th {
	border-color: transparent !important;
	border-width: 0px !important;

}

/* FOOTER */

#footer {
	border-top: 1px;
    border-style: solid;
    border-color: #be9f56;
}

/* BILDERGALERIE TEXT */
.lb-data .lb-details {
       display: none;
}

/* HOVERBOX POTRTAITS */

.vc-hoverbox {
    width: 400px;
    height: 400px;
}

.vc-hoverbox-wrapper.vc-hoverbox-direction--reverse .vc-hoverbox-back {
    z-index: 0 !important;
}

/* NINJA FORMS */

.nf-form-fields-required {
	margin-bottom: 25px;
}

.nf-form-content {
	font-family: Open Sans;
    color: #be9f56;
}

#nf-field-14 {
	background: #be9f56;
	color: white;
	border-radius: 10px;
}
#nf-field-14:hover {
	background: #58585c	;
	color: white;
	border-radius: 10px;
}

/* TEXTHERVORHEBUNG */

b, strong {
	font-weight: 600;
	color: #be9f56;
}

/* WHITE LABELN */

.menu-top .toplevel_page_wpex-panel {
	max-width: 25px;
}