/*
Theme Name: Spacious Child
Template: spacious
*/

.site-header {
  background-color: #000;
}

.custom-logo {
  width: 169px;
  height: auto;
}

#header-logo-image {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}


@media only screen and (min-width: 1218px) {
  #header-left-section {
    position: absolute;
    z-index: 99999;
    left: 40px;
  }

  #header-logo-image {
    padding: 20px;
    padding-top: 50px;
  }
}

.eyecatcher {
  padding-top: 20px;
  padding-bottom: 20px;
  border: solid 2px #ca2e33;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #e7e5dc;
  font-size: 1.5em;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.main-navigation li {
  color: #585758;
}

article li {
  line-height: 24px;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ul li {
  padding-left: 5px;
}

.entry-content ol li {
  padding-left: 5px;
}

figcaption {
  font-size: small;
}

figure img {
  margin-bottom: 0;
}

figure.wp-block-image.is-resized {
  display: block;
}

.logo-gallery img {
  width: 180px !important;
  padding: 5px;
}

.logo-gallery .wp-block-image {
  height: 190px;
}

.wp-block-image.is-resized>figcaption {
  display: block;
}

figure.wp-block-gallery ul {
  padding: 0;
}

h2 {
  color: #1f1f20;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}

#colophon .widget ul li {
  border-bottom: none;
}

h3 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #ca2e33;
}

h4 {
  color: #ca2e33;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

h5 {
  color: #ca2e33;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}

article.post h2 {
  color: #ca2e33;
}

.entry-content .BorlabsCookie * {
  font-size: 14px;
  text-align: left;
}

.entry-content a {
  color: #a8242a;
}

a {
  transition: all .3s ease;
}

a:hover {
  text-decoration: underline;
}

a.tel {
  color: white !important;
  text-decoration: none !important;
}

p {
  text-align: justify;
}

h1.has-text-align-center,
h2.has-text-align-center,
h3.has-text-align-center,
h4.has-text-align-center,
p.has-text-align-center {
  text-align: center;
}

p.has-medium-font-size {
  margin-top: 20px;
  font-size: 18px;
  line-height: 26px;
}

hr {
  border: none;
  border-bottom: 5px solid #eeece6;
  margin-top: 0;
}

#main {
  padding: 0;
}

.main-navigation {
  padding-top: 10px;
  background-color: #000;
  padding-bottom: 10px;
  margin-right: 40px;
  padding-right: 40px;
}

.main-navigation li {
  padding-right: 20px;
  padding-left: 20px;
}

.main-navigation a {
  color: #fff;
}

.main-navigation a:hover,
.main-navigation ul li:hover>a {
  color: #e8454b !important;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor a,
.main-navigation ul li.current-menu-ancestor a,
.main-navigation ul li.current_page_item a {
  color: #fff !important;
}

.header-post-title-container {
  display: none;
}

#header-text-nav-wrap {
  position: relative;
}

#header-text-nav-container {
  border: none;
}

#header-logo-image {
  background-color: #fff;
}

#header-text-nav-wrap {
  padding: 0;
}

.main-navigation ul li .sub-toggle {
  margin-left: 8px;
}

.fa,
.fas {
  color: #fff;
}

.current-page-ancestor .fa,
.current-page-ancestor .fas {
  color: #ca2e3e;
}

.menu-item:hover .fa,
.menu-item:hover .fas {
  color: #ca2e3e;
}

.main-navigation ul li ul {
  left: 0px;
  background: none repeat scroll 0 0 #ca2e33;
  display: none;
}

.main-navigation ul li:hover ul {
  display: inherit;
}

.main-navigation ul li ul li {
  border: none;
  border-top: 2px solid #fff;
}

.main-navigation ul li ul li a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

.main-navigation ul li.current-menu-item ul li a,
.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li.current_page_ancestor ul li a,
.main-navigation ul li.current-menu-ancestor ul li a,
.main-navigation ul li.current_page_item ul li a {
  color: #fff;
  font-size: 14px;
  padding: 10px;
}

.main-navigation ul li ul li a:hover,
.main-navigation ul li ul li:hover>a,
.main-navigation ul li.current-menu-item ul li a:hover,
.main-navigation ul li:hover>.sub-toggle {
  color: #000;
}

.main-navigation ul li ul li.current-menu-item a,
.main-navigation ul li ul li.current_page_ancestor a,
.main-navigation ul li ul li.current-menu-ancestor a,
.main-navigation ul li ul li.current_page_item a,
.main-navigation ul li ul li:hover>a {
  color: #000;
}

.main-small-navigation li {
  background-color: #000;
}

#page {
  background: linear-gradient(180deg, #e7e5dc 652px, #ffffff 0, #ffffff 100%);
}

#facebook-slider {
  background: url("/wp-content/uploads/2018/12/btn-facebook.png") repeat scroll -67px 0 transparent;
  height: 100px;
  left: 0;
  position: absolute;
  text-indent: -9999px;
  top: 315px;
  transition: all .3s ease;
  width: 23px;
  z-index: 3;
}

#block-9:hover {
  background: url("/wp-content/uploads/2018/12/btn-facebook.png");
  height: 100px;
  width: 90px
}

#block-9 a {
  height: 100px;
  display: block;
}

#block-9:hover a {
  width: 90px;
}

#block-10 {
  position: absolute;
  top: 300px;
  right: 80px;
  z-index: 999;
}

#block-12 {
  position: absolute;
  top: 350px;
  right: 80px;
  z-index: 999;
}

#block-23 {
  position: absolute;
  top: 400px;
  right: 80px;
  z-index: 999;
}

#block-10 h3.widget-title {
  background-color: #000;
  color: #fff;
  padding: 7px 14px;
  margin: 0;
}

#block-23 p,
#block-12 p {
  background-color: #ca2e33;
  color: #fff;
  padding: 7px 14px;
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
}

#block-23 p.sticky {
  position: fixed;
  top: 20px;
  right: 20px;
  margin-right: 0;
}

#block-23 a,
#block-12 a {
  color: #fff;
}

#block-14 {
  position: absolute;
  top: 430px;
  left: 40px;
  z-index: 999;
}

#media_image-2 {
  position: absolute;
  width: 160px;
  height: 147px;
  top: 0;
  right: -170px;
  z-index: 10000;
}

#media_image-2 img {
  width: 100%;
}

#vufacebook div.like {
  float: right;
}

#vufacebook iframe#like {
  border: 0 !important;
  display: block !important;
  height: 23px !important;
  margin-left: 20px !important;
  margin-top: 5px !important;
  overflow: hidden !important;
  width: 124px !important
}

#youtube a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  background: transparent url(/wp-content/uploads/2018/12/youtube.png) 0 0 no-repeat;
  padding-left: 50px;
  line-height: 29px;
  height: 31px;
}

#vufacebook,
#youtube {
  float: left;
}

#youtube {
  margin-left: 20px;
}

#vufacebook a {
  display: inline-block;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  font-style: italic;
  background: transparent url(/wp-content/uploads/2018/12/facebook.png) 0 0 no-repeat;
  padding-left: 40px;
  line-height: 29px;
  height: 31px;
}

#vufacebook a span,
#youtube a span {
  background: rgba(5, 0, 8, .25);
  padding: 4px 10px
}

#content .post,
#content .page {
  padding-bottom: 0;
}

.footer-widgets-area {
  padding: 0;
}

.footer-widgets-area a:not(.tel) {
  color: #ca2e3e !important;
}

.footer-widgets-area .tg-one-fourth {
  float: none;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.footer-widgets-area .tg-one-fourth p {
  color: #666;
}

.footer-widgets-wrapper {
  background: linear-gradient(0deg, #ca2e33 250px, #ffffff 0, #ffffff 100%);
  border: none;
}

.footer-widgets-wrapper .inner-wrap {
  margin: auto;
  max-width: 1218px;
}

#header-right-section .widget {
  padding-top: 0;
}

#colophon .widget {
  padding-bottom: 0;
}

#BorlabsCookieBox ._brlbs-refuse a,
#BorlabsCookieBox ._brlbs-branding a {
  font-size: 14px;
}

#BorlabsCookieBox #CookiePrefSave {
  margin-left: 1.5em;
}

.widget_text .textwidget {
  padding-bottom: 0;
}

#custom_html-8 h3 {
  padding-bottom: 0;
}

.bookly-mobile-step-1,
.bookly-details-step {
  margin: 0;
}

.bookly-form-group>div {
  margin: 5px 14px 5px 0;
}

.with_frm_style .frm_message p {
  margin-bottom: 0;
}

#text-6 {
  background-color: #000;
  width: 870px;
  margin: auto;
  position: absolute;
  top: 436px;
  left: 174px;
}

#text-6 p {
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  margin: 0;
}

#nav_menu-2 {
  text-align: right;
  margin-right: 30px;
  margin-top: 20px;
}

#nav_menu-2 li {
  border: none !important;
  display: inline-block;
  margin: 10px 20px;
}

#nav_menu-2 li a {
  color: #fff !important;
}

.footer-socket-wrapper {
  display: none;
}

.bookly-nav-steps {
  border-top: 5px solid #eeece6 !important;
}

.online-planung li {
  margin-bottom: 10px;
}

.privacy {
  margin-bottom: 0 !important;
}

.privacy p {
  font-size: 12px !important;
  margin-bottom: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

footer.entry-meta-bar {
  display: none;
}

.entry-content ul.wp-block-latest-posts {
  padding: 0;
  margin-bottom: 0;
}

.entry-content ul.wp-block-latest-posts li {
  padding: 0;
}

.wp-block-latest-posts__featured-image img {
  padding: 0;
  margin: 0;
}

.wp-block-latest-posts__featured-image a {
  max-height: calc(90vw / 4);
  max-width: 30vw;
  width: 400px;
  height: 300px;
  border: 1px solid grey;
}

.wp-block-latest-posts__featured-image a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.wp-block-latest-posts.is-grid li {
  text-align: center;
}

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 0.5em;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 30px;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#menu-unteres-menue {
  text-align: center;
  font-weight: 600;
}

ul.default-wp-page {
  padding: 0 10px;
}

ul.default-wp-page li.previous,
ul.default-wp-page li.next {
  background-color: #ca2e33;
  color: #fff;
}

ul.default-wp-page li.previous a,
ul.default-wp-page li.next a {
  color: #fff !important;
  padding: 25px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
}

ul.default-wp-page li.previous a span.meta-nav,
ul.default-wp-page li.next a span.meta-nav {
  font-size: 22px;
  font-weight: bold;
}

ul.default-wp-page li.previous a span.meta-nav {
  padding-right: 15px;
}

ul.default-wp-page li.next a span.meta-nav {
  padding-left: 15px;
}


@media only screen and (max-width: 1600px) {
  #media_image-2 {
    position: absolute;
    top: 60px;
    right: 10px;
    padding: 0 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .main-navigation {
    margin-right: 0;
  }

  .main-navigation li {
    margin: 0;
  }
}

@media screen and (max-width: 1308px) {
  .inner-wrap {
    width: 100%;
  }

  .wp-block-latest-posts.is-grid li {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 1218px) {

  #block-9,
  div.like {
    display: none;
  }

  #block-10,
  #block-12,
  #block-14 {
    display: none;
  }

  #block-23 p,
  #block-23 p.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
  }

  #page {
    background: none;
    background-color: #fff;
  }

  .footer-widgets-area .tg-one-fourth.tg-column-1 {
    padding-left: 0;
  }

  #text-6 {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
  }

  #text-6 p {
    display: block;
  }

  #media_image-2 {
    position: absolute;
    top: 160px;
    right: 60px;
    padding: 0 10px 10px 10px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .wp-block-latest-posts__featured-image a {
    height: calc(90vw / 4);
    width: 30vw;
  }
}

@media only screen and (max-width: 768px) {
  .main-navigation {
    background-color: transparent;
  }

  .sub-toggle {
    background-color: #fff !important;
  }

  .sub-toggle span {
    color: #ca2e33 !important;
  }

  .better-responsive-menu .site-header .menu-toggle {
    background-color: #000;
  }

  .better-responsive-menu #header-left-section {
    margin-top: 0;
    padding-top: 55px;
  }

  .better-responsive-menu #header-text-nav-container {
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .better-responsive-menu #header-logo-image {
    float: right !important;
  }

  .better-responsive-menu .site-header .menu-toggle::before {
    font-size: 60px;
    padding-top: 65px;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }

  :where(.wp-block-columns.is-layout-flex) {
    gap: 0;
  }

  :where(.is-layout-flex) {
    gap: 0;
  }
}

@media only screen and (max-width: 600px) {
  .better-responsive-menu #site-navigation {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .better-responsive-menu #header-logo-image {
    float: left;
    margin-left: 40px;
  }

  .main-small-navigation ul {
    width: 220px;
  }

  #media_image-2 {
    position: absolute;
    top: 10px;
    right: 0;
  }

  .wp-block-latest-posts__featured-image a {
    height: calc(240vw / 4);
    width: 100%;
    max-height: calc(240vw / 4);
    max-width: 100%;
  }
}