/*
Theme Name: Bretbacher Child
Description: Hammerer GmbH
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/*---CSS-Fontimplementation---*/

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;}

/* Firefox specific rule*/

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;}}

.header-style-1 .menu-hover-style-5 .main-navigation-ul > li > a.menu-item-link {
    -webkit-font-smoothing: antialiased;}

@font-face {
	font-family: hel-reg;  
    src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Roman.eot');
  	src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Roman.eot?#iefix') format('embedded-opentype'); 
    src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Roman.woff') format('woff');}

@font-face {
	font-family: hel-med;  
    src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Md.eot');
  	src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Md.eot?#iefix') format('embedded-opentype'); 
    src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Md.woff') format('woff');}

@font-face {
	font-family: hel-bd;  
    src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Bd.eot');
  	src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Bd.eot?#iefix') format('embedded-opentype'); 
    src: url('https://batteriedienst.at/wp-content/Helvetica/Helvetica-Bd.woff') format('woff');}

/*Style*/
a.link{
	font-family: hel-bd
}

.style-light a:not(.btn-text-skin):hover{
	color: #000;
	text-decoration: underline;
}

.style-light a:not(.btn-text-skin):hover{
	color: #ffed00;
}

.gdpr-preferences{
	display: none;
}

.gdpr-right .btn-accent {
	color: #000 !important;}

/*Column*/
.uncont .uncode_text_column{
	column-count: 2;
    column-width: 500px;
    column-gap: 60px;
}

.uncont .uncode_text_column.text-impressum{
	column-count: 1;
}

.uncont .uncode_text_column.text-no-colmn{
	column-count: 1;
}

/*Text-P*/
.main-container .row-container .row-parent .uncont > *:first-child{
	margin-top: 36px !important;
}

.vc_custom_heading_wrap .heading-text, .nav-tabs > li > a span{
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);	
}

b, strong, .style-light p strong{
	color: #000;
}

/*Tabs*/
.vertical-tab-menu {
	width: 24%;
}

.vertical-tab-contents{
	width: 76%;
}

.nav-tabs > li > a span{
	font-family: hel-bd;
	font-size: 23px;
	padding-left: 10px;
}

.tabs-left > li.active > a {
    border: 2px solid #000 !important;
}

.nav-tabs > li.active > a, .style-light .nav-tabs > li > a:hover{
	color: #000 !important;
}

.style-light .nav-tabs > li > a:hover{
	text-decoration: underline;
}

span.list-style-position{
	padding-left: 32px;
}

@media(max-width:999px){
	span.list-style-position{
	padding-left: 0;
}
}

/*Breadcrumb*/
.row-breadcrumb .row.row-parent.style-light.limit-width{
	padding-bottom:32px;
}

.row-breadcrumb.row-breadcrumb-light {
    background-color: #fff;
}

/*Footer*/

footer .row-container{
	margin-top: 40px;
}

footer h2.h3 span{
	color: #ffed00;
}

span.p-white{
	color: #fff;
}

a.link.footer:hover{
	text-decoration: underline;
}

footer a.link.footer, footer a.link.footer:hover{
	color: #ffed00;
}

.review-box, .gmnoprint{
	display: none !important;
}