@charset "utf-8";
/*
Theme Name: strub.eisenhardt.laß Theme
Version: 1.1.0
Text Domain: sel
Description:
Author: making the web
Author URI:
Status: production
Requires at least: 5.6
Requires PHP: 7.4
Tested up to: 6.9
 */

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /assets/css/
The SASS sources for it can be found in /assets/css/partials/
*/

.shortcut--scroll {
	top: 183px;
}

@media (max-width: 991px){
	.shortcut--scroll {
		top: 156px;
	}
}

@media (max-width: 575px){
	.shortcut--scroll {
		top: 123px;
	}
}

.content-sect .content-sec__i ul {
	margin-left: 20px;
}

.column-sect.layout--2.unternehmen-sect .row {
  justify-content: space-between;
}

@media (min-width: 768px){
	.column-sect.layout--2.unternehmen-sect .col-md-6:first-child {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
}

.column-sect.layout--2.unternehmen-sect .col-md-6:nth-child(2) h5 {
  color: #C8553C;
}

.pages-list__el__title {
	max-width: 100%;
}

.jobs-b .team-b__categories {
	display: none;
}

.team-b__categories li a{
	color: #093d5f;
	text-decoration: none;
}

.faq-post__title h3 {
    font-weight: 500;
}
@media (max-width: 1399px){
	.faq-post__title h3 {
		font-size: 25px;
	}
}
@media (max-width: 767px){
	.faq-post__title h3 {
		font-size: 23px;
	}
}
@media (max-width: 575px){
	.faq-post__title h3 {
		font-size: 21px;
	}
}

.grey-bg{
	background-color: #EFEDE9;
}
