/* allgemein */

.centerbold {
  display: block;
  text-align: center;
  font-weight: bold;
}

.centerboldborder {
  display: block;
  margin: 3rem auto;
  max-width: max-content;
  padding: 0.5em;
  font-weight: bold;
  border: 0.02em solid white;
  border-radius: 4px;
  box-shadow: 0.25em 0.25em 0.25em rgba(255, 255, 255, 0.375);
}

/* bis hier allgemein */

/* Ab hier rein Impressum */

.impsp {
  display: flex;
  justify-content: space-between;
  padding: 2em 0;
  margin-bottom: 1rem;
}

address {
  position: relative;
  padding: 1.5em;
  line-height: 1.5em;
  font-style: normal;
  border: 0.02em solid white;
  border-radius: 6px;
  box-shadow: 0.4em 0.4em 0.4em rgba(255, 255, 255, 0.375);
}

address img {
  position: absolute;
  right: 1em;
  top: 6em;
}

.flag {
  height: 1.4em;
  top: 12em;
  left: 1.5em;
}

.spendepp {
  display: flex;
  flex-direction: column;
  padding: 1em 1em 0em 1em;
  border: 0.02em solid white;
  border-radius: 6px;
  box-shadow: 0.4em 0.4em 0.4em rgba(255, 255, 255, 0.375);
}

.textareapp {
  height: 13.5rem;
  width: 22rem;
  margin-bottom: 0.5em;
}

.formularpp {
  align-self: center;
}

@media (max-width: 56rem) {
  .impsp {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .spendepp {
    margin-bottom: 1rem;
    padding-bottom: 1em;
  }
}

@media (max-width: 30rem) {
  .impressum {
    font-size: 0.8em;
  }
  .spendepp {
    width: 70%;
    height: auto;
  }
  .textareapp {
    width: auto;
    height: max-content;
  }
  address {
    margin: auto;
  }
  address img {
    width: 40%;
  }

  .flag {
    height: 1.2em;
    width: auto;
    top: 12.1em;
  }
}

/* Bis hier rein Impressum */

/* Hier für Datenschutz und Rechtliches kleinerer Text  */

.datenschutz h3 {
  padding: 1em 0;
}
.datenschutz h4,
h5 {
  padding: 0.6em 0;
}

.datenschutz p,
.datenschutz li {
  font-size: 0.8rem;
}

.datenschutz ul {
  list-style: none;
}

/* bis hier für Datenschutz und Rechtliches */

/* ---- nächstes ---- */

/* ab hier rein die Seite complete_pp_donation.html
und cancel_download_pp.html und fehler.html */

.completettxt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin: auto;
}

.completettxt h2 {
  text-align: center;
  padding-top: 1em;
}

.completettxtgross {
  text-align: center;
  font-size: 1.15rem;
  font-weight: bold;
  margin: 2em 0;
}

@media (max-width: 40rem) {
  .completettxt {
    width: 90%;
  }
}

.mailbackground {
  text-align: center;
  max-width: fit-content;
  background-color: #660000;
  padding: 0.8em 1.2em;
  border-radius: 3px;
  margin: auto;
  transition: 0.2s;
}

.mailbackground:hover {
  background-color: #3d0000;
}

/* bis hier rein die Seite complete_pp_donation.html
und cancel_download_pp.html und fehler.html */

/* ---- nächstes ---- */

/* ab hier rein Startseite index */

.startimgfloat {
  display: flow-root;
}

.startfloatright {
  float: right;
}

.startfloatright img {
  max-width: 400px;
  margin: 0.5em 0 0.5em 1.5em;
}

.startfloatleft {
  float: left;
}

.startfloatleft img {
  max-width: 400px;
  margin-top: 0.5em;
  margin-right: 1.5em;
}

@media (max-width: 47.5rem) {
  .startimgfloat {
    display: flex;
    flex-direction: column;
  }
  .startfloatright,
  .startfloatleft {
    text-align: center;
    margin-bottom: 1em;
  }
  .startfloatright img,
  .startfloatleft img {
    margin: 0 auto;
    width: 100%;
  }
}

/* ab hier Slideshow - Box */

.slideshow-container {
  max-width: 700px;
  position: relative;
  margin: auto;
}

/* Bilder sind erst mal standardmäßig ausgeblendet */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 48%;
  width: auto;
  margin-top: -52px;
  padding: 1.5rem;
  color: gray;
  font-weight: bold;
  font-size: 48px;
  transition: 0.6s ease;
  border-radius: 0 4px 4px 0;
  -webkit-user-select: none;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 4px 0 0 4px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.captiontxt {
  color: #660000;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/12 etc) */
.numbertxt {
  color: #660000;
  font-size: 1rem;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.linkboldborder {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 2rem;
}

.linkboldborder a {
  padding: 0.8em;
  background-color: #717171;
  border: 2px solid;
  border-radius: 4px;
  box-shadow: 0.25em 0.25em 0.25em rgba(255, 255, 255, 0.375);
  transition: 0.3s;
}

.linkboldborder a:hover {
  scale: 1.02;
}

/* bis hier Slideshow - Box */

/* ab hier Links Startseite unten */

.indexlinks {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.sitelinks {
  max-width: 36rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.sitelinks h3 {
  line-height: 1.5em;
}

.sitelinksbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 10.5rem;
  border: 1px solid;
  border-radius: 2px;
  background-color: white;
  transition: 0.3s;
}

.sitelinksbox:hover {
  scale: 1.03;
}

.sitelinksboxinhalt {
  text-align: center;
  margin: 0 auto;
}

.sitelinksboxinhalt img {
  max-width: 100%;
  height: auto;
}

.sitelinksbox a {
  text-decoration: none;
}

.sitelinksboxinhalt p {
  color: #660000;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5em;
}

.asitelinks {
  max-width: 22rem;
}

.asitelinks h3 {
  margin-bottom: 1em;
  line-height: 1.5em;
}

.asiteinhalt {
  border: 1.5px solid;
  border-radius: 4px;
  padding: 1.5em;
}

.buchlink img {
  display: block;
  margin: 0 auto 1em auto;
  transition: 0.3s;
}

.buchlink img:hover {
  scale: 1.05;
}

@media (max-width: 70rem) {
  .indexlinks {
    flex-direction: column;
  }

  .sitelinks {
    margin: auto;
  }

  .asitelinks {
    margin: 2em auto;
  }

  .bloglink {
    align-self: center;
    margin: auto;
  }
  .sitelinks h3,
  .asitelinks h3 {
    text-align: center;
  }
}

.bloglink {
  max-width: 26rem;
  margin-top: 2rem;
}

.bloglink p {
  padding: 0 0.3em;
}

.bloglink img {
  max-width: 100%;
  height: auto;
  margin-top: 1em;
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
  transition: 0.3s;
}

.bloglink img:hover {
  scale: 1.03;
}

/* bis hier Links Startseite unten */

/* bis hier rein Startseite index */

/* ab hier Holzarten */

.holzbox {
  padding: 2rem 0;
}

.holzbildbox {
  display: flex;
  flex-wrap: wrap;
  float: right;
  width: 20em;
  max-width: 100%;
  margin-left: 1em;
  margin-bottom: 0.5em;
}

.holztextbildbox {
  display: flex;
  margin-top: 1rem;
}

.holzbildbox img {
  padding: 0.5rem;
}

@media (max-width: 36rem) {
  .holztextbildbox {
    display: block;
  }
  .holzbildbox {
    margin: 1rem auto;
    float: none;
  }
  .holzbildbox img {
    width: 50%;
    height: 50%;
  }
}

/* bis hier Holzarten */

/* ab hier Holzeigenschaften */

.imgfloat {
  display: flow-root;
}

.floatrightimgbox {
  float: right;
}

.borderimg {
  border: 2px solid white;
  border-radius: 4px;
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
  margin: 0.5em 0 0.5em 1.5em;
}

@media (max-width: 37.5rem) {
  .imgfloat {
    display: flex;
    flex-direction: column;
  }
  .floatrightimgbox {
    text-align: center;
    margin-bottom: 1em;
  }
  .borderimg {
    margin: auto;
    width: 100%;
  }

  .tablebox,
  .multibox1 {
    flex-direction: column;
  }
}

.tabletextbox h3 {
  margin-bottom: 2em;
}

.tablebox {
  display: flex;
  gap: 1em;
  margin: 2em 0;
}

.tablebox h4 {
  min-width: 20%;
}

.imgbox {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.imgbox img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: 2px solid white;
  border-radius: 4px;
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
}

.imgbox figure figcaption a:hover {
  font-size: 1.05em;
  /* color: #660000; */
}

.multibox1 {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  row-gap: 0;
  margin: 1.5em auto;
}

.multibox1 p {
  justify-content: center;
  margin: 0 auto;
}

figure {
  margin: auto;
}

figcaption {
  font-size: 0.8rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5em;
  text-align: center;
  padding-top: 1em;
}

.txtimbild {
  position: relative;
  text-align: center;
}

.txtimbildli {
  position: absolute;
  color: #2c412c;
  font-weight: bolder;
  top: 60px;
  left: 8px;
}

.txtimbildre {
  position: absolute;
  color: #2c412c;
  font-weight: bolder;
  top: 55px;
  right: 15px;
}

/* bis hier Holzeigenschaften */

/* ab hier Holzbearbeitungswerkzeuge */

.tablebildbox {
  display: flex;
  justify-content: space-between;
}

.tablelist {
  padding: 0 2em;
  line-height: 2em;
}

.tableimg img {
  width: 100%;
  max-width: 100%;
  margin: auto;
  border: 2px solid white;
  border-radius: 4px;
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
}

@media (max-width: 62rem) {
  .tablebildbox {
    flex-direction: column;
  }

  .tablelist {
    margin: 0 auto;
  }

  .tableimg {
    margin: 0 auto;
    padding: 2em 0;
  }
}

/* bis hier Holzbearbeitungswerkzeuge */

/* ab hier holzbauanleitungen */

.downlinkbox {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1em;
  background-color: #6c6c6c;
  margin-bottom: 2rem;
}

.downlinkboximg h3 {
  padding: 0.5em;
  background-color: #660000;
  border-radius: 4px;
  max-width: max-content;
}

.downlinkboximg img {
  max-width: 100%;
  margin-top: 1.2em;
  border-radius: 4px;
  box-shadow: 0.5em 0.5em 0.4em rgba(25, 25, 25, 0.375);
  transition: 0.2s;
}

.downlinkboximg img:hover {
  scale: 1.015;
}

.downlinkboxtxt {
  width: 65%;
  padding-top: 0.5em;
}

.downlinkboxtxt a {
  float: right;
  margin-top: 1em;
  margin-left: 1em;
  transition: 0.2s;
}

.downlinkboxtxt a:hover {
  font-size: 1.02em;
}

.downlinkboxtxt p {
  padding: 1em 0;
  clear: both;
}

@media (max-width: 52rem) {
  .downlinkbox {
    flex-direction: column;
    align-items: center;
    padding: 1em;
  }

  .downlinkboximg h3 {
    margin: 1em auto;
  }

  .downlinkboximg {
    text-align: center;
    max-width: 100%;
  }

  .downlinkboxtxt {
    width: 100%;
  }
}

.pdfbox {
  display: flex;
  flex-direction: column;
}

.pdfbox p a {
  text-decoration: none;
}

.pdfbox p a:hover {
  text-decoration: underline;
}

.pdfboximg {
  margin: auto;
  padding: 2em 0 1em 0;
}

/* bis hier holzbauanleitungen */

/* ---- nächstes ---- */

/* ab hier Projektdetails */

.projekttop {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}

.projekttopimg {
  padding-top: 0.5em;
}

.projekttopimg img {
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
}

.projekttopimg img,
.projekttopimg figure {
  width: 300px;
}

/* ----------------- */

.projektboxbottom {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0;
}

.projektboxbottom h4 {
  text-decoration: underline;
}

.projektbottomimg {
  margin: 0 auto;
  position: relative;
}

.projektbottomimg img {
  display: block;
  width: 300px;
  border: 2px solid white;
  border-radius: 4px;
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
}

.projektbottomimg span {
  color: #660000;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: underline;
  position: absolute;
  top: 30%;
  width: 100%;
  text-align: center;
}

.projektbottompp {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 1em;
  border: 2px solid white;
  border-radius: 4px;
}

.projektbottompptxt h4,
.projektbottompptxt p {
  margin-bottom: 1em;
  text-align: center;
}

.backgrrad {
  padding: 0.5em;
  background-color: #660000;
  border-radius: 4px;
}

.projektbottomppimg {
  max-width: 100%;
  margin: 0 auto 1em auto;
}

.projektbottomppimg img {
  padding: 0 0.5em;
  background-color: lightgray;
  border-radius: 4px;
}

.projektbottomppbutton {
  text-align: center;
}

.projekthinweise {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}

@media (max-width: 62rem) {
  .projektbox h3 {
    text-align: center;
  }

  .projekttop {
    flex-direction: column;
  }

  .projekttopimg img,
  .projekttopimg figure {
    width: 380px;
    max-width: 100%;
  }

  .projekttop h3 {
    text-align: center;
    margin: 0 auto;
  }

  .projektboxbottom {
    flex-direction: column;
  }

  .projektbottomimg img {
    width: 390px;
    max-width: 100%;
  }

  .projektbottomppimg img {
    max-width: 100%;
  }

  .projekthinweise {
    flex-direction: column;
  }

  .projektbottomtxt {
    margin: 0 auto;
  }
}

/* bis hier Projektdetails */

/* ---- nächstes ---- */

/* ab hier die einzelnen Download Seiten */

.downloadbutton {
  background-color: #660000;
  border-radius: 6px;
  box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
    25px 0 20px -20px rgba(0, 0, 0, 0.45),
    0px 25px 20px -20px rgba(0, 0, 0, 0.45),
    -25px 0 20px -20px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  margin: auto;
  padding: 1em 1.5em;
  text-align: center;
  max-width: max-content;
}

.downloadbutton:hover {
  background-color: #3d0000;
}

.downloadliimg {
  margin: 4em auto 1em auto;
  width: 300px;
  max-width: 100%;
  text-decoration: none;
}

.downloadliimg img {
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0.3em 0.3em 0.3em rgba(255, 255, 255, 0.375);
}

/* bis hier die einzelnen Download Seiten */

/* nächstes */

/* ab hier rein Zimmerei spezial */

.videobox,
.gratistop {
  display: flex;
  gap: 2em;
}

.videoboxiframebehaelter {
  width: 90%;
  margin: auto;
}

.videoboxiframe {
  padding-top: 56.25%;
  position: relative;
}

.videoboxiframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.textinnerlink a {
  background-color: #717171;
  padding: 0.4em 1em;
  border-radius: 3px;
  transition: 0.2s;
}

.textinnerlink a:hover {
  font-size: 1.02em;
}

@media (max-width: 62rem) {
  .videobox,
  .gratistop {
    flex-direction: column;
  }
}

/* bis hier rein Zimmerei spezial */

/* nächstes */

/* ab hier rein Gratis - Holzbauanleitungen */

.gratistoptxt {
  display: flex;
  flex-direction: column;
  padding: 1em 1em 1em 1em;
  border: 0.02em solid white;
  border-radius: 6px;
  box-shadow: 0.4em 0.4em 0.4em rgba(255, 255, 255, 0.375);
}

/* bis hier rein Gratis - Holzbauanleitungen */

/* nächstes */

/* ab hier Bücher und Literatur */

.ebookbox {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em 1em 1.5em;
  border: 0.02em solid white;
}

.ebookboxheader {
  display: flex;
  font-size: 1.5rem;
}

.ebookboxheader h3 {
  padding-right: 1.7em;
  margin-bottom: 1em;
}

.innerebookbox {
  display: flex;
  gap: 2rem;
}

.innerebookboxtxt {
  width: 50%;
  position: relative;
  padding-bottom: 5em;
}

.innerebookboximg1,
.innerebookboximg2 {
  margin: 0 auto;
}

.ebookbtn {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #660000;
  border-radius: 6px;
  box-shadow: 0px -25px 20px -20px rgba(0, 0, 0, 0.45),
    25px 0 20px -20px rgba(0, 0, 0, 0.45),
    0px 25px 20px -20px rgba(0, 0, 0, 0.45),
    -25px 0 20px -20px rgba(0, 0, 0, 0.45);
  text-decoration: none;
  padding: 1em 1.5em;
}

.ebookbtn:hover {
  background-color: #3d0000;
}

@media (max-width: 65rem) {
  .innerebookbox {
    flex-direction: column;
  }
  .ebookboxheader {
    flex-direction: column;
    text-align: center;
    margin: auto;
  }

  .ebookboxheader h3 {
    padding: 0;
  }

  .innerebookboxtxt {
    width: 100%;
  }

  .innerebookboximg1 img {
    max-width: 100%;
    margin: auto;
  }

  .innerebookboximg2 {
    display: none;
  }
}

/* bis hier Bücher und Literatur */

/* nächstes */
