/*
Theme Name: Nicole Keller Physiotherapie - Bootstrap v4
Theme URI: https://www.bett-ingenieure.de/
Author URI: https://www.bett-ingenieure.de/
Description: Based on Bootstrap V4
Version: 1.0
*/

body {
  font-family: "Nunito", Arial, sans-serif;
  color: #575757;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  /*letter-spacing: .04em*/
}

.body-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

a {
  color: #b0ca05;
  font-weight: 400;
}
a:hover {
  color: #b0ca05;
  opacity: 0.8;
  text-decoration: none;
}

main a {
  color: #b1b1b1;
}

h1 {
  font-size: 2rem;
  font-weight: 300;
}
h2 {
  font-size: 1.7rem;
}
h3 {
  font-size: 1.1rem;
}

.navbar {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  border-bottom: 20px solid #b0ca05;
  align-items: flex-end;
}

#nav-primary {
  background: url("img/title_top.png") no-repeat;
  background-position: top center;
  padding-top: 70px;
  background-size: 90%;
}

@media screen and (min-width: 480px) {
  #nav-primary {
    background-size: auto;
  }
}

#nav-primary .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#nav-primary li {
  background: #575757;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  text-align: center;
  flex: auto;
}

#nav-primary li:first-child {
  border-left: 0;
}

#nav-primary li:last-child {
  border-right: 0;
}

#nav-primary li a {
  color: #FFF;
}
#nav-primary li.active a {
  font-weight: 900;
}

.header-col {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1024px) {

    #nav-primary {
      background-position: top left;
    }

    .header-col {
      text-align: left;
    }

    #col-logo.header-col {
      width: 319px;
      margin-bottom: -20px;
    }
    #col-menu.header-col {
      width: 440px;
    }
    #col-page-image.header-col {
      width: 265px;
    }
}

main {
  background: #d8d8d8;
  min-height: 561px;
}

main .wp-post-image {
  display: none;
}

.share-links {
  display: none;
}

@media screen and (min-width: 1024px) {
  main {
    padding-left: 319px;
    padding-right: 163px;
    background-image: url("img/main_bg_bottom.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
  }
  .bg-left {
    position: absolute;
    background: url("img/main_bg_top.jpg") no-repeat;
    width: 319px;
    height: 500px;
    z-index: 1;
  }
  .bg-right {
    display: block;
    position: absolute;
    background: url("img/main_bg_top.jpg") no-repeat #FFF;
    width: 163px;
    height: 354px;
    right: 0;
    z-index: 1;
  }
  .share-links {
    display: block;
    position: absolute;
    width: 163px;
    right: 0;
    padding-top: 250px;
    z-index: 10;
  }
  .share-links img {
    border-right: 1px solid #d8d8d8;
    margin-bottom: 5px;
  }
  main .wp-post-image {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
  }
}

main .post-content {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
  min-height: 561px;
  padding-left: 5px;
  padding-right: 5px;

}
@media screen and (min-width: 1024px) {
  .main_bg_wirbelsaeule {
    position: absolute;
    z-index: 2;
    margin-top: -18px;
    right: 50px;
    width: 151px;
    height: 781px;
    background: url("img/main_bg_wirbelsaeule.png") no-repeat;
  }
}
main .post-content .wp-block-image {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -6px;
  max-width: none;
}
main .post-content .wp-block-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
main .entry-title {
  margin-bottom: 30px;
  margin-left: -2px;
}

footer {
  background: #575757;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer a {
  color: #FFF;
  margin-left: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}

/**
 *
 *  404
 *
 **/

.error404-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/**
 *
 *  Page: Therapie
 *
 **/

.post-26 .entry-content ul {
  padding-left: 0;
  list-style: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-flow: wrap;
  margin-left: 1em;
}
.post-26 .entry-content ul li {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 20px
}
