:root {
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 2rem;
  --text-4xl: 2.5rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --text-7xl: 4rem;
  --text-8xl: 4.5rem;
  --text-9xl: 5rem;
    
  --accent-color: #e30027;
  --accent-yellow: #ffdd00;
  --bg-gray-1: #4b4b4b;
  --bg-light-1: #f5f6f8;
  --bg-light-2: #F1F6F9;
  --bg-dark-1: #131419;
  --bg-dark-2: #1E2027;
  --bg-dark-3: #0D0D12;
  --bg-dark-4: #0A0A0F;
  --bg-yellow-1: #ffdd00;
  --bg-red-1: #e30027;
  --font-white: white;
  --font-light: rgb(197, 197, 197);
  --font-black: black;
  --font-dark: #454545;
  --font-orange: #ff5b3d;
  --font-neon-yellow: #edff28;
  --work-grid-x-gap: 60px;
  --work-grid-y-gap: 70px;
  --work-grid-vertical-margin: 90px;
  --preloader-image: url('../images/logo/logo-maurath-brennstoffe-text.svg');
}

@media (max-width: 991px) {
:root {
    --work-grid-vertical-margin: 60px;
  }
}

.preloader__progress {
  height: 25rem;
  width: 55rem;
  background-color: var(--accent-yellow);;
}
@media (max-width: 767px) {
  .preloader__progress {
    height: 60%;
    width: 60%;
  }
}
.preloader__bg {
    background-color: var(--accent-yellow);
}
.preloader__progress__inner {
    background-color: var(--font-black);
}

.header__logo.js-header-logo {
    width: 260px;
}
.header__logo div, .header__logo img {
    width: 90%;
}
.header.-sticky-initial.-sticky-light .header__logo__dark, .header.is-sticky.-sticky-light .header__logo__dark {
    width: 80%;
}

body {
  line-height: 1.6;
}

.overlay-black-xl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.overlay-black-xl::after {
  background-color: rgba(0, 0, 0, 0.85);
}

.container-wide-pr-custom {
  padding-left: 5%;
  padding-right: 0%;
}

@media (max-width: 991px) {
  .container-wide-pr-custom {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.header .navClassic-list > li {
    color: black;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.navClassic-list > li:hover {
    color: var(--accent-color);
}
.navClassic-list .tippy-box {
  border-radius: 0;
}
.tippy-box[data-theme~='light'] a:hover {
  background-color: transparent;
}

.nav__bg {
    background-color: var(--accent-yellow);
}
.navList li a {
  color: black;    
  font-weight: 800;
}
.navList li a.active {color: var(--font-white);}

.navList__wrap a:hover {
  color: var(--font-white);
}

.navList__wrap a:not([href]):not([tabindex]):hover {
  color: var(--font-white);
}

.navList .menu-item-has-children > a::after {
  font-size: 1.275rem;
  color: black;    
  margin-top: -0.6rem;
}
.navList .menu-item-has-children > a:hover::after {
  color: var(--text-white);
}

.navClassic-list li a.active {color: var(--accent-color);}

.navClassic-list__wrap a:hover {
  color: var(--accent-color);
}

.navClassic-list__wrap a:not([href]):not([tabindex]):hover {
  color: var(--accent-color);
}

.navClassic-list .menu-item-has-children > a::after {
    color: black;
}
.navClassic-list .menu-item-has-children > a:hover::after {
    color: var(--accent-color);
}

/*.navList li:nth-child(1) a:hover,
.navList li:nth-child(1) a:first-of-type:hover,
.navList li:nth-child(1) a.active,
.navList li:nth-child(1) a:hover::after {color: #edff28;}

.navList li:nth-child(3) a:hover,
.navList li:nth-child(3) a.active {color: #ffdd00;}

.navList li:nth-child(4) a:hover,
.navList li:nth-child(4) a:first-of-type:hover,
.navList li:nth-child(4) a.active,
.navList li:nth-child(4) a:hover::after {color: #ffdd00;}

.navList li:nth-child(5) a:hover,
.navList li:nth-child(5) a.active {color: #ffdd00;}*/

.nav__content__right {
  max-width: 25%;
}
@media (max-width: 767px) {
  .nav__content__left {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .nav__content__left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.nav__info__content > *:last-child {
  margin-top: 0.25rem;
}
.nav__info__item a.h3, .nav__info__item p.h3 {
    font-size: var(--text-4xl);
}
.filter-button-group.text-light button.btn-active,
.filter-button-group.text-white button.btn-active{
    color: var(--accent-color);
    text-decoration: underline;
}
.backButton__button {
    color: var(--accent-color);
}
.backButton__bg {
    background-color: white;
}
.text-accent-color {
  color: var(--accent-color);
}
.text-orange {
  color: var(--font-orange);
}
.text-neon-yellow {
  color: var(--font-neon-yellow);
}
.text-hover-white:hover {
  color: #FFF;
}
.bg-gray-1 {
  background-color: var(--bg-gray-1);
}

.bg-gray-2 {
  background-color: var(--bg-gray-2);
}

.bg-gray-3 {
  background-color: var(--bg-gray-3);
}

.bg-gray-4 {
  background-color: var(--bg-gray-4);
}

.bg-yellow-1 {
  background-color: var(--bg-yellow-1);
}
.bg-red-1 {
  background-color: var(--bg-red-1);
}

.size-4xl {
  width: 7rem !important;
  height: 7rem !important;
}
.size-5xl {
  width: 8rem !important;
  height: 8rem !important;
}

@media (min-width: 1230px) {
  .xl\:text-center {
    text-align: center;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-left {
    text-align: left;
  }
}

.border-bottom-none {
  border-bottom: none;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
    margin: 22px 0 22px 0;
}

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

.masthead.flex-end {
    overflow: visible;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100vh;
}
.masthead__content.center {
    position: relative;
    z-index: 1;
    padding-bottom: 40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
}
.masthead .fluid-container {
    width: 100%;
}
.masthead__shape__container {
    position: absolute;
    bottom: 80px;
}
.masthead .shapes__shape {
    width: 720px;
    height: 720px;
    border-radius: 100%;
}
.shapes__shape.-shadow-light {
    box-shadow: 0 0 60px rgb(0 0 0 / 8%);
}
.shapes__shape.-white {
    background-color: #fff;
}

/*--------------------------------------------------
	04. Buttons
---------------------------------------------------*/

button {
    padding: unset;
    margin: unset;
    border: unset;
    border-radius: unset;
    background-color: unset;
}
.button.-xl {
  min-width: 8.75rem;
  padding: 1.125rem 2rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .button.-xl {
    padding: 1.125rem 2rem;
    font-size: 1rem;
  }
}
.button.-xxl {
  min-width: 8.75rem;
  padding: 1.125rem 2rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 0.03em;
}

@media (max-width: 767px) {
  .button.-xxl {
    padding: 1.125rem 2rem;
    font-size: 1rem;
  }
}
.button.-sm {
  text-transform: none;
}
.button.-md {
  text-transform: none;
}
.button.-lg {
  text-transform: none;
}
.button.-xl {
  text-transform: none;
}
.button.-xxl {
  text-transform: none;
}
.button.-br0 {
  border-radius: 0;
}
.button.-ls0 {
  letter-spacing: 0;
}
.masthead__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #000;
    border: 1px solid #000;
    width: 104px;
    height: 104px;
    margin-top: 84px;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1),color .3s cubic-bezier(.165,.84,.44,1);
}
@media (max-width: 767px) {
.masthead__button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #000;
    border: 1px solid #000;
    width: 80px;
    height: 80px;
    margin-top: 30px;
    transition: background-color .3s cubic-bezier(.165,.84,.44,1),color .3s cubic-bezier(.165,.84,.44,1);
    }
}
.masthead__button:hover {
    background-color: #000;
}
.masthead__button .icon {
    width: 72px;
    height: 72px;
    stroke-width: .5;
}
@media (max-width: 767px) {
.masthead__button .icon {
    width: 48px;
    height: 48px;
    stroke-width: .7;
    }
}
.masthead__button:hover .icon {
    color: #fff;
}

/* Background */
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}

/* 06. Typography */
h1, h2, h3, h5, h6 {
  line-height: 1.2;
  letter-spacing: -0.03em;
}
h1 {
  letter-spacing: -0.035em;
}
h3 {
  letter-spacing: -0.04em;
}
h4 {
  line-height: 1.4;
  letter-spacing: -0.02em;
}
h6 {
  margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 600;
  /*color: black;*/
}

.h1 {
  font-size: var(--text-6xl);
  letter-spacing: -0.035em;
}

.h2 {
  font-size: var(--text-5xl);
}

.h3 {
  font-size: var(--text-4xl);
  letter-spacing: -0.04em;
}
@media (max-width: 991px) {
  .h3 {
    font-size: var(--text-3xl);
  }
}

.h4 {
  line-height: 1.4;
  font-size: var(--text-3xl);
}

.h5 {
  font-size: var(--text-2xl) !important;
}

.h6 {
  font-size: var(--text-xl);
  margin-bottom: 10px;
}

.text-7xl {
  font-size: var(--text-7xl);
}

.text-8xl {
  font-size: var(--text-8xl);
}

.text-9xl {
  font-size: var(--text-9xl);
}

.break-word {
    overflow-wrap: break-word;
    hyphens: auto;
}

@media (max-width: 1229px) {
  .lg\:text-xs {
    font-size: var(--text-xs);
  }
  .lg\:text-sm {
    font-size: var(--text-sm);
  }
  .lg\:text-base {
    font-size: var(--text-base);
  }
  .lg\:text-lg {
    font-size: var(--text-lg);
  }
  .lg\:text-xl {
    font-size: var(--text-xl);
  }
  .lg\:text-2xl {
    font-size: var(--text-2xl);
  }
  .lg\:text-3xl {
    font-size: var(--text-3xl);
  }
  .lg\:text-4xl {
    font-size: var(--text-4xl);
  }
  .lg\:text-5xl {
    font-size: var(--text-5xl);
  }
  .lg\:text-6xl {
    font-size: var(--text-6xl);
  }
  .lg\:text-7xl {
    font-size: var(--text-7xl);
  }
  .lg\:text-8xl {
    font-size: var(--text-8xl);
  }
  .lg\:text-9xl {
    font-size: var(--text-9xl);
  }
}

@media (max-width: 991px) {
  .md\:text-xs {
    font-size: var(--text-xs);
  }
  .md\:text-sm {
    font-size: var(--text-sm);
  }
  .md\:text-base {
    font-size: var(--text-base);
  }
  .md\:text-lg {
    font-size: var(--text-lg);
  }
  .md\:text-xl {
    font-size: var(--text-xl);
  }
  .md\:text-2xl {
    font-size: var(--text-2xl);
  }
  .md\:text-3xl {
    font-size: var(--text-3xl);
  }
  .md\:text-4xl {
    font-size: var(--text-4xl);
  }
  .md\:text-5xl {
    font-size: var(--text-5xl);
  }
  .md\:text-6xl {
    font-size: var(--text-6xl);
  }
  .md\:text-7xl {
    font-size: var(--text-7xl);
  }
  .md\:text-8xl {
    font-size: var(--text-8xl);
  }
  .md\:text-9xl {
    font-size: var(--text-9xl);
  }
}

@media (max-width: 767px) {
  .sm\:text-xs {
    font-size: var(--text-xs);
  }
  .sm\:text-sm {
    font-size: var(--text-sm);
  }
  .sm\:text-base {
    font-size: var(--text-base);
  }
  .sm\:text-lg {
    font-size: var(--text-lg);
  }
  .sm\:text-xl {
    font-size: var(--text-xl);
  }
  .sm\:text-2xl {
    font-size: var(--text-2xl);
  }
  .sm\:text-3xl {
    font-size: var(--text-3xl);
  }
  .sm\:text-4xl {
    font-size: var(--text-4xl);
  }
  .sm\:text-5xl {
    font-size: var(--text-5xl);
  }
  .sm\:text-6xl {
    font-size: var(--text-6xl);
  }
  .sm\:text-7xl {
    font-size: var(--text-7xl);
  }
  .sm\:text-8xl {
    font-size: var(--text-8xl);
  }
  .sm\:text-9xl {
    font-size: var(--text-9xl);
  }
}

@media (max-width: 575px) {
  .xs\:text-xs {
    font-size: var(--text-xs);
  }
  .xs\:text-sm {
    font-size: var(--text-sm);
  }
  .xs\:text-base {
    font-size: var(--text-base);
  }
  .xs\:text-lg {
    font-size: var(--text-lg);
  }
  .xs\:text-xl {
    font-size: var(--text-xl);
  }
  .xs\:text-2xl {
    font-size: var(--text-2xl);
  }
  .xs\:text-3xl {
    font-size: var(--text-3xl);
  }
  .xs\:text-4xl {
    font-size: var(--text-4xl);
  }
  .xs\:text-5xl {
    font-size: var(--text-5xl);
  }
  .xs\:text-6xl {
    font-size: var(--text-6xl);
  }    
  .xs\:text-7xl {
    font-size: var(--text-7xl);
  }
  .xs\:text-8xl {
    font-size: var(--text-8xl);
  }
  .xs\:text-9xl {
    font-size: var(--text-9xl);
  }
}

.tracking-xs {
    letter-spacing: -0.02em !important;
}
.tracking-xxs {
    letter-spacing: -0.035em !important;
}

.ml--03 {
  margin-left: -3px;
}
@media (max-width: 1229px) {
  .ml--03 {
    margin-left: -3px;
  }
}
@media (max-width: 991px) {
  .ml--03 {
    margin-left: -2px;
  }
}
.ml--05 {
  margin-left: -5px;
}
@media (max-width: 1229px) {
  .ml--05 {
    margin-left: -4px;
  }
}
@media (max-width: 767px) {
  .ml--05 {
    margin-left: -2px;
  }
}
.ml--10 {
    margin-left: -10px;
}
.mt--10 {
    margin-top: -10px;
}
.pt-120 {
  padding-top: 7.5rem
}
.pt-160 {
  padding-top: 10rem
}
.pb-120 {
  padding-bottom: 7.5rem
}
.pb-160 {
  padding-bottom: 10rem
}
@media (max-width: 991px) {
  .md\:pt-120 {
    padding-top: 7.5rem !important;
  }
  .md\:pt-160 {
    padding-top: 10rem !important;
  }
  .md\:pb-120 {
    padding-bottom: 7.5rem !important;
  }
  .md\:pb-160 {
    padding-bottom: 10rem !important;
  }
}
.inherit {
  display: inherit;
}
.leading-md-lg {
  line-height: 1.35 !important;
}
.leading-xss {
    line-height: 1.05 !important;
}
.leading-xxs {
    line-height: 1.0 !important;
}
.leading-xxxs {
    line-height: 0.95 !important;
}

/* 15.3. Navigation list */
.navList li a {
  letter-spacing: -0.04em;
}


/* 23. Contact */
.contact-form.-type-1 label .form__error {
  color: var(--accent-color);
}
.contact-form.-type-1 input.-error,
.contact-form.-type-1 textarea.-error {
  border-color: var(--accent-color) !important;
}

/*--------------------------------------------------
	24. Section heading
---------------------------------------------------*/
@media (max-width: 767px) {
  .sectionHeading.-sm .sectionHeading__title {
    font-size: 1.95rem;
    line-height: 1.1;
    margin-bottom: 1.1rem;
  }
}
.sectionHeading.-sm .sectionHeading__title {
  letter-spacing: -0.018em;
}

qm {
  top: -1em;
}
qm, qm {
  position: relative;
  font-size: 45%;
  line-height: 0;
  vertical-align: baseline;
  font-weight: 400;
}
/*--------------------------------------------------
	LANDINGPAGE Startseite stukram
---------------------------------------------------*/
.fluid-container.-grid {
    padding-left: 70px;
    padding-right: 70px;
}
@media (max-width: 1229px) {
.fluid-container, .fluid-container.-content, .fluid-container.-grid {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}
.work-section {
    padding-top: 180px;
    padding-bottom: 180px;
}
.work-grid {
    margin-left: calc(var(--work-grid-x-gap)/2*-1);
    margin-right: calc(var(--work-grid-x-gap)/2*-1);
}
.work-grid>* {
    padding-left: calc(var(--work-grid-x-gap)/2);
    padding-right: calc(var(--work-grid-x-gap)/2);
}
.work-grid>:nth-child(1n+4) {
    margin-top: var(--work-grid-vertical-margin);
}
@media (max-width: 991px) {
.work-grid>:nth-child(3n+2) {
    margin-top: 0;
    }
}
@media (max-width: 991px) {
.work-grid>:nth-child(2n+2) {
    margin-top: var(--work-grid-vertical-margin);
    }
}
@media (max-width: 767px) {
.work-grid>:nth-child(2n+2) {
    margin-top: 0;
    }
}
@media (max-width: 767px) {
.work-grid>:nth-child(1n+2) {
    padding-top: var(--work-grid-vertical-margin);
    }
.work-grid>:nth-child(1n+4) {
    margin-top: 0;
}
}

.workItem-content {
    text-align: center;
}
.workItem-img {
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.workItem .workItem-img, .workItem .workItem-img-inner {
    transition: transform .5s cubic-bezier(.165,.84,.44,1);
}
.workItem:hover .workItem-img {
    transform: scale(.95);
}
.workItem-title {
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.01em;
    font-size: 22px;
    margin-top: 24px;
}
.workItem .workItem-title {
    transition: color .5s cubic-bezier(.165,.84,.44,1),transform .5s cubic-bezier(.165,.84,.44,1);
}
.workItem:hover .workItem-title {
    transform: translateY(10px);
    color: var(--theme-color);
}
.s-work-content {
    text-align: center;
    margin-bottom: 92px;
}
.s-work-title {
    font-weight: 700;
    font-size: 52px;
    line-height: 1.3;
    letter-spacing: -.02em;
}
.s-work-text {
    margin-top: 16px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(0,0,0,.7);
}

/* 27. UI elements */
.ui-element__scroll {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 500;
}


.sliderMain.-type-2 .slider__img.-cover-dark-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}
.sliderMain.-type-2 .slider__img.-cover-dark-2::after {
    background-color: rgba(0, 0, 0, 0.5);
}
.sliderMain.-type-2 .slider__img.-cover-dark-3::after {
    background-color: rgba(0, 0, 0, 0.4);
}
.sliderMain.-type-2 .slider__img.-cover-dark-4::after {
    background-color: rgba(0, 0, 0, 0.3);
}

/* 30. Main slider type-1 */
.sliderMain.-type-1 .sliderMain__title {
  line-height: 0.95;
}
.sliderMain.-type-2.bottom .slider__content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding-bottom: 8rem;
}
.sliderMain__img.-cover-dark-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.sliderMain__img.-cover-dark-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.sliderMain__img.-cover-dark-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.sliderMain__img.-cover-dark-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}


/* 33. Masthead base */
.masthead.-type-1 .masthead__img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.masthead__img.-cover-dark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.masthead__img.-cover-dark-1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.masthead__img.-cover-dark-2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.masthead__img.-cover-dark-3::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.masthead__img.-cover-dark-4::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------
	35. Masthead type-1
---------------------------------------------------*/
.masthead.-type-1.bottom {
  overflow: visible;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  width: 100%;
  padding-bottom: 8rem;
}

.masthead.-type-1 .masthead__title {
  line-height: 1.02;
}
.masthead.-type-work-1 .masthead__title {
  line-height: 1.05;
  letter-spacing: -0.03em;
}
.sliderMain.-type-1.bottom .container-fluid {
  overflow: visible;
  display: flex;
  align-items: flex-end;
  height: 100vh;
  width: 100%;
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
.sliderMain.-type-1.bottom .container-fluid.lg\:flex-center {
  overflow: visible;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding-bottom: 0rem;
  }
}
.sliderMain.-type-2 .slider__title {
  display: block;
  line-height: 1.02;
  letter-spacing: -0.03em;
  font-size: 5vw;
}

/* ImageGalerie */
.gslide-image img {
    max-height: 70vh;
}
@media (min-width: 769px) {
.gslide-image img {
    max-height: 70vh;
    }
}
/* Checkbox */
/* Customize the label (the container) */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 40px!important;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 1.3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark-checkbox {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark-checkbox {
  background-color: var(--accent-color);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-checkbox:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark-checkbox:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark-checkbox:after {
  left: 8px;
  top: 0px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.container-checkbox label.error{
	margin-top: 10px;
}

form textarea[name="nachricht"] {
	height: 23.05rem;
}

#cookieInfo{
	position: fixed;
	width: 100%;
	color: #ccc;	
	background: rgba(19, 20, 25, 0.9);
	z-index: 9999;
	bottom: 0;
}

#cookieContent{
	padding:10px;
	font-size:12px;
}

#cookieContent a.small{
	margin: 0;
	padding: 6px 11px;
	font-size: 12px;
} 

input.hideMe {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
.footer .footer__bottom.-line {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer.bg-dark-1 .footer__bottom.-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .footer__bottom .social__item{
	color: #000;
}
.footer.bg-dark-1 .footer__bottom p{
	color: var(--font-light);
}
.footer.bg-dark-1 .footer__bottom .social__item{
	color: #FFF;
}
.footer .footer__bottom .social__item:hover,
.footer.bg-dark-1 .footer__bottom .social__item:hover{
  color: var(--accent-color);
}
.footer.bg-gray-1 .footer__bottom.-line {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer.bg-gray-1 .footer__bottom p{
	color: var(--font-light);
}
.footer.bg-gray-1 .footer__bottom .social__item{
	color: #FFF;
}
.footer .footer__bottom .social__item:hover,
.footer.bg-gray-1 .footer__bottom .social__item:hover{
  color: var(--accent-color);
}
.footer.bg-accent .text-white a:hover{
  color: var(--font-black);
}


/*--------------------------------------------------
	14. Blog sidebar
---------------------------------------------------*/
/*--------------------------------------------------
	blogSidebar
---------------------------------------------------*/
.blogSidebar.left {
    padding-left: 0;
    padding-right: 6rem;
    /*padding-right: 6.875rem;*/
}

@media (max-width: 991px) {
  .blogSidebar.left {
    padding-left: 0;
    padding-right: 3rem;
    margin-top: 0;
    margin-bottom: 5rem;
  }
}

.h-placeholder-header {
    margin-top: 6rem
}
@media (max-width: 767px) {
    .h-placeholder-header {
    margin-top: 3.75rem
    }
}

.h-full--header {
    height: calc( 100vh - 6rem )
}
@media (max-width: 767px) {
    .h-full--header {
    height: calc( 100vh - 3.75rem )
    }
}

.h-100 {
    height: 100%!important;
}
.h-75 {
    height: 75% !important;
}
.h-50 {
    height: 50%!important;
}


form input[type="text"],
form input[type="date"],
form input[type="number"],
form input[type="number"],
form input[type="search"],
form textarea,
form input[type="email"],
form select {
    border: 0;
    font-size: 1.1875rem;
    line-height: 1.5;
    font-weight: 500;
    width: 100%;
    padding: 14px 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition: border 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 767px) {
    form input[type="text"],
    form input[type="date"],
    form input[type="number"],
    form input[type="search"],
    form textarea,
    form input[type="email"],
    form select {
        font-size: 1.0625rem;
    }
}

form input[type="text"]:focus,
form input[type="date"]:focus,
form input[type="number"]:focus,
form input[type="search"]:focus,
form textarea:focus,
form input[type="email"]:focus,
form select:focus {
    outline: none;
    border-bottom: 1px solid black;
}