@charset "UTF-8";
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
/*
--------------
Allgemeine Farbvariablen
--------------
*/
/*
--------------
Allgemeine CSS Einstellungen
--------------
*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation,
.one-container .site-content,
.inside-page-header {
  padding: 20px;
}

@media (max-width: 1024px) {
  #page {
    margin-top: 0px;
  }
}

.primary-bttn {
  padding: 8px 15px;
  text-decoration: none;
  background: #f39200;
  color: #fff;
}
.primary-bttn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.primary-bttn__header {
  background: #fff;
  color: #f39200;
}

.inside-header {
  padding-right: 0;
}
.inside-header.grid-container {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 1024px) {
  .inside-header.grid-container .site-logo {
    max-width: 50%;
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .inside-header.grid-container {
    display: flex;
    padding: 10px 0;
  }
}

nav#site-navigation {
  margin-left: 20px !important;
}
@media (max-width: 1024px) {
  nav#site-navigation {
    margin-left: 0px !important;
  }
}

.pswp__caption__center {
  background-color: #fff !important;
}

.main-navigation .inside-navigation {
  display: flex;
}
@media (max-width: 1024px) {
  .main-navigation .inside-navigation {
    padding-left: 0px !important;
  }
}
.main-navigation .main-nav ul li a {
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1280px) {
  .main-navigation .main-nav ul li a {
    font-size: 9pt;
  }
}
.main-navigation.toggled .main-nav {
  background: #fff;
}
.main-navigation.toggled .main-nav ul li a {
  color: #3c3c3c;
}
@media (max-width: 1280px) {
  .main-navigation.toggled .main-nav ul li a {
    font-size: 9pt;
  }
}
.main-navigation.is_stuck {
  background: #fff;
}

.home .main-nav ul li a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .home .main-nav ul li a {
    font-size: 9pt;
  }
}
.home .main-nav ul li[class*=current-menu-] > a {
  color: #fff;
}
.home .main-nav ul li[class*=current-menu-] > a:hover {
  color: #3c3c3c;
}
.home .main-nav ul li:not([class*=current-menu-]):hover > a {
  color: #3c3c3c;
}
.home .menu-bar-items a {
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1280px) {
  .home .menu-bar-items a {
    font-size: 9pt;
  }
}
.home .menu-bar-items a:hover {
  color: #3c3c3c;
}
.home .main-navigation.is_stuck .main-nav ul li a {
  color: #3c3c3c;
}
@media (max-width: 1280px) {
  .home .main-navigation.is_stuck .main-nav ul li a {
    font-size: 9pt;
  }
}
.home .main-navigation.is_stuck .main-nav ul li:hover > a {
  color: #f39200;
}
.home .main-navigation.is_stuck .menu-bar-items a {
  color: #3c3c3c;
}
@media (max-width: 1280px) {
  .home .main-navigation.is_stuck .menu-bar-items a {
    font-size: 9pt;
  }
}
.home .main-navigation.is_stuck .menu-bar-items a:hover {
  color: #f39200;
}
.home .main-navigation .menu-bar-items a {
  color: #fff;
}
@media (max-width: 1280px) {
  .home .main-navigation .menu-bar-items a {
    font-size: 9pt;
  }
}
.home .main-navigation .menu-bar-items a:hover {
  color: #3c3c3c;
}

.background-height {
  height: 45vh;
}

/*
--------------
Header CSS Einstellungen
--------------
*/
.header {
  position: relative;
  min-height: 95vh;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  .header {
    min-height: auto;
  }
}
.header-bottom-box {
  position: absolute;
  bottom: 20px;
}
@media (max-width: 1024px) {
  .header-bottom-box {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .header-bottom-box > a {
    margin-top: 10px;
    text-align: center;
  }
}
.header-bottom-box.first {
  left: 20px;
  bottom: 10px;
  width: 200px;
}
@media (max-width: 1024px) {
  .header-bottom-box.first {
    position: absolute;
    right: 20px;
    left: auto;
  }
}
.header-bottom-box.first p {
  margin-bottom: 5px;
}
.header-bottom-box.first img {
  width: 100%;
}
.header-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1540px;
  margin: 0 auto;
}
@media (max-width: 1540px) {
  .header-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .header-wrapper {
    grid-template-columns: 100%;
  }
}
.header-wrapper-box {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 95vh;
}
@media (max-width: 1024px) {
  .header-wrapper-box {
    min-height: 80vh;
    justify-content: center;
  }
}
.header-wrapper-box:last-of-type {
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .header-wrapper-box:last-of-type {
    margin-left: 0;
    padding: 20px;
    background: #f39200;
  }
}
.header-wrapper-box:last-of-type h2 {
  color: #fff;
}
@media (max-width: 1920px) {
  .header-wrapper-box:last-of-type h2 {
    font-size: 20pt;
  }
}
.header-wrapper-box:last-of-type p {
  color: #fff;
}
@media (max-width: 1920px) {
  .header-wrapper-box:last-of-type p {
    font-size: 12pt;
  }
}
@media (max-width: 1280px) {
  .header-wrapper-box:last-of-type p {
    font-size: 9pt;
  }
}
.header-wrapper-box img {
  max-height: 60%;
}
.header-box__bckgrnd {
  position: absolute;
  width: 50%;
  min-height: 95vh;
  right: 0;
  top: 0;
  background: #f39200;
}
@media (max-width: 1024px) {
  .header-box__bckgrnd {
    display: none;
  }
}
.header-box__bckgrnd:first-child {
  width: 50%;
  left: 0;
  top: 0;
  background: #fff;
}

/*
--------------
Slider Einstellung für den Shortcode
--------------
*/
.swiper-home, .swiper-wrapper {
  width: 100%;
}
.swiper-home {
  position: relative;
  overflow: hidden;
  padding: 35px 50px 75px;
}
@media (max-width: 450px) {
  .swiper-home {
    padding: 35px 30px 50px;
  }
}
.swiper-button-prev, .swiper-button-next {
  color: #f39200;
  z-index: 1;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: rgba(245, 147, 0, 0.8);
}
@media (max-width: 450px) {
  .swiper-button-prev {
    left: 0px;
  }
}
@media (max-width: 450px) {
  .swiper-button-next {
    right: 0px;
  }
}
.swiper-pagination-bullets {
  bottom: 0px;
}
.swiper-pagination-bullet {
  background-color: #f39200;
}
.swiper-slide {
  transform: scale(0.8);
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
.swiper-slide__img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 380px;
  margin-bottom: 20px;
}
.swiper-slide__img a {
  display: flex;
  justify-content: center;
}
@media (max-width: 450px) {
  .swiper-slide__img {
    height: 250px;
  }
}
.swiper-slide__img img {
  height: 100%;
  width: auto;
  transition: 0.2s;
}
.swiper-slide__img img:hover {
  opacity: 0.9;
}
.swiper-slide__content {
  padding: 10px;
}
.swiper-slide__content h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.swiper-slide__content p {
  margin-bottom: 5px;
}
.swiper-slide__content p.read-more-container {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.swiper-slide-active {
  transform: scale(1);
}

/*
--------------
Einstellung für den Shortcode
--------------
*/
.view-home-only {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  padding: 35px 50px;
}
.view-home-only.two-row {
  grid-template-columns: 50% 50%;
}
@media (max-width: 1024px) {
  .view-home-only.two-row {
    grid-template-columns: 100%;
  }
}
.view-home-only.two-row .swiper-slide__img {
  height: 600px;
}
@media (max-width: 450px) {
  .view-home-only.two-row .swiper-slide__img {
    height: 350px;
  }
}
@media (max-width: 1024px) {
  .view-home-only {
    grid-template-columns: 100%;
  }
}
@media (max-width: 450px) {
  .view-home-only {
    padding: 20px;
  }
}
.view-home-only .swiper-slide:hover {
  transform: scale(1);
  cursor: pointer;
}

/*
--------------
Block Einstellungen
--------------
*/
.block-les, .block-mal {
  padding: 100px 0 50px;
}

/*
--------------
Footer Einstellungen
--------------
*/
.main-footer {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 40px;
}
.main-footer a {
  text-decoration: none;
}

/*
--------------
Woocommerce Einstellungen
--------------
*/
.woocommerce div.product div.images .flex-control-thumbs {
  display: none;
}

.product-meta {
  margin-top: 15px;
}
.product-meta p {
  font-size: 1rem;
}

.pswp__scroll-wrap {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 70%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 550px) {
  .pswp__scroll-wrap {
    width: 100%;
    height: 85%;
    background: #fff;
  }
}
.pswp__img {
  padding: 35px 0;
}
.pswp__top-bar {
  background-color: #f39200 !important;
}
.pswp__bg {
  top: 50%;
  left: 50%;
  width: 50%;
  height: 70%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.pswp__caption {
  background-color: transparent !important;
}
.pswp__caption__center {
  max-width: 100%;
  padding: 10px 20px;
  color: #3c3c3c;
}
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-image: none;
  font-family: "Courier New", Courier, monospace;
  color: #f39200;
  font-weight: bold;
  font-size: 30pt;
}
.pswp--svg .pswp__button--arrow--left:before {
  content: "<";
}
.pswp--svg .pswp__button--arrow--right:before {
  content: ">";
}

.view-circle {
  position: absolute;
  top: 50px;
  right: 55px;
  height: 200px;
  width: 200px;
  background-image: url("https://verlag.judith-design.de/wp-content/uploads/2022/02/BIB_Button.png");
  background-size: cover;
}

.wc-block-grid__product {
  transform: scale(0.8);
  transition: 0.2s;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin: 0 50px;
  max-width: 350px !important;
}
.wc-block-grid__product:hover {
  transform: scale(1);
  cursor: pointer;
}
.wc-block-grid__product a {
  text-decoration: none;
}
.wc-block-grid__product .wp-block-button__link {
  border-radius: 0;
}
.wc-block-grid__product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 300px;
}
.wc-block-grid__product-image img {
  height: 250px !important;
  width: auto !important;
}

/*# sourceMappingURL=style.css.map */
