/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    https://example.com/twentyseventeen-child/
 Description:  Child Theme für Twenty Seventeen
 Author:       Dein Name
 Author URI:   https://example.com
 Template:     twentyseventeen
 Version:      1.0.0
*/
/********** VARIABLES **********/
/********** END VARIABLES **********/
@font-face {
  font-family: 'Sarabun';
  src: url('font/Sarabun/Sarabun-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('font/Sarabun/Sarabun-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('font/Sarabun/Sarabun-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('font/Sarabun/Sarabun-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sarabun';
  src: url('font/Sarabun/Sarabun-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/********** MAIN **********/
body {
  font-family: 'Sarabun', sans-serif;
  font-weight: 300;
  color: #444444;
  font-size: 1.1rem;
  /* H2 Titel */
  /* H3 Titel */
  /* Links */
  /* Listenelemente */
  /* Table bei Lage */
}
body .page .panel-content .entry-title,
body .page:not(.twentyseventeen-front-page) .entry-title,
body .home.blog .entry-title,
body .page .panel-content h2,
body .page:not(.twentyseventeen-front-page) h2,
body .home.blog h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #444444;
  text-transform: uppercase;
}
body .page .panel-content .entry-title::after,
body .page:not(.twentyseventeen-front-page) .entry-title::after,
body .home.blog .entry-title::after,
body .page .panel-content h2::after,
body .page:not(.twentyseventeen-front-page) h2::after,
body .home.blog h2::after {
  content: "";
  width: 4rem;
  height: 2px;
  background: #444444;
  display: block;
  margin-top: 0.5rem;
}
body h3 strong {
  font-weight: 400;
}
body h3.big-top {
  margin-top: 4rem;
}
body a {
  color: #003c7d;
  text-decoration-color: #003c7d;
  text-decoration: underline;
  box-shadow: none !important;
  text-underline-offset: 6px;
}
body .entry-content ul {
  margin-left: 1.2rem;
}
body .entry-content ul li {
  list-style: square;
  margin-bottom: 0.5rem;
}
body .wp-block-table .has-fixed-layout {
  table-layout: auto;
}
body .wp-block-table .has-fixed-layout td {
  text-align: center;
  padding: 0.8rem 0.5rem;
  min-width: 4rem;
}
body .wp-block-table .has-fixed-layout td b {
  font-weight: 400;
  display: block;
  width: 100%;
}
body .wp-block-table .has-fixed-layout td.td-left {
  text-align: left;
}
/* header */
.single-featured-image-header {
  display: none;
}
.custom-header {
  display: none;
}
.site-content-contain {
  margin-top: 100px;
}
.custom-header-media:before {
  background: transparent;
}
/* Footer */
footer {
  display: flex;
  justify-content: space-between;
}
footer .wrap {
  width: 100%;
}
footer .wrap .footer-widgets-3col {
  display: flex;
}
footer .wrap .footer-widgets-3col .footer-widget-1,
footer .wrap .footer-widgets-3col .footer-widget-2,
footer .wrap .footer-widgets-3col .footer-widget-3 {
  width: 33%;
}
footer .site-info {
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .site-info p:first-child {
  padding-right: 3rem;
}
footer .site-info a {
  display: inline-block;
  margin-right: 2rem;
  text-decoration: none;
}
footer .widget-area h3 {
  font-weight: 400;
}
footer .widget-area a {
  text-decoration: none;
  box-shadow: none !important;
}
/********** END MAIN **********/
/********** NAVIGATION **********/
.home .site-header {
  height: calc(100vh - 100px);
}
.page-template-default .site-header a.menu-scroll-down {
  display: none;
}
.page-template-default .site-header .navigation-top {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
}
.page-template-default .site-header .navigation-top .navigation-flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  justify-content: space-around;
  height: 100px;
}
.page-template-default .site-header .navigation-top .navigation-flex .site-logo {
  max-height: 70px;
  height: auto;
  width: auto;
}
.page-template-default .site-header .navigation-top .navigation-flex .current-menu-item a {
  color: #003c7d;
}
.page-template-default .site-header .navigation-top .navigation-flex a {
  font-weight: 300;
  font-size: 1.1rem;
}
.page-template-default .site-header .navigation-top .navigation-flex a:hover {
  color: #003c7d;
}
.page-template-default .site-header .site-branding {
  margin-bottom: 0px !important;
  position: absolute;
  bottom: 0;
  padding: 0 !important;
  height: 150px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  background: rgba(0, 0, 0, 0.6);
  padding: 2rem 0px;
}
.page-template-default .site-header .site-branding .wrap {
  padding: 0;
  margin: 0 100px;
}
.page-template-default .site-header .site-branding .wrap .site-branding-text h1.site-title a {
  font-size: 2rem;
  font-weight: 500;
}
/********** END NAVIGATION **********/
/********** PAGES **********/
/*** SECTION ANGEBOT ***/
.angebot-section {
  display: flex;
  justify-content: space-between;
}
.angebot-section .angebot-container {
  display: flex;
  flex-direction: column;
}
.angebot-section .angebot-container .angebot-box {
  display: flex;
  margin-bottom: 3rem;
  align-items: center;
  font-size: 1.1rem;
}
.angebot-section .angebot-container .angebot-box p {
  margin: 0;
}
.angebot-section .angebot-container .angebot-box .angebot-info {
  display: flex;
  flex-direction: column;
}
.angebot-section .angebot-container .angebot-box .angebot-info strong {
  font-weight: 500;
}
.angebot-section .angebot-container .angebot-box img {
  margin-right: 2rem;
  height: 50px;
  width: auto;
}
/*** END SECTION ANGEBOT ***/
/*** PAGE LAGE ***/
.page-location .wp-block-image img {
  margin-top: 2rem;
}
/*** END PAGE LAGE ***/
/*** PAGE Details ***/
details summary img {
  margin-right: 1rem;
}
details summary strong,
details summary b {
  font-weight: 400;
  font-size: 1.375rem;
}
.details-page h3 {
  margin-bottom: 2rem;
}
.details-page img {
  margin-right: 1rem;
  max-height: 40px;
  width: auto;
}
.details-page strong,
.details-page b {
  font-weight: 400;
}
.details-page .checklist {
  padding-left: 0;
}
.details-page .checklist li {
  position: relative;
  padding-left: 1.6em;
  list-style: none !important;
}
.details-page .checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.1em;
  font-weight: 700;
  font-size: 1em;
}
/*** END PAGE Details ***/
/*** PAGE IMPRESSIONEN ***/
.wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item,
.wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
  width: calc(33.33% - 10px) !important;
  margin: 5px;
  max-height: 200px;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
/*** END PAGE IMPRESSIONEN ***/
/********** END PAGES **********/
/********** RESPONSIVE **********/
/* Startseite weisse Blöcke */
@media screen and (min-width: 30em) {
  .page-one-column .panel-content .wrap {
    max-width: 850px;
  }
}
@media screen and (min-width: 48em) {
  .panel-content .wrap {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 1200px) {
  /* Banner Textbanner*/
  .has-header-image.twentyseventeen-front-page .custom-header {
    top: 100px;
  }
  .custom-header-media:before {
    display: none;
  }
  /* Navigation */
  .page-template-default .site-header .navigation-top .navigation-flex {
    justify-content: space-between;
    padding: 0 2rem;
  }
  .page-template-default .site-header .navigation-top .navigation-flex nav.main-navigation {
    width: 100%;
    display: flex;
    justify-content: end;
    /* Hamburger */
  }
  .page-template-default .site-header .navigation-top .navigation-flex nav.main-navigation .menu-toggle {
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 0;
    color: #ffffff;
  }
  .page-template-default .site-header .navigation-top .navigation-flex nav.main-navigation .menu-toggle .icon-bars {
    display: none;
  }
  .page-template-default .site-header .navigation-top .navigation-flex nav.main-navigation .menu-toggle::before {
    content: "☰";
    font-size: 2rem;
    display: inline-block;
    color: #444444;
  }
  .page-template-default .site-header .site-branding {
    bottom: 100px;
  }
  .page-template-default .site-header .site-branding .wrap {
    margin: 0 50px;
  }
  .page-template-default .site-header .site-branding .wrap .site-branding-text h1.site-title a {
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .js nav.main-navigation ul {
    display: none;
  }
  .js .page-template-default nav.main-navigation.toggled-on ul {
    background: #ffffff;
    list-style: none;
    margin: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-top: -2px;
  }
  .js .page-template-default nav.main-navigation.toggled-on ul li {
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    text-align: center;
  }
  .js .page-template-default nav.main-navigation.toggled-on ul li a {
    padding: 1.5rem;
    font-size: 1.2rem;
  }
  .menu-oberes-menue-container {
    position: absolute;
    top: 100px;
    right: 0;
    width: 100%;
    z-index: 10000;
  }
}
@media screen and (max-width: 768px) {
  body {
    /* H2 Title */
    /* H3 Title */
    /* Tabelle */
    /* Startseite Angebot */
    /* Impression */
    /* Seite Preise */
    /* Footer*/
  }
  body.page-template-default {
    /* NAVIGATION */
  }
  body.page-template-default .site-header {
    height: auto;
  }
  body.page-template-default .site-header .navigation-top {
    z-index: 10;
  }
  body.page-template-default .site-header .navigation-top .navigation-flex .site-logo {
    max-height: 100px;
  }
  body.page-template-default .site-header .site-branding {
    bottom: 0px;
    width: 100%;
  }
  body.page-template-default .site-header .site-branding .wrap {
    margin: 0 30px;
  }
  body.page-template-default .site-header .site-branding .wrap .site-branding-text h1.site-title a {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  body.page-template-default.page .entry-content {
    margin-bottom: 3rem;
  }
  body.page-template-default.page .entry-content .wp-block-spacer {
    display: none;
  }
  body.page .panel-content .entry-title,
  body.page:not(.twentyseventeen-front-page) .entry-title,
  body .home.blog .entry-title,
  body.page .panel-content h2,
  body.page:not(.twentyseventeen-front-page) h2,
  body .home.blog h2 {
    font-size: 1.5rem;
    margin: 2rem 0 3rem 0;
  }
  body h3.big-top {
    margin-top: 0;
    padding-top: 0;
  }
  body .wp-block-table .has-fixed-layout td {
    min-width: 3rem;
    padding: 0.8rem 0;
  }
  body .angebot-section {
    flex-direction: column;
  }
  body .angebot-section .angebot-container .angebot-box img {
    height: 40px;
    width: auto;
  }
  body .wp-block-responsive-lightbox-gallery {
    margin-bottom: 0px;
  }
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item,
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
    height: 150px;
  }
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img,
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item img {
    height: 150px;
  }
  body .block-preise li strong {
    width: 100%;
    display: block;
  }
  body footer .wrap .footer-widgets-3col {
    flex-direction: column;
  }
  body footer .wrap .footer-widgets-3col .widget-column {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  /* Kontakt */
  .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 500px) {
  body {
    /* Navigation */
    /* Impression */
  }
  body.page-template-default .site-header .navigation-top .navigation-flex .site-logo {
    max-height: 150px;
  }
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item,
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
    height: 100px;
  }
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img,
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item img {
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  body {
    /* Impression */
  }
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item,
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item {
    height: 70px;
  }
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-1 .rl-basicgrid-gallery .rl-gallery-item img,
  body .wp-block-responsive-lightbox-gallery #rl-gallery-container-2 .rl-basicgrid-gallery .rl-gallery-item img {
    height: 70px;
  }
}
/********** END RESPONSIVE **********/
