@charset "UTF-8";/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       Base
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

:root {
  --font-size: 16px;

  --body-background: #ededed; /* rgba(232, 232, 232, 0.52) */
  --primary-background: #25863A;
  --secondary-background: #855b3c;
  --muted-background: #edf2db;
  --timeline-background: #65ad85;

  --text-color: #585858;
  --text-gray: #e2e2e2;
  --link-color: #25863A;
  --link-hover-color: #855b3c;
}

.clearfix {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
}

.tpl-light {
  color: var(--body-background) !important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                       FontAwesome
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face {src: url("https://www.therapiebegleithunde-wettringen.de/templates/yootheme_tbh/vendor/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0"); src: url("https://www.therapiebegleithunde-wettringen.de/templates/yootheme_tbh/vendor/font-awesome/fonts/fontawesome-webfont.eot#iefix&v=4.3.0")
      format("embedded-opentype"),
    url("https://www.therapiebegleithunde-wettringen.de/templates/yootheme_tbh/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0")
      format("woff"),
    url("https://www.therapiebegleithunde-wettringen.de/templates/yootheme_tbh/vendor/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0")
      format("truetype"),
    url("https://www.therapiebegleithunde-wettringen.de/templates/yootheme_tbh/vendor/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular")
      format("svg"); font-family: "FontAwesome"; font-weight: normal; font-style: normal; font-display: swap}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      Desktop Header
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tm-header .uk-navbar-nav > li {
  align-items: center;
  justify-content: center;
  text-align: center;

  width: min-intrinsic;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  display: table-caption;
  display: -ms-grid;
  -ms-grid-columns: min-content;
}
.tm-header .uk-navbar-nav > li > a {
  text-align: center;
  width: 100%;
  line-height: 1.125;
  white-space: break-spaces;
  align-items: center;
  justify-content: center;
  font-family: Verdana;
}

.tm-header .uk-navbar-nav .uk-navbar-parent-icon svg {
  width: 24px;
  height: 24px;
}

.tm-header .uk-navbar-dropdown {
  width: auto;
}

.tm-header .uk-navbar-dropdown .uk-nav > li > a {
  text-align: center;
  justify-content: center;
  font-family: Verdana;
}

.tm-header .uk-navbar-dropdown .uk-nav > li:not(:first-of-type) {
  border-top: 1px solid #fff;
}

.tm-header .uk-sticky.uk-sticky-below .uk-navbar-container {
  background: var(--primary-background);
  border-bottom: none;
}

.tm-header .uk-sticky.uk-sticky-below .uk-navbar-nav > li > a {
  color: #fff;
}

.tm-toolbar .uk-subnav > li > a {
  font-family: "Poiret One";
  font-weight: 600;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      Mobile Header
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tm-header-mobile {
  padding-top: 8px;
}
.tm-header-mobile .uk-icon svg {
  width: 32px;
}

#tm-dialog-mobile .uk-offcanvas-bar .uk-nav-default li a {
  font-size: 18px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      breadcrumb
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-section-breadcrumb .uk-tile {
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 12px;
}

.tpl-section-breadcrumb .uk-breadcrumb {
  margin-bottom: 0;
}

.tpl-section-breadcrumb .uk-breadcrumb:before {
  display: inline-block;
  content: "Sie sind hier:  ";
  font-size: 16px;
  font-weight: medium;
  margin-right: 4px;
}

.tpl-section-breadcrumb .uk-breadcrumb li a,
.tpl-section-breadcrumb .uk-breadcrumb li span {
  font-size: 16px;
  font-weight: medium;
  color: #fff!important;
}

.tpl-section-breadcrumb .uk-margin-medium-bottom {
  margin: 0!important;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      FORM
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.convertforms {
  max-width: 50%;
  padding: 30px 0;
}

.convertforms .cf-content-wrap,
.convertforms .cf-form-wrap {
  padding: 0;
}

.convertforms .cf-input {
  border-radius: 12px;
}

.convertforms .tpl-dase .cf-checkbox-group {
  display: flex;
  align-items: flex-start;
}

.convertforms .tpl-dase .cf-checkbox-group input {
  display: flex;
  flex: 0 0 24px;
  margin-top: 3px;
  align-self: flex-start;
}

@media (max-width: 960px) {
  .convertforms {
    max-width: 100%;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      Foto effekt
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.uk-slideshow {
  position: relative;
  margin-bottom: 20px!important;
}

.uk-slideshow .uk-position-relative {
  z-index: 100;
}

.uk-slideshow:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  height: 60px;
  width: 26%;
  background: var(--primary-background);
  z-index: 110;
}

.uk-slideshow:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -18px;
  left: 25%;
  width: 534px;
  height: 60px;
  background: transparent;
  background-image: url(https://www.therapiebegleithunde-wettringen.de/images/foto-effekt-sechs.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 120;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      Content
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-section-content img {
  float: left;
  margin: 5px 20px 10px 0;
}

.tpl-section-content .porteins,
.tpl-section-content .theraeins,
.tpl-section-content .besucheins,
.tpl-section-content .diabetikeins,
.tpl-section-content .begleiteins,
.tpl-section-content .assistenzeins,
.tpl-section-content .kontakteins,
.tpl-section-content .homebild {
  float: right;
  margin: 0 0 20px 20px;
}

.tpl-section-content .portzwei,
.tpl-section-content .therazwei,
.tpl-section-content .besuchzwei,
.tpl-section-content .diabetikzwei,
.tpl-section-content .begleitzwei {
  float: left;
  margin: 5px 20px 10px 0;
}

.tpl-section-content ol,
.tpl-section-content ul {
  display: inline-block;
  padding-left: 18px;
}
.tpl-section-content p + ol,
.tpl-section-content p + ul,
.tpl-section-content ol + p,
.tpl-section-content ul + p,
.tpl-section-content h2 + ol,
.tpl-section-content h2 + ul,
.tpl-section-content h3 + ol,
.tpl-section-content h3 + ul {
  margin-top: 0;
}

.tpl-grid-bottom a {
  font-weight: 600 !important;
}
.tpl-grid-bottom a.el-link {
  display: block;
  width: 100%;
  text-align: right;
  font-weight: 600 !important;
}

.tpl-grid-bottom img {
  width: 100%;
  height: auto;
}

.tpl-grid-bottom a.uk-link-reset:hover,
.tpl-grid-bottom a.uk-link-reset:visited {
  color: var(--link-hover-color)!important;
}

hr {
  border-top: 1px solid #686868;
}

.tpl-section-content a:visited,
.tpl-section-content .uk-link:visited {
  color: var(--link-hover-color)!important;
}

.tpl-section-content a,
.tpl-section-content .uk-link {
  font-weight: 600 !important;
}

.sigplus-gallery {
}
.sigplus-gallery ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 14px;
  padding-left: 0;
  justify-content: center;
  align-items: center;
}
.sigplus-gallery ul li {
  flex: 1 1 20%;
  max-width: 24%;
  display: flex;
  flex-wrap: wrap;
  float: none;
  clear: both;
  width: auto;
}

.sigplus-gallery a.sigplus-image > img {
  float: none;
  margin: 0;
}

