/*
 Theme Name:     generatepress Child Theme
 Theme URI:      
 Description:    generatepress Child Theme
 Author:         Elegant Themes
 Author URI:     
 Template:       generatepress
 Version:        1.0.0
*/

/* =Theme customization starts here


------------------------------------------------------- */
/* ==================== ulti =========================*/
:root {
  --c-primary: #1aaae6;
  --c-primary-pale: rgba(26, 170, 230, 0.1);
  --c-primary-dark: #1799d0;
  --c-primary-shadow: rgba(26, 170, 230, 0.3);
  --c-secondary: #113a51;
  --c-secondary-light: #3e6275;
  --c-secondary-dark: #0d334a;
  --c-third: #4fcfc5;
  --c-success: #7acd37;
  --c-success-shadow: rgba(122, 205, 55, 0.3);
  --c-black: #0e3a52;
  --c-grey: #475b61;
  --c-grey-between: #7c97a6;
  --c-grey-light: #cddde5;
  --c-grey-lighter: #e0e4e6;
  --c-light: #ecf0f1;
  --c-pale: #f6f8fa;
  --c-white: #fff;
  --c-light-transparent: rgba(236, 240, 241, 0);
  --c-border: var(--c-grey-lighter);
  --c-border-dark: var(--c-grey-light);
  --c-text-dark: var(--c-black);
  --c-text: var(--c-grey);
  --c-text-light: var(--c-grey-between);
  --c-text-pale: var(--c-grey-light);
  --c-shadow: rgba(14, 58, 82, 0.1);
  --c-shadow-light: rgba(14, 58, 82, 0.05);
  --c-light-red: #b7130e;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul[class],
ol[class] {
  padding: 0;
}
h1,
h2,
h3,
h4,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul[class],
ol[class] {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:active {
  color: #ffffff !important;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
::placeholder {
  opacity: 1;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
html,
body {
  min-height: 100vh;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/* body {
  margin: 0;
  font-size: 18px;
  line-height: 1.55;
  color: var(--c-text);
  font-family: "Brandon Text", Arial, sans-serif;
} */
/* a {
  color: var(--c-primary);
  text-decoration: underline;
  transition: color 0.3s;
}
a:hover {
  color: var(--c-primary-dark);
} */

h1 {
  /* font-family: "CircularStd", Arial, sans-serif; */
  font-family: "Open Sans", sans-serif;
/*   font-family: erding-font; */
  font-weight: 700;
  /* color: #00A8D5; */
  color: #116B9E;
  margin: 0;
  line-height: 1.25;
}
h1 {
  font-size: 44px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
h1.large {
  font-size: 64px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  h1.large {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  h1.large {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h1.large {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  h1.large {
    font-size: 32px;
  }
}
h2 {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}
h2.large {
  font-size: 52px;
}
@media (max-width: 991px) {
  h2.large {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  h2.large {
    font-size: 32px;
  }
}
h3 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}
h3.large {
  font-size: 44px;
}
@media (max-width: 991px) {
  h3.large {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h3.large {
    font-size: 28px;
  }
}
.large h1 {
  font-size: 64px;
  font-weight: 900;
}
@media (max-width: 1199px) {
  .large h1 {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .large h1 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .large h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .large h1 {
    font-size: 32px;
  }
}
.large h2 {
  font-size: 52px;
}
@media (max-width: 991px) {
  .large h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .large h2 {
    font-size: 32px;
  }
}
.large h3 {
  font-size: 44px;
}
@media (max-width: 991px) {
  .large h3 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .large h3 {
    font-size: 28px;
  }
}
h4 {
  font-size: 21px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
/* p {
  margin: 0;
}
p:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  p:not(:last-child) {
    margin-bottom: 16px;
  }
}
p:empty {
  display: none;
} */
/* .badge {
  font-family: "CircularStd", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--c-text-dark);
  display: block;
} */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.row {
  /*  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0;
  margin-left: calc(var(--bs-gutter-x) / -2); */
}
@media (min-width: 576px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .container.md {
    max-width: 960px;
  }
}
/* ============ top bar ==============*/
.top-bar {
  /* background-color: #31384a; */
 /* background-color: #12B3CF; */
 background-color: #113A51;
}
.et-info-phone:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
/* ============ top header menu========== */
#page {
  padding: 0;
}
@media (max-width: 344px) {
  .site-header .header-image {
    width: 182px;
  }
}
/* .main-nav ul li a:hover {
  background: none;
}

.main-navigation .main-nav ul {
  list-style: none;
}

.main-navigation,
.main-navigation ul ul {
  background-color: #ffffff00;
}

.main-navigation .main-nav ul li a:hover {
  background-color: #ffffff00;
}

.main-navigation .main-nav ul li[class*="current-menu-"] > a {
  background-color: #ffffff00;
}

.site-header {
  background-color: #ffffff00;
} */

/* .bg-cover {
  background-size: cover !important;
} */

/* full width header */
.btn-cta-h .wp-block-button__link {
  font-size: 24px !important;
}

.inside-article .entry-content .wp-block-columns {
  margin-bottom: 0;
}

.sub-header-title1 {
  margin: 10px;
}

@media (max-width: 497px) {
  .top-bar {
    display: none;
  }
}

/*=================== Full width header ============== */
.text-rectangle {
  display: inline-block;
  position: relative;
  padding: min(7%, 12px) min(3%, 12px);
  margin: min(-7%, 12px) 0;
  color: red;
  /* background: linear-gradient(
    -2deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 19.25%,
    var(--b, var(--c-primary)) 20%,
    var(--b, var(--c-primary)) 80%,
    rgba(0, 0, 0, 0) 80.75%,
    rgba(0, 0, 0, 0) 100%
  ); */
}

/* cta review */

/* .wp-block-sdleads-hero .image img {
  object-position: center bottom;
} */

/***************************************************/
.phone-cta {
  /* background: #00A8D5; */
  background: #83E28E;
  color: #000003;
  box-shadow: 0 8px 16px #4c5e8f;
  border-radius: 9px;
  display: table;
  font-weight: 700;
  /*  text-decoration: none; */
  /* line-height: 1.25; */
  padding: 10px 16px 10px 12px;
}
.phone-cta[href] {
  transform: translateY(var(--phone-cta-y, 0))
    scale(var(--phone-cta-sx, 1), var(--phone-cta-sy, 1)) translateZ(0);
  transition: transform 0.15s;
}
.phone-cta:hover {
  --phone-cta-y: -1px;
  color: #000003;
}
.phone-cta:active {
  /* --phone-cta-y: 0;
  --phone-cta-sx: 0.99;
  --phone-cta-sy: 0.975; */
}

.phone-cta svg {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 48px;
  margin-top: 2px;
  margin-right: 12px;
  fill: #000003;
}
.phone-cta span {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  white-space: nowrap;
}
.phone-cta span strong {
  display: block;
  font-size: 28px;
}
/* .phone-cta small {
  display: block;
  font-size: 14px;
  text-decoration: uppercase;
} */
@media (max-width: 768px) {
  .phone-cta {
    padding: 8px 12px 8px 8px;
  }
  .phone-cta svg {
    width: 40px;
    height: 40px;
    margin-right: 8px;
  }
  .phone-cta span strong {
    font-size: 24px;
  }
  /* .phone-cta span small {
    font-size: 12px;
  } */
}

/* ------------------------------------------------- */
/* end cta review */

.has-small-font-size {
  font-size: 0.8125em;
}
.has-normal-font-size,
.has-regular-font-size {
  font-size: 1em;
}
.has-medium-font-size {
  font-size: 1.25em;
}
.has-large-font-size {
  font-size: 2.25em;
}
.has-huge-font-size,
.has-larger-font-size {
  font-size: 2.625em;
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}

#end-resizable-editor-section {
  display: none;
}
.aligncenter {
  clear: both;
}
.wp-block-sdleads-hero {
  position: relative;
  background: var(--c-light);
  padding-top: 92px;
  padding-top: var(--padding, 92px);
  padding-bottom: 92px;
  padding-bottom: var(--padding, 92px);
}

@media (max-width: 1200px) {
  .wp-block-sdleads-hero {
    --padding: 72px;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero {
    --padding: 60px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero {
    --padding: 32px;
    padding-bottom: 0;
  }
}

/***************************************************************/
.colm{
  width: 55.333333%!important;
  }
.wp-block-sdleads-hero:before, .wp-block-sdleads-hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
/*   opacity: 0.35; */
}
.wp-block-sdleads-hero:after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 20% 0, 0 40%);
  clip-path: polygon(0 0, 20% 0, 0 40%);
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero:after {
    -webkit-clip-path: polygon(0 0, 70% 0, 0 20%);
    clip-path: polygon(0 0, 70% 0, 0 20%);
  }
}
.wp-block-sdleads-hero:before {
  background: var(--c-grey-lighter);
  -webkit-clip-path: polygon(10% 0, 25% 0, 25% 100%);
  clip-path: polygon(10% 0, 25% 0, 25% 100%);
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero:not(.phone-cta-mobile) .content .phone-cta {
    display: none;
  }
}
.wp-block-sdleads-hero .content {
/* 	border: 2px solid red; */
/*   font-family: "CircularStd", Arial, sans-serif; */
	font-family: erding-font-1;
  color: var(--c-text-dark);
  pointer-events: none;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .content {
    text-align: center;
  }
}

.wp-block-sdleads-hero .content .headline,.wp-block-sdleads-hero .content .subline,.wp-block-sdleads-hero .content .checkmark,.wp-block-sdleads-hero .content .phone-cta {
  pointer-events: auto;
}
.wp-block-sdleads-hero .content .headline {
  font-size: 64px;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .wp-block-sdleads-hero .content .headline {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero .content .headline {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .content .headline {
    font-size: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 576px) {
  .wp-block-sdleads-hero .content .headline {
    font-size: 32px;
  }
}
.wp-block-sdleads-hero .content .headline,.wp-block-sdleads-hero .content .subline,.wp-block-sdleads-hero .content .checkmark {
  display: table;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .content .headline,
  .wp-block-sdleads-hero .content .subline,
  .wp-block-sdleads-hero .content .checkmark {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-sdleads-hero .content .subline {
  font-size: 36px;
  font-weight: 500;
  margin-top: 8px;
  white-space: nowrap !important;
  color: #00456d;
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero .content .subline {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .content .subline {
    font-size: 24px;
  }
}
.wp-block-sdleads-hero .content .checkmark {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 24px 0;
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero .content .checkmark {
    margin: 16px 0;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .content .checkmark {
    margin: 12px auto;
    font-size: 18px;
  }
}
.wp-block-sdleads-hero .content .checkmark svg {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  /* color: #6bb0cb; */
  color: #00A8D5;
}
.wp-block-sdleads-hero .content .checkmark .text {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .content .phone-cta {
    margin: 0 auto;
    display: inline-flex;
  }
}
.wp-block-sdleads-hero .image {
  position: relative;
}
.wp-block-sdleads-hero::after {
  clip-path: polygon(50% 0px, 50% 75%, 75% 0px);
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 48%, rgb(255, 255, 255) 100%);
}
/* .wp-block-sdleads-hero::before, .wp-block-sdleads-hero::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
} */
/* .wp-block-sdleads-hero .image:before,
.wp-block-sdleads-hero .image:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--c-light) 0%,
    var(--c-light-transparent) 20%
  );
  background: linear-gradient(
    var(--d, 90deg),
    var(--c-light),
    var(--c-light-transparent)
  );
} */

/* ************ */
.bg-img::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgb(255 255 255 / 0%) 37%, rgb(236, 240, 241) 55%) !important;
}
.image::before, .image::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  pointer-events: none;
  background: linear-gradient( var(--d, 90deg), var(--c-light), var(--c-light-transparent) );
}
.wp-block-sdleads-hero::before {
    clip-path: polygon(75% 0px, 100% 0px, 100% 100%, 78% 100%, 66% 27%);
    z-index: 2;
    background: var(--c-grey-lighter);
}
/* .wp-block-sdleads-hero::after {
  clip-path: polygon(50% 0px, 50% 75%, 75% 0px);
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 48%, rgb(255, 255, 255) 100%);
} */
@media (max-width: 768px) {
  .wp-block-sdleads-hero .image:before, .wp-block-sdleads-hero .image:after {
    --d: 180deg;
    right: 0;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero .image {
    margin-top: 24px;
  }
  .wp-block-sdleads-hero .image .desktop {
    display: none;
    visibility: hidden;
  }
  .wp-block-sdleads-hero .image .mobile {
    display: block;
    visibility: visible;
    /* min-height: 270px; */
  }
  .wp-block-sdleads-hero .image:before {
    bottom: 95%;
  }
  .wp-block-sdleads-hero .image:after {
    bottom: 85%;
  }
}
@media (max-width: 404px) {
  .wp-block-sdleads-hero .image .mobile {
    min-height: 0;
  }
}

/* @media only screen and (max-width: 767px) {
  .content {
    /* display: flex;
    flex-direction:column;
    align-items: center; */
/*     border: 2px solid red;
  } */

@media (max-width: 375px) {
  .wp-block-sdleads-rating-usp .content .info {
    flex-direction: column;
    align-items: flex-start;
  }
  .wp-block-sdleads-rating-usp .content .info .image {
    padding-bottom: 26px;
    justify-content: start;
    margin-right: 0 !important;
  }
}

@media (min-width: 769px) {
  .wp-block-sdleads-hero .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 58%;
    max-width: 100%;
    /* min-width: 50%;
    max-width: 60%; */
    display: flex;
    align-items: stretch;
    overflow: hidden;
  }
  .wp-block-sdleads-hero .image .desktop {
    display: block;
    visibility: visible;
  }
  .wp-block-sdleads-hero .image .mobile {
    display: none;
    visibility: hidden;
  }
  .wp-block-sdleads-hero .image:before,
  .wp-block-sdleads-hero .image:after {
    bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .wp-block-sdleads-hero .image:before,
  .wp-block-sdleads-hero .image:after {
    transform: translateX(0px);
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero .image:before {
    right: 85%;
  }
  .wp-block-sdleads-hero .image:after {
    right: 70%;
  }
  .wp-block-sdleads-hero .image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .wp-block-sdleads-hero .image img {
    transform: translateX(0px);
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero .image .image-edit {
    height: 100%;
  }
}
.wp-block-sdleads-hero-small {
  position: relative;
  background: var(--c-light);
  padding-top: 92px;
  padding-top: var(--padding, 92px);
  padding-bottom: 92px;
  padding-bottom: var(--padding, 92px);
}
@media (max-width: 1200px) {
  .wp-block-sdleads-hero-small {
    --padding: 72px;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero-small {
    --padding: 60px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small {
    --padding: 32px;
    padding-bottom: 0;
  }
}
.wp-block-sdleads-hero-small:before,
.wp-block-sdleads-hero-small:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
/*   opacity: 0.35; */
}
.wp-block-sdleads-hero-small:after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 20% 0, 0 40%);
  clip-path: polygon(0 0, 20% 0, 0 40%);
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small:after {
    -webkit-clip-path: polygon(0 0, 70% 0, 0 20%);
    clip-path: polygon(0 0, 70% 0, 0 20%);
  }
}
.wp-block-sdleads-hero-small:before {
  background: var(--c-grey-lighter);
  -webkit-clip-path: polygon(10% 0, 25% 0, 25% 100%);
  clip-path: polygon(10% 0, 25% 0, 25% 100%);
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small:before {
    display: none;
  }
}
.wp-block-sdleads-hero-small .content {
/*   font-family: "CircularStd", Arial, sans-serif; */
	font-family: erding-font-1;
  color: var(--c-text-dark);
  pointer-events: none;
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small .content {
    text-align: center;
  }
}
.wp-block-sdleads-hero-small .content .headline,
.wp-block-sdleads-hero-small .content .subline {
  pointer-events: auto;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small .content .headline {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.wp-block-sdleads-hero-small .content .headline,
.wp-block-sdleads-hero-small .content .subline {
  display: table;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small .content .headline,
  .wp-block-sdleads-hero-small .content .subline {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-sdleads-hero-small .content .subline {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  color: var(--c-text);
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small .content .subline {
    margin-bottom: 4px;
  }
}
.wp-block-sdleads-hero-small .image {
  position: relative;
}
.wp-block-sdleads-hero-small .image:before, .wp-block-sdleads-hero-small .image:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--c-light),
    var(--c-light-transparent)
  );
  background: linear-gradient(
    var(--d, 90deg),
    var(--c-light),
    var(--c-light-transparent)
  );
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small .image:before,
  .wp-block-sdleads-hero-small .image:after {
    --d: 180deg;
    right: 0;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-small .image {
    margin-top: 24px;
  }
  .wp-block-sdleads-hero-small .image:before {
    bottom: 95%;
  }
  .wp-block-sdleads-hero-small .image:after {
    bottom: 85%;
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-small .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
  }
  .wp-block-sdleads-hero-small .image:before,
  .wp-block-sdleads-hero-small .image:after {
    bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .wp-block-sdleads-hero-small .image:before,
  .wp-block-sdleads-hero-small .image:after {
    transform: translateX(80px);
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-small .image:before {
    right: 85%;
  }
  .wp-block-sdleads-hero-small .image:after {
    right: 70%;
  }
  .wp-block-sdleads-hero-small .image img {
    display: block;
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .wp-block-sdleads-hero-small .image img {
    transform: translateX(80px);
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-small .image .image-edit {
    height: 100%;
  }
}
.wp-block-sdleads-hero-leadform {
  position: relative;
  background: var(--c-light);
  padding-top: 92px;
  padding-top: var(--padding, 92px);
  padding-bottom: 92px;
  padding-bottom: var(--padding, 92px);
}
@media (max-width: 1200px) {
  .wp-block-sdleads-hero-leadform {
    --padding: 72px;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero-leadform {
    --padding: 60px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform {
    --padding: 32px;
    padding-bottom: 0;
  }
}
.wp-block-sdleads-hero-leadform:before,
.wp-block-sdleads-hero-leadform:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.35;
}
.wp-block-sdleads-hero-leadform:after {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 20% 0, 0 40%);
  clip-path: polygon(0 0, 20% 0, 0 40%);
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform:after {
    -webkit-clip-path: polygon(0 0, 70% 0, 0 20%);
    clip-path: polygon(0 0, 70% 0, 0 20%);
  }
}
.wp-block-sdleads-hero-leadform:before {
  background: var(--c-grey-lighter);
  -webkit-clip-path: polygon(10% 0, 25% 0, 25% 100%);
  clip-path: polygon(10% 0, 25% 0, 25% 100%);
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform:before {
    display: none;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero-leadform:not(.phone-cta-mobile) .content .phone-cta {
    display: none;
  }
}
.wp-block-sdleads-hero-leadform .content {
/*   font-family: "CircularStd", Arial, sans-serif; */
	font-family: erding-font-1;
  color: var(--c-text-dark);
  position: relative;
  z-index: 4;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content {
    text-align: center;
  }
}
.wp-block-sdleads-hero-leadform .content .headline,
.wp-block-sdleads-hero-leadform .content .subline,
.wp-block-sdleads-hero-leadform .content .checkmark,
.wp-block-sdleads-hero-leadform .content .phone-cta {
  pointer-events: auto;
}
.wp-block-sdleads-hero-leadform .content .headline {
  font-size: 64px;
  font-weight: 900;
}
@media (max-width: 1200px) {
  .wp-block-sdleads-hero-leadform .content .headline {
    font-size: 52px;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero-leadform .content .headline {
    font-size: 44px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content .headline {
    font-size: 40px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (max-width: 576px) {
  .wp-block-sdleads-hero-leadform .content .headline {
    font-size: 32px;
  }
}
.wp-block-sdleads-hero-leadform .content .headline,
.wp-block-sdleads-hero-leadform .content .subline,
.wp-block-sdleads-hero-leadform .content .checkmark {
  display: table;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content .headline,
  .wp-block-sdleads-hero-leadform .content .subline,
  .wp-block-sdleads-hero-leadform .content .checkmark {
    margin-left: auto;
    margin-right: auto;
  }
}
.wp-block-sdleads-hero-leadform .content .subline {
  font-size: 30px;
  font-weight: 500;
  margin-top: 8px;
  max-width: 50%;
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero-leadform .content .subline {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content .subline {
    max-width: 100%;
    font-size: 24px;
  }
}
.wp-block-sdleads-hero-leadform .content .checkmarks {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content .checkmarks {
    display: block;
  }
}
.wp-block-sdleads-hero-leadform .content .checkmarks .checkmark {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 24px 0;
  padding-left: 30px;
}
@media (max-width: 992px) {
  .wp-block-sdleads-hero-leadform .content .checkmarks .checkmark {
    margin: 16px 0;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content .checkmarks .checkmark {
    margin: 12px auto;
    font-size: 18px;
    display: block;
    padding-left: 0;
  }
}
.wp-block-sdleads-hero-leadform .content .checkmarks .checkmark svg {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  color: var(--c-primary);
}
.wp-block-sdleads-hero-leadform .content .checkmarks .checkmark .text {
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  color: #000;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .content .phone-cta {
    margin: 0 auto;
    display: inline-flex;
  }
}
.wp-block-sdleads-hero-leadform .image {
  position: relative;
}
.wp-block-sdleads-hero-leadform .image:before,
.wp-block-sdleads-hero-leadform .image:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    var(--c-light),
    var(--c-light-transparent)
  );
  background: linear-gradient(
    var(--d, 90deg),
    var(--c-light),
    var(--c-light-transparent)
  );
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .image:before,
  .wp-block-sdleads-hero-leadform .image:after {
    --d: 180deg;
    right: 0;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .image {
    margin-top: 24px;
  }
  .wp-block-sdleads-hero-leadform .image .desktop {
    display: none;
    visibility: hidden;
  }
  .wp-block-sdleads-hero-leadform .image .mobile {
    display: block;
    visibility: visible;
    min-height: 270px;
  }
  .wp-block-sdleads-hero-leadform .image:before {
    bottom: 95%;
  }
  .wp-block-sdleads-hero-leadform .image:after {
    bottom: 85%;
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-leadform .image {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 50%;
    max-width: 60%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
  }
  .wp-block-sdleads-hero-leadform .image .desktop {
    display: block;
    visibility: visible;
  }
  .wp-block-sdleads-hero-leadform .image .mobile {
    display: none;
    visibility: hidden;
  }
  .wp-block-sdleads-hero-leadform .image:before,
  .wp-block-sdleads-hero-leadform .image:after {
    bottom: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .wp-block-sdleads-hero-leadform .image:before,
  .wp-block-sdleads-hero-leadform .image:after {
    transform: translateX(80px);
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-leadform .image:before {
    right: 85%;
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-leadform .image:after {
    right: 70%;
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-leadform .image img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .wp-block-sdleads-hero-leadform .image img {
    transform: translateX(80px);
  }
}
@media (min-width: 769px) {
  .wp-block-sdleads-hero-leadform .image .image-edit {
    height: 100%;
  }
}
.wp-block-sdleads-hero-leadform .leadform {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 75%;
  position: relative;
  top: 40px;
  min-height: 400px;
}
.wp-block-sdleads-hero-leadform .leadform .form,
.wp-block-sdleads-hero-leadform .leadform form {
  min-height: 300px;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .leadform {
    width: 100%;
  }
}
.wp-block-sdleads-hero-leadform .leadform .help-info {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .leadform .help-info {
    display: block;
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .leadform .help-info .empty {
    display: none;
  }
}
.wp-block-sdleads-hero-leadform .leadform .help-info .text {
  text-align: center;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .leadform .help-info .text {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .leadform .help-info .text a {
    display: block;
  }
}
.wp-block-sdleads-hero-leadform .leadform .help-info .siegel,
.wp-block-sdleads-hero-leadform .leadform .help-info .empty {
  width: 100%;
  max-width: 130px;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform .leadform .help-info .siegel,
  .wp-block-sdleads-hero-leadform .leadform .help-info .empty {
    margin: 0 auto;
    max-width: 120px;
  }
}
.wp-block-sdleads-hero-leadform .leadform .help-info .siegel img,
.wp-block-sdleads-hero-leadform .leadform .help-info .empty img {
  width: 100%;
}
.wp-block-sdleads-hero-leadform .leadform .lf-form .lf-form__content {
  background-color: #fff;
  border: 0 none #ddd;
  border-radius: 0;
}
.wp-block-sdleads-hero-leadform .leadform .lf-form .lf-form__content h3 {
  text-align: center;
}
@media (max-width: 768px) {
  .wp-block-sdleads-hero-leadform
    .leadform
    .lf-form
    .lf-form__content
    .lf-form__icon-options__column {
    width: calc((100% - 45px) / 1) !important;
    margin: 0 auto !important;
  }
}
.wp-block-sdleads-hero-leadform
  .leadform
  .lf-form
  .lf-form__content
  .ui-button.is-disabled {
  visibility: hidden;
  display: none;
}

/* ======= end fullwidth header ======== */

/* ============ menu ============== */

#primary-menu ul li a {
  font-size: 18px;
  font-weight: 500;
}
.grid-container {
  max-width: 1156px;
}

/*===================== footer ==================*/

/* footer widgets */

/* proven expert */
.inside-site-info {
  flex-direction: column;
}

.footer-widgets {
  /* background-color: #12b3cf; */
  background-color: #113A51 ;
}

.widget-title {
  color: #ffff !important;
  font-size: 18px;
}
.inside-site-info {
  border-top: solid 1px #b5b2b2;
  color: #ffff;
}
.site-info {
 /*  background-color: #12b3cf; */
 background-color: #113A51 ;
}

/* widget page */

.footer-widget-2 .page_item a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
.footer-widget-2 .page_item a:hover {
  text-decoration: underline;
}

/*  Contact footer */

#custom_html-10 {
  padding-left: 0 !important;
}
.contact-footer a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.contact-footer a:hover {
  text-decoration: underline;
}
.contact-footer i {
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .contact-footer .fas {
    line-height: 1.5;
    padding-right: 10px;
  }
}

/* social icons footer */

.social-icons i {
  font-size: 30px;
  color: #ffff;
  padding-right: 20px;
}

/* footer media query */

@media only screen and (max-width: 768px) {
  .footer-widgets-container {
    display: flex;
    justify-content: center;
  }

  .footer-widgets .widget-title {
    display: flex;
    justify-content: center;
  }

  .page-item-349 {
    display: flex;
    justify-content: center;
  }
  .page-item-5 {
    display: flex;
    justify-content: center;
  }
  .page-item-12 {
    display: flex;
    justify-content: center;
  }
  .page-item-347 {
    display: flex;
    justify-content: center;
  }
  .services {
    display: flex;
    justify-content: center;
  }
  .contact-footer {
    display: flex;
    justify-content: center;
  }
  .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px){
	.con-logo{
		justify-content: center;
	}
	.page-item-3{
		display:flex;
		justify-content: center;
	}
	.page-item-1637{
		display:flex;
		justify-content: center;
	}
}

/* ========== end footer ============ */

/* ========== body ========*/
body {
  background-color: #ffffff;
}
/* arrow up */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #00A8D5;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  #myBtn:hover {
    background-color: #0086AA;
  }
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
/* mobile centered */
@media (max-width: 767px) {
  .text-header-centered {
    text-align: center;
  }
  .text-parag-centered {
    text-align: center;
  }
}
/* =========== end body =======*/

/* ================== card =========================*/

.box {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.our-services {
  margin-top: 75px;
  padding-bottom: 30px;
  padding: 0 10px;
  min-height: 198px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 25px 0 rgba(20, 27, 202, 0.17);
}

.our-services .icon {
  margin-bottom: -21px;
  transform: translateY(-50%);
  text-align: center;
}

.our-services:hover h4,
.our-services:hover p {
  color: #fff;
}

.speedup:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  /* background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%); */
  background-image: linear-gradient(0deg, #34b5bf 0%, #210c59 100%);
}

.settings:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.privacy:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  /* background-image: linear-gradient(-45deg, #3615e7 0%, #44a2f6 100%); */
  background-image: linear-gradient(56deg, #34b5bf 0%, #210c59 100%);
}

.backups:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  /* background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%); */
  background-image: linear-gradient(230deg, #34b5bf 0%, #210c59 100%);
}

.ssl:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  /* background-image: linear-gradient(-45deg, #8d40fb 0%, #5a57fb 100%); */
  background-image: linear-gradient(180deg, #34b5bf 0%, #210c59 100%);
}

.database:hover {
  box-shadow: 0 0 25px 0 rgba(20, 27, 201, 0.05);
  cursor: pointer;
  /* background-image: linear-gradient(-45deg, #27b88d 0%, #22dd73 100%); */
  background-image: linear-gradient(130deg, #34b5bf 0%, #210c59 100%);
}
.home-icon {
  font-size: 80px;
  /* color: #557d9d; */
  color: #d61d59;
}

.auto-icon {
  font-size: 80px;
  color: #d61d59;
}

.commercial-icon {
  font-size: 80px;
  /* color: #3a477d; */
  color: #d61d59;
}
.emergency-icon {
  font-size: 80px;
  /* color: #dd7f34; */
  color: #d61d59;
}
.access-icon {
  font-size: 80px;
  /* color: #7b1cf5; */
  color: #d61d59;
}
.bicycle-icon {
  /* color: #7dd97d; */
  font-size: 80px;
  color: #d61d59;
}

@media screen and (max-width: 991px) {
  /*  .row {
    flex-direction: row;
    align-items: center;
  } */
  .col-md-4.col-sm-4 {
    width: 100% !important;
  }
}
/* ================= end card ============= */

/* ===================== Container 4 seal 3 icons ============= */

.container-4 .three-icons {
  font-size: 50px;
  color: #6d6d6d;
}
.container-4 .three-texts {
  color: #6d6d6d;
}

@media only screen and (max-width: 767px) {
  .container-4 .icon-3 {
    padding-bottom: 40px;
    padding-top: 20px;
  }
  .section-6 ul {
    margin-left: 15vw !important;
    margin-right: 15vw !important;
  }
}

/* ================= cta ======================*/
.ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull {
  min-height: 768px;
}

/* ================= section 6 burglar ================*/
.burglar-icon {
  padding-right: 10px;
  font-size: 30px;
  padding: 20px 0 20px 0;
}

.section-6 ul {
  list-style-type: none;
  margin: 0;
}
.section-6 ul li {
  padding: 10px 0 10px 0;
}
.section-6 ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "\f4fc";
  display: inline-block;
  color: #b62828;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .container-section-6 .row {
    flex-direction: column;
  }
  .container-section-6 h5 {
    padding-top: 50px;
    display: flex;
    justify-content: center;
  }

  .section-6 ul li {
    display: flex;
    /*     justify-content: center; */
    align-items: center;
  }
}

/* ================= section 7 =============*/
/* .container-section {
  margin-top: 5vw;
} */

.row-container {
  padding-top: 90px;
  padding-bottom: 40px;
}
.row-container h2 {
  padding-bottom: 2vw;
}
/* color filter commented */
.section-7 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2021/06/Rectangle-30.png");
  width: 100%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  background-attachment: fixed;
  /* position: relative; */
}
.section-7 .container {
  /* position: relative;
  z-index: 1; */
}
.filter::before {
  /*  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(6 6 6 / 58%);
  left: 0;
  z-index: 0; */
}

.section-7 h2 {
  color: #ffff;
}
.section-7 p {
  color: #ffff;
}
.section-7 .lock-icon {
  color: #eabc4d;
  font-size: 270px;
}
.icon-tick {
  color: #ffffff;
}
.check-list li::before {
  border-color: #ffffff;
}
.check-list .bold {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  /*  .container-section .row {
    flex-direction: column;
  } */
  .section-7 h2 {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 5vw; */
  }
  .container-section .lock-icon {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 437px) {
  .section-7 h2 {
    justify-content: flex-start;
  }
}

/* ==============setion 8 ============ */
.container-section-8 {
  margin-top: 4vw;
}

/* ============= section 9 ================*/

/*==================== section - 10  testimonia;s =================*/

.section-10 {
  /* background-color: #12b3cf99; */
  background-color: #245c7c;
  padding: 0;
}

.section-10 .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 0;
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.section-10 h2 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin: 30px 0 60px;
}
.section-10 h2::after {
  content: "";
  width: 140px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #ffffff;
  left: 0;
  right: 0;
  bottom: -10px;
  opacity: 0.8;
}
.section-10 .col-center {
  margin: 0 auto;
  float: none !important;
}
.section-10 .carousel {
  margin: 50px auto;
  padding: 0 40px;
  /* border: 2px solid red; */
}

.section-10 .carousel-item {
  color: #999;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  min-height: 290px;
}
.section-10 .carousel .item .img-box {
  width: 135px;
  height: 135px;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.section-10 .carousel .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}
.section-10 .carousel .testimonial {
  padding: 30px 16px 10px;
  color: #ffff;
}
.section-10 .carousel .overview {
  font-style: italic;
  color: #ffff;
}
.section-10 .carousel .overview b {
  text-transform: uppercase;
}
.section-10 .carousel .carousel-control {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  top: 50%;
  background: none;
}
.section-10 .carousel-control i {
  font-size: 68px;
  line-height: 42px;
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.section-10 .carousel .carousel-indicators {
  bottom: -40px;
}
.section-10 .carousel-indicators li,
.section-10 .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 1px 3px;
  border-radius: 50%;
}
.section-10 .carousel-indicators li {
  background: #999;
  border-color: transparent;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}
.section-10 .carousel-indicators li.active {
  background: #555;
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* ============================= proven expert ============== */

.wp-block-sdleads-rating-usp {
  /* background: #12B3CF; */
  background-color: #113A51;
  /* background-color: #0086AA; */
}

.wp-block-sdleads-rating-usp .content {
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

@media (min-width: 769px) {
  .wp-block-sdleads-rating-usp .content {
    display: grid;
    align-items: center;
    grid-gap: 5%;
    -ms-grid-columns: minmax(0, 1fr) 1px auto;
    grid-template-columns: minmax(0, 1fr) 1px auto;
  }
}
@media (max-width: 767px) {
  .wp-block-sdleads-rating-usp .content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.wp-block-sdleads-rating-usp .content .info {
  display: flex;
  align-items: center;
}

.wp-block-sdleads-rating-usp .content .info .image {
  margin-right: 24px;
}
@media (max-width: 768px) {
  .wp-block-sdleads-rating-usp .content .info .image {
    margin-right: 16px;
  }
}

.wp-block-sdleads-rating-usp .content .info .text {
  color: #ffffff;
  /* border:2px solid red; */
}

.wp-block-sdleads-rating-usp .content .info .text .name {
  font-size: 18px;
  font-weight: 500;
  display: block;
}
@media (max-width: 768px) {
  .wp-block-sdleads-rating-usp .content .info .text .name {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  .wp-block-sdleads-rating-usp .content .info .text .name {
    text-align: center;
  }
}

.wp-block-sdleads-rating-usp .content .info .text .stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wp-block-sdleads-rating-usp .content .info .text .stars .description {
  display: block;
  line-height: 1.25;
  font-size: 32px;
  font-weight: 700;
  margin-right: 12px;
}
@media (min-width: 993px) {
  .wp-block-sdleads-rating-usp .content .info .text .stars .description {
    margin-right: 12px;
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-rating-usp .content .info .text .stars .description {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .wp-block-sdleads-rating-usp .content .info .text .stars .description {
    /* font-size: 28px; */
  }
}
@media (max-width: 576px) {
  .wp-block-sdleads-rating-usp .content .info .text .stars .description {
    font-size: 27px;
  }
}
@media (max-width: 375px) {
  .wp-block-sdleads-rating-usp .content .info .text .stars .description {
    font-size: 27px;
    text-align: center;
  }
}

.wp-block-sdleads-rating-usp .content .info .text .stars svg {
  display: block;
  /*  width: 24px;
  height: 24px; */
  /* color: var(--c-success); */
  color: #fbeb07;
  
  margin-top: 4px;
  flex: 0 0 24px;
}
.wp-block-sdleads-rating-usp .content .info .text .stars svg:not(:last-child) {
  margin-right: 4px;
}

.wp-block-sdleads-rating-usp .content .info .text .hint {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
  display: block;
}

.wp-block-sdleads-rating-usp .content hr {
  display: block;
  width: 1px;
  border: none;
  height: 80px;
  background: #e2e2e2;
}
@media (max-width: 768px) {
  .wp-block-sdleads-rating-usp .content hr {
    width: 100%;
    height: 1px;
    margin: 24px 0;
  }
}

.wp-block-sdleads-rating-usp .content .list .checklist {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px 12px;
}
@media (min-width: 1052px) {
  .wp-block-sdleads-rating-usp .content .list .checklist {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .wp-block-sdleads-rating-usp .content .list .checklist {
    grid-gap: 16px 12px;
  }
}
@media (max-width: 767px) {
  .wp-block-sdleads-rating-usp .content .list .checklist {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.wp-block-sdleads-rating-usp .content .list .checklist li {
  display: flex;
  text-align: left;
  color: #ffffff;
}

.wp-block-sdleads-rating-usp .content .list .checklist li svg {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  /* color: #ffe801; */
  color: var(--c-white);
}

.wp-block-sdleads-rating-usp .content .list .checklist li span {
  line-height: 20px;
  font-weight: 500;
  font-size: 16px;
  color: var(--c-white);
}

/* ======== proven expert ======= */
.wp-block-sdleads-rating-usp #pe_rating {
  /* color: #cab578 !important; */
  color: var(--c-white) !important;
  
}
.wp-block-sdleads-rating-usp #pe_stars > span:before {
  /* color: #cab578 !important; */
  color: var(--c-white) !important;
}
@media (max-width: 576px) {
  .info #pe_rating {
    text-align: left !important;
  }
}
@media (max-width: 375px) {
  .info #pe_rating {
    text-align: center !important;
  }
}
.container-badge-proven-expert {
  background-color: #636363;
  /*  background-color: #3a5878;
  background-color: #962926; */
}

/* ======== Map display ======= */

.mobile-map-display{
	display: none;
}
@media (max-width: 768px){
	.desktop-map-display{
		display: none;
	}
	.mobile-map-display{
		display: block;
	}
}

/* .section-badge .row {
  padding-top: 40px;
  padding-bottom: 40px;
} */

/* .info {
  display: flex;
  align-items: center;
  padding: 0;
} */

/* .info .badge {
  margin-right: 10px;
} */

/* .info .text {
  color: #ffffff;
} */

/* .info .text .name {
  font-size: 18px;
  font-weight: 500;
  display: block;
} */

/* .info .text .description {
  display: block;
  line-height: 1.75;
  font-size: 32px;
  font-weight: 700;
} */

/* @media (max-width: 992px) {
  .info .text .stars .description {
    flex: 0 0 100%;
  }
}
@media (min-width: 993px) {
  .info .text .stars .description {
    margin-right: 12px;
  }
}

.info .text .stars {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
} */

/* .info .text .stars svg:not(:last-child) {
  margin-right: 4px;
} */
/* .info .text .stars svg {
  display: block;
  width: 24px;
  height: 24px;
  color: red;
  margin-top: 4px;
  flex: 0 0 24px;
} */

/* .list .checklist {
  list-style: none;
  padding: 0;
  margin: 0;
} */

/* .list .checklist li {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
} */

/* .list .checklist {
  display: grid;
  grid-gap: 24px 12px;
} */

/* @media (min-width: 1201px) {
  .list .checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    grid-gap: 24px 12px;
  }
} */

/* =================================End home page css =====================*/

/* ==================================   About page css ===================== */

.card-s {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.ab-sec-last {
  padding-top: 3vw;
  margin-bottom: 32px;
}
.entry-content > [class*="wp-block-"]:not(:last-child) {
  margin-bottom: 0;
}
.about-us-section-5{ 
	position:relative; 
} 
.about-us-section-5 {
	background-image: url("/wp-content/uploads/2023/06/clock-scaled.jpg");
  	width: 100%;
  	height: auto;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	display: table;
}
.about-us-section-5.sub-section::before{
	content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0;
	left: 0;
}
.about-us-section-5 .row-container{
	padding-top: 300px;
	padding-bottom: 250px;
}

.about-us-section-7{ 
	position:relative; 
} 
.about-us-section-7 {
	background-image: url("/wp-content/uploads/2023/06/plan.jpg");
  	width: 100%;
  	height: auto;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	display: table;
}
.about-us-section-7.sub-section::before{
	content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    top: 0;
	left: 0;
}
.about-us-section-7 .row-container{
	padding-top: 300px;
	padding-bottom: 250px;
}




/* ======================================= kontakt page css ===========================*/

.small-cta {
  background-color: #3a4969;
}

.small-cta .container {
  padding-top: 31px;
  padding-bottom: 20px;
}

/* ======================================= end kontakt page css ===========================*/

/* ====================================== vor ort in erding page ========================*/

/* table */

.vor-ort-in-erding-table{
	margin-bottom: 54px;
}
.location-style9
  .directorypress-location-item
  .directorypress-location-item-holder
  .location-plus-icon {
  display: none;
}

/* style 9  */

.location-style9.directorypress-locations-columns
  .directorypress-location-item {
  margin-bottom: 15px;
}
.location-style9.directorypress-locations-columns {
  width: auto;
}
.search-element-col-1 {
  width: 100%;
}
.location-style9.directorypress-locations-columns
  .directorypress-location-item
  .directorypress-parent-location {
  padding: 0;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  text-align: left;
}
/* .location-style9.directorypress-locations-columns
  .directorypress-location-item
  .sublocations {
  background: #fff;
  border-width: 0 1px 1px 5px;
  border-style: solid;
  border-color: #333;
  padding: 10px 15px 0;
  border: 2px solid red;
} */
.location-style9.directorypress-locations-columns
  .directorypress-location-item
  .directorypress-parent-location
  a {
  font-weight: 400 !important;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
  border-color: #333;
  color: #333;
  min-height: 46px;
  line-height: 46px;
  text-transform: capitalize;
  border-radius: 10px;
}

.location-style9.directorypress-locations-columns
  .directorypress-location-item
  .directorypress-parent-location
  a:hover {
  color: var(--c-light-red);
  border-color: var(--c-light-red);
  box-shadow: rgba(172, 32, 32, 0.25) 0px 8px 15px,
    rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.location-style9.directorypress-locations-columns
  .directorypress-location-item
  .directorypress-parent-location
  a:hover
  .location-icon {
  color: var(--c-light-red);
}
.location-style9.directorypress-locations-columns
  .directorypress-location-item
  .directorypress-parent-location
  a
  .location-icon {
  color: #333;
  padding: 0 10px;
  font-size: 16px;
  background: none;
}

@media screen and (device-width: 768px) {
  .directorypress-locations-column-1,
  .directorypress-locations-column-2,
  .directorypress-locations-column-3,
  .directorypress-locations-column-4 {
    float: left !important;
    width: 50%;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .directorypress-locations-columns {
  }
}
.directorypress-locations-columns {
  float: left !important;
}
.location-style9.directorypress-locations-columns {
  float: none !important;
}
.directorypress-builtin .directorypress-locations-columns {
  float: none !important;
}
.directorypress-location-item {
  height: auto;
}
@media handheld, only screen and (min-width: 768px) and (max-width: 960px) {
  .location-style9.grid-item.directorypress-locations-columns
    .directorypress-location-item {
    width: 33.3333%;
  }
}
@media handheld, only screen and (min-width: 481px) and (max-width: 767px) {
  .location-style9.grid-item.directorypress-locations-columns
    .directorypress-location-item {
    width: 50%;
  }
}
@media handheld, only screen and (min-width: 320px) and (max-width: 480px) {
  .location-style9.grid-item.directorypress-locations-columns
    .directorypress-location-item {
    width: 100%;
  }
}

#page.site.directorypress-content-wrap {
  padding: 30px;
  margin: 0;
}
/* a,
h1,
h2,
h3,
h4,
h5,
h6,
i,
li,
ol,
p,
span,
ul {
  text-decoration: none !important;
} */

.directorypress-parent-location {
  font-weight: 700;
}

.directorypress-parent-location a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* ================= call now button =============== */

@media screen and (max-width: 650px) {
  #callnowbutton {
    animation: pulse 1s cubic-bezier(0, 0, 0, 0) 0.3s infinite,
      changeSize 1s cubic-bezier(0, 0, 0, 0) 0s infinite;
    right: 50px !important;
    /* top: 170px !important;
    bottom: unset !important; */
  }
  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 #b6140dad;
    }
    25% {
      box-shadow: 0 0 0 10px #b6140dad;
    }
    50% {
      box-shadow: 0 0 0 20px #b6140d80;
    }
    75% {
      box-shadow: 0 0 0 30px #b6140d80;
    }
    100% {
      box-shadow: 0 0 0 40px #b6140d00;
    }
  }
  @keyframes changeSize {
    0% {
      background-size: 50%;
    }
    25% {
      background-size: 60%;
    }
    50% {
      background-size: 45%;
    }
    75% {
      background-size: 55%;
    }
    100% {
      background-size: 50%;
    }
  }
}

/* ======================= slider ======================*/

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;


  /* background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
  /* height: 100px; */
  /* margin: auto; */
  /* overflow: hidden; */
  /* position: relative; */
  /* width: 960px; */
}
.slider::before,
.slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

/* ------- */
@media screen and (max-width: 977px) {
  .ugb-feature-grid.ugb-feature-grid--v2 .ugb-block-content {
    display: flex;
    flex-direction: column;
  }
}

/*@media screen and (min-width: 768px) and (max-width: 1280px){*/
@media screen and (max-width: 1280px) {
	.bg-img::after {
    background-image: linear-gradient(
90deg, rgb(255 255 255 / 0%) 37%, rgb(236, 240, 241) 100%) !important;
}
  .wp-block-sdleads-hero .image {
    width: 0;
    min-width: 71vw;
    max-width: 0;
  }

  .wp-block-sdleads-hero .image img {
    height: 709px;
  }
}

/*@media screen and (min-width: 768px) and (max-width: 992px){*/
@media screen and (max-width: 992px) {
  .wp-block-sdleads-hero .image img {
    height: 532px;
  }

  .wp-block-sdleads-hero .image {
    width: 0;
    min-width: 87vw;
    max-width: 0;
  }
}
@media (min-width: 769px){
.wp-block-sdleads-hero .image {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    min-width: 58%;
    max-width: 100%;
    display: flex;
    align-items: stretch;
    overflow: hidden;
}
}
@media screen and (max-width: 768px) {
  .wp-block-sdleads-hero .image img {
    height: 407px;
    object-fit: cover;
    width: 100%;
  }

  .wp-block-sdleads-hero .image {
    min-width: 100%;
  }
  .wp-block-sdleads-hero .image .mobile img {
    height: 56vw;
    object-fit: cover;
    width: 100%;
  }
}

/* =============== cards =============== */
.text-divider {
  background-color: #e9e9e9;
}
@media (max-width: 991px) {
  .text-divider h2 {
    font-size: 24px !important;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .text-divider h2 {
    font-size: 24px !important;
    line-height: 40px;
  }
}
.container .full-image {
  /* padding: 0; */
}

/* forward slash 1 */
.info-text-col-1 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
padding-right: 48px;
}
/* slash remove */
/* .info-text-col-1:before {
  right: -6em;
  transform: skew(-7deg);
  content: "";
  position: absolute;
  background: #fff;
  top: -0px;
  bottom: 0;
  width: 200px;
} */

@media only screen and (max-width: 991px) {
  .info-text-col-1:before {
    /* left: 9px;
    right: 0;
    transform: skew(4deg) rotate(4deg);
    top: -60px;
    width: 98.2%;
    height: 105px; */

    /* border: 1px solid red; */

    left: 0;
    right: 0;
    transform: skew(-5deg) rotate(-5deg);
    top: -45px;
    width: 99.8vw;
    height: 100px;
  }
}

@media only screen and (min-width: 981px) {
  .inner-text-1 {
    margin-left: 9vw;
    line-height: 1.8em;
  }
  .inner-text-2 {
    margin-right: 9vw;
    line-height: 1.8em;
  }
}

.custom_image_01 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/schluesseldienst-wien-schlosser-1.webp");
  right: -45px;
  z-index: 1 !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom_image_01:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
.info-text-col-1:before {
  z-index: -1;
}
.info-text-col-1 {
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .custome-image-mobile {
    background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/schluesseldienst-wien-schlosser-1-1.webp");
    padding-top: 30vw;
    padding-bottom: 30vw;
    z-index: 1 !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .info-text-col-1 {
    padding: 20px 20px 0 20px;
  }
  .inner-text-1 {
    margin-left: 0;
  }
}

/*back slash 2 */
.info-text-col-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  padding-left: 48px;
}

/* .info-text-col-2:before {
  left: -3vw;
  right: 42vw;
  transform: skew(6deg);
  content: "";
  position: absolute;
  background: #fff;
  top: -0px;
  bottom: 0;
  width: 300px;
} */

@media only screen and (max-width: 991px) {
  .info-text-col-2:before {
    /* left: 9px; */
    right: 0;
    left: 0;
    transform: skew(5deg) rotate(5deg);
    top: -40px;
    width: 99.8vw;
    height: 100px;
    /* border: 1px solid red; */
    /* background-color: aquamarine; */
  }
}

.custom_image_02 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/erding-schlosser.webp");
  right: -45px;
  z-index: 1 !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom_image_02:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

/* .info-text-col-2:before {
  z-index: -1;
} */
.info-text-col-2 {
  z-index: 9;
}
@media only screen and(max-width: 991px) {
  .custom_image_02 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .custome-image-mobile-2 {
    background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/erding-schlosser-1.webp");
    /* border: 2px solid red; */
    padding-top: 30vw;
    padding-bottom: 30vw;
    z-index: 1 !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .info-text-col-2 {
    padding: 20px 20px 0 20px;
  }
  .inner-text-2 {
    margin-right: 0;
  }
}

/* forward slash 3 */
.info-text-col-3 {
  padding-top: 120px;
  padding-bottom: 120px;
  /* border: 2px solid red; */
  position: relative;
  padding-right: 48px;
}

/* .info-text-col-3:before {
  
  right: -6em;
  transform: skew(-7deg);
  content: "";
  position: absolute;
  background: #fff;
  top: -0px;
  bottom: 0;
  width: 200px;
} */

@media only screen and (max-width: 991px) {
  .info-text-col-3:before {
    /* border: 2px solid red; */
    left: 0;
    right: 0;
    transform: skew(-5deg) rotate(-5deg);
    top: -45px;
    width: 99.8vw;
    height: 100px;
    /*  background-color: aqua; */
  }
}

.custom_image_03 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/garantiert-1.webp");
  right: -45px;
  z-index: 1 !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom_image_03:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
/* .info-text-col-3:before {
  z-index: -1;
} */
.info-text-col-3 {
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .custome-image-mobile-3 {
    background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/garantiert-1-1.webp");
    /* border: 2px solid red; */
    padding-top: 30vw;
    padding-bottom: 30vw;
    z-index: 1 !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .info-text-col-3 {
    padding: 20px 20px 0 20px;
  }
  .inner-text-3 {
    margin-left: 0;
  }
}
/*back slash 4 */
.info-text-col-4 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  padding-left: 48px;
}

/* .info-text-col-4:before {
  left: -3vw;
  right: 42vw;
  transform: skew(6deg);
  content: "";
  position: absolute;
  background: #fff;
  top: -0px;
  bottom: 0;
  width: 300px;
} */

@media only screen and (max-width: 991px) {
  .info-text-col-4:before {
    left: 0;
    right: 0;
    transform: skew(5deg) rotate(5deg);
    top: -45px;
    width: 99.8vw;
    height: 100px;
    /* border: 1px solid red; */
    /* background-color: aquamarine; */
  }
}
.custom_image_04 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/erding-schlosser-daumen-hoch-1.webp");
  right: -45px;
  z-index: 1 !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom_image_04:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

/* .info-text-col-4:before {
  z-index: -1;
} */
.info-text-col-4 {
  z-index: 9;
}
@media only screen and(max-width: 991px) {
  .custom_image_04 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .custome-image-mobile-4 {
    background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/erding-schlosser-daumen-hoch-1-1.webp");
    padding-top: 30vw;
    padding-bottom: 30vw;
    z-index: 1 !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .info-text-col-4 {
    padding: 20px 20px 0 20px;
  }
  .inner-text-4 {
    margin-right: 0;
  }
}

/* forward slash 5 */
.info-text-col-5 {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  padding-right: 48px;
}

/* .info-text-col-5:before {
 
  right: -6em;
  transform: skew(-7deg);
  content: "";
  position: absolute;
  background: #fff;
  top: -0px;
  bottom: 0;
  width: 200px;
} */

@media only screen and (max-width: 991px) {
  .info-text-col-5:before {
    left: 0;
    right: 0;
    transform: skew(-5deg) rotate(-5deg);
    top: -45px;
    width: 99.8vw;
    height: 100px;
    /* background-color: aqua; */
    /* border: 1px solid red; */
  }
}

.custom_image_05 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/infoGraphic_center_05-min.webp");
  right: -45px;
  z-index: 1 !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom_image_05:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
/* .info-text-col-5:before {
  z-index: -1;
} */
.info-text-col-5 {
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .custome-image-mobile-5 {
    background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/infoGraphic_center_05-min-1.webp");
    padding-top: 30vw;
    padding-bottom: 30vw;
    z-index: 1 !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .info-text-col-5 {
    padding: 20px 20px 0 20px;
  }
  .inner-text-5 {
    margin-left: 0;
  }
}

/*back slash 6 */
.info-text-col-6 {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  padding-left: 48px;
}


/* .info-text-col-6:before {
  left: -3vw;
  right: 42vw;
  transform: skew(6deg);
  content: "";
  position: absolute;
  background: #fff;
  top: -0px;
  bottom: 0;
  width: 300px;
} */

@media only screen and (max-width: 991px) {
  .info-text-col-6:before {
    left: 0;
    right: 0;
    transform: skew(5deg) rotate(5deg);
    top: -45px;
    width: 99.8vw;
    height: 100px;
    /* border:1px solid red; */
    /* background-color: aquamarine; */
  }
}

.custom_image_06 {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/erding-schlosser-2.webp");
  right: -45px;
  z-index: 1 !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.custom_image_06:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}

/* .info-text-col-6:before {
  z-index: -1;
} */
.info-text-col-6 {
  z-index: 9;
}
@media only screen and(max-width: 991px) {
  .custom_image_06 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .custome-image-mobile-6 {
    background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/erding-schlosser-2-1.webp");
    padding-top: 30vw;
    padding-bottom: 30vw;
    z-index: 1 !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
  }
  .info-text-col-6 {
    padding: 20px 20px 0 20px;
  }
  .inner-text-6 {
    margin-right: 0;
  }
}

.image-back {
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2025/05/cropped-Amper-Aufsperrdienst-Logo-mit-Signet-scaled-1-trans.webp");
  /* padding-top: 30vw;
  padding-bottom: 30vw; */
  z-index: 1 !important;
  background-size: contain;
  /* background-position: 50%; */
  background-repeat: no-repeat;
}

.cta-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #b7130e;
  color: #ffffff;
  font-weight: 700;
  border: 2px solid #b7130e;
  font-size: 20px;
  border-radius: 5px;
}

.container-23 {
  /* margin-top: 50px;
  margin-bottom: 50px; */
  margin-top: 50px;
  background-color: #f3f3f3;
}
.container-23 .container {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ======================= */
.single-services .services-icon img {
  text-align: center;
  margin-bottom: 26px;
}

.single-services .services-cap span {
  color: #0c8760;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
}
.single-services .services-cap h5 a {
  color: #0f4332;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
  display: block;
}

.single-services .services-cap p {
  font-size: 18px;
  font-weight: 500;
  color: #4c5753;
  line-height: 1.6;
}

/* ============================== */
.categories-area {
  background: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 60px;
}
.single-cat {
  border: 9px solid transparent;
  padding: 30px 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: #ffff;
}

.single-cat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #ff2143;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 9px solid #fff;
}
.single-cat .cat-icon span {
  color: #eb566c;
  font-size: 65px;
  margin-bottom: 30px;
  display: block;
}
.flaticon-result:before {
  font-weight: 900;
  content: "\f085";
}
.flaticon-development:before {
  font-weight: 900;
  content: "\f015";
}
.flaticon-team:before {
  font-weight: 900;
  content: "\f2f9";
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}

.single-cat .cat-cap h5 > a {
  color: #1c165c;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 21px;
  display: block;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.single-cat .cat-cap p {
  margin-bottom: 36px;
  color: #57667e;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.single-cat {
  border: 9px solid transparent;
  padding: 30px 22px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  background: #ffff;
}

.categories-area .equal-height-col {
  display: flex;
  flex-wrap: wrap;
}

/* ---------------- */
.roofers-bg {
  background: #ffffff;
  padding: 90px 0 40px;
  color: #fff;
  position: relative;
  transition: all 0.3s ease 0s;
  /* border: 2px solid red; */
}
.roofers-bg .container::before {
  display: table;
  content: "";
}
.section-desc h4.section-heading {
  /* font-weight: 300; */
  font-size: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #424242;
}
.section-desc .seperator {
  /* content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900; */

  background: url("/wp-content/uploads/2021/07/iconmonstr-lock-5.png") no-repeat;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 25px auto 40px;
}

.section-desc .seperator::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: #b7130e;
  top: 50%;
  left: -60px;
  height: 1px;
  width: 50px;
  margin-top: -0.5px;
}
.section-desc .seperator::after {
  content: "";
  display: inline-block;
  position: absolute;
  background: #b7130e;
  top: 50%;
  right: -60px;
  height: 1px;
  width: 50px;
  margin-top: -0.5px;
}
.section-desc p.section-text {
  padding: 0px 190px;
  /* font-weight: 300;
  font-size: 16px; */
  line-height: 1.7em;
  color: #636363;
  margin-top: 0px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 980px) {
  .section-desc p.section-text {
    padding: 0px 100px;
  }
}
@media (max-width: 360px) {
  .section-desc p.section-text {
    padding: 0px 15px;
  }
}
.about-info {
  margin-top: 40px;
}

.about-info .media {
  margin-bottom: 50px;
}
.media:first-child {
  margin-top: 0;
}
.media-left .iconic-4 {
  font-size: 74px;
  color: #31384a;
  max-width: none;
  margin-top: 10px;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.about-info .media img {
  max-width: none;
  margin-top: 10px;
}
.media-object {
  display: block;
}

.about-info .media-body {
  padding-left: 20px;
}
.media-body {
  width: 10000px;
}
.media-heading {
  /* font-size: 20px;
  font-weight: 300; */
  color: #424242;
  margin-bottom: 18px;
}
.media-desc {
  /* font-size: 14px;
  font-weight: 300; */
  color: #636363;
  line-height: 1.7em;
  margin-top: 0px;
  margin-bottom: 0px;
}
.colm{
width: 55.333333%!important;
}
#pe_stars>span:before{
	color:#fff!important;
}
#pe_rating{
	color:#fff!important;
}
@font-face {
  font-family: erding-font;
  src: url(/wp-content/uploads/fonts/Opensans/OpenSans-ExtraBold.ttf);
}
@font-face {
  font-family: erding-font-1;
  src: url(/wp-content/uploads/fonts/Circularstd/ARIAL.TTF);

}

/* Fix CTA */

.schluesseldienst-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 768px;
  padding: 40px 20px;
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2021/06/3376592-scaled.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  text-align: center;
}

/* dark overlay */
.schluesseldienst-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(150deg, #f12231 0%, #3a4969 30%);
  opacity: 0.6;
}

.schluesseldienst-cta .cta-content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.schluesseldienst-cta h2 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}

.schluesseldienst-cta p {
  font-size: 17px;
  margin: 0;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #f12231;
  color: #fff;
  padding: 12px 22px;
  border-radius: 999px !important;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cta-button svg {
  width: 18px;
  height: 18px;
}

.cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

/* responsive */
@media (max-width: 768px) {
  .schluesseldienst-cta {
    min-height: auto;
    padding: 60px 16px;
  }

  .schluesseldienst-cta h2 {
    font-size: 28px;
  }

  .schluesseldienst-cta p {
    font-size: 16px;
  }
}

.vision-mission {
  width: 100%;
  padding: 60px 20px;
  background: #fff3e6;
}

.vm-container {
  display: flex;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.vm-card {
  flex: 1 1 420px;
  background: rgba(255, 190, 117, 0.9);
  padding: 32px 28px;
  text-align: center;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vm-card h3 {
  margin: 0;
  font-size: 26px;
  color: #000;
}

.vm-card h4 {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

.vm-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}

/* mobile stacking */
@media (max-width: 768px) {
  .vision-mission {
    padding: 40px 16px;
  }

  .vm-container {
    flex-direction: column;
  }
}

.schluesseldienst-cta-horizontal {
  min-height: 392px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2021/06/5570834-scaled.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
}

/* overlay */
.schluesseldienst-cta-horizontal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3a4969;
  opacity: 0.5;
}

.cta-inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-text {
  flex: 1 1 500px;
}

.cta-text h2 {
  margin: 0 0 10px 0;
  font-size: 36px;
  color: #fff;
}

.cta-text p {
  margin: 0;
  font-size: 18px;
  color: #fff;
}

.cta-action {
  flex: 0 0 auto;
}

.cta-button {
  display: inline-block;
  background: #f12231;
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 600;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cta-button:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* mobile */
@media (max-width: 768px) {
  .cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-text h2 {
    font-size: 26px;
  }

  .cta-text p {
    font-size: 16px;
  }
}

.cta-urgent {
  min-height: 392px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  background-image: url("https://www.schluesseldienst-erding.de/wp-content/uploads/2021/06/5570834-scaled.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}

/* overlay */
.cta-urgent::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #3a4969;
  opacity: 0.5;
}

.cta-urgent-inner {
  position: relative;
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-urgent-text {
  flex: 1 1 520px;
}

.cta-urgent-text h2 {
  margin: 0 0 10px 0;
  font-size: 36px;
  color: #fff;
}

.cta-urgent-text p {
  margin: 0;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.cta-urgent-action {
  flex: 0 0 auto;
}

.cta-urgent-button {
  display: inline-block;
  background: #f12231;
  color: #fff;
  padding: 14px 28px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 0;
  font-weight: 600;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.cta-urgent-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

/* mobile */
@media (max-width: 768px) {
  .cta-urgent-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-urgent-text h2 {
    font-size: 26px;
  }

  .cta-urgent-text p {
    font-size: 16px;
  }
}