#titel {
  font-weight: 300;
  color: #017fc2;
  margin-bottom: 0.75em;
}

span.title {
  font-weight: 700;
}

span.title-smaller {
  font-size: 80%;
}


/* hero image with date box */

.hero, .hero-start {
  height: 1000px;
  margin: 0;
  padding: 0;
  text-align: center;
}

.img-hero-desktop {
  background-size: cover;
  background-repeat: no-repeat;
}

.startpage-img {
  background-image: url("/wp-content/uploads/muellervers_teaser-start.jpg");
  background-position: 81%;
}

.hero-inner {
  display: flex;
  align-items: center;
  height: 100%;
  padding-top: 80px;
}

.date-box {
  background: linear-gradient(0deg, rgba(1,127,194,1) 35%, rgba(62,168,202,1) 100%);
  max-width: 500px;
  width: 100%;
  box-shadow: 3px 0 40px rgba(0,0,100,0.2);
}

.date-box-inner {
  padding: 50px 40px;
  text-align: left;
  max-width: 430px;
  margin: auto;
}

.icon-clock img {
  max-width: 16px;
  margin-right: 8px;
}

@media screen and (max-width: 1023px) {
  .hero, .hero-start {
	height: 770px;
  }
  .date-box {
	background: linear-gradient(0deg, rgba(1,127,194,1) 35%, rgba(62,168,202,1) 100%);
	max-width: 350px;
  }
  .startpage-img {
	background-image: url("/wp-content/uploads/muellervers_teaser-start-tablet.jpg");
	background-position: 38%;
  }
}

@media screen and (max-width: 600px) {
  .date-box-inner {
	text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .startpage-img {
	background-image: url("/wp-content/uploads/muellervers_teaser-start-mobile.jpg");
	background-position: 52% -90px;
  }
  .hero-start {
	height: 670px;
  }	
  .hero {
	height: 500px;
  }	
  .hero-inner {
	align-items: flex-end;
  }	
  .date-box {
	max-width: 100%;
	border-radius: 0;
  }
  .date-box-inner {
	padding: 30px 20px;
	text-align: center;
  }	
}


/* intro */

.intro {
  margin-top: -230px;
}

.blue-gradient > .wp-block-group__inner-container {
  background: linear-gradient(0deg, rgba(1,127,194,1) 35%, rgba(62,168,202,1) 100%)!important;	
}

.intro > .wp-block-group__inner-container, .panel > .wp-block-group__inner-container {
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
  padding: 100px 100px;
}


.panel > .wp-block-group__inner-container {
  background: #fff;
  box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
  padding: 0;
}


@media screen and (max-width: 1023px) {
  .intro > .wp-block-group__inner-container, .panel > .wp-block-group__inner-container {
	padding: 70px 70px;
  }
}

@media screen and (max-width: 767px) {
  .intro {
	margin-top: 0;
  }
  .intro > .wp-block-group__inner-container, .panel > .wp-block-group__inner-container  {
	padding: 50px 20px;
	margin: -50px -20px;
	box-shadow: none;
  }
  .panel-badge > .wp-block-group__inner-container {
	padding: 50px 20px;
	margin: 0px;
	box-shadow: 0px 0px 40px rgba(0,0,0,0.15);
  }	
}

@media screen and (max-width: 500px) {
  .intro > .wp-block-group__inner-container {
	padding: 50px 20px;
  }	
}


/* service box */

.service-boxes, .steps-boxes, .sale-boxes {
  margin: 0 -10px;
}

.service-box, .steps-box, .sale-box {
  padding: 10px;
  line-height: 1.3!important;
}

.service-box p, .steps-box p, .sale-box p {
  line-height: 1.3!important;
}

.icon-steps img  {
  max-height: 100px;
}

.service-box-inner, .steps-box-inner, .sale-box-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.service-box-inner {
  padding: 35px 20px 35px 20px;
}
.icon-service img {
  max-height: 50px;
}

.vorteil {
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  .service-boxes, .sale-boxes {
	margin: 0 -10px;
  }
  .vorteile > div:nth-child(3), .vorteile > div:nth-child(4)  {
	margin-top: 20px;
  }
  .vorteil {
	padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .sale-boxes {
	flex-flow: column;
  }
  .vorteile > div:nth-child(2), .vorteile > div:nth-child(3), .vorteile > div:nth-child(4)  {
	margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  .service-box-inner, .sale-box-inner {
	padding-left: 20px;
	padding-right: 20px;
  }
}


/* contact form */

#gform_1 {
  color: #fff;
  line-height: 1.5;
}

#gform_fields_1 {
  display: block;
  font-weight: 300;
}

#gform_fields_1 > div {
  margin-bottom: 20px;
}

#gform_1 #input_1_8_1 {
  -webkit-appearance: checkbox;
}

#gform_1 textarea {
  border-radius: 6px;
}

#gform_1 .ginput_container_text input,
#gform_1 .medium gfield_select,
#gform_1 .ginput_container_email input,
#gform_1 .ginput_container_select select {
  width: 100%;
}

.icon-phone, .icon-email, .icon-avatar, .icon-location, .icon-fax {
  position: relative;
}
.gfield_consent_label a {
  text-decoration: underline!important;
}

.icon-phone:before, .icon-mail:before, .icon-email:before, .icon-avatar:before, .icon-location:before, .icon-fax:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
}

#contact-info a {
  text-decoration: none;
}

.gf_captcha {
  margin-top: 30px
}

.gf_captcha .gfield_captcha {
  margin-bottom: 20px;
}

@media (hover: hover) and (pointer: fine) {
  #contact-info a:hover, #contact-info a:focus, #contact-info a:active {
	text-decoration: underline;
  }
}

@media screen and (max-width: 1023px) {
  .icon-phone:before, .icon-mail:before, .icon-email:before, .icon-avatar:before, .icon-location:before, .icon-fax:before {
	width: 25px;
	height: 25px;
  }
}

.icon-phone:before {
  background-image: url("/wp-content/uploads/icon-phone.svg");
  left: -45px;
}

.icon-email:before {
  background-image: url("/wp-content/uploads/icon-mail.svg");
  top: 5px;
  left: -50px;
}

.icon-avatar:before {
  background-image: url("/wp-content/uploads/icon-avatar.svg");
  left: -48px;
}

.icon-location:before {
  background-image: url("/wp-content/uploads/icon-location.svg");
  left: -48px;
}

.icon-fax:before {
  background-image: url("/wp-content/uploads/icon-fax.svg");
  left: -48px;
}


.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: 100%;
}

.gfield_label, .gfield_consent_label {
  font-weight: 300!important;
  color: #fff!important;
}

.gf_captcha {
  margin-top: 1em !important;
}

.gfield_required {
  color: #fff!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 12px 15px;
}


/* slider partner * services * usps */

#partner.swiper {
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 80px;
}

#partner .swiper-button-prev,
#partner .swiper-button-next {
  width: 100px;
  height: 100%;
  top: 0;
  background-color: #f7f6f6;
}

#partner .swiper-button-prev {
  left: 0!important;
}

#partner .swiper-button-prev:after {
  content: url(/wp-content/uploads/elektro-huml.de_slider-arrow-left.svg);
  width: 40px;
  height: 40px;
}

#partner .swiper-button-next:after {
  content: url(/wp-content/uploads/elektro-huml.de_slider-arrow-right.svg);
  width: 40px;
  height: 40px;
}

#partner .swiper-button-next {
  right: 0!important;
}

#partner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-hotel {
  background: url(/wp-content/uploads/elektro-huml.de_bg-hotel-testimonial.jpg);
  background-size: cover;
  background-position: center;
  background-position: 30%;
}

.bg-marks, .bg-marks-2 {
  position: relative;
}

.bg-marks:before, .bg-marks-2:before {
  content:"";
  background: url(/wp-content/uploads/elektro-huml.de_icon-marks.svg);
  background-size: cover;
  position: absolute;
}

.bg-marks:before {
  width: 195px;
  height: 170px;
  top: 0;
  left: -225px;
  opacity: 0.3;
}

.bg-marks-2:before {
  width: 375px;
  height: 325px;
  top: -10px;
  left: -165px;
}

.overlap:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 180px;
  bottom: 0;
}

.pe-container {
  position: absolute;
  top: 0;
  right: 100px;
}

.slider-wrap {
  margin: 0 -100px;
}

.testimonial-slider-img {
  height: 648px;
}

.slider-test {
  position: relative;
}

.slider-test:after {
  content: "";
  background-color: #fff;
  background-size: cover;
  padding: 100px;
  width: 100%;
  display: flex;
  bottom: -0;
  position: absolute;;
}

@media screen and (max-width: 1800px) {
  .bg-marks-2:before {
	width: 375px;
	height: 325px;
	top: -10px;
	left: 40px;
  }
}

@media screen and (max-width: 1440px) {
  .slider-wrap {
	margin: 0 -40px;
  }

  #partner.swiper {
	padding-left: 40px;
	padding-right: 40px;
  }

  #partner .swiper-button-prev,
  #partner .swiper-button-next {
	width: 40px;
  }

  #partner .swiper-button-prev:after {
	width: 30px;
	height: 30px;
  }

  #partner .swiper-button-next:after {
	width: 30px;
	height: 30px;
  }

  .pe-container {
	right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .testimonial-slider-img {
	height: 500px;
	margin-top: 30px;
  }
  .bg-marks:before {
	width: 200px;
	height: 174px;
	top: -33px;
	left: calc(50% - 100px);
  }
  .bg-marks-2:before {
	width: 200px;
	height: 174px;
	top: -10px;
	left: calc(50% - 100px);
  }
  .pe-container {
	right: 0;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	margin-top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .slider-wrap {
	margin: 0;
  }
  #partner.swiper {
	padding-bottom: 60px;
	padding-left: 0;
	padding-right: 0;
  }
  #partner .swiper-button-prev,
  #partner .swiper-button-next {
	display: none;
  }
  .testimonial-slider-img {
	height: 400px;
  }
  .pe-container {
	margin-top: unset;
  }
}


/* legal information */

#datenschutzerklaerung,
#impressum {
  margin-top: 450px!important;
}

#datenschutzerklaerung  ul li,
#impressum  ul li {
  margin-left: 17px;
  font-weight: 100;
}

#datenschutzerklaerung  ul,
#impressum  ul {
  margin-bottom: 1.2em!important;
}

#datenschutzerklaerung, #impressum, #bildquelle {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  word-wrap: break-word;
  text-align: left;
  margin-top: 2em;
}

#datenschutzerklaerung h3, #impressum h3 {
  color: #b4ada8;
}

.trcht-datenschutz__list[data-layout="accordion"] > dt > h2 {
  font-size: 100%;
}

.height-thanks {
  height: 600px;
}

@media screen and (max-width: 1280px) {
  #datenschutzerklaerung,
  #impressum {
	margin-top: 400px!important;
  }
  #datenschutzerklaerung, #impressum, #bildquelle {
	max-width: 880px;
  }	
  .height-thanks {
	height: 550px;
  }
}

@media screen and (max-width: 1023px) {
  #datenschutzerklaerung,
  #impressum {
	margin-top: 300px!important;
	padding-left: 20px;
	padding-right: 20px;
  }
  .height-thanks {
	height: 480px;
  }
}

@media screen and (max-width: 768px) {
  .height-thanks {
	height: 280px;
  }
}

@media screen and (max-width: 600px) {
  .height-thanks {
	height: 180px;
  }
  #datenschutzerklaerung,
  #impressum {
	margin-top: 230px!important;
  }
}


/* Cookie Tool vorübergehend hier wg. Updates */

#trcht-c11t__opener[data-position] {
  position: fixed;
  z-index: 99998;
  background-image: url(/wp-content/uploads/cookie.svg);
  background-color: transparent;
  border: none;
  width: 50px;
  height: 50px;
  filter: drop-shadow(-5px -5px 15px rgba(0,0,0,0.25));
  color: transparent;
}

/* Ausbildungsbetrieb */
.ausbildungs-betrieb {
  height: 400px;
}
.ausbildungs-betrieb img {
  max-width: 400px;
}