/*
Theme Name: Vorlage
Theme URL: https://

Author: Sonja Lorch
Author URL: https://www.wunderlicht-fotografie.de

Description: ....

Requires at least: 6.5.4
Tested up to: 6.5.5
Version: 1.0
Requires PHP: 8.1.12

Tags: multipage, classic-theme, editor-style

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --hauptfarbe: #D47739;
  --hgfarbe: #e7e7e7;
}

@font-face {
  font-family: kalam-reg;
  src: url(fonts/Kalam/Kalam-Regular.ttf);
}

@font-face {
  font-family: kalam-bold;
  src: url(fonts/Kalam/Kalam-Bold.ttf);
}

@font-face {
  font-family: caveat;
  src: url(fonts/Caveat_Brush/CaveatBrush-Regular.ttf);
}

@font-face {
  font-family: anton;
  src: url(fonts/Anton_SC/Anton_SC/AntonSC-Regular.ttf);
}

body {
  background-color: var(--hgfarbe);
  overflow-x: hidden;
}

h1 {
  font-family: caveat;
  font-size: 3rem;
  text-align: center;
  margin: 0rem auto;
  margin-top: 8rem;
  margin-bottom: -5rem;
  color: rgb(0, 0, 0);
}

h2 {
  display: flex;
  font-family: caveat;
  margin-top: 3rem;
  justify-content: center;
  font-size: 2rem;
}

h2 a {
  text-decoration: none;
  color: black;
}

h2 a:hover {
  color: var(--hauptfarbe);
}

h3 {
  display: flex;
  font-family: caveat;
  font-size: 4rem;
  margin: 2rem auto;
  margin-top: 6rem;
  justify-content: center;
}

h4 {
  font-family: anton;
}

p {
  font-family: sans-serif;
  line-height: 180%;
}

/* Headernavigation */

#menu-headernav, #menu-footernav {
  display: flex;
  width: 100vw;
  height: 80px;
  background-color: var(--hauptfarbe);
  justify-content: space-around;
  align-items: center;
}

#menu-headernav {
  position: fixed;
  z-index: 60;
}

.menu-item {
  list-style: none;
  text-decoration: none;
}

.menu-item a {
  text-decoration: none;
  color: black;
  font-family: anton;
  font-size: 1.4rem;
}

/* Main, Hauptinhalt */

main {
  display: grid;
  justify-items: center;
}


/* Home, Startseite */

.home {
  justify-content: center;
  width: 100vw;
  height: auto;
  margin: 0 auto;
  background-image: url(img/hundepfoten_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.heropic {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.heropic img {
  border-radius: 10px;
}

.heropic p {
  margin-bottom: 5rem;
}


article p {
  display: flex;
  justify-content: center;
}

.artikel {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 80vw;
}

.artikel img {
  margin: 1rem auto;
  margin-left: 4rem;
  border-radius: 10px;
  box-shadow: rgb(68, 68, 68) 10px 10px 20px;
}

.artikel p {
  margin: 2rem;
  margin-right: 3rem;
  width: 40vw;
  border: 3px solid var(--hauptfarbe);
  border-radius: 10px;
  padding: 1rem;
  background-color: var(--hgfarbe);
}

.nav-links {
  display: flex;
  justify-content: space-around;
}

.page-numbers {
  display: flex;
  text-decoration: none;
  color: black;
  font-family: sans-serif;
  font-size: 1.5rem;
  
}

.page-numbers li {
  margin: 4rem;
  list-style: none;
}

.current {
  color: var(--hauptfarbe);
  text-decoration: underline;
}

.page-numbers:hover {
  color: var(--hauptfarbe);
}


/* Seiten*/

.inhalt {
  display: flex;
  justify-content: space-between;
  background-image: url(img/hundepfoten_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.seite{
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  margin-top: 5rem;
}

.seitenbild {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.seitenbild img {
  border-radius: 10px;
  margin: 3rem auto;
  margin-top: 5rem;
}


  /* Karten auf "Unsere Hunde" */

.card {display: grid;
  grid-template-rows: 1fr 2fr 2fr;
  width: 20vw;
  height: auto;
  border: var(--hauptfarbe) 2px solid;
  border-radius: 10px;
  background-color: var(--hgfarbe);
  padding: 2rem;
  margin-bottom: 3rem;
}

.card h2 {
  margin-top: 1rem;
}

.card img {
  border-radius: 10px;
}


/* Steckbrief */

.beitrag {
  margin: 10rem auto;
}

.rasse {
  display: flex;
  flex-direction: column;
  width: 80vw;
}

.daten {
  display: flex;
  flex-direction: row;
  background-color: var(--hgfarbe);
  border: 2px solid var(--hauptfarbe);
  border-radius: 10px;
  padding: 2rem;
  font-family: sans-serif;
  margin-top: 4rem;
  align-items: center;
}

.daten img{
  margin: 1rem;
  border-radius: 10px;
}

.steckbrief {
  width: 30vw;
  height: auto;
  margin: 2rem auto;
  
}

.bilder {
  margin: 2rem auto;
  align-items: center;
  margin-top: 5rem;
}

.wesen {
  width: 50vw;
  height: auto;
  margin: 2rem auto;
  background-color: var(--hgfarbe);
}

.geschichte {
  width: 50vw;
  height: auto;
  margin: 2rem auto;
  background-color: var(--hgfarbe);
}

.text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 1rem;
  padding: 0 2rem;
}

.gallery {
  margin: 5rem auto;
  margin-left: 0;
  padding: 2rem;
  background-color: var(--hgfarbe);
  z-index: 50;
}


/* Footerbereich */

footer {
  margin-top: 3rem;
}

.suche {
  border-radius: 10px;
  margin: 2rem 0;
}

.wp-block-search_inside-wrapper {
  border-radius: 10px;
}

/* .suchergebnis {
  display: flex;
} */

.search h3 {
  display: block;
  margin-top: 8rem;
  margin-left: 3rem;
  font-size: 2rem;
}

.suchbild img {
  width: 25vw;
  height: auto;
}

p .impressum {
  background-color: var(--hgfarbe);
  margin: 5rem auto;
  width: 60vw;
  font-size: 2rem;
}

.impressum {
  margin-top: 10rem;
  padding: 9rem 20rem;
  font-size: 1.5rem;
  background-color:hsla(0, 0%, 91%, 0.918);
}

.kontakt {
  font-family: sans-serif;
}

.formular {
  width: 60vw;
  height: auto;
  padding: 10rem;
  background-color: var(--hgfarbe);
}
