/*
Theme Name: Total Child
Theme URI: http://totalwptheme.com
Description: Total WordPress theme example child theme.
Author: ImpulsKreation
Author URI: http://totalwptheme.com
Template: Total
*/
.bg-orange{
	background-color:#f7c06f;
}
.custom-mobile-logo { 
    display: none !important; 
}
@media only screen and (max-width: 959px) {
   .custom-mobile-logo { display: block !important; }
   #site-logo-link.main-logo { display: none !important; }
   #site-logo img { height: 55px; }
}
/* Header Banner verkleinern*/
.vcex-image-banner.header-banner{height:400px;}
@media only screen and (max-width: 959px) {
	.vcex-image-banner.header-banner{height:150px;}
}
/*grünes Accordion*/
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	background-color:#a4c250!important;
}

/** Impressum Anzeige als DLs **/
dl{
	margin:10px;
	border-radius:5px;	
	background-color:rgba(248, 248, 248, 0.8) !important;
}
dl dt {
  padding-bottom: 0px!important;	
  font-weight: bold;
}
dl dt, dl dd {
  display: block;
  padding-left: 5px;
	padding-top:0px;
	padding-bottom:5px;	

}
/** Tabellen **/
.tablecol, .tablehead{border-bottom:none;}
.tablecol {background-color:white;}

@media only screen and (max-width: 767px) {
   .tablecol, .tablehead{ border-bottom:1px solid #c6c6c6;text-align:center }
}
.tablebodyrow {
	border-right: 1px solid #c6c6c6 !important;
	border-bottom: 1px solid #c6c6c6 !important;
	border-left:1px solid #c6c6c6 !important;
}
.tableheadrow {background-color: #c6c6c6 !important;}