
summary {
   position: relative; 
   border: 1;
   border-radius: 4px;
   background: yellow;

}

summary::marker, summary::-webkit-details-marker {
   color: black;
}

summary::after {
   content:  "+"; 
   position: absolute;
   color: green;
   font-size: 2em;
   font-weight: bold; 
   right: 1em;
   top: 0em;
   transition: all 0.5s;
} 

details[open] summary::after {
 color: red;
 transform: translate(5px,0) rotate(45deg);
}

details > div {
  padding: .5em;
  overflow: hidden;
  margin-bottom: 1em;
  background: white;
}

details[open] > summary {
  
  margin-bottom: .5em;
}
  


.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../../img/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../../img/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../../img/fancybox/blank.gif");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../../img/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../../img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; }
  #fancybox-loading div {
    background-image: url("../../img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

form div.message, form div.img div, .imprint, .content aside .widget div, .index main section.team, .index main section.welcome {
  *zoom: 1; }
  form div.message:before, form div.img div:before, .imprint:before, .content aside .widget div:before, .index main section.team:before, .index main section.welcome:before, form div.message:after, form div.img div:after, .imprint:after, .content aside .widget div:after, .index main section.team:after, .index main section.welcome:after {
    content: " ";
    display: table; }
  form div.message:after, form div.img div:after, .imprint:after, .content aside .widget div:after, .index main section.team:after, .index main section.welcome:after {
    clear: both; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em; }

.slicknav_menu {
  *zoom: 1; }

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left; }

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em; }

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute; }

.slicknav_menu .slicknav_no-text {
  margin: 0; }

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }

.slicknav_menu:before {
  content: " ";
  display: table; }

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both; }

.slicknav_nav {
  clear: both; }

.slicknav_nav ul {
  display: block; }

.slicknav_nav li {
  display: block; }

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em; }

.slicknav_nav .slicknav_item {
  cursor: pointer; }

.slicknav_nav .slicknav_item a {
  display: inline; }

.slicknav_nav .slicknav_row {
  display: block; }

.slicknav_nav a {
  display: block; }

.slicknav_nav .slicknav_parent-link a {
  display: inline; }

.slicknav_brand {
  float: left; }

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: #4c4c4c;
  padding: 5px; }

.slicknav_menu * {
  box-sizing: border-box; }

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000; }

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff; }

.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222; }

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden; }

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px; }

.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px; }

.slicknav_nav .slicknav_row:hover {
  border-radius: 6px;
  background: #ccc;
  color: #fff; }

.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff; }

.slicknav_nav a:hover {
  border-radius: 6px;
  background: #ccc;
  color: #222; }

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px; }

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0; }

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0; }

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

div.slicknav_menu {
  background: #404040; }
  div.slicknav_menu a.slicknav_btn {
    padding: 2rem 2.5%;
    background: black; }
  div.slicknav_menu nav.slicknav_nav {
    padding: 0 !important;
    margin: 0 !important;
    background: black !important; }
    div.slicknav_menu nav.slicknav_nav ul {
      margin: 2rem 0;
      padding: 0; }
    div.slicknav_menu nav.slicknav_nav.slicknav_nav {
      padding: 1.6rem 0;
      margin: 0;
      background: black; }
      div.slicknav_menu nav.slicknav_nav.slicknav_nav a {
        padding: 0 5%;
        color: white;
        font-weight: 400;
        line-height: 4.8rem; }
        div.slicknav_menu nav.slicknav_nav.slicknav_nav a:hover {
          border-radius: 2.4rem;
          background: #08a690; }
      div.slicknav_menu nav.slicknav_nav.slicknav_nav li {
        margin: 0 5%;
        background: black; }
        div.slicknav_menu nav.slicknav_nav.slicknav_nav li span {
          font-size: 1.6rem;
          font-weight: 400;
          float: right; }
        div.slicknav_menu nav.slicknav_nav.slicknav_nav li.logo {
          display: none; }
    div.slicknav_menu nav.slicknav_nav .slicknav_item a {
      padding: 0;
      margin: 0; }
    div.slicknav_menu nav.slicknav_nav .slicknav_parent-link a {
      padding: 0;
      margin: 0; }

html {
  font-size: 62.5%; }
  html a {
    text-decoration: none; }

body {
  color: #4b4b4b;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #f0f0f0; }

img.responsive {
  border-radius: 8px;
  max-width: 100%;
  margin: 0 0 2rem; }

.wrap {
  margin: 0 auto;
  width: 144rem;
  max-width: 100%;
  background: white;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.15); }

.inner-wrap {
  margin: 0 auto;
  width: 120rem;
  max-width: 100%; }

.slicknav_menu {
  display: none; }
  @media (max-width: 1200px) {
    .slicknav_menu {
      display: block; } }
@media (max-width: 979px) {
  .hidden {
    display: none !important; } }

.logo-mobile {
  display: none;
  position: absolute;
  top: 2.5rem;
  left: 0;
  margin: 0 0 0 2.5rem;
  padding: 0;
  width: 24rem;
  height: 4rem;
  text-indent: -99999px;
  background: transparent url("../../img/logo/logo.svg") no-repeat !important;
  background-size: cover; }
  @media (max-width: 1440px) {
    .logo-mobile {
      height: 3rem;
      width: 18rem; } }
  @media (max-width: 979px) {
    .logo-mobile {
      display: block; } }
.logos {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center; }
  .logos.logos-mobile {
    display: none;
    position: absolute;
    top: 8px;
    left: -5px; }
    @media (max-width: 1200px) {
      .logos.logos-mobile {
        display: -webkit-flex;
        display: flex; } }
    @media (max-width: 979px) {
      .logos.logos-mobile {
        top: 20px; } }
    @media (max-width: 1200px) {
      .logos.logos-desktop {
        display: none; } }
  .logos .logo {
    display: block;
    margin: 0 0 0 2.5rem;
    padding: 0;
    width: 24rem;
    height: 4rem;
    text-indent: -99999px;
    background: transparent url("../../img/logo/logo.svg") no-repeat !important;
    background-size: cover; }
    @media (max-width: 1440px) {
      .logos .logo {
        height: 2.5rem;
        width: 16rem; } }
    @media (max-width: 768px) {
      .logos .logo {
        height: 2rem;
        width: 12rem; } }
  .logos img {
    margin-left: 20px;
    max-height: 70px; }
    @media (max-width: 1440px) {
      .logos img {
        margin-left: 17px;
        max-height: 60px; } }
    @media (max-width: 979px) {
      .logos img {
        margin-left: 15px;
        max-height: 35px; } }
nav#main {
  position: fixed;
  width: 100%;
  height: auto;
  background: url("../../img/bgs/nav.png") repeat-x;
  z-index: 10; }
  @media (max-width: 1200px) {
    nav#main {
      display: none; } }
  nav#main ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    list-style-type: none;
    margin: 0 auto;
    width: 144rem;
    max-width: 100%;
    background: #404040; }
    nav#main ul a.active {
      color: white;
      box-shadow: inset 0 -5px 0 0 #35ebd3; }
    nav#main ul ul {
      background: #303030; }
    nav#main ul .links > li {
      display: block;
      margin: 0;
      padding: 0;
      float: left; }
      nav#main ul .links > li > a {
        display: block;
        padding: 3rem 1.6rem;
        color: white;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 4rem; }
      nav#main ul .links > li:hover > a {
        color: #35ebd3;
        background: #303030; }
      nav#main ul .links > li.dropdown:hover > a {
        background: #303030 url("../../img/icons/nav/arrow-down.svg") center 7rem no-repeat;
        background-size: 1rem; }
    nav#main ul ul {
      position: absolute;
      margin: 0;
      padding: 0;
      display: block;
      width: 28rem;
      background: #303030; }
      nav#main ul ul li {
        position: absolute;
        display: block;
        top: -9999px;
        height: 0;
        margin: 0;
        padding: 0;
        transition: height .2s ease-in; }
        nav#main ul ul li a {
          position: relative;
          display: block;
          padding: 0 2rem;
          width: 24rem;
          color: white;
          font-size: 1.4rem;
          font-weight: 400;
          line-height: 4rem;
          background: #303030; }
          nav#main ul ul li a.active {
            color: white;
            background: #08a690;
            box-shadow: none; }
          nav#main ul ul li a.more:after {
            content: "\203A";
            float: right; }
        nav#main ul ul li:hover > a {
          color: white;
          background: #08a690; }
      nav#main ul ul .dropdown:hover ul {
        right: 232px;
        top: 0px; }
    nav#main ul .dropdown {
      background: url("../../img/icons/nav/arrow-down.svg") center 7rem no-repeat;
      background-size: 1rem; }
      nav#main ul .dropdown:hover > ul {
        z-index: 10000; }
        nav#main ul .dropdown:hover > ul > li {
          position: relative;
          height: 4rem;
          top: auto; }
    nav#main ul .phone {
      background: #08a690 url("../../img/icons/nav/phone.svg") no-repeat 2.7rem center !important;
      background-size: 2.4rem !important; }
      nav#main ul .phone a {
        padding: 3rem 3rem 3rem 6rem !important; }
        nav#main ul .phone a:hover {
          cursor: default;
          color: white;
          background: #08a690 url("../../img/icons/nav/phone.svg") no-repeat 2.7rem center !important;
          background-size: 2.4rem !important; }

.index header {
  width: 144rem;
  max-width: 100%;
  height: 640px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 1px solid #b5b5b5; }
  .index header.animation {
    -webkit-animation: dog ease-in-out 1s;
            animation: dog ease-in-out 1s;
    background: white url("../../img/bgs/dog.jpg") right top no-repeat; }
    @media (max-width: 768px) {
      .index header.animation {
        -webkit-animation: dog-mobile ease-in-out 1s;
                animation: dog-mobile ease-in-out 1s;
        background: transparent url("../../img/bgs/dog.jpg") right 150px no-repeat; }
      @-webkit-keyframes dog-mobile {
        from {
          background-position: right 640px; }
        to {
          background-position: right 150px; } }
      @keyframes dog-mobile {
        from {
          background-position: right 640px; }
        to {
          background-position: right 150px; } } }
@-webkit-keyframes dog {
  from {
    background-position: right 640px; }
  to {
    background-position: right top; } }
@keyframes dog {
  from {
    background-position: right 640px; }
  to {
    background-position: right top; } }
  .index header div {
    height: 640px;
    width: 100%;
    border-bottom: 1px solid #b5b5b5; }
    .index header div.animation {
      -webkit-animation: cat ease-in-out 1s;
              animation: cat ease-in-out 1s;
      background: transparent url("../../img/bgs/cat.jpg") left top no-repeat; }
      @media (max-width: 979px) {
        .index header div.animation {
          -webkit-animation: cat-tablets ease-in-out 1s;
                  animation: cat-tablets ease-in-out 1s;
          background: transparent url("../../img/bgs/cat.jpg") left 185px no-repeat; }
        @-webkit-keyframes cat-tablets {
          from {
            background-position: left 640px; }
          to {
            background-position: left 185px; } }
        @keyframes cat-tablets {
          from {
            background-position: left 640px; }
          to {
            background-position: left 185px; } } }
      @media (max-width: 768px) {
        .index header div.animation {
          background: transparent; } }
@-webkit-keyframes cat {
  from {
    background-position: left 640px; }
  to {
    background-position: left top; } }
@keyframes cat {
  from {
    background-position: left 640px; }
  to {
    background-position: left top; } }
    .index header div div {
      width: 100%;
      max-width: 96rem;
      margin: 0 auto;
      background: transparent; }
      @media (max-width: 768px) {
        .index header div div {
          width: 95%; } }
      .index header div div h1 {
        color: #35ebd3;
        font-weight: 900;
        font-size: 11.2rem;
        line-height: 10rem;
        padding: 18rem 2rem 2rem 2rem; }
        @media (max-width: 768px) {
          .index header div div h1 {
            margin: 0 0 1.5rem;
            padding: 7rem 0 0 0;
            font-size: 5rem;
            text-align: center;
            line-height: 5rem; } }
      .index header div div h2 {
        color: #35ebd3;
        font-size: 3.2rem;
        font-weight: 100;
        line-height: 3.6rem;
        padding: 0 2rem 2rem 2rem; }
        @media (max-width: 768px) {
          .index header div div h2 {
            padding: 0 0 4rem 0;
            text-align: center;
            font-weight: 300; } }
      .index header div div a {
        transition: all ease .25s;
        display: inline-block;
        color: #35ebd3;
        font-size: 1.8rem;
        padding: 20px 20px 20px 60px;
        margin: 0 0 0 20px;
        background: rgba(255, 255, 255, 0.95);
        border: 2px solid #35ebd3; }
        @media (max-width: 768px) {
          .index header div div a {
            margin: 0 0 2rem 0;
            display: block; } }
        .index header div div a:first-of-type {
          background: rgba(255, 255, 255, 0.95) url("../../img/icons/paw.svg") no-repeat 10px center; }
          .index header div div a:first-of-type:hover {
            transition: all ease .25s;
            color: white;
            background: #35ebd3 url("../../img/icons/paw.svg") no-repeat 10px center;
            border: 2px solid #35ebd3; }
        .index header div div a:last-of-type {
          background: rgba(255, 255, 255, 0.95) url("../../img/icons/stethoscope.svg") no-repeat 10px center; }
          .index header div div a:last-of-type:hover {
            transition: all ease .25s;
            color: white;
            background: #35ebd3 url("../../img/icons/stethoscope.svg") no-repeat 10px center;
            border: 2px solid #35ebd3; }

.index main section.quickies {
  text-align: center;
  background: #e7e7e7;
  border-bottom: 1px solid #cfcfcf; }
  .index main section.quickies .inner-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .index main section.quickies .inner-wrap div {
      display: block;
      padding: 2.5rem 2.5% 4rem 2.5%;
      width: 20%; }
      @media (max-width: 979px) {
        .index main section.quickies .inner-wrap div {
          width: 45%; } }
      @media (max-width: 768px) {
        .index main section.quickies .inner-wrap div {
          width: 95%; } }
      @media (max-width: 979px) {
        .index main section.quickies .inner-wrap div:nth-child(1), .index main section.quickies .inner-wrap div:nth-child(2) {
          padding: 4rem 2.5% 2rem 2.5%; } }
      @media (max-width: 979px) {
        .index main section.quickies .inner-wrap div:nth-child(3), .index main section.quickies .inner-wrap div:nth-child(4) {
          padding: 2rem 2.5% 4rem 2.5%; } }
      @media (max-width: 768px) {
        .index main section.quickies .inner-wrap div:nth-child(1) {
          padding: 4rem 2.5% 2rem 2.5%; } }
      @media (max-width: 768px) {
        .index main section.quickies .inner-wrap div:nth-child(2), .index main section.quickies .inner-wrap div:nth-child(3) {
          padding: 2rem 2.5%; } }
      @media (max-width: 768px) {
        .index main section.quickies .inner-wrap div:nth-child(4) {
          padding: 3rem 2.5% 4rem 2.5%; } }
  .index main section.quickies img {
    padding: 0;
    margin: 0; }
    @media (max-width: 979px) {
      .index main section.quickies img {
        margin-bottom: 1.5rem;
        -webkit-transform: scale(1.5);
                transform: scale(1.5); } }
    @media (max-width: 768px) {
      .index main section.quickies img {
        margin-bottom: 2rem;
        -webkit-transform: scale(2);
                transform: scale(2); } }
  .index main section.quickies h2 {
    margin-bottom: 2rem;
    color: #08a690;
    font-size: 2rem;
    font-weight: 300;
    line-height: 0; }
    @media (max-width: 768px) {
      .index main section.quickies h2 {
        font-size: 2.5rem;
        line-height: 2.5rem; } }
  .index main section.quickies a {
    display: block;
    color: #4b4b4b;
    font-size: 1.3rem;
    line-height: 1.8rem; }
    @media (max-width: 979px) {
      .index main section.quickies a {
        font-size: 1.7rem;
        font-weight: 300;
        line-height: 2.2rem; } }
    .index main section.quickies a:hover {
      color: #8b8b8b; }
    .index main section.quickies a:hover > span {
      color: #35ebd3; }
    .index main section.quickies a span {
      color: #08a690; }

.index main section.welcome {
  padding: 8rem 0;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 3.2rem;
  border-bottom: 1px solid #cfcfcf; }
  @media (max-width: 979px) {
    .index main section.welcome {
      padding: 5rem 0;
      font-size: 2rem;
      line-height: 2.6rem; } }
  .index main section.welcome a {
    color: #08a690; }
    .index main section.welcome a:hover {
      color: #35ebd3; }
  .index main section.welcome p {
    padding: 2rem 2.5%;
    width: 70%; }
    @media (max-width: 979px) {
      .index main section.welcome p {
        width: 95%; } }
    .index main section.welcome p:last-child {
      float: right; }

.index main section.team {
  padding: 8rem 0;
  background: #fafafa; }
  @media (max-width: 768px) {
    .index main section.team {
      padding: 6rem 0 8rem 0; } }
  .index main section.team .inner-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    font-weight: 300; }
    @media (max-width: 768px) {
      .index main section.team .inner-wrap div {
        text-align: center !important; } }
    .index main section.team .inner-wrap div:nth-child(1) {
      width: 20%;
      -webkit-order: 1;
              order: 1;
      text-align: right; }
      @media (max-width: 979px) {
        .index main section.team .inner-wrap div:nth-child(1) {
          margin: 0 0 3rem;
          text-align: left; } }
      @media (max-width: 768px) {
        .index main section.team .inner-wrap div:nth-child(1) {
          width: 100%; } }
    .index main section.team .inner-wrap div:nth-child(2) {
      width: 16%;
      padding: 0 2%;
      -webkit-order: 2;
              order: 2; }
      @media (max-width: 768px) {
        .index main section.team .inner-wrap div:nth-child(2) {
          width: 100%; } }
    .index main section.team .inner-wrap div:nth-child(3) {
      width: 16%;
      padding: 0 2%;
      -webkit-order: 3;
              order: 3; }
      @media (max-width: 768px) {
        .index main section.team .inner-wrap div:nth-child(3) {
          width: 100%; } }
    .index main section.team .inner-wrap div:nth-child(4) {
      width: 30%;
      -webkit-order: 4;
              order: 4; }
      @media (max-width: 768px) {
        .index main section.team .inner-wrap div:nth-child(4) {
          width: 100%; } }
    .index main section.team .inner-wrap div img {
      box-sizing: border-box;
      width: 100%;
      max-width: 100%;
      border-radius: 50%;
      border: 10px solid rgba(0, 0, 0, 0.1);
      float: left; }
      @media (max-width: 768px) {
        .index main section.team .inner-wrap div img {
          width: 40%;
          margin: 2rem 30% 2rem 30%; } }
    .index main section.team .inner-wrap div h2 {
      color: #08a690;
      font-weight: 400; }

.content .wrap {
  background: #f2f2f2; }

.content .inner-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media (max-width: 979px) {
    .content .inner-wrap {
      padding: 0; } }
.content .inner-wrap-wide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 979px) {
    .content .inner-wrap-wide {
      padding: 0; } }
.content nav#sub {
  -webkit-order: 1;
          order: 1;
  padding: 14rem 2.5% 4rem 2.5%;
  width: 22.5%; }
  @media (max-width: 979px) {
    .content nav#sub {
      display: none; } }
  .content nav#sub ul {
    font-size: 1.4rem;
    font-weight: 300; }
    .content nav#sub ul li a {
      transition: ease all .25s;
      display: block;
      padding: 1rem 0;
      color: #4b4b4b;
      border-bottom: 1px solid #cbcbcb; }
      .content nav#sub ul li a:hover {
        transition: ease all .25s;
        color: #8a8a8a; }
      .content nav#sub ul li a.active {
        color: #08a690;
        padding: 1rem 0 1rem .5rem;
        border-bottom: 1px solid #08a690; }
        .content nav#sub ul li a.active:before {
          content: "\00232A";
          margin: 0 1rem 0 0; }

.content main {
  -webkit-order: 2;
          order: 2;
  padding: 14rem 0 4rem 0;
  width: 47.5%;
  font-weight: 300;
  line-height: 2.2rem; }
  @media (max-width: 979px) {
    .content main {
      padding: 4rem 2.5%;
      width: 65%; } }
  @media (max-width: 768px) {
    .content main {
      width: 100%; } }
  .content main h1 {
    padding-bottom: 2rem;
    color: #08a690;
    font-size: 2.4rem;
    font-weight: 500; }
  .content main h2 {
    padding-bottom: 1rem;
    color: #08a690;
    font-size: 2rem;
    font-weight: 500; }
  .content main h3 {
    padding-bottom: 1rem;
    color: #08a690;
    font-size: 1.8rem;
    font-weight: 500; }
  .content main h2 + h3 {
    margin-top: 2rem; }
  .content main h4 {
    padding-bottom: 1rem;
    color: #08a690;
    font-weight: 500; }
  .content main p {
    padding-bottom: 2rem; }
    .content main p a {
      color: #08a690; }
      .content main p a:hover {
        color: #4b4b4b;
        text-decoration: underline; }
    .content main p span {
      width: 8rem;
      display: block;
      float: left; }
    .content main p.hide {
      display: none; }
  .content main strong {
    font-weight: 500; }
  .content main small {
    font-size: 1.2rem; }
  .content main em {
    font-style: italic; }
  .content main ul {
    padding-bottom: 2rem;
    list-style: disc; }
    .content main ul ul {
      padding-bottom: 0;
      list-style: circle; }
    .content main ul li {
      margin-left: 2rem; }
  .content main .team {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .content main .team h3 {
      background: pink; }
    .content main .team .teammember {
      position: relative;
      padding: 0 0 8rem;
      width: 47.5%;
      font-weight: 400;
      background: white;
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
      @media (max-width: 768px) {
        .content main .team .teammember {
          width: 100%; } }
      .content main .team .teammember:nth-child(odd) {
        margin: 0 2.5% 3rem 0; }
        @media (max-width: 768px) {
          .content main .team .teammember:nth-child(odd) {
            margin-right: 0; } }
      .content main .team .teammember:nth-child(even) {
        margin: 0 0 3rem 2.5%; }
        @media (max-width: 768px) {
          .content main .team .teammember:nth-child(even) {
            margin-left: 0; } }
      .content main .team .teammember .img {
        border-radius: 8px;
        position: relative;
        height: 300px;
        background: #cbcbcb center center no-repeat;
        background-size: cover; }
        .content main .team .teammember .img .caption {
          display: block;
          position: absolute;
          padding: 1.5rem 0;
          bottom: 0;
          width: 100%;
          color: white;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 1.6rem;
          text-align: center;
          background: rgba(0, 0, 0, 0.5); }
          .content main .team .teammember .img .caption span {
            display: block;
            font-size: 1.2rem; }
      .content main .team .teammember h4 {
        padding: 2rem 2rem 0 2rem;
        color: #08a690;
        font-size: 1.3rem;
        font-weight: 500; }
      .content main .team .teammember p {
        padding: 0 2rem;
        font-size: 1.3rem; }
        .content main .team .teammember p:last-child {
          padding-bottom: 2rem; }
      .content main .team .teammember a {
        transition: ease all .25s;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: 2rem;
        padding: 2rem 0;
        color: #4b4b4b;
        font-weight: 400;
        border-top: 1px solid #e5e5e5; }
        .content main .team .teammember a:hover {
          transition: ease all .25s;
          color: white;
          background: #35ebd3;
          border-top: 1px solid #35ebd3; }

article {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #cbcbcb; }
  article:first-of-type {
    padding-top: 2rem; }
  article:last-of-type {
    border: 0 none; }
  article h1 {
    padding: 0 !important;
    font-size: 1.6rem !important; }
  article h2 {
    padding: 0 !important;
    color: #4b4b4b !important;
    font-size: 1.3rem !important; }
  article p {
    padding: 0 !important; }
    article p:last-of-type {
      margin-bottom: 1rem; }
  article strong {
    font-weight: 500; }
  article em {
    font-style: italic; }
  article a {
    color: #08a690; }
    article a:hover {
      color: #4b4b4b; }
  article img {
    border-radius: 8px;}
 

ul.pagination {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: -webkit-flex;
  display: flex; }
  ul.pagination li {
    margin: 0 !important;
    padding: 0 !important;
    width: 4.8rem;
    color: #4b4b4b;
    border: 1px solid #cbcbcb;
    border-right: 0 none; }
    ul.pagination li:first-of-type {
      width: 5.6rem;
      border-top-left-radius: 2.4rem;
      border-bottom-left-radius: 2.4rem; }
      @media (max-width: 979px) {
        ul.pagination li:first-of-type {
          width: 50%; } }
      ul.pagination li:first-of-type a {
        border-top-left-radius: 2.4rem;
        border-bottom-left-radius: 2.4rem; }
    ul.pagination li:last-of-type {
      width: 5.6rem;
      border-right: 1px solid #cbcbcb;
      border-top-right-radius: 2.4rem;
      border-bottom-right-radius: 2.4rem; }
      @media (max-width: 979px) {
        ul.pagination li:last-of-type {
          width: 50%; } }
      ul.pagination li:last-of-type a {
        border-top-right-radius: 2.4rem;
        border-bottom-right-radius: 2.4rem; }
    ul.pagination li a, ul.pagination li span {
      display: block;
      color: #4b4b4b;
      line-height: 4.8rem;
      text-align: center; }
      ul.pagination li a:hover, ul.pagination li span:hover {
        background: rgba(0, 0, 0, 0.05); }
    ul.pagination li.disabled {
      border-color: #cbcbcb; }
      ul.pagination li.disabled a {
        cursor: default;
        color: #cbcbcb; }
        ul.pagination li.disabled a:hover {
          background: #f2f2f2; }
    ul.pagination li span {
      cursor: pointer;
      color: white;
      background: #08a690; }
      ul.pagination li span:hover {
        background: #08a690; }

div#page {
  display: none; }
  @media (max-width: 979px) {
    div#page {
      display: block;
      padding-bottom: 1rem;
      font-size: 1.3rem;
      text-align: center; } }
.content aside {
  -webkit-order: 3;
          order: 3;
  padding: 14rem 2.5% 4rem 2.5%;
  width: 20%;
  font-weight: 400; }
  @media (max-width: 979px) {
    .content aside {
      padding: 4rem 2.5%;
      width: 25%; } }
  @media (max-width: 768px) {
    .content aside {
      padding: 0;
      width: 100%;
      -webkit-order: 1;
              order: 1; } }
  .content aside .widget {
    background: white;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1); }
    .content aside .widget img {
      border-radius: 8px;
      width: 100%;
      height: auto;
      float: left;
      margin-bottom: 2rem; }
    .content aside .widget div {
      padding: 2rem; }
      @media (max-width: 768px) {
        .content aside .widget div {
          display: none; } }
      .content aside .widget div h1 {
        margin-bottom: 1rem;
        color: #08a690;
        font-weight: 500; }
      .content aside .widget div h2 {
        color: #303030;
        font-size: 1.3rem;
        font-weight: 500; }
      .content aside .widget div p {
        margin-bottom: 1rem;
        font-size: 1.3rem; }
    .content aside .widget a {
      transition: ease all .25s;
      display: block;
      text-align: center;
      padding: 2rem 0;
      color: #4b4b4b;
      font-weight: 400;
      border-top: 1px solid #e5e5e5; }
      @media (max-width: 768px) {
        .content aside .widget a {
          display: none; } }
      .content aside .widget a:hover {
        transition: ease all .25s;
        color: white;
        background: #35ebd3;
        border-top: 1px solid #35ebd3; }

section #map { 
   text-align: center;}
  #map h2 {
   color: #08a690;
   font-size: 2rem;
   font-weight: 500;}
  #map img {
    border-radius: 8px;
    width: 80%;
    height: auto;}
  
  @media (max-width: 768px) {
    section #map {
      height: 40rem;} 
    #map img {
      border-radius: 8px;
	  width: 95%;
      height: auto;}
	  }
	  
footer {
  width: 100%;
  padding: 8rem 0;
  color: white;
  font-size: 1.3rem;
  font-weight: 300;
  background: #08a690; }
  @media (max-width: 768px) {
    footer {
      font-size: 1.5rem;
      line-height: 2.4rem; } }
  footer h2 {
    margin-bottom: 2rem;
    font-size: 2rem; }
  footer a {
    color: white;
    text-decoration: underline; }
    footer a:hover {
      color: #35ebd3; }
  footer p, footer ul {
    margin-bottom: 2rem; }
  footer strong {
    font-weight: 500; }
  footer span {
    float: right; }
    @media (max-width: 768px) {
      footer span {
        float: none; } }
  footer .inner-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    footer .inner-wrap div {
      padding: 0 2.5%;
      width: 20%; }
      @media (max-width: 979px) {
        footer .inner-wrap div {
          width: 45%; } }
      @media (max-width: 768px) {
        footer .inner-wrap div {
          width: 95%;
          text-align: center; } }
.imprint {
  padding: 4rem;
  color: white;
  font-size: 1.3rem;
  font-weight: 300;
  background: #404040; }
  .imprint .inner-wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    -webkit-align-content: center;
            align-content: center; }
    @media (max-width: 979px) {
      .imprint .inner-wrap {
        display: block; } }
  .imprint .logos {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
            align-content: center;
    -webkit-align-items: center;
            align-items: center; }
    @media (max-width: 979px) {
      .imprint .logos {
        -webkit-justify-content: center;
                justify-content: center;
        margin: 0 0 40px; } }
    @media (max-width: 768px) {
      .imprint .logos {
        display: block;
        text-align: center; } }
    .imprint .logos img {
      margin: 0 0 0 30px; }
      @media (max-width: 768px) {
        .imprint .logos img {
          display: block;
          margin: 0 auto 20px; } }
  .imprint .tierklinik-logo {
    display: block;
    margin: 0;
    width: 60px;
    height: 60px;
    text-indent: -99999px;
    background: url("../../img/footer/logo-tierklinik.png"); }
    @media (max-width: 768px) {
      .imprint .tierklinik-logo {
        margin: 0 auto 3rem; } }
  .imprint ul {
    margin: 0;
    padding: 0 2.5%;
    width: 500px; }
    @media (max-width: 979px) {
      .imprint ul {
        width: auto;
        text-align: center; } }
    .imprint ul li {
      margin: 0 0 0 20px;
      padding: 0 0 0 2.5%;
      float: right; }
      @media (max-width: 979px) {
        .imprint ul li {
          float: none;
          margin: 0 0 10px;
          padding: 0; } }
      .imprint ul li a {
        color: white; }
        .imprint ul li a:hover {
          color: #08a690; }
        .imprint ul li a.active {
          color: #35ebd3; }

form {
  padding: 0 0 4rem 0; }
  form div.row {
    display: -webkit-flex;
    display: flex;
    padding-bottom: 1rem;
    width: 100%; }
    @media (max-width: 768px) {
      form div.row {
        display: block;
        padding: 0; } }
    form div.row:last-child {
      padding: 0; }
    form div.row div {
      width: 50%; }
      @media (max-width: 768px) {
        form div.row div {
          width: 100%;
          padding-bottom: 1rem; } }
  form div.img div {
    box-sizing: border-box;
    width: 100%;
    height: 4.8rem;
    background: white;
    border: 1px solid #cbcbcb;
    border-right: 0 none; }
    @media (max-width: 768px) {
      form div.img div {
        background: white;
        border: 1px solid #cbcbcb; } }
    form div.img div img {
      height: 46px;
      float: left; }
  form div.message {
    width: 100% !important;
    margin-bottom: 1.6rem !important; }
    form div.message div {
      width: 100% !important; }
  form div .error {
    display: none;
    width: 100% !important;
    color: #d70926;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 3.2rem !important; }
    @media (max-width: 768px) {
      form div .error {
        margin: 0 !important;
        padding: 0 !important; } }
  form div label {
    display: block;
    color: #4b4b4b;
    font-size: 1.4rem;
    font-weight: 300; }
  form div input:not(.checkbox), form div select, form div textarea {
    box-sizing: border-box;
    padding: 0 1.6rem;
    height: 4.8rem;
    width: 100%;
    color: #4b4b4b;
    font-family: 'Roboto', sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    border: 1px solid #cbcbcb;
    border-radius: 0; }
    form div input:not(.checkbox):focus, form div select:focus, form div textarea:focus {
      outline-color: transparent;
      outline-style: none; }
    form div input:not(.checkbox):-ms-expand, form div select:-ms-expand, form div textarea:-ms-expand {
      display: none; }
    form div input:not(.checkbox):-moz-focusring, form div select:-moz-focusring, form div textarea:-moz-focusring {
      color: transparent;
      text-shadow: 0 0 0 #4b4b4b; }
  form div input#email {
    border-right: 0 none; }
    @media (max-width: 768px) {
      form div input#email {
        border: 1px solid #cbcbcb; } }
  form div input.submit {
    transition: all ease .5s;
    margin-top: 1.6rem;
    height: 6rem;
    color: white;
    background: #35ebd3;
    border: 0 none;
    border-radius: 3rem;
    cursor: pointer; }
    form div input.submit:hover {
      transition: all ease .5s;
      background: #13c0aa; }
  form div span select {
    cursor: pointer;
    background: white url("../../img/icons/select.svg") right center no-repeat;
    background-size: contain;
    border-right: 0 none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    @media (max-width: 768px) {
      form div span select {
        border: 1px solid #cbcbcb; } }
  form div textarea {
    padding: 1.6rem;
    height: 20rem;
    width: 100%;
    float: left; }
