/**
Theme Name: Oh WOW
Author: Studio MINT
Author URI: https://www.studio-mint.at/
Version: 1.0
*/
@import url("css/headlines.css");
@import url("css/navigation.css");
@import url("css/mobile.css");
@import url("css/fonts.css");
@import url("css/angebote.css");
@import url("css/popup.css");

:root {
  --black: #000000;
  --white: #ffffff;
  --red: #a23e38;
  --green: #81ccbc;
  --dark-green: #596152;
  --dark-grey: #0e0e0e;
  --beige: #f6f5f0;
  --background: #dddfde;
  --bg-grey: #9ea5a4;
  --mid-grey: #545454;
  --business-red: #d85154;
  --big-screen-size: 1440px;
}

.link-button a {
  width: 150px;
  height: 150px;
  background-color: var(--green);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: var(--black);
  line-height: 1.4em !important;
  position: fixed;
  bottom: 130px;
  right: 20px;
  z-index: 1;
}

.logo img.custom-logo {
  max-height: 70px; /* maximale Höhe */
  width: auto; /* Breite passt sich proportional an */
  height: auto; /* Höhe darf kleiner sein, wenn Bild kleiner ist */
}

.menu li.red-text a {
  color: var(--red);
}

.page-id-1733 .wpforms-submit {
  background-color: var(--business-red) !important;
}

.wpforms-submit {
  background-color: var(--red) !important;
}

div.hidden {
  display: none;
}

.hero {
  max-width: 1600px !important;
}

#toggleTextBtn.active .elementor-button-text::after {
  content: " ▲"; /* You can use any icon or symbol here */
}
#toggleTextBtn .elementor-button-text::after {
  content: " ▼";
  position: absolute;
}

#toggleTextBtn {
  cursor: pointer;
}

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 550px;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* General style for all interactive elements */
a:focus-visible,
button:focus-visible,
input[type="button"]:focus-visible,
input[type="submit"]:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible,
[role="button"]:focus-visible,
.menu-icon:focus-visible {
  outline: 1px dotted var(--nm-dark-blue) !important;
  outline-offset: 2px;
}

p {
  margin: 0 0 12px;
}

body,
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  font-family: "Red Hat Display";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4em;
  color: var(--dark-grey);
}
* {
  box-sizing: border-box;
}

a {
  color: var(--dark-grey);
}

img {
  max-width: 100%;
  height: auto;
}

.elementor-button-text {
  font-weight: 400;
  letter-spacing: 2px;
}

div.container-centered {
  margin: 0 auto;
  max-width: 1440px !important;
}

.fullheight .elementor-widget-image {
  height: 100%;
}

.no-margin-headings h4 {
  margin: 0;
}

.svg-menu-item a svg {
  width: 25px;
	margin-top: -2px;
	color: var(--white);
	fill: #fff !important;
  stroke: #fff !important;
}

@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
  .hero__headline {
    position: relative !important;
    background-color: var(--bg-grey);
  }
  .video-container {
    max-height: 450px;
  }
}

@media (max-width: 768px) {
  .video-container {
    max-height: 350px;
  }
  .link-button a {
    width: 75px;
    height: 75px;
    font-size: 12px;
  }
}
