@charset "UTF-8";
/*
Theme Name:		JUNGVONBERG
Theme URI:		http://XXX.XX
Description:	JUNGVONBERG Child theme auf der Basis von Divi
Author:			jungvonberg.de - Johannes Hierl
Author URI:		https://jungvonberg.de
Template:		Divi
Version:		2025.08
*/
/* #region Font Definitions */
/* pt-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/pt-sans-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/pt-sans-v17-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/pt-sans-v17-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* pt-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/pt-sans-v17-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/jost-v19-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/jost-v19-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/jost-v19-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/jost-v19-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* jost-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/jost-v19-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* over-the-rainbow-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Over the Rainbow";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/over-the-rainbow-v22-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* #endregion */
/* #region Clamp Function for Responsive Typography */
/* #endregion Clamp Function for Responsive Typography */
/* #region Flex-Designs */
/* #region Fullheight Sections */
/* #region max-width 782px */
/* #endregion */
/* #endregion Fullheight Sections */
/* Centered Text / Img on one side, text on other */
/* #endregion */
/* #region Placeholder Mixin */
/* #endregion */
/* #region Forms & Selects */
/* #region Pretty ACF Forms */
/* #endregion */
/* #endregion */
/* #region Testimonial Slider */
/* #endregion */
/* #region Blog-Feed (Grid) */
/* #endregion */
/* #region Fix Blog Thumbnails */
/* #endregion Fix Blog Thumbnails */
/* #region Lists with colored bullet points */
/* #endregion */
/* #region Fix Divi Comments */
.commentlist {
  margin-top: 1rem;
}
.commentlist .comment-body {
  padding-right: 0;
}
.commentlist .comment-body .comment_avatar {
  top: 0;
}
.commentlist .comment-body .comment_avatar img {
  border-radius: 50%;
}
.commentlist .comment-body .comment_area .reply-container {
  display: block;
  text-align: right;
}
.commentlist .comment-body .comment_area .comment-reply-link {
  position: relative;
  top: 1rem;
}
.commentlist .comment-body .comment_area .comment-reply-link::after {
  font-size: 20px;
}
.commentlist .comment .children {
  margin-left: 2rem;
}

/* #region max-width 767px */
@media only screen and (max-width: 767px) {
  .commentlist .comment .children {
    margin-left: 1rem;
  }
  .commentlist article.comment-body {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 70px;
    padding-left: 0;
  }
  .commentlist .comment_avatar {
    align-items: center;
    display: flex;
    position: relative;
    width: 17%;
  }
  .commentlist .comment_avatar img {
    max-width: 100%;
    width: 100%;
  }
  .commentlist .comment_postinfo {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
    justify-content: center;
    line-height: 1.1;
    margin: 0 0 3px;
    row-gap: 5px;
    width: 77%;
  }
  .commentlist .comment_area {
    margin-top: 5px;
    width: 100%;
  }
}
/* #endregion max-width 767px */
/* #endregion Fix Divi Comments */
/* #region Centered Page Navi */
/* #endregion */
/* #region Cookie Notice */
#cookie-notice #cn-close-notice {
  display: none;
}
#cookie-notice #cn-notice-buttons {
  display: block;
}

/* #endregion Cookie Notice */
/* #region details / summary Support */
details {
  margin-top: 5px;
}
details summary {
  color: #dedede;
  cursor: pointer;
  display: inline-block;
  list-style: none;
  transition: all 350ms ease;
  text-decoration: underline;
}
details summary::-webkit-details-marker {
  display: none; /* don't show Triangle */
}
details:hover summary, details[open] summary {
  text-decoration: none;
}
details[open] summary {
  margin-bottom: 7px;
}

/* #endregion details / summary Support */
/* #region Footer */
/* Footer with non-floating widgets */
/* #endregion */
/* #region Nav Fixes */
#page-container #top-menu-nav > ul > li > a:hover, #page-container .bottom-nav a:hover, #page-container #footer-bottom .et-social-icon a:hover, #page-container .et_mobile_menu li a:hover, #page-container .nav ul li a:hover, #page-container footer#main-footer #footer-info a:hover, #page-container .et-menu a:hover, #page-container #et-boc #top-menu-nav > ul > li > a:hover, #page-container #et-boc .bottom-nav a:hover, #page-container #et-boc #footer-bottom .et-social-icon a:hover, #page-container #et-boc .et_mobile_menu li a:hover, #page-container #et-boc .nav ul li a:hover, #page-container #et-boc footer#main-footer #footer-info a:hover, #page-container #et-boc .et-menu a:hover {
  opacity: 1;
}

/* #endregion */
/* #region Various Divi Fixes */
.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button.only-button {
  margin-right: 0;
}


/* #endregion Various Divi Fixes */
/* #region Responsive Design */
/* #region min-width 981px */
@media only screen and (min-width: 981px) {
  .et_pb_top_divider .et_pb_row.centered-text .et_pb_column .et_pb_module:first-child {
    margin-top: 100px;
  }
}
/* #endregion */
/* #region max-width 980px */
@media only screen and (max-width: 980px) {
  .et_fixed_nav header#main-header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .et_pb_row.reverse-responsive {
    display: flex;
    flex-flow: column-reverse;
  }
  .et_pb_row.reverse-responsive .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .et_pb_row.reverse-responsive .et_pb_column:last-child {
    margin-bottom: 30px;
  }
  .et_pb_row.reverse-responsive.et_pb_gutters1 .et_pb_column:last-child {
    margin-bottom: 0;
  }
  /* #region Pimp my mobile Menu Icon */
  .mobile_menu_bar::before {
    display: block;
    transition: all 0.4s ease;
  }
  .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
    transform: rotate(90deg);
  }
  /* #endregion */
  /* fullwidth mobile nav menu aka gooder menu */
  /* #region Do not replace regular menus with mobile menus */
  /* #endregion Do not replace regular menus with mobile menus */
}
/* #endregion */
/* #region max-width 600px */
@media only screen and (max-width: 600px) {
  body.et_fixed_nav.logged-in header#main-header.et-fixed-header {
    top: 0 !important;
  }
}
/* #endregion */
/* #region max-width 479px */
@media only screen and (max-width: 479px) {
  .container, .et_pb_row, .et_pb_row.centered-text .et_pb_column .et_pb_module, .et_pb_fullscreen .et_pb_fullwidth_header_container {
    width: 90%;
  }
}
/* #endregion */
/* #endregion */
/* #region chatcode */
/* GrüneType Neue Grüne Schrift */
@font-face {
  font-family: "GrueneType Neue";
  src: url("fonts/GrueneTypeNeue-Regular.woff2") format("woff2"), url("fonts/GrueneTypeNeue-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* GrüneType Handschrift */
@font-face {
  font-family: "BadScript";
  src: url("fonts/BadScript-Regular.woff2") format("woff2"), url("fonts/BadScript-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* #endregion chatcode */
/* #region General Styling */
html {
  font-size: 100%;
  background-color: #f6f5ec;
}

body {
  color: #121212;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4;
}

h1, h2, h3, h4, h5 {
  color: #020202;
  font-family: "GrueneType Neue", sans-serif !important;
}

.gruen-font h1, .gruen-font h2, .gruen-font h3, .gruen-font h4, .gruen-font h5 {
  font-family: "GrueneType Neue", sans-serif !important;
}

h2.dp_oc_post_title {
  font-family: "GrueneType Neue", sans-serif !important;
}

h1 {
  font-family: "GrueneType Neue", sans-serif !important;
}

/* #region headlines clamp */
h1 {
  font-size: clamp(2.5rem, 3.3241vw + 1.5069rem, 4.3rem);
  line-height: 1.2;
  font-weight: bolder !important;
}

h2 {
  font-size: clamp(2.5rem, 3.3241vw + 1.5069rem, 4.3rem);
  line-height: 1.2;
}

h3 {
  font-size: clamp(1.8rem, 2.6593vw + 1.0055rem, 3rem);
  line-height: 1.2;
}

h4 {
  font-size: clamp(1.5rem, 2.4377vw + 0.7717rem, 2.6rem);
  line-height: 1.2;
}

h5 {
  font-size: clamp(1.3rem, 1.7729vw + 0.6704rem, 2rem);
  line-height: 1.2;
}

h6 {
  font-size: clamp(1.5rem, 2.3377vw + 0.7717rem, 2.4rem);
  text-transform: none;
  color: #020202;
  font-family: "BadScript", cursive;
  line-height: 1.5;
}

blockquote, .quote {
  font-family: "BadScript", cursive;
  font-size: clamp(1.5rem, 2.4377vw + 0.7717rem, 2.6rem);
}

/* #endregion headlines clamp */
/* #region text-classes */
.before-headlines {
  color: #777777;
  font-size: clamp(1.2rem, 1.7729vw + 0.6704rem, 2rem);
  font-weight: bolder !important;
  line-height: 1.2;
  margin-bottom: 5px;
}

/* #endregion text-classes */
/* #endregion */
/* #region menu */
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a {
  text-align: left;
}

.et_mobile_menu#mobile_menu1 {
  min-width: 105vw !important;
  background-color: #755307 !important;
  background-size: 65%;
  background-image: url(/wp-content/uploads/2026/03/1080x1080-quadrat-8.png);
  background-position: center bottom;
  background-repeat: no-repeat !important;
  min-height: 95vh !important;
  padding-bottom: 80px;
}

.no-click > a {
  pointer-events: none;
  cursor: default;
  color: #999; /* optional: ausgegraut darstellen */
}

/* #endregion menu */
/* #region blurb-modul */
.et_pb_blurb_0 .et-pb-icon, .et_pb_blurb_1 .et-pb-icon, .et_pb_blurb_2 .et-pb-icon {
  color: #dedede !important;
  font-family: ETmodules !important;
  font-weight: 400 !important;
}

/* #endregion blurb-modul */
/* #region Header */
/* #endregion */
/* #region dp owl carousel */
.et_pb_dp_oc_0 .dp_oc_post_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /* oder inline-block, je nach Struktur */
  /* evtl. Breite festlegen */
  width: 270px;
}

/* #endregion dp owl carousel */
/* #region Footer */
body.cookies-not-set footer .bottom-nav {
  padding-bottom: 7rem;
}

/* #endregion */
/* #region Responsive Design */
/* #region min-width 981px */
/* #endregion */
/* #region max-width 980px */
/* #endregion */
/* #region max-width 767px */
/* #endregion */
/* #region max-width 479px */
/* #endregion */
/* #endregion */
/* #region WordPress Hacking */
#wp-admin-bar-my-account a {
  font-size: 0;
}

/* #endregion */
/* #region custom-row */
/****************************************** reihenfolge spalten in der mobilen ansicht ****************************************************/
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom-row {
    display: flex; /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    order: 1;
  }
  .second-on-mobile {
    order: 2;
  }
  .third-on-mobile {
    order: 3;
  }
  .fourth-on-mobile {
    order: 4;
  }
  /*** add margin to last column ***/
  .custom-row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}
/* #endregion custom-row */
/* #region Buttons */
#page-container .et_pb_button {
  border-color: #121212;
  background-color: #dedede;
  border-radius: 6px;
  min-width: 170px !important;
  border-width: 1px;
  color: #121212;
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5em 1.2em;
  text-align: center;
  text-transform: uppercase;
  transition: all 300ms ease;
}
#page-container .et_pb_button::after {
  color: inherit;
  content: "E";
  font-family: "EtModules";
  line-height: 1.7;
  margin-left: -1em;
  opacity: 0;
  top: 50%;
  transform: translatey(-50%);
  transition: all 300ms ease;
}
#page-container .et_pb_button:hover {
  background-color: #EDF000;
  border-color: #121212;
  min-width: 200px;
  color: #000;
  letter-spacing: normal;
  padding: 0.5em 1.7em 0.5em 0.7em;
}
#page-container .et_pb_button:hover::after {
  margin-left: 0.3em;
  opacity: 1;
}
#page-container .et_pb_bg_layout_dark.et_pb_button {
  color: #fff;
}

#page-container .et_pb_button.background_button {
  background-color: #dedede;
  color: #fff;
}
#page-container .pw-header.et_pb_fullwidth_header .et_pb_button {
  font-size: 1.25rem;
}
#page-container .et_pb_bg_layout_dark .et_pb_button {
  color: #fff;
}

/* #endregion Buttons */
/* #region jvb Button */
/* #endregion jvb Button */
/* #region newsletter backend login */
.et_pb_login_form .et_pb_newsletter_button {
  margin: 0;
  width: 100%;
  cursor: pointer;
  margin-top: 30px;
}

/* #endregion newsletter backend login */
/* #region css v202507 */
/****************************************** cursor bei bild deaktivieren ****************************************************/
/* Bild Titel bei Hover nicht anzeigen */
img {
  pointer-events: none;
}

/****************************************** springender header ***************************************************

@media only screen and (min-width: 981px) {
  .et_pb_section.hero_section_sub  {
    padding-top: 210px !important;
  }
}
@media only screen and (max-width: 980px) {
  .et_pb_section.hero_section_sub  {
    padding-top: 210px !important;
  }
}*/
@media only screen and (max-width: 980px) {
  .et_pb_section_0_tb_header {
    padding-top: 10px !important;
    max-height: 97px !important;
  }
  header.et-l {
    max-height: 97px !important;
  }
  .et_mobile_menu {
    margin-top: 7px !important;
  }
}
/****************************************** silbentrennung ****************************************************/
.silbentrennung {
  -webkit-hyphens: auto;
  hyphens: auto;
}

/****************************************** captcha formular ****************************************************/
.et_pb_contact_right .clearfix {
  margin-top: 30px !important;
  color: #fd6701 !important;
  font-size: 1.3rem !important;
  font-weight: bold;
}

/****************************************** eigene spaltenbreiten ****************************************************/
@media only screen and (min-width: 981px) {
  .spalten-css .et_pb_column_0 {
    width: 15% !important;
  }
  .spalten-css .et_pb_column_1 {
    width: 60% !important;
    padding-right: 10em;
  }
  .spalten-css .et_pb_column_2 {
    width: 25% !important;
  }
}
@media only screen and (max-width: 980px) {
  .spalten-css .et_pb_column_0 .spalten-css.et_pb_column_1 .spalten-css .et_pb_column_2 {
    width: 80% !important;
    margin-right: auto;
    margin-left: auto;
  }
}
/****************************************** ankerlink fixe navigation ****************************************************/
.scrollanker {
  display: block;
  position: relative;
  top: 90px;
  visibility: hidden;
}

#sb_instagram .sbi_follow_btn a {
  background-color: #fe4a49 !important;
}

/*sub-menu-width*/
.sub-menu {
  width: 300px !important;
}

/*image aspect ratio square 1:1*/
.pa-image-1-1 .et_pb_image_wrap {
  padding-top: 100%;
  display: block;
}

.pa-image-1-1 .et_pb_image_wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/*sup-hochgestellt*/
sup {
  font-size: 0.2em;
  vertical-align: center;
  bottom: 0;
}

/* #endregion css v202507 */
/* #region suchtext highlighted */
.search-highlight {
  background-color: yellow !important;
}

/* #endregion suchtext highlighted */
body {
  background-color: #f6f5ec;
}

.fixed-social-right {
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 9999;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Optional: auf kleinen Bildschirmen ausblenden 
@media (max-width: 768px) {
  .fixed-social-right {
    display: none;
  }
}*/
/* Unsichtbar machen: den dritten Button in der Liste */
.fixed-social-right .et_pb_social_media_follow_networks li:nth-child(3) {
  opacity: 0 !important; /* Unsichtbar */
  pointer-events: none !important; /* Nicht klickbar */
  cursor: default !important; /* Kein Zeiger-Cursor */
}

/****************** BACKEND LOGIN SCREEN *********************/
@media only screen and (max-width: 480px) {
  body.login {
    background-color: #2b2b2b;
    background-image: url("/wp-content/uploads/login-screen-bg-jungvonberg.jpg") !important;
    background-position: 10% 80%;
    background-repeat: no-repeat;
    background-size: 480px;
  }
}/*# sourceMappingURL=style.css.map */



.et_mobile_menu#mobile_menu1 {
  background-color: #755307 !important;
  text-align: center !important;
}

.et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a,
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a {
  text-align: center !important
}