html {
  scroll-behavior: smooth;
}
img {
  user-select: none;
}
body {
  font-size: 1.5rem;
  margin: 0px;
  font-family: "Caladea", sans-serif;
  overflow-x: hidden;
}
h1 {
  font-size: 2rem;
  font-weight: 100;
  color: rgb(67, 2, 2);
  margin: 1vw;
  margin-top: 0vw;
}
h2 {
  font-size: 1.8rem;
  font-weight: lighter;
  color: rgb(67, 2, 2);
  margin: 1vw;
}
h3 {
  font-size: 1.6rem;
  font-weight: normal;
  color: rgb(67, 2, 2);
}
button {
  font-family: inherit;
}
*::selection {
  background-color: rgb(240, 209, 76);
}
a {
  text-decoration: none;
}
.logo {
  width: 4vw;
  position: absolute;
  left: 10vw;
  top: 0.5vw;
}
.active-site {
  color: rgb(67, 2, 2);
}

nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 5vw;
  gap: 2vw;
  align-items: center;
  font-size: 2rem;
  position: fixed;
  top: 0px;
  background: #fbf8e9;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 2;
  width: 100vw;
}
.nav-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 5vw;
  gap: 2vw;
  align-items: center;
  font-size: 2rem;
  position: fixed;
  top: 0px;
  background: #fbf8e9;
  z-index: 2;
  margin: 0;
}
.nav-item {
  display: flex;
  flex-direction: row;
}
nav a {
  text-decoration: none;
  color: black;
}
.hamburger {
  display: none;
  cursor: pointer;
  z-index: 4;
}
.bar {
  display: block;
  width: 5vw;
  height: 0.8vw;
  margin: 0.8vw auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: rgb(67, 2, 2);
}
.hamburger-line {
  display: block;
  margin: -2.5vw;
  color: grey;
  margin-left: 1vw;
}
.angebot-dropdown > .angebot-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fbf8e9;
  box-shadow: 0.5vw 0.5vw rgba(0, 0, 0, 0.15);
  padding: 18px;
  border-radius: 10px;
  font-size: 1.7rem;
  width: fit-content;
}
.hover-effect:hover {
  transform: scale(1.1) !important;
  color: rgb(67, 2, 2);
  transition: ease 0.3s;
}
.angebot-dropdown > a:hover {
  transform: scale(1.1) !important;
  color: rgb(67, 2, 2);
  transition: ease 0.3s;
}
.angebot-dropdown {
  width: fit-content;
}

#angebot-hover:hover {
  transform: scale(1.1) !important;
  color: rgb(67, 2, 2);
  transition: ease 0.3s;
  z-index: 3;
}
.angebot-dropdown:hover > .angebot-dropdown-content {
  display: flex;
  flex-direction: column;
}
.angebot-dropdown > .hover-effect::hover {
  transform: scale(1.1);
  color: rgb(67, 2, 2);
  transition: ease 0.3s;
}
.ueber-mich-dropdown:hover > .ueber-mich-dropdown-content {
  display: flex;
  flex-direction: column;
}
.ueber-mich-dropdown > .ueber-mich-dropdown-content {
  display: none;
  position: absolute;
  background-color: #fbf8e9;
  box-shadow: 0.5vw 0.5vw rgba(0, 0, 0, 0.15);
  padding: 18px;
  border-radius: 10px;
  font-size: 1.7rem;
}
#ueber-mich-hover {
  z-index: 3;
}
.referenzen-sammlung a {
  color: black;
}
.referenzen-sammlung {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.zitat-head {
  font-size: 2rem;
  color: rgb(67, 2, 2);
}
.zitat-container {
  background-image: url("bilder/ein_fest.jpeg");
  text-align: center;
  width: 100vw;
  height: 50vw;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: bottom 4rem right 1rem;
  background-size: 25%;
  background-repeat: no-repeat;
  padding: 0px 0px 8vw;
}
.infos-homepage {
  width: 65vw;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1vw;
  padding: 3vw;
  border: 1px solid rgb(67, 2, 2);
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  background-color: rgb(250, 248, 233);
}
.margin-info-homepage {
  padding: 0px 30px;
}
.info-container {
  width: 35vw;
}
.headline-infos {
  font-size: 2rem;
  color: #5e0103;
  letter-spacing: 1px;
  font-weight: bold;
}
.expandable-text {
  display: none;
}
.more {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 1vw 0vw 0vw 0vw;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.more:hover {
  box-shadow: rgb(67, 2, 2) 0 0 0 3px, transparent 0 0 0 0;
}
.less {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin: 1vw 0vw 0vw 0vw;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.less:hover {
  box-shadow: rgb(67, 2, 2) 0 0 0 3px, transparent 0 0 0 0;
}
footer {
  margin-top: 6vh;
  width: 100%;
}
.footer-links {
  padding: 0.5vw 0vw 0.5vw 10vw;
  border-top: black solid 1px;

  background-color: #fbf8e9;
}
.footer-links a {
  text-decoration: none;
  color: rgb(107, 104, 104);
  font-size: 1.1rem;
  padding: 0px 10px 0px 0px;
}
.footer-infos {
  padding: 0.5vw 0vw 0vw 10vw;
  background-color: #fbf8e9;
  font-size: 1.1rem;
  color: rgb(107, 104, 104);
  padding-bottom: 1vw;
}
.footer-infos > span {
  padding: 0px 10px 0px 0px;
}
.kontakt-container {
  display: flex;
  flex-direction: row;
  gap: 20vw;
}
.picture-index {
  width: 30vw;
  height: auto;
  float: left;
  margin: 0vw 1vw;
  box-shadow: rgb(38, 57, 77) 0px 15px 30px -10px;
}
.picture-impressum {
  width: 20vw;
  padding: 7vw 0vw 0vw 0vw;
  user-select: none;
}
.picture-vita {
  width: 30vw;
  box-shadow: rgb(38, 57, 77) 0px 15px 30px -10px;
}
.picture-angebot {
  width: 30vw;
  height: fit-content;
}
.picture-flower-workshop {
  width: 20vw;
  margin-top: 5vh;
}
.picture-bird-denkwerkstatt {
  width: 15vw;
}
.picture-giesskanne {
  width: 20vw;
  margin-top: 5vh;
}
.elternberatung-container {
  background-image: url("bilder/Elternberatung\ 2.jpg");
  background-size: 35% !important;
}

.werkstatt-container {
  background-image: url("bilder/WERKstatt\ 1.jpg");
  background-size: 45% !important;
}
.workshop-container {
  background-image: url("bilder/Workshop\ Mehrsprachigkeit\ 1.jpg");
  background-size: 35% !important;
}
.denkwerkstatt-container {
  background-image: url("bilder/DENKwerkstatt\ 3.jpg");
  background-size: 35% !important;
}
.angebot-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  position: relative;
}
.angebot-anchor {
  position: absolute;
  bottom: 0;
  opacity: 50%;
  left: 47%;
  width: 4vw;
  height: auto;
}
.angebot-anchor:focus-visible {
  box-shadow: #222222 0 0 0 2px, rgba(255, 255, 255, 0.8) 0 0 0 4px;
  transition: box-shadow 0.2s;
}
.angebot-anchor:active {
  border-color: #000000;
  transform: scale(0.96);
}

.angebot-anchor:disabled {
  border-color: #dddddd;
  color: #dddddd;
  cursor: not-allowed;
  opacity: 1;
}

.index-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.angebot-main {
  color: #5e0103;
  display: flex;
  flex-direction: column;
}

.impressum-main {
  margin-top: 10vh;
  margin-left: 1vw;
  margin-right: 1vw;
}
.datenschutz-main {
  margin-top: 10vh;
  margin-left: 5vw;
  margin-right: 4vw;
}
.elternberatung-main,
.werkstatt-main,
.workshop-main,
.denkwerkstatt-main {
  margin-left: 5vw;
  margin-right: 4vw;
  margin-top: 10vh;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.projekte-main {
  display: flex;
  flex-direction: column;
  margin-left: 4vw;
  margin-right: 3vw;
  margin-top: 9vh;
}
.projekte-main img {
  width: 65vw;
}
.referenzen-main {
  margin-left: 4vw;
  margin-right: 3vw;
  margin-top: 10vh;
}
.vita-main {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 11vh 0vw 0vh 0vw;
  flex: 1;
}
.angebot-textbox {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1vw;
  padding: 1vw;
  border: 1px solid rgb(67, 2, 2);
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  background-color: rgb(250, 248, 233);
}
.scaling:hover {
  transform: scale(1.1);
}
.scaling {
  transition: 250ms;
}
.angebot-head {
  text-align: center;
  font-size: 2rem;
  color: rgb(67, 2, 2);
  margin: 1vw;
  padding: 2vw;
}
.width-inhalt-workshop {
  max-width: 60vw;
}
.width-methode-denkwerkstatt {
  max-width: 80vw;
}
.width-methode-elternberatung {
  max-width: 50vw;
}
.width-hintergrund-elternberatung {
  max-width: 50vw;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sternchen-text {
  font-size: 0.9rem;
}
.vita {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1vw;
  padding: 0vh 2vw 2vw 2vw;
  border: 1px solid rgb(67, 2, 2);
  line-height: 1.3;
  background-color: rgb(250, 248, 233);
  flex-direction: column;
  gap: 3vh;
  display: flex;
  border: 1px solid #000;
  height: 60vh;
}
.aufzaehlung-vita {
  display: none;
  user-select: none;
  color: #5e0103;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3vh;
}
.aufzaehlung-vita.active {
  display: block;
}
.header-and-aufzaehlung {
  display: flex;
  justify-content: space-between;
}
.header-vita {
  font-size: 5rem;
  user-select: none;
  z-index: 1;
  color: #5e0103;
  margin: 0;
}
.page {
  display: none;
  width: 41vw;
  padding-bottom: 5vw;
  margin-bottom: 0vh;
  font-size: 1.5vw;
  overflow: scroll;
  scrollbar-width: 0.5vw;
}
/* width */
::-webkit-scrollbar {
  width: 0.3vw;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #5e0103;
  border-radius: 3px;
}
.page.active {
  display: block;
}

.buttons-vita {
  bottom: 2vw;
  right: 2vw;
  user-select: none;
  margin-top: 3vh;
}

.button-vita {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: transparent 0 0 0 3px, rgba(18, 18, 18, 0.1) 0 6px 20px;
  box-sizing: border-box;
  color: #121212;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  margin-left: 0.5vw;
  outline: none;
  padding: 1rem 1.2rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  white-space: nowrap;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-vita:hover {
  box-shadow: rgb(67, 2, 2) 0 0 0 3px, transparent 0 0 0 0;
}
.projekte-container {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1vw;
  padding: 1vw;
  border: 1px solid rgb(67, 2, 2);
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  background-color: rgb(250, 248, 233);
}
.projekte-date {
  color: rgb(107, 104, 104);
  font-size: 1.1rem;
  margin: 1vw 0vw;
}
.referenzen-container {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 1vw;
  padding: 1vw;
  border: 1px solid rgb(67, 2, 2);
  overflow: hidden;
  position: relative;
  line-height: 1.3;
  background-color: rgb(250, 248, 233);
}
.red {
  color: rgb(67, 2, 2);
  display: inline;
  font-weight: bold;
}
#last-anchor {
  transform: rotate(180deg);
}
.underline {
  text-decoration: underline;
}
.scale-link:active {
  transform: scale(0.96);
}
.wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
/*Small devices (landscape phones)*/
@media only screen and (max-width: 829.98px) {
  .hamburger {
    display: block;
  }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(1vw) rotate(45deg) scale(1.5);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-2vw) rotate(-45deg) scale(1.5);
  }
  .angebot-dropdown,
  .ueber-mich-dropdown {
    width: 50vw;
  }
  .angebot-dropdown-content.active {
    display: block;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    position: relative;
    padding: 0;
    font-size: 2rem;
    margin-left: 6vw;
  }
  .ueber-mich-dropdown-content.active {
    display: block;
    display: flex;
    flex-direction: column;
    box-shadow: none;
    position: relative;
    padding: 0;
    font-size: 2rem;
    margin-left: 6vw;
  }
  .nav-menu.active {
    display: block;
    font-size: 2.5rem;
  }
  nav {
    display: flex;
    justify-content: space-around;
    gap: 70vw;
    height: 10vh;
  }
  .nav-menu {
    display: none;
    gap: 0;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    transition: 0.3s;
    margin-top: 9vh;
  }
  .nav-item {
    width: 50vw;
    margin-top: 1vw;
  }
  .logo {
    position: initial;
    height: 7vh;
    width: auto;
  }
  .hover-effect {
    transition: 0.7s ease;
  }
  .zitat-author {
    font-size: 3vw;
  }
  .zitat-head {
    font-size: 4vw;
  }
  .zitat-container {
    background-image: none;
    font-size: 0.9rem;
    margin-top: 15vw;
    padding: 0;
  }
  .headline-infos {
    font-size: 1.2rem;
  }
  .footer-infos,
  .footer-links > a {
    font-size: 1rem;
  }
  .infos-homepage {
    font-size: 1rem;
    width: 90vw;
    margin-top: 0vw;
  }
  .more,
  .less {
    margin-top: 1vw;
    font-size: 1.2rem;
    padding: 0.5rem;
  }
  .picture-index {
    width: 50vw;
  }
  .flex-row {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .width-normal-angebot {
    width: auto;
    padding: 3vw;
  }
  .width-methode-elternberatung {
    max-width: 100vw;
    padding: 3vw;
  }
  .width-hintergrund-elternberatung {
    max-width: 100vw;
    padding: 3vw;
  }
  .picture-angebot {
    width: 30vw;
  }
  body {
    font-size: 1rem;
  }
  h2 {
    font-size: 1.2rem;
  }
  .angebot-head {
    font-size: 1.4rem;
    margin-bottom: 4vw;
    text-align: center;
  }
  .picture-bird-denkwerkstatt {
    display: none;
  }
  .picture-flower-workshop {
    display: none;
  }
  .picture-giesskanne {
    display: none;
  }
  .sternchen-text {
    font-size: 0.6rem;
  }
  .width-inhalt-workshop,
  .width-normal-angebot,
  .width-inhalt-denkwerkstatt,
  .width-methode-denkwerkstatt,
  .width-methode-workshop,
  .width-methode-werkstatt {
    max-width: none;
    width: auto;
    height: auto;
    padding: 3vw;
  }

  .header-vita {
    font-size: 8vw;
    margin: 0;
  }
  .aufzaehlung-vita {
    font-size: 1rem;
    margin-top: 3vh;
  }
  .page {
    font-size: 1rem;
    width: 90vw;
    height: 30vh;
  }

  .button-vita {
    font-size: 0.8rem;
  }
  .picture-vita {
    display: none;
  }
  .referenzen-container {
    padding: 3vw;
  }
  .projekte-container {
    padding: 3vw;
  }
  .elternberatung-container {
    background-image: url("bilder/Elternberatung\ 2.jpg");
    background-size: 65% !important;
  }

  .werkstatt-container {
    background-image: url("bilder/WERKstatt\ 1.jpg");
    background-size: 65% !important;
  }
  .workshop-container {
    background-image: url("bilder/Workshop\ Mehrsprachigkeit\ 1.jpg");
    background-size: 50% !important;
  }
  .denkwerkstatt-container {
    background-image: url("bilder/DENKwerkstatt\ 3.jpg");
    background-size: 50% !important;
  }
  .angebot-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 90vh;
    display: flex;
    flex-direction: column;
    font-size: 2rem;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    position: relative;
  }
  .angebot-anchor {
    position: absolute;
    bottom: 0;
    left: 45%;
    opacity: 50%;
    width: 15vw;
    height: auto;
  }
}
/*Large devices (Tablets)*/
@media (max-width: 1200.98px) {
  .elternberatung-container {
    background-image: url("bilder/Elternberatung\ 2.jpg");
    background-size: 80% !important;
  }

  .werkstatt-container {
    background-image: url("bilder/WERKstatt\ 1.jpg");
    background-size: 80% !important;
  }
  .workshop-container {
    background-image: url("bilder/Workshop\ Mehrsprachigkeit\ 1.jpg");
    background-size: 65% !important;
  }
  .denkwerkstatt-container {
    background-image: url("bilder/DENKwerkstatt\ 3.jpg");
    background-size: 65% !important;
  }
}

/*Extra large devices (large desktops)*/
@media (max-width: 1199.98px) {
}
