/*
Theme Name: Kardinerhof Theme
Author: Michael Gantioler
Description: WordPress Theme erstellt für den Kardinerhof. 
Version: 1.0
License: GNU General Public License v3 or later
License URI: http: //www.gnu.org/licenses/gpl-3.0.html
*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.gal {
  max-width: 60% !important;

}

.slider {
  max-width: 60% !important;
  max-width: 1024px;
  margin: auto;

}

.gal figure img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.box figure img {
  border-radius: 0.25rem;

}


.bgbeige {
  background-color: #f0deb4;

}

body {
  background-color: #f9f9f9;
  font-family: 'Lato', sans-serif;
}

h4 {
  color: #666;
}

h5 {
  color: #666;
}

li {
  font-size: 1.2em;
  color: #666;

}
.listeDatens li{
  padding: 15px 0px;

}

li>ul>li {
  font-size: 1em;
}

ul>li>ul>li {
  font-size: inherit;
}

.listnone {
  list-style: none;

}


.container {
  max-width: 1024px;
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

.header-container {
  justify-content: center !important;
  align-items: center;
  background-color: rgba(240, 222, 180, 0.8);
  position: absolute;
  width: 100%;
  font-size: 1.2em;

}




.galerie {
  margin: auto;

}

@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}


/* SVGs Footer*/
.bi {
  margin-bottom: 6px;
}


.footer-container {
  @media all and (min-width: 600px) {
    display: flex;
  }

  justify-content: center;
  align-items: center;
  padding: 20px 10%;
  background-color: rgba(240, 222, 180, 0.8);
  position: relative;
  width: 100%;
  font-size: 1.4em !important;
  gap: 2rem;

}

.subfooter {
  background-color: rgba(240, 222, 180, 0.8);
  padding: 20px 0;
  text-align: center;
  font-size: 0.9em;

}

.subLinks {
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  z-index: 2000;
  position: relative;
}

.headerd {
  position: relative;
}

footer {
  margin-top: 10px;
  text-align: center;
}


a {
  text-decoration: none;
}

.header-menu {
  display: flex;
}

.header-menu li {
  margin: 0 10px;
}

.header-menu a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
}

.header-menu a:hover {
  color: #000;
  text-decoration: underline;
}

.my-logo img {
  max-width: 250px;
  /* feste Logogröße statt Prozent */
  height: auto;
}

.hero {
  background-color: #d6ebff;
  padding: 50px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px;
}

.hero h1 {
  font-size: 2.5em;
  margin-bottom: 20px;
}

.hero p {
  font-size: 1.2em;
  color: #666;
}


.page-header {
  background-color: #d6ebff;
  padding: 50px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.page-header h1 {
  font-size: 2em;
  margin-top: 20px;
}

.article-full img {
  max-width: 100%;
}

.article-full h2 {
  font-size: 2em;
  margin-bottom: 20px;
}

.article-full h3 {
  font-size: 4em;
  margin-bottom: 20px;
  color: #403708;
}


.article-full p {
  font-size: 1.2em;
  color: #666;
  margin-top: 20px;
}


/*Font*/
.tangerine-bold {
  font-family: "Tangerine", cursive;
  font-weight: 700;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #666;

}

h2 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #666;

}


h3 {
  font-family: 'Tangerine', sans-serif;
  font-weight: 700;
  color: #000;

}

.wp-element-caption {
  font-size: 1.1em !important;
}

.josefin-sans-reg {
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/*Anfrage Button*/
.fixed-bottom {
  bottom: 10px;
  right: 10px;
  z-index: 1030;
}

/*Anfrage Button auf Kontakt Seite entfernen*/
.page-id-16 .fixed-bottom {
  display: none;
}

/* Italiensiche Kontakt Seite*/
.page-id-1427 .fixed-bottom {
  display: none;
}

/* Englische Kontakt Seite*/
.page-id-1621 .fixed-bottom {
  display: none;
}

.btn-xl {
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 10px;

}

.btn-style:hover {
  background-color: #889432;
  color: white;

}

.logoText {
  color: #403708;
}

.spaceNav {
  padding-top: 13em;
  padding-bottom: 3em;
}

.spaceNavT {
  padding-top: 6.5em;
}

a {
  color: #9dab3c;
}

.btn-xl {
  background-color: #9dab3c;
  color: white;
  border-style: none !important;
}

#scrollButton {
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  /* Button ist nicht klickbar, wenn nicht sichtbar */
}

#scrollButton.sichtbar {
  opacity: 1;
  pointer-events: auto;
}

.bgdunkel {
  background-color: #101b22ba;
}



/*Unterüberschriften NAV*/
.highlight-first-word::first-line {
  font-size: 1em;
}

.no_mobile {
  @media (max-width: 600px) {
    display: none;
  }
}

.highlight-first-word::after a {
  content: "";
  display: block;
}

.highlight-first-word a.first-word {
  font-size: 1.1em;
  display: block;
}

.highlight-first-word {
  text-align: center;
}


/*Abstand navbar mobile*/
.navbar-toggler {
  margin-left: 10%;
}

/*Überschriften ersten Buchstaben Grün*/
h3::first-letter {
  color: #9dab3c;
}


.wpcf7 input {
  max-width: 100%;
}

.wpcf7 label {
  max-width: 100%;
}

.wpcf7 textarea {
  max-width: 100%;
}

.dropdown-toggle-icon::after {
  content: '\25BC';
  /* ▼ */
  font-size: 0.65rem;
  margin-left: 0.25rem;
  display: inline-block;
}



.menunowrap {
  flex-wrap: nowrap !important;
  height: 125px;

  @media all and (min-width: 1250px) {
    justify-content: center !important;
  }

  @media all and (max-width: 1250px) {
    justify-content: right !important;
  }

}


.my-logo.headerd {
  position: absolute;
  left: 0;
  /* Logo ganz links */
  top: 50%;
  transform: translateY(-50%);
}