.align-left {
	text-align: left;
}

.align-center {
	text-align: center;
}

.align-right {
	text-align: right;
}

.align-items-top {
	align-items: flex-start !important;
}

.align-items-bottom {
	align-items: flex-end !important;
}

.align-items-left-bottom-right-centered {
	align-items: flex-end !important;
}
.align-items-left-bottom-right-centered > div:nth-child(2) {
	margin: auto 0;
}

.align-items-right-bottom-left-centered {
	align-items: flex-end !important;
}
.align-items-right-bottom-left-centered > div:nth-child(1) {
	margin: auto 0;
}

/* News Article List */
.article-list-without-images {
	padding: 0 2em;
	text-decoration: none;
	color: #4B4B4D;
}
.article-list-without-images .teaser-text {
	display: block;

	padding: 1.5em 1em;
	cursor: pointer;

	border-bottom: 1px solid #e0e1e3;
}
.article-list-without-images .teaser-text:hover {
	background: rgba(0,0,0,0.1);
}
.article-list-without-images .teaser-text:first-child {
	border-top: 1px solid #878787;
}
.article-list-without-images li {
	padding-left: 0;
}
.article-list-without-images li:before {
	content: none;
}
.article-list-without-images strong {
	font-weight: 400;
}
.article-list-without-images a, .article-list-without-images [itemprop="headline"] {
	color: #4B4B4D;
	font-weight: bold;
	text-decoration: none;
}

.news-additionalBorderText {
	margin-top: 1.5em;
}

/* News Pagination style */
[id^=news-container] ul.f3-widget-paginator {
	margin: 0 2em;
}
[id^=news-container] ul.f3-widget-paginator li {
	display: inline-block;
	margin-top: 2em;
	margin-right: 1em;
	padding-left: 15px;
}
[id^=news-container] ul.f3-widget-paginator li:before {
	top: 8px;
}


h2 {
	font-family: "TheSerifBold","Times New Roman",serif;
	font-weight: 700;
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 46px;
}

h4 {
	font-family: "TheSerifBold","Times New Roman",serif;
	font-weight: 700;
	font-size: 1.75rem;
	color: #008ad9;
	text-align: center;
}

.row.bordered > div[class^="col-"],
.row.bordered > div[class*=" col-"] {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #4B4B4D;
	align-self: stretch;
}

@media screen and (min-width: 1200px) {
	.row.bordered > div[class^="col-"],
	.row.bordered > div[class*=" col-"] {
		border-width: 1px 1px 1px 0px;
	}
}

.row.bordered > div[class^="col-"]:first-child,
.row.bordered > div[class*=" col-"]:first-child {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #4B4B4D;
}

.ce-gallery {
	margin: 15px auto;
}

.ce-gallery figure.video {
	display: block !important;
}
@media screen and (min-width: 1200px) {
	.ce-gallery figure.video {
		margin: 30px;
	}
}
.ce-gallery video {
	width: 100%;
}

.frame-none.ce-gallery {
	margin: 0 auto;
}

.item-content blockquote p {
	margin-top: 0
}

.item-content p a {
	color: #008ad9;
	text-decoration: none;
}

#site-scroll #scroll-wrap ul {
	min-width: 180px;
	min-height: 180px;
}

#hero-item h1,
#hero-item h2,
#hero-item h3,
#hero-item h4,
#hero-item h5,
#hero-item p {
	margin-bottom: 0;
}

.item.item-service a {
	display: block;
	text-decoration: none;
}

#hero-item {
	max-width: 1320px;
}

.news-img-wrap img {
	max-width: 100%;
	height: auto;
}

#site-hero .container #hero-item {
	left: 12px;
}

.page.page-components {
	overflow-x: hidden;
}
.page.page-components .component:first-child {
	margin-top: 120px;
}

.overlay.fancybox-content .component {
	padding:  0;
}

.item-content ul li {
	min-height:  2em;
}

.component.component-bilfinger_employees .item {
	padding-top:  3em;
	padding-bottom:  3em;
}
.component.component-bilfinger_employees .button {
	display:  inline-block;
}

.accordion-content img {
	max-width: 100%;
	height:  auto !important;
}
.accordion-content .video .video-embed-item {
	height: 46vw;
}
@media screen and (min-width: 1200px) {
	.accordion-content .video .video-embed-item {
		height: 29vw;
	}	
}

.quote-slider {
	margin: -2em 0;
}

.quote-slider .content-quote p {
	margin:  2em 0.25em;
}

.quote-slider .slick-dots {
	text-align: center;
}

.quote-slider .slick-dots li:before {
	content: none;
}

.quote-slider .slick-dots li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.quote-slider .slick-dots button {
	display: inline-block;
	width: 1em;
	height: 1em;
	text-indent:  -999px;
	border-radius: 0.5em;
	overflow: hidden;
	background-color: #c9d200;
	margin: 0.5em;
	cursor: pointer;
}

.quote-slider .slick-dots .slick-active button {
	background-color: #008ad9;
}


/**  Solr Search */
.tx_solr .tx-solr-search-form input {
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom: none;
}

.tx_solr #results-per-page select {
	display: inline-block;
	width: unset;
	height: unset;
	
	appearance: auto;
	padding: 0.5em 1.2em;
	border: 1px solid rgba(0,0,0,0.1);
}

.tx_solr .searchinfo #results-per-page {
	display: block;
	margin-top: 1em;
}

.tx_solr .results-list {
	margin-top: 2em;
}

.tx_solr .results-list .list-group-item {
	display: block;
	padding: 1em 0em;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.tx-solr-autosuggest strong {
	color: #c9d200 !important;
}

.tx-solr-search-form .input-group {
	position: relative;
}

.tx-solr-search-form .input-group .input-group-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.tx-solr-search-form .input-group .input-group-btn button {
	padding: 0em 1em;
}

.tx-solr-sorted-by {
	margin-top: 1em;
}

#tx-solr-sorting button, #tx-solr-sorting ul, #tx-solr-sorting ul li {
	float: left;
}

#tx-solr-sorting button {
	background: none;
}

#tx-solr-sorting ul li::before {
	display: none;
}

#tx-solr-sorting ul li.active  a{
	color: #c9d200 !important;
}

.solr-pagination .pagination li {
	float: left;
}

.solr-pagination .pagination li::before {
	left: 5px;
}

.solr-pagination .pagination li.active a {
	color: #c9d200 !important;
}

.facets .panel-heading {
	margin-bottom: 1em;
}

.facets .facet-option a {
	color: #008ad9 !important;
	text-decoration: none !important;
}

#tx-solr-faceting {
	background: #e0e1e3;
	padding: 1em;
}

#tx-solr-facets-in-use a {
	color: #008ad9 !important;
	text-decoration: none !important;
	font-size: 16px;
}


#tx-solr-facets-in-use a.remove-facet-option {
	color: #c9d200 !important;
}


.date-list-special {
	flex-flow: row;
	flex-wrap: wrap;
}



.cookie-consent__content [type="checkbox"] {
	position: relative;
	left: 0px;
	top: -1px;
	z-index: 0;
	appearance: auto !important;
	-moz-appearance: checkbox !important;
}

.cookie-consent__actions a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-color: #c9d200;
	color: #fff;
	margin: 1em;
	padding: 1em
}

.cookie-consent__actions a:first-child {
	text-decoration: none;
	padding: 0;
	margin: 0;
	background-color: transparent;
	color: #008ad9;
	margin: 1em;
	padding: 1em
}

.cookie-consent__content {
	box-sizing: border-box !important;
	width: 100% !important;
	padding: 2.4rem !important;
}

.cookie-consent.modal .inner {
	margin: 0 auto !important;
}

.archive-list.tab-title.tab {
	max-width: 900px;
	margin: 0 auto;
}

.archive-list ul {
	flex-flow: row;
	width: 100%;
	flex-wrap: wrap;
	padding: 0;
	gap: 7px;
}

.archive-list ul li {
	width: auto;
}


.article .teaser-text div {
	padding-left: 100px;
}

.checkbox_flex {
	display: flex;
}

.checkbox_flex input[type="checkbox"] {
	margin-right: 0.5em;
	flex: 0 0 auto;
}

label a {
	color: #008ad9;
	text-decoration: none;
}

label a:hover {
	color: #c9d200;
}

.tx-solr-autosuggest {
    display: block !important;
    width: auto !important;
    z-index: 9999999999 !important;
}

.contact-location-link {
	color: #4B4B4D;
	text-decoration: none;
	display: grid;
	grid-template-columns: 18px auto;
	grid-gap: 10px;
	align-items: center;
	height: 45px;
}
.contact-location-link:hover {
	color: #c9d200;
}

.contact-location-link__icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin-right: 14px;
	background-image: url("data:image/svg+xml,%3Csvg id='Capa_1' enable-background='new 0 0 322.222 322.222' height='512' viewBox='0 0 322.222 322.222' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m64.444 0v64.444h145l-209.444 209.445 48.333 48.333 209.445-209.445v145h64.444v-257.777z'/%3E%3C/svg%3E");
	background-position: center;
	background-size: 100%;
}
.contact-location-link__text {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.85em;
}


video {
	max-width: 100%;
	height: auto;
}

form#filter-press {
    display: flex;
    width: 25%;
}

form#filter-press select {
    margin: 0em 0em 0 1em;
}


/* LANG OVERLAY */
.language-page-overlay .megamenu-body{
	background-color: #fff !important;
}

.language-page-overlay .container {
	height: auto !important;
}

.lang-region {
	color: #008ad9 !important;
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 18px !important;
    font-family: "TheSerifBold",Times New Roman,serif !important;
    transition: color .3s;
	font-weight: bold !important;
	padding-left: 0 !important;
}

.lang-region::before {
	display: none !important;
}

ul.lang-translation {
	display: flex;
}

ul.lang-translation li::before {
    content: "|" !important;
    left: 5px !important;
    top: -2px !important;
    width: auto !important;
    height: auto !important;
    background: none !important;
}
ul.lang-translation li:first-child::before {
	content: "" !important;
}
ul.lang-translation li {
	text-transform: uppercase !important;
}

ul.lang-translation li a.active {
	color: #c9d200 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: unset !important;
    text-decoration: underline !important;
}


ul.menu-column li.lang-page  a {
    font-family: Open Sans,Helvetica,Arial,sans-serif !important;
    font-weight: 400 !important;
	line-height: 24px !important;
    color: #4b4b4d !important;
	font-size: 16px !important;
}

ul.menu-column.lang-translation li:first-child a {
	font-family: Univers Next W02 Regular,Arial,sans-serif !important;
	color: #4b4b4d;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: unset !important;
}

ul.lang-translation li a:hover{
	color: #c9d200 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: unset !important;
}

ul.lang-translation li:first-child a:hover{
	color: #c9d200 !important;
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: unset !important;
}


.lang-page {
	display: flex;
	gap: 0.5em;
	height: 0;
	white-space: nowrap;
}

.back-global a{
	color: #008ad9;
	text-decoration: underline;
}

.back-global i {
	color: #c9d200;
}

a.le-menu {
	cursor: pointer;
}

.lang-row {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	column-gap: 3em;
}


ul.menu-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.lang-region-list {
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    column-gap: 1em;
	/*max-height: 30em;*/
}

@media (max-width: 768px) {
	.lang-region-list {
		max-height: 100%;
	}
}

li.shortcut-link {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}


/* search */
.hidden.tx-solr-current-page.js-solr-current-page {
	display: none;
}

.results-list hr {
	background: #c9d200;
	width: 100%;
	height: 5px;
	margin-top: 2em;
	margin-bottom: 2em;
}

.results-list .other-results {
	opacity: 0.8;
}

.news-backlink-wrap.frame-space-before-small {
	clear: both;
}

html[dir="rtl"] #searchEvent.form-control {
	direction: rtl;
    padding-right: 4em;
}

html[dir="rtl"] #searchEvent.form-control {
	direction: rtl;
    padding-right: 4em;
}

html[dir="rtl"]  .search {
	width: 70%;
}