:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}
:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: static;
}
.wp-block-image {
    margin: 0 0 1em;
}










html {
	scroll-behavior: smooth;
}
/*body {
	overflow: hidden;
}*/

/*Font Face*/
@font-face {
	font-family: "Inter";
	font-weight: 300;
	font-style: normal;
	src: url("font/static/Inter-Light.ttf") format("truetype");
}
@font-face {
	font-family: "Inter";
	font-weight: 500;
	font-style: normal;
	src: url("font/static/Inter-Regular.ttf") format("truetype");
}
@font-face {
	font-family: "Inter";
	font-weight: 700;
	font-style: normal;
	src: url("font/static/Inter-Bold.ttf") format("truetype");
}
@font-face {
	font-family: "Inter";
	font-weight: 900;
	font-style: normal;
	src: url("font/static/Inter-Black.ttf") format("truetype");
}

/*Fonts*/

/*h1, h2, h3, h4, h5, h6, p, li, td, .gform_description, .gfield_consent_label*/ body {
	font-family: "Inter";
}
.orange-font, p a, .gfield_consent_label a, .gform_button {
	color: #0e294b;
}
.orange-font, p a:hover, .gfield_consent_label a:hover {
	color: #e16f0f;
}
h1, h2, h3, h4, h5, h6, p.like-h {
	color: #0e294b;
	font-size: 21px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 1.2;
}
h4 strong {
  font-weight: 700;
}
p, li, td, .gform_description, .gfield_consent_label {
  font-size: 15px;
  color: #626261;
}
p {
  margin-top: 15px !important;
  line-height: 1.4;
}
p strong {
  color: #0e294b;
  font-size: 19px;
  font-weight: 700;
}
a {
  text-decoration: none;
}
.wp-block-button__link {
  background-image: url("/wp-content/uploads/2022/07/bg-cmd.png");
  border-radius: 0;
  background-size: cover;
  background-position: right;
  background-color: transparent;
  font-family: "Inter";
  font-size: 15px;
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  background-repeat: no-repeat;
}
.wp-block-button__link:hover, .gform_button:hover {
  /*color: #0e294b;*/
  box-shadow: -7px -7px 5px gray;
  margin: 7px -7px -7px 7px;
}
.gform_button:hover {
  margin: 7px -7px 1px 7px !important;
}
.wp-block-getwid-accordion__header {
  max-width: 215px !important;
  background-image: url("/wp-content/uploads/2022/07/bg-accordion.png");
  background-size: cover;
  background-position: right;
  background-color: transparent;
  padding: 10px 35px 10px 20px !important;
  letter-spacing: 0.5px;
  background-repeat: no-repeat;
}
.wp-block-getwid-accordion__header a {
  color: #fff;
  font-size: 15px;
  font-family: "Inter";
}

.nav .wp-block-navigation li a {
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 30px;
}
.fa-phone-alt::before {
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/*Allgemein*/

.fixed-size {
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
hr.wp-block-separator {
  border-bottom: 2px solid #e16f0f;
  margin: 25px 0 12px;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border: none;
}
.wp-block-getwid-accordion__content {
  border: none;
  padding: 10px 0;
}
iframe {
  margin-top: 0 !important;
}

.bg-grey {
  margin: 50px 0;
  background-color: rgba(236, 236, 237, 0.37);
}

/*Header*/
.wp-block-site-logo {
  position: absolute;
  padding: 40px 175px 70px 120px;
  z-index: 1000;
  background-image: url("/wp-content/uploads/2022/07/bg-header.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top -10px left -2px;
}
.nav.wp-block-columns {
  background-color: #0e294b;
  height: 100px;
  color: #ffffff;
}
.nav nav.wp-block-navigation {
  padding: 50px;
}
.wp-block-navigation__submenu-container {
  margin-top: 30px !important;
}
.wp-block-navigation__submenu-container a {
  color: #0e294b !important;
  padding: 3px 15px !important;
  text-transform: none !important;
}
.wp-block-navigation__submenu-container {
  margin-top: 0px !important;
  padding: 10px !important;
  z-index: 2000 !important;
  border: 0 !important;
}
.nav .wp-block-navigation li.has-child {
  padding-bottom: 30px;
  margin-bottom: -30px;
}
.nav .wp-block-navigation li button {
  color: #fff;
  font-size: 30px;
}
.nav .wp-block-navigation li a:hover, .nav .wp-block-navigation li button:hover {
  color: #e16f0f !important;
}

/*Footer*/

.footer .bg-blue {
  background-color: #0e294b;
}
.footer .bg-blue p {
  color: #fff;
}
.footer {
  background-color: #e16f0f;
}
.footer-menu li {
  display: inline;
  padding-right: 50px;
}
.footer-menu {
  padding: 12px 0;
}
.footer-menu a, .footer a {
  color: #fff;
  text-decoration: none;
}
.footer .bg-blue svg {
  height: 18px;
  margin: 4px 5px -4px 0;
}
.footer svg {
  fill: #fff;
  height: 20px;
  margin: 12px 5px;
}
.footer a:hover svg {
  fill: #e16f0f;
}
.footer-menu a:hover, .footer a:hover svg.social-svg {
  color: #0e294b;
  fill: #0e294b;
}

/*Content*/
.wp-block-post-content {
  margin-top: 0;
}

/*Start*/
.fixed-size-big {
  width: 1500px;
  margin: -80px auto 0px !important;
  z-index: 1000;
  position: relative;
  box-sizing: border-box;
}
.fixed-size-big .wp-block-column {
  background-image: url("/wp-content/uploads/2022/07/bg-start-3c.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 45px 105px;
}
.img-header p.slider-headline {
  font-size: 46px;
  text-shadow: 5px 5px 5px #626261;
  margin-bottom: 0;
  font-weight: 900;
  margin-bottom: 0;
}
.img-header h1 {
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 150px !important;
  text-shadow: 5px 5px 5px #626261;
  font-weight: 400;
}
.fixed-size-big .wp-block-column h2 {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0e294b;
}
.fixed-size-big .wp-block-column hr {
  border-bottom: 2px solid #e16f0f;
  margin: 12px 0;
}
.fixed-size-big .wp-block-column p {
  margin-top: 12px;
}
.galerie .wp-block-columns {
  margin: 0;
  column-gap: normal;
}
.galerie figure {
  overflow: hidden;
	height: 100%;
}
.galerie .wp-block-image img {
  height: 100%;
}
.galerie .img-overlay {
  max-width: 250px;
  padding: 10px 35px 10px 20px;
  background-image: url("/wp-content/uploads/2022/07/bg-cmd.png") !important;
  border-radius: 0;
  background-size: cover;
  background-position: right;
  background-color: transparent;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0 !important;
  position: absolute;
  top: 45%;
  left: 35%;
}
.galerie .wp-block-column {
  position: relative;
}
.galerie .img-overlay a {
	color: #ffffff;
	position: relative;
}
.galerie figure:hover img {
  transform: scale(1.05);
  transition: all 0.3s linear;
}
.partner-bauprojekt {
  background-image: url("/wp-content/uploads/2023/02/bg-partner-bauprojekt-scaled-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 70px 0;
}
.img-karte {
  padding: 40px;
}
.standorte {
  padding: 75px 0;
}
.standorte a {
  color: gray;
  text-decoration: none;
}
.standorte i::before {
  color: #e16f0f;
}
.teil-team {
  margin-top: 0 !important;
  padding: 128px 0;
  background-image: url("/wp-content/uploads/2022/11/karrierebereich_start.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.wp-block-getwid-accordion__content p {
  width: 15%;
  float: left;
  line-height: 2;
  color: #0e294b;
}

/*.hover-zoom .wp-block-getwid-images-slider__item {
  opacity: 0.5;
}*/
.hover-zoom figure .wp-block-getwid-images-slider__caption {
  display: none !important;
  background: none;
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  /*margin-bottom: 135px;*/
  padding: 0;
  height: 100%;
  background-color: rgba(226, 111, 15, 0.5);
  align-items: center;
  justify-content: center;
}
.hover-zoom .wp-block-getwid-images-slider__item:hover .wp-block-getwid-images-slider__caption {
	display: flex !important;
}
.hover-zoom .wp-block-getwid-images-slider__item {
  padding: 15px 0;
  max-width: 33.33%;
}
.hover-zoom .wp-block-getwid-images-slider__item:hover {
  transform: scale(1.05);
  padding: 0 !important;
  z-index: 1000;
  max-width: 450px !important;
  /*margin: 0 -25px;*/
  opacity: 1;
}
.blue-svg {
  height: 20px;
  fill: #0e294b;
  margin: 0 5px -2px !important;
}
.inline-h {
  display: inline-block;
  margin-right: 10px;
}
.hover-zoom .wp-block-getwid-images-slider__wrapper .slick-track {
  max-height: 275px;
}

/*Leistungen*/
p.leistungsheader {
  font-size: 21px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 100px !important;
}

/*Standorte*/
.bg-ort {
  width: 950px;
  background-image: url("/wp-content/uploads/2022/07/bg-ort.png");
  background-size: cover;
  padding: 50px 230px 70px 50px;
}
.bg-ort h1 {
  font-size: 43px;
  text-transform: uppercase;
  color: #0e294b;
  font-weight: 900;
}
.fixed-size-ort {
  margin: -100px auto 0 !important;
  width: 1200px;
  z-index: 1000;
  position: relative;
  box-sizing: border-box;
}
.bg-orange {
  background-color: #e16f0f;
}
.bg-orange h2, .bg-orange p, .bg-orange p strong, .bg-orange a {
  color: #fff;
}
.bg-orange a:hover, .bg-orange a:hover svg {
	color: #0e294b;
	fill: #0e294b;
}
.bg-orange svg {
  height: 18px;
  margin: 4px 5px -4px 0;
  fill: #fff;
}
.ort-liste {
  padding-left: 0;
  list-style: none;
}
.ort-liste li {
  line-height: 1.9;
  font-size: 19px;
  color: #0e294b;
  font-weight: 600;
}
.bg-fragen {
  background-image: url("/wp-content/uploads/2022/07/bg-fragen-scaled.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 90px 0 135px;
}
.bg-grey-schraeg {
  background-image: url("/wp-content/uploads/2022/07/bg-transportbeton2.png");
  background-size: 75% 100%;
  background-repeat: no-repeat;
  background-position: right;
  padding: 50px 0;
}
.bg-orange-schraeg {
  background-image: url("/wp-content/uploads/2022/07/bg-orange-schraeg.png");
  background-size: 75% 100%;
  background-repeat: no-repeat;
  background-position: left;
  padding: 50px 0;
}
.accordion-orange .wp-block-getwid-accordion__header {
  background-image: url("/wp-content/uploads/2022/07/bg-accordion-orange.png");
}
.leistung-uebersicht .wp-block-columns {
  margin-top: 0;
}
.leistung-uebersicht ul {
  padding-left: 12px;
  margin: 5px 0 25px;
  line-height: 1.6;
  list-style: "- ";
}
.slick-dots li button::before {
  font-size: 14px;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: #e16f0f !important;
  border: none;
}
.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button {
  text-shadow: none;
}

/*Kontakt*/
.gform_title {
  display: none;
}
.gform-body input, .gform-body textarea {
  border: 2px solid #e16f0f;
  font-family: "Inter";
}
.gform_heading {
  margin-bottom: 50px;
}
#gform_wrapper_1 {
  margin-top: 0;
}
.gfield_consent_label a, .gform_wrapper .gfield_required {
  text-decoration: none;
  color: #e16f0f;
  font-family: "Inter";
}
.gform_button {
  border-radius: 0;
  background-size: cover;
  background-position: right;
  background-color: transparent;
  font-family: "Inter";
  font-size: 15px;
  padding: 10px 70px 10px 50px;
  font-weight: 400;
  background-image: url("/wp-content/uploads/2022/07/bg-cmd.png");
  color: #fff;
  border: none;
  background-repeat: no-repeat;
}

/*Karriere*/
p.karriere-header {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 100px !important;
}
.benefits {
  line-height: 2.5;
  padding-left: 12px;
  list-style: "- ";
}
.benefits li {
  color: #0e294b;
  font-weight: 600;
}
.ginput_container_fileupload input {
  padding: 100px 200px;
  background-image: url("/wp-content/uploads/2022/07/bg-form.png");
  border: none;
  background-size: cover;
  background-position: 50px center;
  background-repeat: no-repeat;
  text-align: center;
  color: #0e294b;
  margin: 30px 0;
}
.ginput_container_fileupload::before {
  display: block;
  content: "";
  background-image: url("/wp-content/uploads/2022/07/pdf.png");
  height: 153px;
  width: 125px;
  position: absolute;
  background-size: contain;
  margin-top: 65px;
  background-repeat: no-repeat;
}
#gfield_upload_rules_2_7 {
  margin-bottom: 25px;
  color: #626261;
}





/*seitenleiste*/
.seite svg {
  padding: 10px 15px;
  fill: #fff;
  height: 25px;
  width: 25px;
}
.seite {
  position: fixed;
  display: block;
  background-image: url("/wp-content/uploads/2022/07/bg-seitenleiste.png");
  height: 235px;
  width: 55px;
  z-index: 1000;
  right: 0;
  background-size: cover;
  padding: 10px 0;
  margin-top: 100px;
  padding-bottom: 70px;
}
.standorte p.blue a {
  color: #0e294b;
  font-weight: 600;
}
.standorte p.blue a:hover {
  color: #e16f0f;
}
.seite svg:hover {
  fill: #e16f0f;
}
.social-text {
  position: absolute;
  z-index: 1000;
  right: 70px;
  color: #fff;
  background-color: #e16f0f;
  padding: 5px 10px;
  display: none;
  margin-top: -40px;
  font-size: 15px;
  /*width: 165px;*/
  width: 300px;
  line-height: 2;
}
.tel-hover:hover .social-text {
  display: block;
}
.social-text.social-documents {
  right: 0;
  z-index: -1;
  background-color: #0e294b;
  margin-top: -15px;
  padding: 10px 15px;
}
.social-text.social-documents a {
  color: #ffffff;
}
.social-text.social-documents a:hover {
  color: #e16f0f;
}
.tel-hover .social-text.social-documents:hover {
	display: block;
}




.ausblenden {
	display: none;
}
.like-p {
  font-size: 19px;
  text-transform: none;
  font-weight: 700;
  margin-top: 10px !important;
}
.accordion-orange .wp-block-getwid-accordion__content p {
  width: 100%;
	color: #626261;
	line-height: 1.4;
}
.accordion-orange .wp-block-getwid-accordion__header {
	max-width: 350px !important;
}
.nav .wp-block-navigation li button[aria-expanded="true"] {
  transform: rotate(180deg);
}





/*korrekturen elw*/
.footer > div:last-child ul {
  list-style: none;
  padding-left: 0;
  margin: 15px 0px;
}
.footer > div:last-child li {
  display: inline;
  padding-right: 20px;
}
.page-id-600 .wp-block-post-content li a {
  color: #0e294b;
}
.page-id-600 .wp-block-post-content li a:hover {
  color: #e16f0f;
}
.fixed-size video {
  box-shadow: 0px 0px 15px gray;
}
#sb_instagram {
  margin: 15px -12px;
}
.page-id-25 .bg-ort, .page-id-41 .bg-ort {
  padding: 50px 230px 54px 50px;
}

.accordion-orange .ui-accordion-header {
  margin-top: 15px;
  border: none !important;
}
.bg-grey svg {
  height: 18px;
  margin: 4px 5px -4px 0;
  fill: #0e294b;
}
.bg-grey a:hover svg {
  fill: #e16f0f;
}

.accordion-orange ul {
  margin-top: 0;
}

.gform_confirmation_message {
  font-size: 15px;
  color: #0e294b;
  font-weight: 900;
}




/*Korrekturen*/
@media (min-width: 600px) {
a.wp-block-navigation-item__content:not(.wp-block-navigation__submenu-container a.wp-block-navigation-item__content) {
  color: #fff !important;
}
	}


/* Language Switch */

.header-sprache {
  position: absolute;
  
  top: 5px;
  right: 30px;
  
  list-style: none;
  display: flex;
}

.header-sprache a {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}

.header-sprache li:not(:first-child)::before {
  content: "|";
  color: white;
  margin-inline: 10px;
  
}

@media (max-width: 599px) {
  .header-sprache {
    background-color: #0e294b;
    padding: 10px 20px;
    border-radius: 100vw;
    
    top: 70px;
    right: 20px;
  }
}

/* //Language Switch */








.wp-site-blocks {
  margin-bottom: -24px;
}
.galerie .wp-block-columns .wp-block-image {
  margin: 0;
}

.home .fixed-size .sbi-header.sbi-header-type-text {
  display: none;
}



.btn-standorte .wp-block-button__link.wp-element-button {
	background-image: url("/wp-content/uploads/2022/07/bg-accordion.png");
}

.bg-orange .btn-standorte a:hover, .bg-orange a:hover svg {
    color: #fff;
    fill: #fff;
}