/*
 Theme Name:   Nele und Hanns Bittmann e.V.
 Description:  Child Theme for Nele und Hanns Bittmann e.V.
 Author:       POWER+RADACH werbeagentur gmbh
 Author URI:   https://www.power-radach.de/
 Template:     pr-master-theme
 Version:      1.0
*/
html,
body {
  --primary-font: "Roboto", sans-serif;
  --secondary-font: "Open Sans", sans-serif;
  --global-padding: 20px;
  --grey-light: #eff0f1;
  --primary-color: #336799;
  --primary-color-dark: #21303a;
  --secondary-color: #e9b300;
  --textcolor: #21303a;
}

@media (max-width: 580px) {
  :root {
    --content-width: calc(100vw - 60px);
  }
}
/*
@include breakpoint(tablet) {
}
*/
/*
@extend %paleri;
*/
/*
@extend %transition;
*/
/*
@extend %button;
*/
body,
html {
  --h1-font-family: "Pacifico", serif;
  --h1-font-size: 80px;
  --h1-font-weight: 400;
  --h1-line-height: 1.18;
  --h1-color: var(--primary-color);
  --h1-text-transform: initial;
  --h1-letter-spacing: 0px;
  --h2-font-family: var(--secondary-font);
  --h2-font-size: 45px;
  --h2-font-weight: 700;
  --h2-line-height: 1.35;
  --h2-color: var(--primary-color-dark);
  --h2-text-transform: initial;
  --h2-letter-spacing: 0px;
  --h3-font-family: var(--secondary-font);
  --h3-font-size: 38px;
  --h3-font-weight: 400;
  --h3-line-height: 1.36;
  --h3-color: var(--primary-color-dark);
  --h3-text-transform: initial;
  --h3-letter-spacing: 0px;
  --h4-font-family: var(--secondary-font);
  --h4-font-size: 25px;
  --h4-font-weight: 700;
  --h4-line-height: 1.36;
  --h4-color: var(--primary-color-dark);
  --h4-text-transform: initial;
  --h4-letter-spacing: 0px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
  body,
  html {
    --h1-font-size: 60px;
  }
}
@media only screen and (max-width: 565px) {
  body,
  html {
    --h1-font-size: 50px;
  }
}

body, html {
  --p-font-size: 17px;
  --p-font-weight: 400;
  --p-line-height: 2.05;
  --p-strong-font-weight: 700;
}

html, body {
  --list-item-top: 13px;
  --list-item-padding-left: 30px;
}

html, body {
  --jalousie-head-font-size: 24px;
  --jalousie-head-font-weight: 600;
  --jalousie-arrow-top: 4px;
}

html, body {
  --ansprechpartner-vertical-detail-name-margin-bottom: 0;
}
html .ansprechpartner-outer-wrapper, body .ansprechpartner-outer-wrapper {
  margin-bottom: 20px !important;
}
html .ansprechpartner-outer-wrapper .ansprechpartner-container.show-vertical .ansprechpartner-details-container, body .ansprechpartner-outer-wrapper .ansprechpartner-container.show-vertical .ansprechpartner-details-container {
  padding: 0;
}
html .ansprechpartner-outer-wrapper .ansprechpartner-container.show-vertical .ansprechpartner-details-container .ansprechpartner-detail, body .ansprechpartner-outer-wrapper .ansprechpartner-container.show-vertical .ansprechpartner-details-container .ansprechpartner-detail {
  margin-top: 5px;
}
html .ansprechpartner-outer-wrapper .ansprechpartner-container.show-vertical .ansprechpartner-details-container .ansprechpartner-detail-position, body .ansprechpartner-outer-wrapper .ansprechpartner-container.show-vertical .ansprechpartner-details-container .ansprechpartner-detail-position {
  margin: 0;
}

html, body {
  --block-container-outer-container-full-padding-left: 20px;
  --block-container-outer-container-full-padding-right: 20px;
}

html header .header_inner,
body header .header_inner {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
  width: 100%;
  max-width: var(--content-max-width);
  margin: auto;
  position: relative;
  align-items: flex-end;
}
html header .header_inner #logo a,
body header .header_inner #logo a {
  display: block;
}
html header .header_inner #logo a img,
body header .header_inner #logo a img {
  width: 180px;
  display: block;
}
html header .header_inner .header_navigation ul,
body header .header_inner .header_navigation ul {
  margin: 0;
  padding: 20px 0;
}
@media (max-width: 768px) {
  html header .header_inner .header_navigation ul,
  body header .header_inner .header_navigation ul {
    padding: 0;
  }
}
html header .header_inner .header_navigation ul li,
body header .header_inner .header_navigation ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
html header .header_inner .header_navigation ul li a,
body header .header_inner .header_navigation ul li a {
  color: var(--primary-color);
  font-weight: 400;
  text-decoration: none;
  font-size: 19px;
}
html header .header_inner .header_navigation ul li.current-menu-parent a, html header .header_inner .header_navigation ul li.current_page_item a, html header .header_inner .header_navigation ul li.current_page_ancestor a,
body header .header_inner .header_navigation ul li.current-menu-parent a,
body header .header_inner .header_navigation ul li.current_page_item a,
body header .header_inner .header_navigation ul li.current_page_ancestor a {
  font-weight: 600;
}
html header .header_inner .mobile_nav_open,
body header .header_inner .mobile_nav_open {
  display: none;
}
html header .header_inner .mobile_nav_headline,
body header .header_inner .mobile_nav_headline {
  display: none;
}
@media only screen and (max-width: 1000px) {
  html header .header_inner,
  body header .header_inner {
    align-items: center;
  }
  html header .header_inner .header_navigation,
  body header .header_inner .header_navigation {
    position: fixed;
    height: 100vh;
    width: 400px;
    max-width: 79vw;
    top: 0;
    right: -100%;
    background: #fff;
    z-index: 999;
    padding: 0;
    box-shadow: -5px 0px 15px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }
  html header .header_inner .header_navigation.open,
  body header .header_inner .header_navigation.open {
    right: 0;
  }
  html header .header_inner .header_navigation ul li,
  body header .header_inner .header_navigation ul li {
    display: block;
    padding: 0;
    margin: 0;
  }
  html header .header_inner .header_navigation ul li a,
  body header .header_inner .header_navigation ul li a {
    padding: 15px 10px;
    display: block;
    line-height: 1;
  }
  html header .header_inner .mobile_nav_open,
  body header .header_inner .mobile_nav_open {
    display: block;
    cursor: pointer;
    font-size: 40px;
    color: var(--primary-color);
  }
  html header .header_inner .mobile_nav_headline,
  body header .header_inner .mobile_nav_headline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: var(--primary-color);
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1;
  }
  html header .header_inner .mobile_nav_headline i,
  body header .header_inner .mobile_nav_headline i {
    font-size: 25px;
  }
}

html footer,
body footer {
  padding: 50px 0;
  position: relative;
  background-color: var(--primary-color-dark);
  color: var(--white);
}
html footer .footer_inner,
body footer .footer_inner {
  width: 100%;
  max-width: var(--content-max-width);
  margin: auto;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  html footer .footer_inner,
  body footer .footer_inner {
    text-align: center;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
html footer .footer_inner .footer_copyright,
body footer .footer_inner .footer_copyright {
  font-size: 18px;
}
html footer .footer_inner .footer_copyright .sponsoring,
body footer .footer_inner .footer_copyright .sponsoring {
  font-size: 14px;
}
html footer .footer_inner .footer_copyright .sponsoring a img,
body footer .footer_inner .footer_copyright .sponsoring a img {
  height: 60px;
  width: auto;
  margin: -24px 0px;
}
html footer .footer_inner .footer_navigation ul,
body footer .footer_inner .footer_navigation ul {
  margin: 0;
  padding: 0;
}
html footer .footer_inner .footer_navigation ul li,
body footer .footer_inner .footer_navigation ul li {
  list-style: none;
  display: inline-block;
  margin: 0 10px;
}
html footer .footer_inner .footer_navigation ul li a,
body footer .footer_inner .footer_navigation ul li a {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
  font-size: 19px;
}
html footer .footer_inner .footer_navigation ul li.current-menu-parent a, html footer .footer_inner .footer_navigation ul li.current_page_item a, html footer .footer_inner .footer_navigation ul li.current_page_ancestor a,
body footer .footer_inner .footer_navigation ul li.current-menu-parent a,
body footer .footer_inner .footer_navigation ul li.current_page_item a,
body footer .footer_inner .footer_navigation ul li.current_page_ancestor a {
  font-weight: 600;
}