/**
 * Theme Name: B&S Elementor Child Theme
 * Version: 2.0
 * Template: hello-elementor
 * Author: BUTTER AND SALT tech marketing GmbH
 * Author URI: https://www.butter-and-salt.de/
 * Customer: Sentech
 * Text Domain: bns
 */

/* Typography */

h1.elementor-heading-title{
	margin-bottom:-0.1em!important;
}

.model-nowrap {
    white-space: nowrap;
}


/* Max Fliesstext */
p {
	max-width: 34em;
}
.text-full-width p{
	max-width: 100%;
}



/* 3 Color Lines */
.sentech-bottom {
box-shadow: 0 20px 0 0 #43B1E2,  0 40px 0 0 #65BFE7,  0 60px 0 0 #9FD7F0;
-moz-box-shadow:  0 20px 0 0 #43B1E2,  0 40px 0 0 #65BFE7,  0 60px 0 0 #9FD7F0;
-webkit-shadow:   0 20px 0 0 #43B1E2,  0 40px 0 0 #65BFE7,  0 60px 0 0 #9FD7F0;
}

/* Full Width Line under Title */
.title-line {
	position: absolute;
	bottom: 0;
	transform: translateY(-60%);
	left: 0;
	width: 3000px;
	margin-left: -60%!important;
}

.tl-white{
	border-top: 1px solid #FFFFFF;
	opacity: .4;
}

.tl-black{
	border-top: 1px solid #000000;
	opacity: .4;
	z-index: -1;
}

.tl-blue{
	border-top: 1px solid var(--e-global-color-accent);
	opacity: .7;
	z-index: -1;
}


/* Small devices (mobile/tablets, 767px and below) */
@media only screen and (max-width: 766px) {

}

/* Medium devices (tablets/desktops, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (large laptops and desktops, 1168px and up) */
@media only screen and (min-width: 1168px) {


}