/*
Theme Name:		Cavatina Leipzig
Theme URI:		https://cavatinaleipzig.de
Description:	Child theme for the Divi theme by elegantthemes
Author:			nexTab.de - Oliver Gehrmann
Author URI:		https://nextab.de
Template:		Divi
Version:		1.0
*/
/* #region Font Definitions */
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/playfair-display-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-600 - 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: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/playfair-display-v37-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/playfair-display-v37-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/fira-sans-v17-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/fira-sans-v17-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-sans-600 - 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: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/fira-sans-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* fira-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: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/fira-sans-v17-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "Dita Sweet";
  src: url("fonts/DitaSweet.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* #endregion */
/* #region Flex-Designs */
/* #region Fullheight Sections */
/* #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: var(--wp-custom-color-primary, #152315);
  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 Header */
/* #region Open Sub Menus to left */
header li.menu-item.open_left > .sub-menu {
  left: auto;
  right: 0;
}

/* #endregion Open Sub Menus to left */
/* #endregion Header */
/* #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 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 */
  header#main-header > .container {
    position: static;
  }
  header#main-header > .container #mobile_menu {
    background-color: var(--wp-custom-color-secondary, #dac4a1);
    border-top: none;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1019607843) !important;
    padding: 2.5rem 12% 2rem;
    width: 100%;
  }
  header#main-header > .container #mobile_menu li {
    padding: 0 0 1.5rem;
  }
  header#main-header > .container #mobile_menu li a {
    background: none;
    border: none;
    color: #000;
    font-family: "Fira Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
  }
  header#main-header > .container #mobile_menu li a:hover {
    background: transparent;
  }
  /* #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 General Styling */
html {
  font-size: 16px;
}

body {
  color: var(--wp-custom-color-primary, #152315);
  font-family: "Fira Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

#page-container h1, #page-container h2, #page-container h3, #page-container h4, #page-container h5, #page-container h6 {
  font-family: "Playfair Display", serif, "Times", "Times New Roman";
  font-weight: 400;
  line-height: 1.3;
}

/* #endregion General Styling */
/* #region CI / CD */
span.subheader::after, #page-container .cavatina-divider h2::after {
  aspect-ratio: 700/259;
  background-color: currentColor;
  bottom: -20px;
  content: "";
  height: auto;
  left: 0;
  mask-image: url("img/trenner-cavatina-leipzig.png");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  width: 70px;
}

span.subheader::after, #page-container .cavatina-divider h2::after {
  aspect-ratio: 1080/259;
  mask-image: url("img/trenner-cavatina-leipzig-lang.png");
  width: 90px;
}

#page-container .et_pb_module.et_pb_promo h3.et_pb_module_header::after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}

#page-container .et_pb_module.et_pb_promo {
  box-shadow: 0 0 12px 1px rgba(21, 35, 21, 0.2);
}

#page-container .et_pb_module.et_pb_promo.et_pb_bg_layout_dark {
  box-shadow: 0 0 12px 1px rgba(218, 196, 161, 0.2);
}

/* #endregion UI / UD */
/* #region Fonts */
span.h1, #page-container h1 {
  font-family: "Dita Sweet", serif, "Times", "Times New Roman";
  font-size: clamp(2.875rem, 5.3659vw + 1.6677rem, 5.625rem);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

#page-container .small_headline h1 {
  font-size: clamp(2rem, 4.4444vw + 1rem, 4rem);
}
#page-container h2 {
  font-size: clamp(1.5rem, 0.9756vw + 1.2805rem, 2rem);
  position: relative;
}
#page-container .cavatina-divider h2 {
  margin-bottom: 2.75rem;
  padding-bottom: 2.125rem;
}
#page-container .cavatina-divider h2::after {
  width: 108px;
}
#page-container .cavatina-divider.et_pb_text_align_center h2::after {
  left: 50%;
  transform: translatex(-50%);
}
#page-container h3 {
  font-size: clamp(1.375rem, 0.5556vw + 1.25rem, 1.625rem);
  font-weight: 600;
}
#page-container h4 {
  font-family: "Fira Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 600;
}
#page-container .et_pb_bg_layout_dark h1, #page-container .et_pb_bg_layout_dark h2, #page-container .et_pb_bg_layout_dark h3, #page-container .et_pb_bg_layout_dark h4, #page-container .et_pb_bg_layout_dark h5, #page-container .et_pb_bg_layout_dark h6 {
  color: var(--wp-custom-color-secondary, #dac4a1) !important;
}

.medium-font {
  font-size: clamp(1rem, 0.2778vw + 0.9375rem, 1.125rem);
}

/* #endregion Fonts */
/* #region Header */
header#main-header {
  /* #region width <= 980px */
  /* #endregion width <= 980px */
}
header#main-header #top-menu li a {
  font-size: 1rem;
}
header#main-header:not(.et-fixed-header) .logo_container img {
  width: 0;
}
header#main-header ul.et_mobile_menu li {
  text-align: center;
}
@media only screen and (width <= 980px) {
  header#main-header #logo {
    max-height: 85%;
    transition: all 300ms ease;
  }
  header#main-header #et-top-navigation {
    padding-top: 20px;
    transition: all 300ms ease;
  }
  header#main-header #et-top-navigation .mobile_menu_bar {
    padding-bottom: 20px;
    transition: all 300ms ease;
  }
  header#main-header .mobile_menu_bar::before {
    background-image: url("/wp-content/themes/CavatinaLeipzig/img/menu-icon-cavatina.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.75rem;
    transform: translatex(-4px) translatey(1px);
    width: 1.75rem;
  }
  header#main-header .mobile_nav.opened .mobile_menu_bar::before {
    background: none;
    content: "M";
    transform: rotate(90deg) scale(1.45);
  }
  header#main-header:not(.et-fixed-header) .mobile_menu_bar::before {
    filter: brightness(0) invert(1);
  }
}

body {
  /* #region width <= 980px */
  /* #endregion width <= 980px */
}
body.is-scrolled header#main-header {
  background-color: var(--wp-custom-color-secondary, #dac4a1);
}
body.is-scrolled header#main-header #logo {
  max-height: 75%;
}
body.is-scrolled header#main-header .mobile_menu_bar::before {
  filter: none;
}
body.is-scrolled header#main-header #et-top-navigation {
  padding-top: 20px;
}
body.is-scrolled header#main-header #et-top-navigation .mobile_menu_bar {
  padding-bottom: 13px;
}
body.mobile_nav-opened {
  overflow-y: hidden;
}
body.mobile_nav-opened header#main-header {
  background-color: var(--wp-custom-color-secondary, #dac4a1);
}
body.mobile_nav-opened header#main-header .mobile_menu_bar::before {
  filter: none;
}
@media only screen and (width <= 980px) {
  body.is-scrolled header#main-header #et-top-navigation {
    padding-top: 10px;
  }
}

/* #endregion Header */
/* #region Modules */
/* #region Buttons */
#page-container .et_pb_button {
  background-color: var(--wp-custom-color-secondary, #dac4a1);
  border-color: var(--wp-custom-color-secondary, #dac4a1);
  border-radius: 4px;
  color: var(--wp-custom-color-primary, #152315);
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0.25em 1.5em;
  text-transform: uppercase;
}
#page-container .et_pb_button::after {
  background-color: currentColor;
  content: "";
  height: 0.5em;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M310.94 1.33l-96.53 28.51A32 32 0 0 0 192 60.34V360a148.76 148.76 0 0 0-48-8c-61.86 0-112 35.82-112 80s50.14 80 112 80 112-35.82 112-80V148.15l73-21.39a32 32 0 0 0 23-30.71V32a32 32 0 0 0-41.06-30.67z'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  width: 0.5em;
  top: 50%;
  transform: translatey(-50%);
}
#page-container .et_pb_button:hover {
  padding: 0.25em 2em 0.25em 1em;
}
#page-container .et_pb_button:hover::after {
  margin-left: 0.3em;
}

#page-container .et_pb_module.et_pb_promo.et_pb_bg_layout_light .et_pb_button, #page-container .et_pb_button.et_pb_bg_layout_dark {
  background-color: var(--wp-custom-color-primary, #152315);
  border-color: var(--wp-custom-color-primary, #152315);
  color: var(--wp-custom-color-secondary, #dac4a1);
}

/* #endregion Buttons */
/* #region Lists */
.et_pb_text ul {
  list-style: none;
  padding-left: 0;
}
.et_pb_text ul li {
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  position: relative;
}
.et_pb_text ul li::before {
  background-color: currentColor;
  content: "";
  height: 0.75rem;
  left: 0;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='isolation:isolate' viewBox='584 171 460.17404 308.906071' width='460.17404pt' height='308.906071pt'%3E%3Cpath d=' M 736.157 469.328 C 669.319 453.47 621.61 419.231 600.87 379.089 C 591.117 360.931 585.34 341.133 584.04 320.523 C 584.02 320.21 584.022 319.931 584.017 319.634 C 583.625 296.614 589.795 274.872 608.669 250.32 C 625.977 227.68 652.475 208.285 686.737 193.388 C 722.963 177.573 765.902 169.736 812.173 171.166 C 821.584 171.457 830.862 172.118 839.977 173.126 C 849.884 174.138 859.597 175.566 869.075 177.381 C 887.492 180.409 905.026 184.995 921.384 190.933 C 937.469 196.539 952.227 203.268 966.739 211.958 C 979.573 219.644 989.579 227.192 999.4 236.322 C 1004.321 241.084 1008.894 246.043 1013.088 251.179 C 1016.396 255.363 1019.471 259.632 1022.298 263.975 C 1025.437 269.026 1028.208 273.869 1030.793 279.353 C 1039.259 297.31 1043.713 317.693 1044.174 334.941 C 1044.186 369.107 1026.833 399.832 997.813 424.069 C 976.427 442.703 950.811 456.613 917.646 467.012 C 892.937 474.76 867.18 478.943 841.601 479.684 C 833.13 480.113 826.59 479.803 817.976 479.721 C 788.949 478.785 761.439 475.194 736.157 469.328 Z M 880 426 C 884.439 422.563 887.498 419.393 892.172 413.88 C 900.263 404.336 905.631 394.806 908.988 382.245 C 909.366 381.015 909.707 379.779 910.01 378.537 C 910.744 375.636 911.273 372.716 911.613 369.788 C 912.303 360.234 911.772 348.99 908.918 338.156 C 908.192 335.012 907.499 332.072 906.819 329.267 C 903.9 316.251 901.08 306.289 896.299 292.811 C 896.016 292.052 895.652 290.912 895.36 290.153 C 885.262 263.878 874.815 245.939 860.044 232.581 C 839.908 213.567 810.25 202.935 778.593 212.643 C 765.916 216.531 755.354 223.116 748.352 230.254 C 744.273 234.338 740.296 239.404 737.208 244.338 C 729.377 256.936 725.607 266.484 724.349 279.906 C 724.073 284.64 723.76 290.393 724.349 295.906 C 725.325 302.083 725.918 307.259 727.174 313.216 C 730.677 331.191 735.654 347.597 739.613 359.913 C 739.658 360.053 739.697 360.196 739.739 360.337 C 741.63 366.657 743.907 372.677 746.516 378.375 C 748.66 383.297 751.315 388.92 753.879 393.349 C 755.602 396.459 757.417 399.488 759.291 402.349 C 762.507 407.293 765.564 410.736 769.038 414.677 C 774.534 420.719 780.307 425.605 786.279 429.473 C 795.651 435.191 805.329 438.647 815.045 440.317 C 832.87 443.994 852.773 440.855 863.266 435.878 C 870.222 432.579 873.953 430.682 880 426 Z ' fill-rule='evenodd' fill='rgb(0,0,0)'/%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  position: absolute;
  top: 7px;
  width: 0.75rem;
}

.et_pb_text * + ul {
  margin-top: 1rem;
}

/* #endregion Lists */
/* #region Hero Section */
.hero_section.et_pb_fullwidth_header.fullheight {
  min-height: calc(100svh - var(--wp-admin--admin-bar--height, 0px)) !important;
}
.hero_section.et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {
  margin: 80px auto 130px;
  padding: 0;
}
.hero_section.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_module_header {
  padding-bottom: 0;
}
.hero_section .header-content {
  /* #region width <= 767px */
  /* #endregion width <= 767px */
}
.hero_section .header-content img.header-logo {
  margin-bottom: 8px;
  max-width: 150px;
  width: 100%;
}
@media only screen and (width <= 767px) {
  .hero_section .header-content img.header-logo {
    max-width: 110px;
  }
}

/* #endregion Hero Section */
/* #region Fullwidth Header */
span.subheader, .et_pb_module.et_pb_fullwidth_header .header-content .et_pb_fullwidth_header_subhead {
  font-family: "Playfair Display", serif, "Times", "Times New Roman";
  font-size: clamp(1.875rem, 1.2195vw + 1.6006rem, 2.5rem);
  text-transform: uppercase;
}

.et_pb_module.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button.et_pb_button_one {
  margin-right: 0;
}
.et_pb_module.et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button.et_pb_button_one + .et_pb_button_two {
  margin-left: 1rem;
}
.et_pb_module.et_pb_fullwidth_header.et_pb_bg_layout_dark .header-content .et_pb_fullwidth_header_subhead {
  color: var(--wp-custom-color-secondary, #dac4a1);
}

/* #endregion Fullwidth Header */
/* #region Google Map */
body:not(.parallax-map-support) footer .et_pb_map_container {
  filter: none;
}

.et_pb_fullwidth_code.map_overlay {
  align-items: center;
  background-color: var(--wp-custom-color-secondary, #dac4a1);
  color: var(--wp-custom-color-primary, #152315);
  display: flex;
  height: 100%;
  justify-content: center;
  left: 10%;
  padding: 3rem 1.5rem;
  position: absolute;
  text-align: center;
  top: 0;
}

span.h1 {
  font-size: clamp(2rem, 0.9756vw + 1.7805rem, 2.5rem);
}

span.subheader {
  display: block;
  font-size: clamp(1.25rem, 0.2439vw + 1.1951rem, 1.375rem);
  left: 50%;
  margin-bottom: 0.75rem;
  padding-bottom: 1rem;
  position: relative;
  transform: translatex(-50%);
}
span.subheader::after {
  left: 50%;
  transform: translatex(-50%);
}

/* #endregion Google Map */
/* #region CTA / Promo */
#page-container .et_pb_module.et_pb_promo h3.et_pb_module_header {
  margin-bottom: 1.25rem;
  padding-bottom: 1.75rem;
  position: relative;
}
/* #endregion CTA / Promo */
/* #region Newsletter CTA */
.et_pb_signup.et_pb_newsletter.et_pb_newsletter_layout_left_right .et_pb_newsletter_description {
  align-self: center;
}

/* #endregion Newsletter CTA */
/* #region Sustainability Blurbs / Features */
.sustainability-feature .et_pb_main_blurb_image {
  margin-bottom: 20px;
}
.sustainability-feature .et_pb_blurb_description {
  font-size: 0.9375rem;
}

/* #endregion Sustainability Blurbs / Features */
/* #region Feature Blurbs */
.et_pb_row.features-grid, .et_pb_row.features-grid .et_pb_column {
  align-items: stretch;
  display: flex;
}

.feature-blurb .et_pb_blurb_description {
  font-size: 0.9375rem;
}

/* #endregion Feature Blurbs */
/* #region Instagram Feed */
#page-container #sb_instagram #sbi_images {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

/* #endregion Instagram Feed */
/* #endregion Modules */
/* #region Footer */
body.cookies-not-set footer .bottom-nav {
  padding-bottom: 7rem;
}

/* #endregion Footer */
/* #region Responsive Design */
/* #region width > 980px */
@media only screen and (width > 980px) {
  .et_pb_row.vertically-centered-columns {
    display: flex;
    align-items: center;
  }
}
/* #endregion width > 980px */
/* #region width <= 980px */
@media only screen and (width <= 980px) {
  .et_pb_row .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
  .et_pb_row .et_pb_menu .et_mobile_nav_menu {
    display: none;
  }
  footer #menu-footer-menue {
    justify-content: center;
  }
}
/* #endregion width <= 980px */
/* #region width <= 767px */
@media only screen and (width <= 767px) {
  .et_pb_section#anreise {
    display: flex;
    flex-flow: column-reverse;
  }
  .et_pb_fullwidth_code.map_overlay {
    position: relative;
    left: 0;
  }
}
/* #endregion width <= 767px */
/* #endregion Responsive Design *//*# sourceMappingURL=style.css.map */