/*
Theme Name: spa fahrzeugpflege
Theme URI: https://www.spa-fahrzeugpflege.de/
Author: LAKRIZZ
Author URI: https://www.lakrizz.de/
Description: Spa Fahrzeugpflege Website 2026
Tags: theme-options
*/

.preloader .sk-cube-grid .sk-cube {
  background-color: #2f2f2f;
  border-radius: 30px;
}


/*---------------------------
  Fonts
----------------------------*/
/* raleway-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/raleway-v37-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 300;
  src: url('assets/fonts/raleway-v37-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/raleway-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('assets/fonts/raleway-v37-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/raleway-v37-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 500;
  src: url('assets/fonts/raleway-v37-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/raleway-v37-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* raleway-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/raleway-v37-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* league-gothic-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'League Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/league-gothic-v13-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


/*---------------------------
  General
----------------------------*/
body {
  font-family: 'Raleway';
  background-color: #fff;
  font-size: 16px;
  font-size: 1.05rem;
  color: #2d2d2d;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(41, 82, 121, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: rgba(41, 82, 121, 1.0) !important;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	padding: 80px 8% 60px;
	margin: 0 auto;
}

.h2, h2, .section-title h2 {
  font-family: 'Raleway';
  color: #2d2d2d;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.h3, h3 {
  color: #295279 !important;
  font-family: 'Raleway';
  font-style: normal;
  font-size: 1.05rem;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 600;
}

.section-content h3:first-child {
  margin-top: 0;
}

.h4, h4 {
  color: #2d2d2d;
  font-weight: 600;
}

p {
  color: #2d2d2d;
  font-weight: 500;
}

a {
  color: #2d2d2d;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  text-transform: none;
  letter-spacing: inherit;
}

a:focus, a:hover {
  color: #000 !important;
  text-decoration: none;
}

button,
input[type="submit"] {
  color: #2d2d2d;
  margin: 0 auto;
  display: block;
  text-align: center;
  border: 2px solid #2d2d2d !important;
  border-radius: 0;
  padding: 13px 20px;
  background-color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95rem;
  letter-spacing: 1px;
}
button:hover,
input[type="submit"]:hover {
  background-color: #f2ece1;
  color: #000 !important;
  -webkit-transition: color 500ms linear;
  -ms-transition: color 500ms linear;
  transition: color 500ms linear;
}
button a {
  color: #2d2d2d;
}
button a:hover {
  color: #000 !important;
}

span.wpcf7-list-item {
    margin-left: 0;
}

input,
textarea {
  border-radius: 0;
  border: 1px solid #2d2d2d;
  min-height: 40px;
  padding: 2% 4%;
  font-weight: 400;
  width: 100%;
  max-width: 100%;
}
input[type=checkbox],
input[type=submit] {
  min-height: auto;
  width: auto;
}

.input-group {
  position: relative;
}

.input-group input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #000;
}

/* Label liegt im Input */
.input-group label {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

/* Label verschwindet bei Fokus oder Eingabe */
.input-group input:focus + label,
.input-group input:not(:placeholder-shown) + label {
  opacity: 0;
}

/*---------------------------
  Header
----------------------------*/
header {
  display: inherit !important;
}

header.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 600;
}

header .topbar {
  display: inherit;
  background-color: #2e2e2e;
  height: 40px;
  color: #efefef;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 2%;
  padding-right: 2%;
}

header.site-header div.topbar .contact-info ul li:first-child h1,
header.site-header div.topbar .contact-info ul li.ti-location-pin,
header.site-header div.topbar .contact-info ul li.ti-email,
header.site-header div.topbar .contact-info ul li.ti-time {
  display: none;
}


header .topbar .contact-info {
  display: flex;
  font-size: 0.9075rem;
  color: #efefef;
  font-weight: 500;
}
header .topbar .contact-info a {
  color: #efefef;
  text-decoration: none;
}
header .topbar .contact-info a:hover {
  color: #fff !important;
}

header .topbar .contact-info .contact-links {
  position: absolute;
}

header .topbar .contact-info ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .topbar .contact-info ul li {
  font-family: 'Raleway';
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
  padding-top: 5px;
}
header .topbar .contact-info h1 {
  font-family: 'Raleway';
  font-style: italic;
  font-size: 0.9375rem;
  color: #efefef;
  margin: 0;
}
header .topbar .contact-info ul > li + li {
  margin-left: 5px;
  padding-left: 0;
  border-left: 0 none;
  padding-top: 0;
}
header .topbar .contact-info ul li.ti-location-pin:before {
  font-family: 'themify';
  content: "\e693";
  /*content: url(assets/images/icons/icon_location.svg);*/
}
header .topbar .contact-info ul li.ti-mobile:before {
  font-family: 'themify';
  content: "\e621";
  /*content: url(assets/images/icons/icon_tel.svg);*/
  margin-right: 8px;
}
header .topbar .contact-info ul li.ti-email:before {
  font-family: 'themify';
  content: "\e75a";
  /*content: url(assets/images/icons/icon_mail.svg);*/
  margin-right: 8px;
}
header .topbar .contact-info ul li.ti-time:before {
  font-family: 'themify';
  content: "\e72b";
  /*content: url(assets/images/icons/icon_clock.svg);*/
  margin-right: 8px;
}
header .topbar .contact-info .social-links {
  padding: 0;
  position: absolute;
  top: 7px;
  right: 12%;
}
header .topbar .contact-info .social-links ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.ti-facebook:before,
.i-whatsapp:before {
  content: none !important;
}
.social-links li.ti-facebook a {
  background-image: url(assets/images/icons/icon_facebook.svg);
  width: 20.4px;
  height: 24.6px;
  background-repeat: no-repeat;
}
.social-links li.i-whatsapp a {
  background-image: url(assets/images/icons/icon_whatsapp.svg);
  width: 20.4px;
  height: 24.6px;
  background-repeat: no-repeat;
}


/*---------------------------
  Logo, Navigation & Links
----------------------------*/
.navbar {
  background-color: rgba(51, 51, 51, 0.75) !important;
  padding: 0;
  margin-bottom: 0;
}
.nav-inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: start;
  justify-content: flex-start;
}

.main-nav {
  display: flex;
  gap: 0;
}

.site-header .navigation {
  border: 0 none;
  border-radius: 0;
}

.site-header #navbar > ul li a {
  color: #fff;
  font-family: 'League Gothic';
  text-transform: uppercase;
  font-size: 1.2975rem;
  letter-spacing: 1px;
  padding: 30px 12px 25px;
}
.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #d0bc98 !important;
}
.site-header #navbar > ul li#menu-item-99.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-99 a {
  color: #d0bc98 !important;
}

.site-header #navbar > ul > .menu-item-has-children > a::before {
  right: 0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #D0BC98 !important;
}

.logo-wrap {
  display: none;
  background-color: transparent;
  position: relative;
  margin-top: 6px;
}
.logo-wrap-mobile {
  display: block;
}

.logo-link {
  display: inline-flex;
  align-items: center;
}

.logo-wrap::before,
.logo-wrap::after {
  display: none;
  content: "";
  position: absolute;
  bottom: 9.5px;
  height: 5px;
  background: #fff;
}

.logo-wrap::before {
  width: 35vw;
  left: -32vw;
}

.logo-wrap::after {
  width: 80vw;
  right: -76.5vw;
}

.logo-img {
  display: block;
  width: 283px;
  height: 70px;
}


/*---------------------------
  Content Single Page
----------------------------*/
section.page-title {
  padding: 0 !important;
}
section.single-page {
  padding: 0;
}

section.single-page .section-content {
  padding: 0;
  margin-top: 80px;
}

.section-content a {
  color: #295279 !important;
}
.section-content a:hover {
  color: #000 !important;
}

section.single-page .container {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

section.single-page .row {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto !important;
}

section.single-page .wp-block-group__inner-container,
section.single-page .section-title {
  width: 100%;
  max-width: 1400px;
  padding: 85px 10% 60px;
  margin: 0 auto !important;
}
section.single-page .wp-block-group__inner-container:last-child {
  padding-bottom: 120px;
}

section.single-page .section-title {
  padding: 0 8%;
}
section.single-page .wp-block-group__inner-container h2 {
  text-align: left;
  font-family: 'League Gothic';
  font-size: 1.65rem !important;
  letter-spacing: 1px;
  margin-bottom: 30px !important;
}
section.single-page .wp-block-group__inner-container p {
  hyphens: auto;
}
section.single-page .wp-block-group__inner-container ul {
  display: block;
  margin: 20px 0 30px 0;
}
section.single-page .wp-block-group__inner-container  ul li {
  font-size: 1.075rem;
  font-weight: 600;
  vertical-align: middle;
  display: block;
  margin: 0 0 5px 0;
}
section.single-page .wp-block-group__inner-container  ul li:before {
  content: url("assets/images/icons/pfeil-rechts_li.svg");
  margin-right: 10px;
  width: 15px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

section.single-page .wp-block-image :where(figcaption) {
  margin-top: 0.35em;
  font-style: italic;
  font-size: 0.95rem;
}

section.content-section {
	background-color: #dac9ad;
}

.section-title {
  margin-bottom: 15px !important;
}
.section-title > h1 {
  font-family: 'League Gothic';
  font-weight: 400;
  font-style: normal;
  font-size: 41px;
  line-height: 48px;
  color: #2d2d2d;
  text-align: center;
  margin: 0 !important;
}

section h2 {
	font-size: 1.05rem !important;
	text-align: center;
	font-weight: 700;
	margin: 0 !important;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
section.content-section h2::after,
section.kontakt h2::after {
	display: block;
	content: url("assets/images/unterstrich_big.svg");
	margin-top: 10px;
	margin-bottom: 50px;
}


/*---------------------------
  Startseite
----------------------------*/
.hero-slider {
  height: 100vh;
}
.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
	bottom: 90px;
}

section.teaser-section {
  background-color: #F1EBE0;
  width: 100%;
  max-width: 100%;
  margin: -60px auto 0;
  padding: 0 2% 80px;
  z-index: 500;
}
.teaser-section-inner {
  width: 100%;
  max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}

.start-teaser {
  background-color: transparent;
  width: 100%;
  max-width: 25%;
  height: auto;
  display: inline-block;
  position: relative;
}

.programm-teaser {
  background-color: transparent;
  width: 100%;
  max-width: 33.33%;
  height: auto;
  display: inline-block;
  position: relative;
  margin-top: -60px;
}

.teaser-body {
	background-color: #fff;
	position: relative;
  padding: 35px 20px 0;
  width: 100%;
	height: 360px;
}
.programm-teaser .teaser-body {
  padding: 60px 45px 45px;
  height: 330px;
}

.teaser-icon {
  background-color: #fff;
  width: 50px;
  margin: 0 auto;
}

.programm-teaser .teaser-pfeil {
  content: url("assets/images/icons/pfeil-rechts.svg");
  position: absolute;
  top: 20px;
  left: 25px;
  width: 20px;
  height: 30px;
}

h2.teaser-headline {
  font-family: 'League Gothic';
  font-size: 1.75rem !important;
  text-align: center;
  margin-bottom: 15px !important;
  margin-top: 15px !important;
}

p.teaser-text {
	font-size: 0.9099rem;
  line-height: 1.45;
	hyphens: auto;
	hyphenate-limit-chars: auto 6;
  hyphenate-limit-lines: 2;
}

.teaser-footer {
  background-color: #fff;
	position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 20px;
  display: block;
}

.programm-teaser .teaser-body::after {
  background: url("assets/images/unterstrich_big.svg") center / cover no-repeat;
  content: "";
  position: absolute;
  left: 25%;
  bottom: 30px;
  width: 270px;
  height: 7px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
.programm-teaser .teaser-body:hover::after {
  opacity: 1;
  transform: translateY(0);
}

button.teaser_buttonlink a {
  font-size: 0.895rem;
}

button.teaser_buttonlink::after {
	background: url("assets/images/unterstrich_big.svg") center / cover no-repeat;
  content: "";
  position: absolute;
  left: 25%;
  bottom: 15px;
  width: 200px;
  height: 7px;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}
button.teaser_buttonlink:hover::after {
  opacity: 1;
  transform: translateY(0);
}

section.parallax-bg {
  	height: 100vh;
  	width: 100%;
  	z-index: 1;
  	background-size: cover;
  	background-position: center;
  	background-attachment: fixed;
}

section.aktuell-section {
	background-color: #f2f2f2;
}

section.aktuell-section .section-title > h1 {
	color: #295279;
	line-height: 1;
}
section.testimonials .section-title > h1,
section.kontakt .section-title > h1,
section.kontakt h2 {
  color: #efefef;
}
section.aktuell-section .section-title > h1::after,
section.testimonials .section-title > h1::after {
	display: block;
	content: url("assets/images/unterstrich_beige.svg");
	margin-top: -15px;
	margin-bottom: 50px;
}
section.kontakt .section-title > h1::after {
  display: none;
}

section.aktuell-section h2.headline_aktuelles {
  font-family: 'League Gothic';
  text-transform: uppercase;
  text-align: left;
  font-size: 2.0rem !important;
  letter-spacing: 4px;
}

section.aktuell-section .content-text {
	background-color: #dee2e6;
	padding: 40px 8% 30px;
}

section.aktuell-section .content-wrapper-aktuelles {
  display: flex;
  margin-top: 20px;
  gap: 30px;
}

section.testimonials {
	background-color: #575757;
}
section.testimonials .swiper-slide{
  padding: 0 10%;
  background: transparent;
}
section.testimonials .slide-inner {
  background-color: transparent;
  color: #efefef;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 4% 10%;
  text-align: center;
  font-weight: 600;
  transform: unset !important;
}
section.testimonials .slide-inner span {
  color: #D0BC98;
  font-style: italic;
  margin-left: 30px;
}
section.testimonials .swiper-pagination {
  display: none;
}
section.testimonials .swiper-button-prev {
  background-image: url("assets/images/icons/pfeil-links_beige.svg");
}
section.testimonials .swiper-button-next {
  background-image: url("assets/images/icons/pfeil-rechts_beige.svg");
}

section.referenzen {
  background-color: #fff;
  position: relative;
}
section.referenzen .col {
  position: relative;
  width: 100%;
}
section.referenzen .swiper-container {
  margin: 80px auto;
  width: 100%;
  max-width: 925px;
  height: 387px;
  position: relative;
}
section.referenzen .swiper-slide {
  padding: 0 10%;
  overflow: hidden;
}
section.referenzen .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
section.referenzen .slide-inner span {
  color: #D0BC98;
  font-style: italic;
  margin-left: 30px;
}
section.referenzen .swiper-pagination {
  display: none;
}
section.referenzen .swiper-button-prev {
  background-image: url("assets/images/icons/pfeil-links_beige.svg");
}
section.referenzen .swiper-button-next {
  background-image: url("assets/images/icons/pfeil-rechts_beige.svg");
}

section.kontakt {
  background-image: url("assets/images/bg-kontakt.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.kontakt flexwrapper {
  background-color: rgba(255,255,255,0.5);
  width: 90%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  padding: 3% 4%;
}
section.kontakt flexwrapper flexbox {
  background-color: transparent;
  width: 100%;
}

section.kontakt a {
  text-decoration: underline;
}

/*---------------------------
  Kontaktformular
----------------------------*/
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent !important;
  background-color: #efefef !important;
}
.xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #efefef !important;
  border-top: 0 none !important;
}
.xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  background: #efefef !important;
  border-top: 0 none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #295279 !important;
  box-shadow: 0 none !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box,
.xdsoft_time_box {
  border-bottom: 0 none !important;
  border: 0 none !important;
}


/*---------------------------
  Footer
----------------------------*/
footer .container {
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 30px;
  flex-wrap: nowrap;
}

footer .container .row {
  display: inline-block;
  width: 100%;
  max-width: 33.33%;
  position: relative;
  margin: 0;
}

.site-footer .upper-footer {
  padding: 80px 5%;
}

.site-footer {
  background-color: #efefef !important;
  position: relative;
  font-size: 15px;
  color: #2d2d2d !important;
}

.site-footer .widget-title {
  margin-bottom: 0;
}

.site-footer .contact-widget {
  text-align: center;
}

.site-footer a {
  color: #2d2d2d !important;
}

footer .logo {
  position: absolute;
  bottom: 0;
}
footer .logo img {
  width: 300px;
  height: auto;
}

footer h2 {
  font-size: 1.55rem;
  margin-bottom: 10px !important;
  margin-top: 0;
}

footer .container .men {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  text-align: right;
  align-content: end;
}




/*---------------------------
  MEDIA QUERRIES
----------------------------*/
@media (max-width: 767px) {
  header .contact-info ul {
    display: inline-block;
  }

  header .contact-info ul li {
    float: none;
    border: 0;
    padding-bottom: 5px;
  }

  header .contact-info ul > li + li {
    margin: 0;
    padding: 5px 0 0;
    border: 0;
  }

  header .contact-info .social {
    text-align: center;
  }
  header .contact-info .social-links {
    float: none;
    display: inline-block;
  }
  header .contact-info .social-links a {
    font-size: 13px;
    font-size: 0.8125rem;
  }

}

@media (max-width: 991px) {
  header .contact-info ul li {
    font-size: 13px;
    font-size: 0.8125rem;
  }

  header .contact-info ul > li + li {
    margin-left: 15px;
    padding-left: 15px;
  }

  header .topbar .contact-info .contact-links {
    top: 10px;
    left: 0;
  }

  header .topbar .contact-info .social-links {
    top: 0;
    right: 0;
  }

  header.site-header #navbar .close-navbar {
    left: -42px;
  }

  header.site-header #navbar .close-navbar .ti-close {
    top: -3.5px;
    left: -6.5px;
  }

  .site-header .navbar-header button {
    background-color: #2d2d2d !important;
    border: 0 none !important;
  }

  .site-header #navbar > ul li a {
    color: #2d2d2d;
    font-size: 1.1975rem;
    padding: 15px 20px 10px;
  }

  section.teaser-section {
    padding: 0 5%;
    margin: 0 auto;
  }

  .teaser-section-inner {
    display: block;
  }

  .start-teaser {
    max-width: 100%;
    margin: 0 auto 80px;
  }

  section.aktuell-section .content-wrapper-aktuelles {
    display: block;
  }

  section.testimonials .swiper-slide {
    font-size: 90%;
  }

  .programm-teaser {
    max-width: 100%;
    margin: 0 auto 80px;
  }

  section.kontakt flexwrapper {
    display: block;
    font-size: 90%;
  }

  section.single-page .wp-block-group__inner-container {
    padding: 50px 10% 60px;
  }

  footer .container {
    display: block;
  }

  footer .container .row {
    max-width: 100%;
    margin: 50px 0 15px;
  }

}

@media screen and (min-width: 992px) {
	.site-header #navbar > ul .sub-menu {
	    background-color: #f1ebe0;
	    width: 220px;
	    position: absolute;
	    left: 0;
	    top: 100%;
	    z-index: 10;
	    visibility: hidden;
	    opacity: 0;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -o-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    transition: all 0.3s;
	    -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
	    margin-top: 1px;
	}

	site-header #navbar > ul .sub-menu::before {
		content: "";
	    width: 0;
	    height: 0;
	    border-style: solid;
	    border-width: 0 9px 10px 9px;
	    border-color: transparent transparent #f1ebe0 transparent;
	    margin: 0 0 0 20px;
	    padding-top: 1px;
	    position: absolute;
	    top: -11px;
	}

  .site-header #navbar > ul .sub-menu li {
   	background-color: #fff;
  }
  .site-header #navbar > ul .sub-menu li:hover {
   	background-color: #f1ebe0;
  }
  .site-header #navbar > ul .sub-menu li a,
  .site-header #navbar > ul .sub-menu li a:hover {
  	font-family: 'Raleway';
  	color: #2d2d2d !important;
  	font-size: 0.695rem;
    font-weight: 800;
  }
}

@media (min-width: 1024px) {
  header .topbar {
    height: 45px;
    padding-top: 8px;
    padding-left: 8%;
    padding-right: 8%;
  }

  header .topbar .contact-info ul {
    align-items: baseline;
  }
  header .topbar .contact-info ul li {
    margin-right: 0;
    padding-top: 0;
  }

  header.site-header div.topbar .contact-info ul li:first-child,
  header.site-header div.topbar .contact-info ul li.ti-location-pin,
  header.site-header div.topbar .contact-info ul li.ti-email {
    display: inherit;
  }

  header .topbar .contact-info ul > li + li {
    margin-left: 20px;
    padding-top: 5px;
    padding-left: 20px;
  }

  .main-nav {
    gap: 28px;
  }

  .nav-inner {
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
}

@media (min-width: 1215px) {
  .logo-wrap-mobile {
    display: none;
  }
  .logo-wrap {
    display: block;
    margin-top: 30px;
  }

  .logo-wrap::before,
  .logo-wrap::after {
    display: inherit;
  }

  .nav-inner {
    padding: 0 8%;
  }

  section.teaser-section {
    padding: 0 8% 80px;
  }

  .teaser-body {
    padding: 35px 30px 20px;
  }
  .teaser-footer {
    padding-bottom: 40px;
  }
}

@media (min-width: 1265px) {
  header.site-header div.topbar .contact-info ul li.ti-time {
    display: inherit;
  }
}

@media (min-width: 1410px) {
  .site-header #navbar > ul > li > a {
    font-size: 1.6775rem;
    letter-spacing: 1.5px;
  }
}


@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }

  p.teaser-text {
    font-size: 1.065rem;
  }

}

