/*
Theme Name: Ledtec Theme
Author: Mues + Schrewe GmbH
Author URI: https://www.mues-schrewe.de/
Version: 1.0
Requires at least: 6.0
Text Domain: ledtec-theme
*/
.is-root-container {
  font-family: "Montserrat";
}

* {
  box-sizing: border-box;
}

.ledtec-body {
  margin-top: 56px;
  font-family: "Montserrat";
  overflow-x: hidden;
}
.ledtec-body .weiss {
  background-color: #FFF;
}
.ledtec-body .grau {
  background-color: #F2F2F2;
}
.ledtec-body .gruen {
  background-color: #92BB44;
}
.ledtec-body h1 {
  color: #92BB44;
  font-size: 2em;
  font-weight: 700;
  text-transform: uppercase;
}
.ledtec-body h2 {
  color: #92BB44;
  font-weight: 700;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0;
}
.ledtec-body h3 {
  color: #92BB44;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.ledtec-body h4 {
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--wp--preset--color--darkgrey);
  text-transform: uppercase;
}
.ledtec-body h5 {
  font-weight: 400;
  font-size: 1rem;
  color: var(--wp--preset--color--darkgrey);
  text-transform: uppercase;
}
.ledtec-body h6 {
  font-weight: 400;
  font-size: 0.9rem;
  color: var(--wp--preset--color--darkgrey);
  text-transform: uppercase;
}
.ledtec-body p, .ledtec-body li, .ledtec-body ul {
  line-height: 1.5;
  color: var(--wp--preset--color--darkgrey);
}
.ledtec-body a {
  color: #92bb44;
  text-decoration: none;
}
.ledtec-body a:hover {
  color: #707070;
  text-decoration: none;
}
.ledtec-body .buttons-weiss {
  background-color: #fff;
  width: fit-content;
  padding: 5px 15px;
  margin-top: 20px;
  border: 2px solid #fff;
}
.ledtec-body .buttons-weiss a {
  color: #92BB44;
  text-transform: uppercase;
  text-decoration: none;
}
.ledtec-body .buttons-weiss:hover {
  background-color: #92BB44;
}
.ledtec-body .buttons-weiss:hover a {
  color: #fff;
}
.ledtec-body .buttons-gruen {
  background-color: #92BB44;
  width: fit-content;
  padding: 5px 15px;
  margin-top: 20px;
  border: 2px solid #92BB44;
}
.ledtec-body .buttons-gruen a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.ledtec-body .buttons-gruen:hover {
  background-color: #fff;
}
.ledtec-body .buttons-gruen:hover a {
  color: #92BB44;
}

main,
.is-root-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main > p,
.is-root-container > p {
  padding: 1em 2em;
  margin-block-start: 0;
  margin-block-end: 0;
}
main > *,
.is-root-container > * {
  width: 100%;
  max-width: var(--wp--custom--spacing--content-size);
}
main > *.alignwide,
.is-root-container > *.alignwide {
  max-width: var(--wp--custom--spacing--wide-size);
}
main > *.alignfull,
.is-root-container > *.alignfull {
  max-width: none;
}
main > section,
.is-root-container > section {
  position: relative;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.container-404 .headerbild-img img {
  width: 100%;
  max-height: 40vh;
  object-fit: cover;
  object-position: center;
  margin-bottom: -5px;
}
.container-404 .error-container {
  margin: 5em 2em;
  text-align: center;
}