/* Sections base */
section {
  padding: 80px 0;
}
section h2 {
  font-size: 50px;
}
.section-heading {
  color: #0d7773;
  margin-bottom: 50px;
}
.section-heading-bar {
  /* color: #0d7773; */
  margin-bottom: 50px;
}
.section-heading-bar:after {
  content: "";
  margin-top: 15px;
  width: 70px;
  height: 3px;
  display: block;
  background-color: #f9c74d;
}
.sh-bar-white {
  color: white;
  margin-bottom: 50px;
}
.sh-bar-white:after {
  content: "";
  margin-top: 15px;
  width: 70px;
  height: 3px;
  display: block;
  background-color: #f9c74d;
}
.sh-bar-white-white {
  font-size: 32px;
  color: white;
  margin-bottom: 50px;
}
.sh-bar-white-white:after {
  content: "";
  margin-top: 15px;
  width: 70px;
  height: 3px;
  display: block;
  background-color: white;
}

/* section.therapy {
  padding: 150px 0;
  position: relative;
}
section.therapy h2 {
  margin-top: 0;
  font-size: 50px;
} */

/* Sections */
#read-more {
  position: relative;
}
/* #read-more-wrap {
  margin-top: 40px;
} */

#donkey-carousel {
  padding: 0;
}

#partner {
  background: linear-gradient(rgba(21, 23, 48, 0.6), rgba(21, 23, 48, 0.6)),
    url("../images/background/partner-background.png") center center no-repeat;
  background-size: cover;
  padding: 50px 0 50px 0;
  border: 1px solid #d8d8d8;
}
#partner p {
  color: white;
}
#partner h1 {
  color: white;
  font-weight: 500;
  margin-bottom: 60px;
  /* text-shadow: -1px -1px 1px #fff, 1.5px 1.5px 1px rgba(0, 0, 0, 0.4); */
}
#partner h3 {
  color: white;
  font-weight: 500;
}
#partner .donkey-round {
  /* width: 150px;
  height: 150px; */
  border-radius: 50%;
}
#partner img {
  max-width: 250px;
  border: 10px solid #f9c74d;
  border-radius: 50%;
}
#partner .img-wrapper {
  margin-bottom: 40px;
}

#info-add {
  background-color: #0d7773;
  padding: 40px 0 40px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}
#info-add p {
  color: white;
}
#info-add i {
  color: #e4e9e9;
}

#trauma {
  background-color: white;
}
#trauma h3 {
  font-weight: 500;
}
#trauma p {
  font-size: 16px;
}
#trauma .trauma-box {
  background-color: #e4e9e9;
}
#trauma .trauma-info {
  padding: 0 15px 0 15px;
}

#checklist {
  color: white;
  padding: 20px 0 20px;
  background-color: #4b5563;
}
#checklist .content {
  display: flex;
  align-items: left;
  justify-content: center;
}

#checklist li {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: 100;
  margin-top: 1px;
  padding-left: 2em;
}
#checklist li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #f9c74d;
  margin-right: 1em;
  margin-left: -2em;
}

#animals {
  color: white;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../images/background/dog-wood.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0;
  overflow-y: hidden;
}
#animals h1 {
  color: white;
}
#animals li {
  font-family: "Catamaran", "Helvetica", "Arial", "sans-serif";
  font-size: 22px;
  font-weight: 100;
  margin-top: 1px;
}
#animals li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #f9c74d;
  margin-right: 15px;
}

#targets i {
  color: #a94442;
}
#targets h4 {
  font-weight: 500;
  font-size: 20px;
  color: #4f4f4f;
}
#targets .card-target {
  background: white;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  max-width: 360px;
}
#targets .card-target-inner {
  border-top: 3px solid #f9c74d;
  padding: 10px;
  color: #4f4f4f;
}

/* Therapieformen */
#info-strip {
  background-color: white;
  padding: 30px 0 50px 0;
  border: 1px solid #e8e8e8;
  /* box-shadow: 2px 2px 15px rgba(0,0,0,.1); */
}
#info-strip h3 {
  font-weight: 400;
}
#info-strip p {
  font-size: 15px;
  text-align: justify;
  line-height: 1.3;
}
#info-strip i {
  font-size: 30px;
  color: #9cb1b0;
}
#info-strip a {
  font-size: 16px;
  color: #0d7773;
}
#info-strip img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#info-strip .card-info {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom: 4px solid #fdcc52;
  min-height: 510px;
  max-width: 360px;
}
#info-strip .card-info-header {
  position: relative;
}
#info-strip .card-info-icon {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #a94442;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
#info-strip .card-info-icon > i {
  color: white;
  font-size: 25px;
}
#info-strip .card-info-inner {
  padding: 0 15px 0 15px;
  min-height: 140px;
}
#info-strip .card-info-back {
  padding: 15px;
}

/* Esel */

#donkey-info {
  padding: 100px 0 100px 0;
  border: 1px solid #d8d8d8;
}
#donkey-info h1 {
  color: #a94442;
  /* text-shadow: -1px -1px 2px #FFF, 0.5px 0.5px 1px rgba(0,0,0,.25); */
}
#donkey-info h3 {
  color: #0d7773;
}
#donkey-info .donkey-round {
  /* width: 150px;
  height: 150px; */
  border-radius: 50%;
}
#donkey-info img {
  max-width: 250px;
  border: 10px solid #d29f3263;
  border-radius: 50%;
}

#test {
  padding-top: 50px;
  background-color: #e4e9e9;
}
#test h1 {
  margin-bottom: 40px;
}
#test .more-link {
  margin-top: 20px;
}
#test a {
  font-size: 16px;
  font-weight: bolder;
  color: #0d7773;
}
#about .about-name {
  font-weight: 600;
  font-size: 18px;
}
#about .about-avatar {
  margin-bottom: 50px;
}
#about .about-avatar > img {
  width: 180px;
  padding: 5px;
  border: 2px solid #b9b9b9;
  border-radius: 50%;
  margin-bottom: 20px;
}
#about h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
