html {
  scroll-behavior: smooth;
}

html #wpadminbar {
  overflow: hidden;
}

div {
  scroll-margin-top: 120px;
}

input {
  accent-color: var(--primary);
}
textarea {
  width: 100%;
  min-height: 7rem;
  field-sizing: content;
}

a {
  transition: 250ms;
  text-decoration: none !important;
}

.main a:hover {
  opacity: 0.7;
  text-decoration: none;
}

a[href^="tel:"] {
  cursor: default;
}

p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--primary);
  margin-bottom: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "Montserrat", sans-serif;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.vc_row {
  margin-bottom: 100px;
}
.vc_row-o-equal-height .wpb_wrapper {
  height: 100%;
}

.wpcf7-list-item {
  margin: 0 16px 0 0;
}

.wpcf7-list-item label {
  display: flex;
  gap: 10px;
  align-items: start;
}
.wpcf7-list-item label input {
  margin-top: 6px;
}
.form-control {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.wpcf7 textarea {
  max-height: 100px;
}

.wpcf7-radio.form-control {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  background-color: #ccc;
}

.module-headline {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 84px;
  padding-bottom: 0;
}

.module-headline::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 180px;
  height: 2px;
  background-color: #4a4a4a;
  z-index: 1;
}

.module-headline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
  z-index: 2;
  background-image: url("/wp-content/themes/freundehohentwiel/assets/images/layout/icon-hohentwiel.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 53px 22px;
  background-color: #ffffff;
  width: 73px;
  height: 26px;
  display: block;
}

.section-partner {
  background: var(--secondary);
  padding-top: 80px;
  padding-bottom: 80px;
}
.bghtmlprimary.module-headline::after {
  background-color: var(--primary);
}
.bghtmlsecondary.module-headline::after {
  background-color: var(--secondary);
}
.modul--partner .owl-carousel img {
  transition: 300ms;
}
.modul--partner .owl-carousel a {
  color: var(--default);
}

.modul--partner .owl-carousel a:hover img {
  transform: scale(1.04);
}
footer {
  background-color: var(--primary);
}
footer :is(p, a) {
  color: var(--light);
}
footer a:hover {
  opacity: 0.7;
  color: #fff;
}
footer .footer-copyright.footer-copyright-style-2 {
  background: var(--primary);
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

/*
* Custom Section
*/
.custom-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-section .custom-section-left-content,
.custom-section .custom-section-right-content {
  display: none;
}

.custom-section .custom-section-middle-content {
  width: 100%;
  margin: 0 -70px;
  z-index: 1;
}

@media (min-width: 768px) {
  .custom-section .custom-section-left-content,
  .custom-section .custom-section-right-content {
    display: block;
    width: 34vw;
  }
  .custom-section .custom-section-middle-content {
    width: 50vw;
  }
}

@media (min-width: 992px) {
  .custom-section .custom-section-left-content,
  .custom-section .custom-section-right-content {
    width: 34vw;
  }
  .custom-section .custom-section-middle-content {
    width: 40vw;
  }
}
.custom-section .owl-prev {
  display: none !important;
}
.custom-section .btn-outline.btn-primary {
  background: #fff;
  border-color: #fff !important;
}
.custom-section .btn-outline.btn-primary:hover {
  background: var(--primary);
}
/*
Name: 			Examples - Spotlight Cursor Text
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	10.2.0
*/
.spotlight-cursor-text {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: var(--primary);
  overflow: hidden;
}

.spotlight-cursor-text .shape {
  will-change: transform;
  position: absolute;
  border-radius: 50%;
}

.spotlight-cursor-text .shape.shape-1 {
  background: var(--secondary);
  width: 650px;
  height: 650px;
  margin: -325px 0 0 -325px;
}

.spotlight-cursor-text .shape.shape-2 {
  background: #53c963;
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
}

.spotlight-cursor-text .shape.shape-3 {
  background: #0a9c1e;
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
}

.spotlight-cursor-text .content {
  top: 0;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  background: var(--light);
  mix-blend-mode: screen;
}

.spotlight-cursor-text .title {
  font-size: 150px;
  line-height: 150px;
  font-weight: bolder;
  color: #000;
  margin: 0;
  text-align: center;
}

@media (max-width: 1200px) {
  .spotlight-cursor-text .title {
    font-size: 75px;
    line-height: 75px;
  }
}

.section--webcam {
  background-size: cover !important;
}

.footerpartner img {
  min-width: 240px;
  filter: invert(100%);
}
.dynamic-image-2 {
  bottom: -75px;
  right: -17%;
}
.dynamic-image-2 img {
  max-width: 320px;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--primary);
}
