@font-face {
	font-family: STIHL-Contraface-Display-Title;
	src: url(fonts/STIHLContrafaceDisplayTitling.woff) format('woff');
}

@font-face {
	font-family: STIHL-Contraface-Text;
	src: url(fonts/STIHLContrafaceText.woff) format('woff');
}

@font-face {
	font-family: STIHL-Contraface-Text;
	font-weight: 700;
	src: url(fonts/STIHLContrafaceText-Bold.woff) format('woff');
}

body * {
    font-family: STIHL-Contraface-Text,Arial,sans-serif;
}

.search {
	position: relative;
	display: flex;
}

.search__input {
	border: 0 !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
    box-shadow: none !important;
	text-align: left;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #f37a1f;
    font-family: STIHL-Contraface-Display-Title,"Arial Black",sans-serif;
    line-height: 1.1;
}

.search__btn {
	border: 0 !important;
	border-bottom: 1px solid !important;
	border-radius: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.materialnumbers-popup {
    position: absolute;
    top: 50px;
    background: #fff;
    border: 1px solid #ddd;
}


.materialnumbers-popup ul {
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;

}

.materialnumbers-popup li {
	text-align: left;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.5;
    font-weight: normal;
    font-family: STIHL-Contraface-Text,Arial,sans-serif;
    font-size: .875rem;
    padding: 0 20px;
    padding-top: 4px;
    padding-bottom: 4px;
	cursor: pointer;
}

.emptyresult {
	padding: 0 15px;
	margin-bottom: 0;
}

.manuals__col {
    padding: 24px;
    border: 1px solid #dadada;
    border-top: none;
    height: 100%;
}

a.manuals__link {
    font-weight: bold;
    color: inherit;
}

a.manuals__link:hover {
    color: inherit;
}

a.manuals__link img {
    max-width: 150px;
}

.manuals-title {
    font-weight: bold;
}

.manuals-date {
    font-weight: 400;
}