/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	/* --erlburg-color-notary: #261591; */
	--erlburg-color-notary: #0d6a72;
	--erlburg-color-main: #0d6a72;

}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

.blogImageGrid { position: relative; }
.imageGridLink { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

* { outline: none; }

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/**
 * Swiper 14.0.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 29, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}


.swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;

      position: relative;

      z-index: 10000
    }

    .swiper-pagination { height: 30px; }



body { background: #0d6a72; }

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'),
       url('../fonts/montserrat-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-300.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-300italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/montserrat-v14-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Light Italic'), local('Montserrat-LightItalic'),
       url('../fonts/montserrat-v14-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-300italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('../fonts/montserrat-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-regular.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Italic'), local('Montserrat-Italic'),
       url('../fonts/montserrat-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v14-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('../fonts/montserrat-v14-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

/* montserrat-600italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v14-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold Italic'), local('Montserrat-SemiBoldItalic'),
       url('../fonts/montserrat-v14-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/montserrat-v14-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/montserrat-v14-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/montserrat-v14-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/montserrat-v14-latin-600italic.svg#Montserrat') format('svg'); /* Legacy iOS */
}


.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#menu a, #callmobilemenu span {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

#callmobilemenu { position: absolute; right: 120px; top: 68px; height: 40px; width: 40px; background: none; display: none; }

#callmobilemenu span { position: absolute; top: 10px; left: 0; width: 100%; height: 3px; background: #0d6a72 }
#callmobilemenu span.cm2 { top: 20px; background: #0d6a72; }
#callmobilemenu span.cm3 { top: 30px; background: #0d6a72; }
#callmobilemenu span.cm4 { top: 0; background: none; left: 0; width: 100%; height: 100%; pointer-events: all; }

#callmobilemenu.viewMenuButton .cm2 { width: 0; left: 50% }
#callmobilemenu.viewMenuButton .cm1 { -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);transform: rotate(45deg); top: 20px}
#callmobilemenu.viewMenuButton .cm3 { -moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);transform: rotate(-45deg); top: 20px }


.single-post #slim h3 {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600; 
font-size: 16px;
margin-bottom: 20px;
margin-top: 15px;
}

.gridItemBody { background-color: #fff; position: relative; }
.gridItemBodyInner { padding: 30px; }

.blogImageGridView { position: relative;width: 100%; height: 200px; background-size: cover; background-position: center center; }
.grid-item--width2 .blogImageGridView { height: 100%; position: absolute;  top: 0; left: 0; }

.gridItemBody h3 { color: #0d6a72; font-size: 1.4em; margin-top: 10px }

.blogImageGrid img { width: 100%; height: auto; position: relative; }

.grid-item--width2 .blogImageGrid { width: 400px; height: 100%; position: absolute; right: 0; top: 0; text-align: right;   }
.grid-item--width2 .blogImageGrid img { height: 100%; width: auto; position: relative; }

.gridItemBody .button { color: #333 }

/* Transition */
#footer a:after, .introPart3 a, .kompetenzContainer .kompetenzitem a,
#mainmenu a:after, #header, #logo, #mainmenu, #languages, #social, #social a, #fly a, .stageText a, .toggleSection > a:before , #header.sticky #callmobilemenu   {
  -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* RADIUS */
.stageText a, .introSection,  .textintroLink a  {
-webkit-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}

body { font-family: 'Montserrat'; font-style: normal; font-weight: 300;}

.row { max-width: 1180px; margin: 0 auto }

#header { background: rgba(255,255,255,0.9); height: 180px; position: fixed; top: 0; left: 0; width: 100%;  z-index: 10000 }

#header.sticky { -webkit-box-shadow: 0 0 80px 10px rgba(0,0,0,0.2);
box-shadow: 0 0 80px 10px rgba(0,0,0,0.2); height: 100px }

h1, h2, h3, h4, h5 { 
	/* font-family: museo, serif;  */
	font-weight: 300;
	font-style: normal; 
	
	font-family: Museo300, serif;
	
	margin: 0; padding: 0  }




/* LOGO */
  #logo { width: 250px; top: 50px; left: 70px; position: absolute;  }
  #logo img { max-width: 100%; height: auto;  }

  #header.sticky #logo { width: 150px; top: 30px; left: 50px; }

  #mainmenu, #languages { position: absolute; right: 200px; top: 90px; margin: 0;}

  #mainmenu.viewMenu { display: block; width: 100%; position: fixed; top: 0; height: 100%; background-color: #fff; right: 0 }

#mainmenu.viewMenu ul { padding: 45px 40px }
#mainmenu.viewMenu ul li { display: block; margin-bottom: 30px; font-size: 1.4em; margin-left: 0 }

  #languages { right: 30px; 
	 font-family: Museo700, serif;
  }

  #fly { position: fixed; right: 0; top: 50%; height: 100px; width: 60px; 
     z-index: 20000; margin-top: -50px; }


  #fly a { width: 50px; height: 50px; background: #24787f; display: block; margin-left: 10px;  }

  #fly a.mail { background: #458d92; background-image: url("../img/icons/erlburg-mail.svg"); background-repeat: no-repeat; background-position: center center; background-size: 70% }
	#fly a.phone{ background: #24787f; background-image: url("../img/icons/erlburg-phone.svg"); background-repeat: no-repeat; background-position: center center; background-size: 70% }
	#fly a.download{ background: #24787f; background-image: url("../img/icons/erlburg-download.svg"); background-repeat: no-repeat; background-position: center center; background-size: 70% }


  #fly a:hover { margin-left: 0; width: 60px }

  #mainmenu ul, #languages ul { margin: 0; padding: 0 }
    #mainmenu li, #languages li { display: inline-block; margin: 0 0 0 30px; font-size: 0; padding: 0; }

    #languages li { margin: 0 3px }
    #languages li a { color: #9ebabe; }

    .single-post .wp-block-image { width: 100%; padding: 0; margin: 0; }
    .single-post .wp-block-image img { width: 100%; height: auto }

    #languages .isActive a, #languages  li.wpml-ls-current-language  a { color: #24787f;  }

    #mainmenu a, #languages a { color: #0d6a72; font-size: 1.2em; text-decoration: none; font-size: 18px; position: relative; }

    #erlburgMasterMenu > li > a:after { content: ''; position: absolute; left: 0; width: 0; height: 1px; bottom: -6px; background: #0d6a72; }
    
    #mainmenu a:hover:after, 
    #mainmenu .current_page_item a:after,  
    .single-news #mainmenu .menu-item-28 a:after,
    .parent-pageid-1310 #menu-item-1364 a:after,
    .parent-pageid-236 #menu-item-239 a:after,
    .parent-pageid-15 #menu-item-30 a:after,
    .single-post #mainmenu .menu-item-27 a:after, .single-post #mainmenu .menu-item-249 a:after, 
    .single-news #mainmenu .menu-item-248 a:after,
    .parent-pageid-877  #mainmenu .menu-item-879 a:after

    { width: 100%;  }
    
    .page-template-page-team #menu-item-30 a:after {
      width: 0
    }

   #header.sticky #mainmenu { top: 40px; right: 180px } 
   #header.sticky #mainmenu.viewMenu { top: 0; right: 0 } 



   #header.sticky #callmobilemenu {

    top: 18px;
  }

    #header.sticky #languages { top: 40px; }


    #header #social {  position: absolute; top: 0; right: 120px; top: 50%; margin-top: -18px; }

    #header.sticky #social { top: 28px; margin-top: 0; right: 111px;  } 

    #header #social a  { height: 50px; width: 50px; display: block; text-indent: -9999px; overflow: hidden; background-size: 45px 45px; background-position: center center; background-repeat: no-repeat; }
      #header #social a.linkedIN  { background-image: url("../img/social/linkedin.png");    }

      #header.sticky #social a { width: 40px; height: 40px; background-size: 35px 35px; } 

/* STAGE */
  #stage { height: 500px; position: relative;}
  #stage .swiper-slide { background-repeat: no-repeat; background-size: cover; background-position: center center; background-color: #222 }
  #stage .swiper-slide.imageTop { background-position: top center; }


  .LeadContainer { background-color: #fff; padding: 40px; border: 2px solid #0d6a72; -webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0.2); box-shadow: 0 0 80px 0 rgba(0,0,0,0.2); }

  #stage .swiper-pagination { position: absolute; top: 210px; right: 30px; text-align: right; left: auto; z-index: 1000 }

  
  .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #0d6a72; opacity: 1 }
  .swiper-pagination-bullet-active { background-color: #fff; }

  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
  } 

  #stageSwiper, .sectionStageHeader { border-bottom: 10px solid #006975; }

  .stageText { position: absolute; bottom: 140px; left: 0; width: 100%; text-align: center; z-index: 200; color: #fff;  }

    .stageText h2 { font-family: Museo700, serif; font-weight: 700; font-style: normal; font-size: 2.4em; margin-bottom: 30px; text-shadow: 0 0 50px #000; }

    .stageText a { background: #0d6a72; color: #fff; text-align: center; font-family: Museo700, serif; display: inline-block;
    text-decoration: none; padding: 20px 120px 20px 40px; position: relative; }

    .stageText a span { position: absolute; right: 30px; height: 40px; width: 70px; top: 50%; 
      margin-top: -20px; background: url("../img/icons/arrow-wide.png") center center no-repeat;  background-size: contain; }

      .stageText a:hover { background-color: #fff; color: #0d6a72; }

      .kontaktSection .wp-block-column:first-child { flex-basis: calc(35% - 16px);flex-grow: 0; }
      .kontaktSection .wp-block-column:last-child { flex-basis: calc(65% - 16px);flex-grow: 0; }

      #mainContent { padding: 40px 0 }

      #mainContent h4 { font-size: 1em; line-height: 1.8em; margin: 0; font-weight: 700; font-family: 'Montserrat';
font-style: normal; margin-top: -10px; }

  .single-post #mainContent h4 { margin: 13px 0 5px 0; font-size: 1.2em  }

/* INTRO */

  #intro { background: none; padding-bottom: 100px; }

  .introContainer { position: relative; height: auto; width: 100%; }

  .introSection { position: relative; -webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0.2); box-shadow: 0 0 80px 0 rgba(0,0,0,0.2); }

    .introPart1 { z-index: 200; margin-top: -60px; position: relative  }
    .introPart1 h2 { font-family: Museo700, serif; color: #0d6a72; font-size: 1.4em }
    .introPart1 p { line-height: 1.7em; font-size: 1.2em }
    .introSection .inner { padding: 60px 100px 150px; text-align: center; }

/*    .introPart2 { z-index: 50; left: 0; bottom: 0; background-color: #0d6a72; width: 50%; height: 380px; 
      background-image: url("../img/demo/erlburg-introBox-Image.png"); background-size: cover; background-position: center center; }*/

     .introPart2 { z-index: 50; left: 0; bottom: -70px; background-color: #0d6a72; width: 50%; height: 380px; 
      background-image: url("../img/demo/teaser-container.png"); background-size: cover; background-position: center center; }

    .introPart3 { z-index: 250; right: 0; bottom: 50px; background-color: #0d6a72; width: calc(50% + 80px); height: 300px; }

    .introPart3 a { position: absolute; left: 80px; bottom: 80px; font-family: Museo700, serif; color: #fff; text-decoration: none;
    font-size: 2em; display: block; padding: 0 }

    .introPart3 a:hover { padding-left: 20px; }




/* KOMPETENZEN */
  #kompetenzen { background: #fff; }

  #kompetenzen { padding: 60px 0 160px; text-align: center; }

  #kompetenzen h2 { color: #0d6a72; font-family: Museo700, serif; font-size: 2em}
  #kompetenzen p { padding: 0 100px; font-family: 'Montserrat'; font-style: normal; font-weight: 300; font-size: 1.6em; color: #aaa; margin-bottom: 70px; line-height: 1.6em; text-align: left;}


  #kompetenzen .headline p span {
	  color: #444 !important;
  }

/*  .kompetenzContainer { background-image: url("../img/sections/placeholder-pexels-photo-1345085.png"); height: auto; 
  background-size: cover; background-position: center center }*/
  .home .kompetenzContainer { background-image: url("../../../../uploads/2020/02/ERLBURG-Expertise-Background.jpg"); height: auto; 
  background-size: cover; background-position: center center }


.page-id-15 .kompetenzContainer a { pointer-events: none; }
.page-id-236 .kompetenzContainer a { pointer-events: none; }

  .kompetenzitem { float: left; width: calc(100% / 3); position: relative; height: 200px; font-family: Museo700, serif; text-align: center; }

  .komtable { position: relative; display: table; width: 100%; height: 100%; }
  .komRow { display: table-row; }
  .komCell { display: table-cell; height: 100%; vertical-align: middle; }

  .kompetenzitem a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 200px; color: #fff; text-decoration:none; font-size: 1.6em; display: block;}
  .kompetenzitem span { color: #fff; text-decoration:none; font-size: 1.6em; display: block; position: relative; z-index: 200; pointer-events: none; }

  .kompetenzContainer > div > .kompetenzitem:nth-child(1) a { background: rgba(10,106,111,0.8); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(2) a { background: rgba(10,106,111,0.7); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(3) a { background: rgba(10,106,111,0.8); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(4) a { background: rgba(10,106,111,0.5); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(5) a { background: rgba(10,106,111,0.4); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(6) a { background: rgba(10,106,111,0.6); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(7) a { background: rgba(10,106,111,0.8); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(8) a { background: rgba(10,106,111,0.9); }
  .kompetenzContainer > div > .kompetenzitem:nth-child(9) a { background: rgba(10,106,111,0.4); }
  
  .kompetenzContainer .kompetenzitem a:hover { background: rgba(10,106,111,0.1) !important;}

  .newsItem { background: #fff; -webkit-box-shadow: 0 0 80px 0 rgba(0,0,0,0.15); box-shadow: 0 0 80px 0 rgba(0,0,0,0.15); margin-bottom: 40px;
    padding: 50px 50px 50px; position: relative; }

    .newsItem .button { position: absolute; right: 40px; bottom: 40px; font-family: Museo300, serif; font-size: 1.4em; text-decoration: none; 
    color: #222 !important; display: inline-block; padding: 0 90px 0 0; }
  
    .newsItem .button span { position: absolute; right: 0; top: 0; height: 100%; width: 70px; background-image: url("../img/icons/arrow-wide-petrol.png");
    background-size: contain; background-repeat: no-repeat; }

    .newsItem .button:hover { color: #222 }

    .newsListing p a { color: #333 }



/* NEWS */
  #news { background: #fff; position: relative; padding-bottom: 180px }
    #news .fond { position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: #f3f8f8; }

  #news h4 { font-family: Museo700, serif; color: #0d6a72; font-size: 2.2em; text-align: center;  margin-bottom: 80px; }

  #news .articleContainer { position: relative; z-index: 200 }


  .postTypeView { position: absolute; top: 0; right: 0; background-color: #0d6a72; color: #fff; padding: 15px 20px; }
  .grid .postTypeView { display: none; }

  .articleContainer { padding: 0; }

  /* #news .articleContainer h3, #mainContent .newsItem h3 { font-size: 2em; color: #0d6a72; font-weight: 700; display: block; margin-top: 10px; } */
  #news .articleContainer h3, #mainContent .newsItem h3 { font-size: 2em; color: #000; font-weight: 700; display: block; margin-top: 10px; }
  .newsItem p, .newsItem ul { font-size: 1.2em; color: #555; line-height: 1.6em }


sub, sup {
    /* Specified in % so that the sup/sup is the
       right size relative to the surrounding text */
    font-size: 50%;
  
    /* Zero out the line-height so that it doesn't
       interfere with the positioning that follows */
    line-height: 0;
  
    /* Where the magic happens: makes all browsers position
       the sup/sup properly, relative to the surrounding text */
    position: relative;
  
    /* Note that if you're using Eric Meyer's reset.css, this
       is already set and you can remove this rule */
    vertical-align: baseline;
  }
  
  sup {
    /* Move the superscripted text up */
    top: -0.8em;
  }
  
  sub {
    /* Move the subscripted text down, but only
       half as far down as the superscript moved up */
    bottom: -0.25em;
  }

  .newsItem p strong, .newsItem ul strong { font-weight: 700; }

  .newsItem .date { color: #0d6a72; font-weight: 700; font-size: 1.2em  }


.page-id-19 #mainContent .newsItem p,
.page-id-194 #mainContent .newsItem p,
.page-id-11 #mainContent .newsItem p,
#mainContent .newsItem li,
.page-id-19 #mainContent .newsItem ul {

    font-size: 1em;

}

#mainContent p, 
#mainContent ul,
#mainContent ol  { line-height: 1.7em }

#mainContent p strong, #mainContent p b { font-weight: 600}

#mainContent ul { margin: 0; padding: 0 }
#mainContent ul li { margin: 0; padding: 0; list-style-type: none; position: relative; padding-left: 30px; }

#mainContent ul > li:last-child { margin-bottom: 30px; }
#mainContent ul li ul li:last-child { margin-bottom: 5px; }



#mainContent ul li:after { background-color: #0d6a72; width: 10px; height: 10px; position: absolute; left: 0; top: 9px; content: '' }

#mainContent h2 { margin-bottom: 20px; }



#teamLeadContainer .contact { float: left; width: calc(40% - 20px); }
#teamLeadContainer .portrait { float: left; width: calc(60% - 20px); margin-left: 40px; }
#teamLeadContainer .portrait img { max-width: 100%; height: auto }

#teamLeadContainer { margin-bottom: 0px; }


#teamSecondary .team-section:first-child { border-right: 10px solid #0d6a72; margin-top: -50px; position: relative; z-index: 100   }

.detailSection1 { border-left: 10px solid #0d6a72; }

#teamSecondary .team-section h3, .team-section-Double h3 { margin-bottom: 15px  }

.teamColInner { padding: 40px; }

.team-section-Double, .team-section { background-color: #fff; -webkit-box-shadow: 0 0 100px 0 rgba(0,0,00,0.2);
box-shadow: 0 0 100px 0 rgba(0,0,00,0.2); margin-bottom: 50px;  }

/*.teamColLeft { float: left; width: 50% }
.teamColRight { float: left; width: 50% }*/

.teamColLeft { width: 50%; height: 100%; position: absolute;}
.teamColRight { position: relative; left: 50%; width: 50% }

.imageSectionContainer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.detailSection1 .clearfix { position: relative; }

.team-section {  padding: 50px; }

.fotoCol img { width: 100%; height: auuto  }

.teamBottom { margin-bottom: 50px; }

#teamSecondary .team-section p:first-child { margin-top: 0 }

/* #teamSecondary .team-section a, .team-section-Double a  { color: #0d6a72  }*/
#teamSecondary .team-section a, .team-section-Double a  { color: #333  }

.team-section-Double hr { border-top: 1px solid #0d6a72; margin: 25px 0 }

.erlburg-intro {
background-color: #fff;
-webkit-box-shadow: 0 0 100px 0 rgba(0,0,00,0.2);
box-shadow: 0 0 100px 0 rgba(0,0,00,0.2); 
margin-bottom: 50px; 
border-right: 10px solid #0d6a72; 
padding: 50px  
}

.erlburg-intro.erlburg-intro-sub {
border-left: 10px solid #0d6a72; 
border-right: 0 !important
}


#stage {
	width: 100%;
	overflow: hidden
}

.erlburg-intro.erlburg-intro-sub ul li:last-of-type {
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0
}


.erlburg-intro-sub .list-taetigskeitsfelder {
	padding: 0;
	margin: 0
}

.erlburg-intro-sub  .list-item {
	padding: 0;
	margin: 0;
	background: none
}

#mainContent .erlburg-intro-sub ul li::after {
  background-color: #0d6a72;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 9px;
  content: '';
  }

#mainContent .erlburg-intro-sub ul li {
	margin: 0 0 10px 0
}

.wp-block-group__inner-container p:first-child { margin-top: 0 }

#mainContent .toggleSection h3 { padding-left: 60px; line-height: 40px; margin-bottom: 0}

#mainContent .toggleSection { margin-bottom: 15px; padding: 25px; }


.toggleSection > a { display: block; position: relative; text-decoration: none; }
.toggleSection > a:before { width: 40px; left: 0; top: 0; height: 40px; background: url("../img/icons/ERLBURG-ICON_Toggle.png"); content: ''; position: absolute; background-size: 40px 40px; background-position: center center; background-repeat: no-repeat; }

.toggleContent { display: none; padding: 30px 0 0 0}
.toggleActive .toggleContent { display: block; }

.toggleSection.toggleActive > a:before { -moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);}

#mainContent .toggleContent { padding-left: 60px;}
#mainContent .subList li:last-child { margin-bottom: 10px;}

/* CONTENT */
  #content { background: #f3f8f8; padding: 0 0 40px 0;  }

  /* #socialTeam a {  color: #0d6a72;  } */
  #socialTeam a {  color: #333;  } 
  #socialTeam li:after { background: none !important; background-size: contain; width: 30px !important; height: 30px !important; top: 2px !important } 

  #mainContent  #socialTeam li { padding-left: 40px; margin-bottom: 10px; }

  #socialTeam li.xing:after { background: url("../img/icons/icon-xing.png") !important; background-size: contain !important; }
  #socialTeam li.linkedin:after { background: url("../img/icons/icon-linkedin.png")  !important; background-size: contain !important }
  #socialTeam li.vcard:after { background: url("../img/icons/icon-vcard.png")  !important; background-size: contain !important }

  /* #content p a { color: #0d6a72;  } */
  #content p { color: #333; margin: 0 0 10px 0 }
  #content p a { color: #333;  }
  #content ul a { color: #333;  }

  .contact h1 {   color: #0d6a72;  } 
  
  .contact h2 span { font-size: 1.1rem; display: block; margin: 5px 0 0 0 }

  #mainContent .kontaktSection p a,
  .page-id-6 #mainContent p a,
  .page-id-41 #mainContent p a

   { color: #222; }


.meta { text-align: center; padding: 0 0 40px 0 }


  #slim { padding: 0 200px }

  .textintro { padding: 80px 300px; text-align: center; }
    .textintro p { line-height: 1.8em }

    .textintro h3 { font-family: 'Montserrat';
  font-style: normal; color: #0d6a72;
  font-weight: 600; }


  .textintroLink a { background: #0d6a72; color: #fff; padding: 30px 160px 30px 30px; display: inline-block; 
    font-family: Museo700, serif; text-decoration: none; position: relative; margin-top: 30px; }

     .textintroLink span { position: absolute; top: 50%; height: 30px; width: 120px; right: 20px; margin-top: -15px; background-image: url("../img/icons/arrow-wide.png"); background-repeat: no-repeat; background-size: contain; }


/* SECTION HEADER */
  .sectionStageHeader { height: 400px; background-position: center center; background-size: cover; position: relative;}

  .page-id-13 .sectionStageHeader { background-position: top center; }
  .page-id-72 .sectionStageHeader { background-position: top center; }

  .headlineContainer { position: absolute; bottom: 40px; text-align: center; color: #fff; width: 100%; font-size: 1.6em; z-index: 200}

  .headlineContainer h2 { padding: 0 50px}

  .stageGradient { position: absolute; left: 0; bottom: 0; width: 100%; height: 200px; background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1); z-index: 100 }

  .section3Column { padding: 50px 0 }
  .section3Column .column { float: left; width: 30%; margin-right: 5%; text-align: center; }
  .section3Column .column.col3 { margin-right: 0 }

  .section3Column p { line-height: 1.6em }
  .section3Column h4 { font-family: Museo700, serif; color: #0d6a72; font-size: 1.2em; margin-bottom: 50px; position: relative; }
  .section3Column h4:after { position: absolute; bottom: -25px; left: 50%; width: 50px; margin-left: -25px; height: 5px; background: #0d6a72; content: ''  }

.bottomSpacer { height: 150px; width: 100%; display: block; background: #fff; }

.whiteBoxContainer { background: #fff; padding: 50px; -webkit-box-shadow: 0 0 100px 0 rgba(0,0,00,0.2);
box-shadow: 0 0 100px 0 rgba(0,0,00,0.2); }

.sectionWhiteBox { padding: 60px 400px 100px }

.sectionWhiteBox p, .sectionWhiteBox ul { line-height: 1.6em; margin-bottom: 30px; }

.sectionWhiteBox ul { margin: 0; padding: 0; font-size: 1em; list-style-type: none; }
.sectionWhiteBox ul li { margin-bottom: 20px; padding-left: 30px; position: relative; }
.sectionWhiteBox ul li:after { position: absolute; top: 7px; left: 0; width: 10px; height: 10px; background: #0d6a72; content: '' }


.page-id-8 #mainContent h2, .page-id-38 #mainContent h2 { font-size: 1em; margin: 0; font-weight: 600; margin: 0 0 10px; font-family: 'Montserrat';
  font-style: normal;  font-weight: 600; }
.page-id-8 #mainContent h3, .page-id-38 #mainContent h3 { font-size: 1em; margin: 0; font-weight: 600; margin: 0 0 0; font-family: 'Montserrat';
  font-style: normal;  font-weight: 600; }
.page-id-8 #mainContent h4, .page-id-38 #mainContent h4 { font-size: 1em; margin: 0; font-weight: 600; margin: 0 0 10px; font-family: 'Montserrat';
  font-style: normal;  font-weight: 600; }

.page-id-8 #mainContent p, .page-id-38 #mainContent p  { margin: 0 0 15px 0; word-wrap:break-word;}

.whiteBoxContainer h2 { text-align: center; color: #0d6a72; margin-bottom: 30px;}
.whiteBoxContainer h5 { text-align: left; color: #333; margin-bottom: 0px; margin-top: 20px; font-family: Museo700, serif; font-size: 1.2em; padding: 0; line-height: 1em  }

/* FOOTER */
  #footer { position: relative; text-align: center; padding-bottom: 100px; }

    #flagfooter { position: absolute; width: 60px; height: auto; top: -100px; left: 50%; margin-left: -30px; }
      #flagfooter img { max-width: 100%; height: auto }

    #footerContent { color: #fff; padding: 40px 0 0 0; line-height: 1.7em }
    #footerContent span { font-weight: 600;  }

    #footerContent > div p { margin-bottom: 0; margin-top: 0 }

    #footer a { color: #fff; text-decoration: none; position: relative; }
    #footer a:after { content: ""; position: absolute; left: 0; height: 1px; bottom: -4px; width: 0; background: #fff }

    #footer a:hover:after { width: 100%; }

    #footerContent br { display: none; } 

    #footerMenu { margin-top: 30px; }

  #footerMenu ul { list-style-type: none; margin: 0; padding: 0; color: #fff; }
  #footerMenu li {  display: inline-block; margin: 0 5px; padding: 0;  }
  #footerMenu li a { color: #fff; text-decoration: none; }



@media screen and (min-width: 1300px) {
    
  #stage { height: 700px; }
  .sectionStageHeader { height: 550px; }

}

@media screen and (min-width: 1500px) {
    
  #stage { height: 900px; }
  .sectionStageHeader { height: 550px; }

}


@media screen and (max-width: 1300px) {
    .sectionWhiteBox { padding: 60px 200px 100px }


}

@media screen and (max-width: 1300px) {
.row { max-width: 85% }

#mainmenu, #social { display: none; }

#callmobilemenu { display: block; }

.textintro {
padding: 80px 100px;
text-align: center;
}

.introPart2 { bottom: -150px; }
.introPart3 { bottom: -30px; }
  
  
  /* MENU MOBILE */
  
  	/* =========================================================
	     MOBILES MENÜ
	     ========================================================= */
	  
	  .erlburgMasterMenu--container #erlburgMasterMenu > li:hover > a{
	      /* background:#f5f5f5; */
	      transform:translateY(0px);
	  }
	  
	  #mainmenu a:hover::after, #mainmenu .current_page_item a::after, .single-news #mainmenu .menu-item-28 a::after, .parent-pageid-1310 #menu-item-1364 a::after, .parent-pageid-236 #menu-item-239 a::after, .parent-pageid-15 #menu-item-30 a::after, .single-post #mainmenu .menu-item-27 a::after, .single-post #mainmenu .menu-item-249 a::after, .single-news #mainmenu .menu-item-248 a::after, .parent-pageid-877 #mainmenu .menu-item-879 a::after
	  {
		  display: none !important
	  }
	  
	  	#mainmenu .custom-menu-class {
			  padding: 0 200px 0 0
		  }
		  /* Hauptnavigation */
		  #mainmenu.viewMenu {
			  width: 100%;
			  overflow-y: auto;
			  -webkit-overflow-scrolling: touch;
		  }
	  	
		  #mainmenu > ul > li > a > span, 
		  #mainmenu.viewMenu > ul > li > a, 
		  .erlburgMasterMenu--container #erlburgMasterMenu > li > a
		  {
			  color: #888 !important;
		  }
		  
		  #mainmenu li.current-page-ancestor  > a,
		  #mainmenu li.current-menu-item  > a {
			  color: #24787f !important
		  }
		  
		  /* Alle Menülisten zurücksetzen */
		  #mainmenu.viewMenu ul,
		  .erlburgMasterMenu--container #erlburgMasterMenu {
			  display: flex !important;
			  flex-direction: column !important;
			  align-items: stretch !important;
			  gap: 0 !important;
	  
			  width: 100% !important;
			  margin: 0 !important;
			  padding: 30px 24px !important;
	  
			  list-style: none !important;
			  box-sizing: border-box !important;
		  }
	  
		  /* Menüpunkte */
		  #mainmenu.viewMenu ul li,
		  .erlburgMasterMenu--container #erlburgMasterMenu > li {
			  display: block !important;
			  position: relative !important;
	  
			  width: 100% !important;
			  margin: 0 !important;
			  padding: 0 !important;
	  
			  font-size: 1rem !important;
			  box-sizing: border-box !important;
		  }
	  
		  /* Hauptlinks */
		  #mainmenu.viewMenu > ul > li > a,
		  .erlburgMasterMenu--container #erlburgMasterMenu > li > a {
			  display: flex !important;
			  align-items: center !important;
			  justify-content: space-between !important;
	  
			  width: 100% !important;
			  min-height: 58px;
			  padding: 14px 0 !important;
	  
			  color: var(--main-color);
			  font-size: clamp(1.25rem, 5vw, 1.65rem) !important;
			  font-weight: 600 !important;
			  line-height: 1.2 !important;
			  letter-spacing: -0.02em;
			  text-decoration: none !important;
	  
			  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
			  box-sizing: border-box !important;
		  }
	  
		  /* Aktiver Menüpunkt */
		  #mainmenu.viewMenu > ul > li.current-menu-item > a,
		  #mainmenu.viewMenu > ul > li.current-menu-ancestor > a {
			  color: var(--menu-accent, #c3222a) !important;
		  }
	  
		  /* =========================================================
		     SUBMENÜ – IMMER SICHTBAR
		     ========================================================= */
	  
		  #mainmenu.viewMenu ul.sub-menu,
		  #mainmenu.viewMenu li:hover > ul.sub-menu,
		  #mainmenu.viewMenu li:focus-within > ul.sub-menu {
			  display: flex !important;
			  flex-direction: column !important;
			  position: static !important;
	  
			  width: 100% !important;
			  min-width: 0 !important;
			  height: auto !important;
	  
			  margin: 0 !important;
			  padding: 10px 0 18px 18px !important;
	  
			  gap: 2px !important;
			  opacity: 1 !important;
			  visibility: visible !important;
			  pointer-events: auto !important;
	  
			  transform: none !important;
			  transition: none !important;
			  background: transparent !important;
			  box-shadow: none !important;
			  border: 0 !important;
		  }
	  
		  /* Submenü-Einträge */
		  #mainmenu.viewMenu ul.sub-menu > li {
			  display: block !important;
			  width: 100% !important;
			  margin: 0 !important;
			  padding: 0 !important;
		  }
	  
		  /* Submenü-Links */
		  #mainmenu.viewMenu ul.sub-menu > li > a {
			  display: block !important;
			  width: 100% !important;
			  padding: 9px 0 9px 18px !important;
	  
			  color: inherit;
			  font-size: 1rem !important;
			  font-weight: 400 !important;
			  line-height: 1.4 !important;
			  text-decoration: none !important;
	  			  box-sizing: border-box !important;
		  }
	  
		  #mainmenu.viewMenu ul.sub-menu > li > a:hover,
		  #mainmenu.viewMenu ul.sub-menu > li > a:focus-visible,
		  #mainmenu.viewMenu ul.sub-menu > li.current-menu-item > a {
			  color: var(--menu-accent, #c3222a) !important;
			  border-left-color: currentColor;
		  }
	  
		  /* Eventuelle Dropdown-Pfeile ausblenden */
		  #mainmenu.viewMenu .sub-menu-toggle,
		  #mainmenu.viewMenu .dropdown-toggle {
			  display: none !important;
		  }
	  
	  
  /* MENU MOBILE */

}

@media screen and (max-width: 500px) {
#mainmenu .custom-menu-class {
	  padding: 100px 0 50px 0
  }
  }


@media screen and (max-width: 1100px) {
    .sectionWhiteBox { padding: 60px 100px 100px }

    #header { height: 100px; }
    #logo { width: 170px; top: 28px; left: 40px; }

    #callmobilemenu {  top: 18px; }

    #mainmenu, #languages { top: 40px; }

    #stage .swiper-pagination {
    top: 130px;
  }

   #stage h2 { font-size: 1.4em }

   .introPart2 { display: none; }
   .introPart3 { bottom: -200px; }

   #kompetenzen {
    padding: 170px 0 160px;
  }


    #slim {
      padding: 0 50px;
  }

  .introPart3 { bottom: 0px; width: 50%; right: auto; height: auto; position: relative; display: none;  }
  .introSection { position: relative; }

  #intro { padding-bottom: 0 }

  .grid-sizer { width: 48.3%; }
.grid-item { width: 48.3%; margin-bottom: 30px; }

.grid-item--width2 { width: 100%; position: relative;  }
   
.contact { width: calc(50% - 20px); }
.portrait { width: calc(50% - 20px); }

#teamSecondary .team-section:first-child { margin-top: 0 }

#kompetenzen {

    padding-top: 20px;

}

}


@media screen and (max-width: 900px) {
    .textintro {   padding: 80px 40px; }

    .kompetenzitem { width: calc( 100% / 2); height: 150px; }
    .kompetenzitem a { line-height: 1em; }

    .section3Column .column { width: 100%; float: none; margin-bottom: 30px }

    .sectionWhiteBox {
        padding: 60px 40px 100px;
    }

    .sectionStageHeader { height: 280px }

    #footerContent br { display: inline-block; } 

    span.space { display: none; }

    .introPart1 {
      width: 90%;
      left: 5%;
    }

    #page .newsItem p { font-size: 1em } 

    .introContainer { height: auto }

    .newsItem h3 { font-size: 1.2em; }

    .newsItem .button { font-size: 1.1em }
    

    .introSection .inner {
    padding: 60px 50px 150px;
    text-align: center;
  }

  #kompetenzen p {
    padding: 0px 20px;
    font-size: 1.1em;
    margin-bottom: 70px;
    line-height: 1.4em;
}

  #kompetenzen { padding-top: 70px; }

.introPart3 a { position: relative; left: auto; top: auto; bottom: auto }

.teamColLeft { float: none; width: 100%; position: relative; height: 500px}
.teamColRight { float: none; width: 100%; position: relative; left: 0 }

.grid-item--width2 .blogImageGrid { position: relative; width: 100%; height: 400px;  }

.grid-item--width2 .gridItemBodyInner { padding: 30px; }


  .headlineContainer { font-size: 1.1em }

}

@media screen and (max-width: 700px) {

	#teamLeadContainer .contact { width: calc(60% - 20px); }
	#teamLeadContainer .portrait { width: calc(40% - 20px); }

  .kompetenzitem span { font-size: 1em }

  .kompetenzitem { height: 100px }

  #fly { top: auto; bottom: 50px; }

  .grid-item { width: 100%; }

  .teamColLeft { height: 300px}



    #stage h2 {

        font-size: 1.1em;

    }

    .introPart1 p {

    line-height: 1.5em;
    font-size: .9em;

    }

    .introSection .inner {

    padding: 40px 50px 30px;
    text-align: center;

    }   

    #news .articleContainer h3, #mainContent .newsItem h3 { font-size: 1.4em }

    .newsItem .date { font-size: .9em }

    .postTypeView { font-size: .8em; padding: 10px 10px; }

    #logo, #header.sticky #logo  {

        width: 130px;
        top: 33px;
        left: 32px;

    }

    .newsItem { padding: 50px 30px 100px; }

    #page .newsItem p { font-size: .9em }

    #news { padding-bottom: 20px; }

    #flagfooter {

          width: 30px;
          top: -50px;
          margin-left: -15px;
      }

      #footerContent p { font-size: .9em }

      .team-section {  padding: 25px }

      #mainContent p, #mainContent ul, #mainContent ol {

        line-height: 1.7em;
        font-size: .9em
      } 

      .row { max-width: 85% }

      .stageText a { font-size: .8em }

      #stage { height: 420px; }

      .stageText { bottom: 70px; }

      .introPart1 { margin-top: -30px; }

      .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {

            margin: 0 4px;

        }



      .introSection .inner {

          padding: 30px;
          text-align: center;
          font-size: .95em

      }

            #slim {

          padding: 0 20px;

      }

      #stage h2 { padding: 0 30px; }

}

@media screen and (max-width: 600px) {

  .headlineContainer { font-size: .9em }

	#teamLeadContainer .contact { width: 100%; float: none; }
	#teamLeadContainer .portrait { width: 100%; float: none; margin: 30px 0 0 0; }

}



.snowlayer { position: fixed; top: 0; width: 100%; height: 100%; left: 0; z-index: 100000; pointer-events: none; overflow: hidden }

.single-post .image__auto img { width: auto; height: auto; max-width: 100%}
.single-post .image__auto { text-align: center; background: #fff}
.image__background__container { background: #fff; padding: 30px 0; display: block }

.postid-787 .sectionStageHeader { background-position: top center }
.postid-791 .sectionStageHeader { background-position: top center }

.image-white-container { background: #fff; padding: 40px; margin: 30px 0 40px 0 }



.erlburg-intro .wp-block-group__inner-container h2:first-of-type {
  color: var(--erlburg-color-notary);
}

.page-id-877 .erlburg-intro,
.page-id-877 .sectionStageHeader,
.parent-pageid-877 .sectionStageHeader {
  border-color: var(--erlburg-color-notary);
}

.subpage-nav {
  padding: 40px 0
}
.subpage-nav ul { 
    padding: 0;
    margin: 0;
    list-style-type: none !important;
}

.subpage-nav li { 
    padding: 0 !important;
    list-style-type: none !important;
    display: inline-block;
    margin: 0 10px 10px 0 !important
}
.subpage-nav li:before {
  display: none;
} 
.subpage-nav li:after {
  display: none;
} 

.subpage-nav li a { 
  text-decoration: none;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
  font-size: 1rem;
  position: relative;
  background: #fff;
  font-weight: 600;
  opacity: 1;
  color: var(--erlburg-color-notary) !important;
  display: inline-block;
  padding: 7px 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 1px solid var(--erlburg-color-notary) !important;
}

.subpage-nav li a:before {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 10px;
	height: 2px;
	background: #fff;
	opacity: .7;
	width: calc(100% - 40px);
}
.subpage-nav li a:hover {
    -webkit-box-shadow: -10px 10px 50px 0 rgba(0,0,0,0.2);
    box-shadow: -10px 10px 50px 0 rgba(0,0,0,0.2);
    opacity: 1
}

.subpage-nav li.currentsub a { background: var(--erlburg-color-notary); color: #fff !important; opacity: 1 }

.page-id-877 #fly a.phone,
.parent-pageid-877 #fly a.phone {
  background-color: var(--erlburg-color-notary); 
}

.page-id-877 #fly a.mail,
.parent-pageid-877 #fly a.mail {
  background-color: var(--erlburg-color-notary); 
  opacity: .8
}

#mainContent li strong, #mainContent li b {
  font-weight: 600;
}

body.page-id-877, body.parent-pageid-877 {
  background: var(--erlburg-color-notary); 
}

.faq-item {
  --erlburg-faq-item-spacing: 40px;
}
.faq-item--question {
  padding: var(--erlburg-faq-item-spacing);
}
.faq-item--answer {
  padding: 0 var(--erlburg-faq-item-spacing) var(--erlburg-faq-item-spacing) 90px;
}
 
 
 .erlburg-faq-container {
   padding: 30px 0 0 0
 }
 
 .faq-item { 
   background: #fff;
   margin: 0 0 30px 0;
   /* -webkit-box-shadow: -40px 40px 40px 0 rgba(0,0,0,0.1);
   box-shadow: -40px 40px 40px 0 rgba(0,0,0,0.1); */
	 
	 -webkit-box-shadow: 0 0 100px 0 rgba(0,0,00,0.2);
	 box-shadow: 0 0 100px 0 rgba(0,0,00,0.2);
   
 }


.faq-item--answer {
  display: none
}
.faq-item--question { position: relative }
.faq-item--question h3 { padding: 0 0 0 50px; font-weight: 700; color: #0d6a72; }

body.page-id-877 .faq-item--question h3,
body.parent-pageid-877 .faq-item--question h3 { color: var(--erlburg-color-notary); }


.toggle--faq { position: absolute; top: 50%; left: 30px; height: 40px; margin: -23px 0 0 0; width: 40px; cursor: pointer;
  background: #0d6a72; border: 0; text-indent: -99999px; overflow: hidden; -webkit-border-radius: 40px 40px 40px 40px;
  border-radius: 40px 40px 40px 40px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
 }
  
  .toggle--faq:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .faq--item-open .toggle--faq{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  
  .faq--item-open .faq-item--answer {
    display: block
  }
  
.toggle--faq:after { content: ''; position: absolute; top: calc(50% - 1px); left: 10px; width: 20px; height: 2px; background: #fff; }
.toggle--faq:before { content: ''; position: absolute; left: calc(50% - 1px); top: 10px; height: 20px; width: 2px; background: #fff; }


body.page-id-877 .toggle--faq , body.parent-pageid-877  .toggle--faq  {
    background: var(--erlburg-color-notary); 
}


#page-faq p {
  line-height: 1.8em;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
}

body.page-id-877 .erlburg-intro,
body.parent-pageid-877 .erlburg-intro {
  border-color: var(--erlburg-color-notary); 
}

body.page-id-877 #mainContent ul li:after,
body.parent-pageid-877 #mainContent ul li:after {
  background: var(--erlburg-color-notary); 
}

.erlburg-linklist a {
    color: #0d6a72;
}
body.page-id-877 .erlburg-linklist a,
body.parent-pageid-877 .erlburg-linklist a {
    color: var(--erlburg-color-notary); 
}



.erlburg-list {
  --main-color: #007b7f; 
}

.erlburg-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  /* max-width: 400px; */
  margin: auto;
}

.list-item {
  display: flex;
  align-items: center;
  background-color: white;
  padding: 1rem;
  border-left: 4px solid var(--main-color);
  border-radius: 0.5rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease;
}

.list-item:hover {
  transform: translateX(5px);
}

.bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: var(--main-color);
  border-radius: 50%;
  margin-right: 1rem;
  flex-shrink: 0;
}

.item-text {
  flex: 1;
}

.list-taetigskeitsfelder { padding: 50px 0 0 0 }


.introPart1.introSection p a {
  font-weight: 700;
  text-decoration: none;
  color: var(--erlburg-color-main);
} 

#erlburg-intro-group {
    background: #fff
}

#erlburg-intro-group h2,
#erlburg-intro-group p {
  margin: 0; padding: 0
} 

#erlburg-index-berlin { position: relative; margin: 100px 0 0 0; color: #fff; }
.index-berlin-teaser-background { position: absolute; top: 0; left: 0; width: 100%; height: 100% }
.index-berlin-teaser-background img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

#erlburg-index-berlin .row {
  position: relative;
  z-index: 100;
  padding: 150px 0
}

#erlburg-index-berlin p {
line-height: 1.7em;
font-size: 1.2em;
text-align: center;
}

.erlburg-intro-box { 
  width: 50%; 
  max-width: 800px;
  background: rgba(255, 255, 255, 0.95);
   margin: 0 auto; z-index: 100; position: relative;
   -webkit-border-radius: 8px 8px 8px 8px;
   border-radius: 8px 8px 8px 8px;
   backdrop-filter: blur(4px);
   
   margin: -50px auto 0;
   
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-box-shadow: -40px 40px 80px 0 rgba(0,0,0,0.1);
  box-shadow: -40px 40px 80px 0 rgba(0,0,0,0.1);
  }
  
  .teaser--item-index-erlburg {
    background: #fff;
    -webkit-border-radius: 8px 8px 8px 8px;
     border-radius: 8px 8px 8px 8px;
     backdrop-filter: blur(4px);
     
  }
  
  .erlburg-intro-box p a { 
    font-weight: 700;
    text-decoration: none;
    color: var(--erlburg-color-main);
  }
  
  .erlburg-intro-box p {
  line-height: 1.7em;
  font-size: 1.2em;
  text-align: center
  }
  
  .teaser--item-index-erlburg p {
    line-height: 1.7em;
    font-size: 1.1rem;
    text-align: center
  }
  
  .erlburg-intro-box--inner { 
    padding: 50px 50px 100px 50px
  }
  
  .teaser--group {
      display: grid;
      grid-template-columns: 50% 50%;
  }
  
  .teaser--item-index-erlburg-image img {
    width: 100%
  }
  
  .teaser--item-index-erlburg--background {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%
  }
  .teaser--item-index-erlburg--inner { position: relative; z-index: 10 }
  
  .teaser--item-index-erlburg-left .teaser--item-index-erlburg--body {
    -webkit-box-shadow: -40px 30px 80px 0 rgba(0,0,0,0.2);
     box-shadow: -40px 30px 80px 0 rgba(0,0,0,0.2);
     width: calc(100% + 30px);
     background: #fff;
     -webkit-border-radius: 8px 8px 8px 8px;
      border-radius: 8px 8px 8px 8px;
      backdrop-filter: blur(4px);
      overflow: hidden
  }
  .teaser--item-index-erlburg-left { 
    margin: -30px 0 0 0;
    position: relative
  }
  
  .teaser--item-index-erlburg p {
    line-height: 1.5em;
    font-size: .9rem;
    text-align: left;
    font-weight: 500;
    color: #333;
  }
  
  .teaser--item-index-erlburg-text p a {
    color: var(--erlburg-color-main);
    text-decoration: none;
    font-weight: 700
  }
  
  .teaser--item-index-erlburg.teaser--item-index-erlburg-right {
    z-index: 100;
    position: relative
  }
  
  .teaser--item-index-erlburg-left {
    z-index: 40;
    position: relative
  }
  

  a.button--erlburg-teaser {
    background: var(--erlburg-color-main);
    color: #fff;
    text-align: center;
    font-family: Museo700, serif;
    padding: 12px 20px 12px 20px;
    -webkit-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    display: inline-block;
    margin: 14px 0 0 0;
    border: 2px solid var(--erlburg-color-main);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
    transition: all 350ms ease;
  }
  
  .button--erlburg-teaser:hover {
    padding: 12px 30px 12px 30px;
    background: #fff;
    color: var(--erlburg-color-main);
  }
  
  .teaser--item-index-erlburg-left .teaser--item-index-erlburg-text {
    padding: 70px 70px 40px 40px
  }
  
  #erlburg-intro-group .teaser--item-index-erlburg-text p {
    margin: 0 0 20px 0
  }
  
  .teaser--item-index-erlburg-right .teaser--item-index-erlburg--body {
        -webkit-box-shadow: -40px 30px 80px 0 rgba(0,0,0,0.2);
        box-shadow: -40px 30px 80px 0 rgba(0,0,0,0.2);
        /* width: calc(100% + 30px); */
        background: var(--erlburg-color-main);
        -webkit-border-radius: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
        backdrop-filter: blur(4px);
        overflow: hidden
  }
  
  .teaser--item-index-erlburg-right p,
  .teaser--item-index-erlburg-right p a {
    color: #fff
  }
  
 .teaser--item-index-erlburg-right  a.button--erlburg-teaser, 
 #erlburg-index-berlin .button--erlburg-teaser--invert {
   background: #fff;
   color: var(--erlburg-color-main);
   border: 2px solid #fff;
 }
 .teaser--item-index-erlburg-right  a.button--erlburg-teaser:hover,
 #erlburg-index-berlin .button--erlburg-teaser--invert:hover {
   background: none;
   color: #fff;
 }
 
 .teaser--item-index-erlburg-right {
   margin: -50px 0 0 0
 }
    
  .teaser--item-index-erlburg-right .teaser--item-index-erlburg-text {
    padding: 40px
  }
  
  .home #kompetenzen .headline h2 {
      padding: 0 0 30px 0
  }
  
  #kompetenzen {
      padding: 100px 0 130px;
  }
  
  .home .kompetenzContainer {
    margin: 30px 0 0 0
  }
  
	
	.faq-headline-row {
		text-align: center;
		padding: 100px 0 10px 0
	}
	.faq-headline-row h2 {
		font-size: 2rem;
		font-weight: 700;
		color: var(--erlburg-color-main);
	}
	
	
	.grid {
			column-count: 3;
			column-gap: 30px;
	}
	
	.grid-item {
			background: #fff;
			-webkit-border-radius: 4px 4px 4px 4px;
			border-radius: 4px 4px 4px 4px;
			display: inline-block;
			margin: 0 0 30px;
			width: 100%;
			box-sizing: border-box;
			border: 0 solid #ddd;
			padding: 20px;
			-webkit-box-shadow: -40px 40px 80px 0 rgba(0,0,0,0.1);
			box-shadow: -40px 40px 80px 0 rgba(0,0,0,0.1);
	}
	
	
	#mainContent .grid-item h2 {
		margin-bottom: 15px
	}
	
	.grid-item img {
			max-width: 100%;
			height: auto;
			display: block;
			margin-bottom: 10px;
	}
	
	@media (max-width: 1000px) {
			.grid {
					column-count: 2;
			}
	}
	
	@media (max-width: 768px) {
			.grid {
					column-count: 1;
			}
	}
	
	.read-more {
			display: inline-block;
			margin-top: 10px;
			padding: 6px 12px;
			background: #0073aa;
			color: #fff;
			text-decoration: none;
	}
  
.load-more-blog-row { text-align: center; padding: 50px 0 0 0}
.load-more-blog-row button,
.erlburg-more-row a {
	background: var(--erlburg-color-main);
	color: #fff;
	border: 0;
	font-family: Museo700, serif;
	padding: 12px 20px 12px 20px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	text-decoration: none;
	display: inline-block;
	pointer-events: all;
	cursor: pointer;
    display: inline-block
}

.erlburg-blog-item--headline h2 a {
	color: var(--erlburg-color-main);
	font-size: 1.4rem;
	font-weight: 700;
	text-decoration: none
}

.erlburg-blog-item--readmore a {
	background: rgba(0, 102, 119, 0.15);
	color:  var(--erlburg-color-main);
	font-weight: 700;
	padding: 10px 20px
}
.erlburg-blog-item--readmore a:hover {
	background: rgba(0, 102, 119, 1);
	color: #fff;
}
.erlburg-blog-item--img img {
	width: 100%;
	height: auto
}

.erlburg-more-row {
  text-align: center;
  padding: 50px 0 100px 0
}

.linklist-item {
  padding: 0 0 10px 0
}


.kachel-container-headline-row {
  text-align: center
}
.subpage-blogarticle-container {
  text-align: center;
  padding: 0px 0 10px 0
}
.subpage-blogarticle-container h2,
.kachel-container-headline-row h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--erlburg-color-main);
}
.kachel-container-headline-row h2 {
  color: #fff;
  font-size: 2rem;
  padding: 0 0 30px 0
}

.post-message-center { 
  padding: 20px 0 0 0;
  text-align: center
}

.custom-post-list {
  list-style-type: none
}
.custom-post-list li { background: #fff; padding: 20px 30px; margin: 0 0 20px 0 }
.post-date { opacity: .5 }

.single-post  #mainContent h2 {
  font-weight: 600;
  margin: 30px 0 10px 0;
  /* color: var(--erlburg-color-main); */
  color: #111;
}

#mainContent .meta {
  padding: 40px 0 0 0
}


#mainContent h2 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	margin: 0 0 10px 0
}

#mainContent h3,
.faq-item--question h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	margin: 0 0 10px 0;
	font-size: 20px
}

#page-faq .faq-item--question h3 {
	color: #111 !important
}

#mainContent h3 strong {
	font-weight: 600
}

.filter-bar-reset-row {
  padding: 0 0 30px 0
}

.addressbox { 
	background: #fff;
	padding: 40px;
	-webkit-box-shadow: 40px 40px 80px 0 rgba(0,0,0,0.1);
	box-shadow: 40px 40px 80px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.adresssidebox .wp-block-group__inner-container p:first-child {
	padding-top: 40px
}

#erlburg--metamenu {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	font-size: 14px
}
#erlburg--metamenu a {
	color: #444;
	text-decoration: none
}

body.erlburg-scrolled #erlburg--metamenu {
  opacity: 0;
  pointer-events: none
}

#load-more--container
{
  text-align: center;
  padding: 40px 0 0 0;
  
}

#load-more--container button {
  background: #0e6b73;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 22px;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  pointer-events: all
}

.loading-ajax #load-more--container {
  opacity: 0
}

#mainContent ul.post-categories-list,
#page ul.post-categories-list {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

#mainContent ul.post-categories-list li,
#page ul.post-categories-list li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: inline-block;
	color: #777;
	font-size: 12px !important;
	line-height: 1.1em;
	background: #eee;
	opacity: .7;
	font-weight: 500;
	border-radius: 20px;
	padding: 4px 10px;
	margin: 0 3px 3px 0
}

@media screen and (max-width: 700px) {
	#page ul.post-categories-list li {
		color: #000;
		font-weight: 600
	}
}


#mainContent  .erlburg-grid-item:hover  ul.post-categories-list li { 
	opacity: 1;
	color: #222;
}

.grid-item:hover {
	-webkit-box-shadow: -40px 40px 90px 0 rgba(0,0,0,0.3);
	box-shadow: -40px 40px 90px 0 rgba(0,0,0,0.3);
	z-index: 10000
}
.grid-item:hover h3 {
	color: #0e6b73
}

ul.post-categories-list li:after {
  display: none;
}


#langMasterMetaMenu {
	list-style-type: none;
	margin: 0 !important;
	padding: 0 !important;
}
#langMasterMetaMenu a {
color: #0e6b73;
}

.erl-kompetenz-grid-master {
  position: relative
}

.erl-kompetenz-grid-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eee
  
}


.erl-kompetenz-item a {
  text-decoration: none;
  color: #333;
  align-items: center;       
  justify-content: center;    
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  font-family: Museo700, serif;
  position: relative;
  z-index: 900;
  width: 100%;
  height: 100%;
  color: #fff
}

.erl-kompetenz-grid-background img {
  object-fit: cover;
  height: 100%;
  width: 100%
}


.erl-kompetenz-item span {
  padding: 0 10px
}

.erl-kompetenz-grid {
  display: grid;
  grid-template-columns: 1fr; /* Mobile Standard: 1 Spalte */
  gap: 2px;
  margin: 40px 0;
}


.erl-kompetenz-item {
  position: relative;
  border-radius: 8px;
  display: flex;             
  align-items: center;       
  justify-content: center;  
  text-align: center;
  min-height: 130px;       
  transition: transform 0.2s ease;
}

@media (min-width: 468px) {
  .erl-kompetenz-grid {
    grid-template-columns: repeat(3, 1fr); /* ab 768px: 3 Spalten */
  }
}
@media (min-width: 768px) {
  
  .erl-kompetenz-item a {
    font-size: 1.6rem;
  }
  
  .erl-kompetenz-item span {
    padding: 0 30px
  }
  
}

@media (min-width: 1268px) {
  

	.erl-kompetenz-item {
		min-height: 160px;       
	}
	
  
}

.erl-kompetenz-item,
.erl-kompetenz-item  > div {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
  

.erl-kompetenz-item-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.erl-kompetenz-notariat .erl-kompetenz-item-background,
.erl-kompetenz-1310 .erl-kompetenz-item-background,
.erl-kompetenz-877 .erl-kompetenz-item-background{
  background: #a07e03 !important; /* Gold */
  /* background: #2c004d; Violett */ */
  /* background: #ff7a41; /* Orange */
  
}
.erl-kompetenz-kanzlei .erl-kompetenz-item-background,
.erl-kompetenz-15 .erl-kompetenz-item-background,
.erl-kompetenz-236 .erl-kompetenz-item-background
{
  background: #0d6a72;;
}


.erl-kompetenz-item:hover .erl-kompetenz-item-background {
  opacity: 1 !important
}





.erl-kompetenz-grid .erl-kompetenz-item {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.erl-kompetenz-grid .erl-kompetenz-item.visible {
  opacity: 1;
  transform: translateY(0);
}


@media screen and (max-width: 700px) {
	.erl-kompetenz-item-background {
		opacity: 1 !important
	}
	.erl-kompetenz-grid-background {
		display: none !important
	}
}

.parent-filters--row {
  display: block;
}
/* Overlay über den Container */
#ajax-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 99999999;
    justify-content: center;
    align-items: center;
    pointer-events: none
}

.loader-spinner--group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}

.erlburg-grid-item--excerpt img {
  width: 100%;
  height: auto
}

.loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

.loader-spinner {
    position: relative;
    z-index: 10000;
    width: 60px;
    height: 60px;
    border: 6px solid #ccc;
    border-top: 6px solid #0e6b73;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: auto
}

.cat-filter { position: relative }
.cat-filter.child-filter::after {
    content: '+';
    position: absolute;
    top: 50%;           /* vertikal zentrieren */
    right: 5px;       /* rechts außen positionieren */
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #ddd;
    color: #fff;
    border-radius: 50%; /* rund */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: normal;
    
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.cat-filter.child-filter.active::after {
  background-color: #0e6b73;
  transform: translateY(-50%) rotate(45deg); /* Kreis + Inhalt */
  transform-origin: center;
}

.cat-filter.parent-filter.active-parent-filter {
	color: #0e6b73
}
.cat-filter.parent-filter.active-parent-filter::after {
  background-color: #0e6b73;
  transform: translateY(-50%) rotate(45deg); /* Kreis + Inhalt */
  transform-origin: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.erlburg-grid-item--date {
  padding: 0 0 5px 0;
  font-size: 14px;
  text-decoration: none !important;
  color: #0e6b73
}

  .grid {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
  }
  .grid-item {
    width: calc(33.333% - 20px);
    margin: 10px;
    background: #f7f7f7;
    padding: 20px;
    border-radius: 8px;
  }
  .grid-item a {
    text-decoration: none
  }
  
  .erlburg-grid-item--excerpt h3 {
    color: #111;
    font-size: 16px
  }
  
  .cat-filter.active {
    font-weight: bold;
    text-decoration: none;
    color: #0e6b73
  }
  
  .filter-bar {
    margin-bottom: 20px;
  }
  .filter-bar button {
    margin-right: 10px;
    padding: 6px 12px;
    color: #777;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
  }
  
  #filter-count {
    margin: 15px 0;
    font-weight: bold;
  }
  
  #mainContent .grid-filter {
    display: flex;
    gap: 0;
    margin-bottom: 20px;
  }
  
  .filter-column {
    flex: 1;
    border-radius: 8px;
  }
  
  .parent-filter {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #006975;
    background: none !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
  }
  
  .child-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  
  .child-filter {
    padding: 6px 32px 6px 12px !important;
    background: #fff;
    font-size: 14px;
    border: 0 solid #ccc !important;
    border-radius: 30px;
    cursor: pointer;
  }
  
  
  #reset-filter {
    background: #006975;
    color: #fff;
    border: 0;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 30px;
  }
  
  #content #posts-container p {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
  }
  
  /* Responsive: Spalten untereinander ab 768px */
  @media (max-width: 768px) {
    .grid-filter {
      flex-direction: column;
    }
    
    .grid-item {
      width: calc(50% - 20px);
      
  }
  
  .filter-bar.grid-filter .filter-column:first-child {
	  margin: 0 0 40px 0
  }
  .filter-bar.grid-filter .filter-column:last-child {
	    margin: 0 0 40px 0
    }
  
}
  
  /* Responsive: Spalten untereinander ab 768px */
	@media (max-width: 500px) {
		
		.grid-item {
			width: 100%;   
		}
	
	}

  #erlburg--metamenu li {
    list-style-type: none;
    padding: 0;
    margin: 0
  }
  
  #erlburg--metamenu #langMasterMetaMenu {
    margin: 0;
    padding: 0
  }
  
  #load-more--container  {
    padding: 30px 0 0 0
  }
  #load-more--container button {
    background: #006975;
    color: #fff;
    border: 0;
    pointer-events: all;
    cursor: pointer;
    padding: 8px 18px;
    display: inline-block
  }
  
@media print {
	.row {
		max-width: 100%;
		width: 100%;
	}
	
	.teamColLeft {
		display: none;
	}
	
	.sectionStageHeader {
		display: none
	}
	
	#mainContent .toggleContent {
		padding: 0
	}
	
	#header {
		position: relative
	}
	
	#logo {
		position: relative;
		top: 0;
		left: 0
	}
	
	#mainmenu,
	#erlburg--metamenu {
		display: none
	}
	
	#slim {
		padding: 0 !important
	}
	
	.stageGradient
	{
		height: auto !important
	}
}


#news.erlburg-blog-teaser-listing-group {
  padding: 100px 0 0 0
}
.page-template-page-homepage #news.erlburg-blog-teaser-listing-group {
  padding: 0 0 0 0
}

#content .parent-filters--row .cat-filter.parent-filter {
  padding: 0 30px 0 0 !important;
  position: relative
}


.cat-filter.parent-filter::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-color: #ddd;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: normal;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.swiper-slide-erlburg-blog {
	background: #fff;
	-webkit-box-shadow: -50px 50px 100px 0 rgba(0,0,0,0.1);
	box-shadow: -50px 50px 100px 0 rgba(0,0,0,0.1);
}

.erlburg-blog-teaser-listing-group {
	overflow: hidden
}

.erlburg-blog-teaser-listing-group .swiper {
	overflow: visible;
	padding: 0 0 100px 0
}

.erlburg-anchor {
	display: block;
	position: relative;
	top: -250px;
	visibility: visible;
}

.erlburg-blog-swiper-item-inner-group p { 
	font-size: 16px;
	font-weight: 500
}
.erlburg-anchor span {
	top: 250px;
	position: relative
}

.erlburg-blog-teaser-listing-group .swiper-wrapper {
	height: auto;
	text-align: left !important
}

.erlburg-blog-swiper-item-inner {
	text-align: left
}

.erlburg-blog-swiper-item-inner-group {
	padding: 30px
}

.swiper-slide-erlburg-blog {
-webkit-justify-content: left;
justify-content: left;
}
.erlburg-blog-swiper-item-inner-group-readmore {
	padding: 10px 0 0 0
}
.erlburg-blog-swiper-item-inner-group-readmore a {
	color: #006975
}

#news .erlburg-blog-swiper-item-inner-group h3 {
	font-size: 1.7rem !important;
	margin: 0 0 10px 0
}



/* =========================
   Hauptnavigation
========================= */

.erlburgMasterMenu--container #erlburgMasterMenu{
    display:flex;
    align-items:center;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.erlburgMasterMenu--container #erlburgMasterMenu > li{
    position:relative;
}

.erlburgMasterMenu--container #erlburgMasterMenu > li > a{
    display:flex;
    align-items:center;
    gap:.45rem;

    /* padding:14px 18px; */
    padding: 0;

    text-decoration:none;
    font-weight:600;

    border-radius:0;

    transition:
	background .25s ease,
	color .25s ease,
	transform .25s ease;
}

.erlburgMasterMenu--container #erlburgMasterMenu > li:hover > a{
    /* background:#f5f5f5; */
    transform:translateY(-2px);
}

.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu{

    position:absolute;
    left:0;
    top:calc(100% + 12px);

    min-width:260px;

    margin:0;
    padding:10px;

    list-style:none;

    background:rgba(255,255,255,.94);
    backdrop-filter:blur(20px);

    border-radius:18px;

    border:1px solid rgba(0,0,0,.06);

    box-shadow:
	0 30px 80px rgba(0,0,0,.10),
	0 10px 25px rgba(0,0,0,.05);

    opacity:0;
    visibility:hidden;

    transform:
	translateY(12px)
	scale(.96);

    transition:
	opacity .25s ease,
	transform .25s ease,
	visibility .25s ease;

    z-index:999;
}

.erlburgMasterMenu--container #erlburgMasterMenu .menu-item-has-children:hover > .sub-menu,
.erlburgMasterMenu--container #erlburgMasterMenu .menu-item-has-children.open > .sub-menu{

    opacity:1;
    visibility:visible;

    transform:
	translateY(0)
	scale(1);
}


.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu li {
    margin:2px 0;
    display: block;
    float: none;
}

.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu li > a {
	font-weight: 500;
	font-size: 1rem;
}
.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu li.current-menu-item > a span {
	color: #0d6a72;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	position: relative;
}
.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu li.current-menu-item > a span:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0d6a72;
	height: 2px;
	width: 100%;
}

.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu a{

    display:block;

    padding: 7px 15px;

    color:#333;

    text-decoration:none;

    border-radius:12px;

    transition:
	background .2s ease,
	transform .2s ease,
	color .2s ease;
}

.erlburgMasterMenu--container #erlburgMasterMenu .sub-menu a:hover{

    transform:translateX(6px);
    color:#111;
    
}


.erlburg-blog-swiper .swiper-pagination .swiper-pagination-bullet {
	border: 4px solid #0d6a72 !important;
	margin: 0 10px;
	width: 11px;
	height: 11px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	--erlburg-border-radius: 13px;
	-webkit-border-radius: var(--erlburg-border-radius) var(--erlburg-border-radius) var(--erlburg-border-radius) var(--erlburg-border-radius);
	border-radius:  var(--erlburg-border-radius) var(--erlburg-border-radius) var(--erlburg-border-radius) var(--erlburg-border-radius);
}
.erlburg-blog-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 50px !important
}

@media screen and (max-width: 800px) {
	.erlburg-intro-box {
		width: calc(100% - 180px);
		margin: 0 auto
	}
	
	.erlburg-intro-box p {
	  line-height: 1.4em;
	  font-size: 1rem;
	  text-align: center;
	}
	
}

@media screen and (max-width: 700px) {
	.teaser--group {
		display: block		
	}
	
	.teaser--item-index-erlburg-left .teaser--item-index-erlburg-image {
		display: none
	}
	.teaser--item-index-erlburg-right {
		margin: 0
	}
	
	.erlburg-intro-box {
		background: var(--erlburg-color-main);
		color: #fff
	}
	.erlburg-intro-box  a {
		color: #fff !important
	}
	.erlburg-intro-box--inner {
		padding: 40px
	}
}

@media screen and (max-width: 700px) {
	.erlburg-intro-box {
		width: 100%;
	}
	
	.stageText {
		bottom: 50px
	}
	
	.stageText a {
	
	  padding: 14px 80px 14px 20px; 
  	}
	  
	  .stageText a span {
	    position: absolute;
	    right: 16px;
	    height: 40px;
	    width: 50px;
    }
    
    .erlburg-blog-swiper .swiper-pagination .swiper-pagination-bullet {
      border: 2px solid #0d6a72 !important;
      margin: 0 10px;
      width: 6px;
      height: 6px;
      }
      
      .erlburg-intro {
	      padding: 30px
      }
      
      #footer p {
	      padding: 0 30px
      }
      
      
      .subpage-nav li a {
	      font-size: .8rem
      }
      .subpage-nav li a {
	      padding: 6px 12px
      }
      .subpage-nav li a::before {
	      display: none
      }
      
      .subpage-nav li {
	      margin: 0 14px 14px 0 !important
      }
      
      #mainContent p, #mainContent ul, #mainContent ol,
      .erlburg-blog-swiper-item-inner-group p,
      #content #posts-container p {
	      font-size: .84rem;
	      line-height: 1.5em;
      }
      
      #stageSwiper {
      	--swiper-pagination-bullet-horizontal-gap: 10px !important
     }
}



 @media screen and (max-width: 468px) {
      .erl-kompetenz-item {
	      min-height: auto
      }
      .erl-kompetenz-item a {
	      padding: 20px
      }
}
