/*
 Theme Name:   Amwerk Child
 Description:  Amwerk child theme
 Author:       HL Inforatik
 Author URI:   https://hli.ch
 Template:     amwerk
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  amwerk-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
:root {
	--blue: #02498e;
	--font: #181818;
}

.bt_bb_headline .bt_bb_headline_superheadline {
	font-weight: 700;
}

.bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline_outside .bt_bb_headline_superheadline span {
	background: linear-gradient(to right, white 1.4em, var(--font) 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline;
    font-weight: bold;
}

.bt_bb_color_scheme_1 .bt_bb_headline .bt_bb_headline_superheadline span,
.bt_bb_color_scheme_1 .bt_bb_dash_top.bt_bb_headline .bt_bb_headline_superheadline_outside .bt_bb_headline_superheadline span {
	background: linear-gradient(to right, white 1.4em, white 0);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline;
    font-weight: bold;
	opacity: 1 !important;
}

.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .menuPort nav > ul > li > a:after {
	bottom: 30%;
	background-color: var(--blue);
	
}

.btTransparentLightHeader.btMenuHorizontal .menuPort nav > ul > li > a:after {
	bottom: 35%;
	height: 2px;
	top: unset;
	left: 0;
	background-color: #fff;
}

.topBarInMenu .widget_search.btIconWidget {
	display: none;
}