/* Compiled Less CSS File */
/* Generated from "main.css" */

/* CSS Document */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*rgba(183, 0, 0, 1);*/
svg,
svg path,
.svg path {
  fill: white !important;
  width: 100%;
  height: 100%;
}
.comeSeeUs {
  position: absolute;
  top: 20px;
  right: -10px;
  width: 120px;
  font-size: 11px;
  line-height: 1;
  background-color: #BB2121;
  border-radius: 50%;
  height: 120px;
  font-family: Arial;
  text-align: center;
  padding: 20px 8px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comeSeeUs h4 {
  font-size: 13px;
  margin: 0;
  margin-bottom: 5px;
  text-align: left;
  margin-left: 39px;
  line-height: .9;
  margin-top: 10px;
}
.comeSeeUs .iconWrapper {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 26px;
  left: 12px;
}
.comeSeeUs .iconWrapper svg path {
  fill: white !important;
}
.extraBox {
  text-align: left;
  font-size: inherit;
  display: block;
  font-weight: normal;
  line-height: 1;
  white-space: normal;
  padding: 10px 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.extraBox h3 {
  margin: 0;
}
.callUs {
  font-size: 60px;
  padding: 0 30px;
  line-height: 1.2;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  display: inline-block;
  color: white;
  background-color: #656565;
}
section {
  min-height: 500px;
  background-clip: white;
  padding-top: 20px;
  padding-bottom: 100px;
}
section p {
  text-align: justify;
}
section .iconCircle {
  width: 50px;
  height: 50px;
  background-color: #34495E;
  color: white;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  padding: 8px;
  float: left;
  margin-right: 15px;
}
section .iconCircle embed {
  width: 100%;
  height: 100%;
}
section.handle:before {
  content: "";
  background-color: white;
  width: 100px;
  height: 100px;
  position: absolute;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: 48%;
  margin-top: -70px;
  background-image: url(../img/svg/track2.svg);
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
}
section.alt {
  background-color: #F1F1F1;
}
section.alt.handle:before {
  background-color: #F1F1F1;
}
section.welcome ul {
  margin: 32px 0;
  padding: 0;
  zoom: 1;
}
section.welcome ul:before,
section.welcome ul:after {
  content: " ";
  display: table;
}
section.welcome ul:after {
  clear: both;
}
section.welcome ul:before,
section.welcome ul:after {
  content: "";
  display: table;
}
section.welcome ul:after {
  clear: both;
}
section.welcome li {
  list-style: none;
  font-weight: bold;
  font-size: 27px;
  zoom: 1;
  margin-top: 12px;
  line-height: 1.3;
}
section.welcome li:before,
section.welcome li:after {
  content: " ";
  display: table;
}
section.welcome li:after {
  clear: both;
}
section.welcome li:before,
section.welcome li:after {
  content: "";
  display: table;
}
section.welcome li:after {
  clear: both;
}
section.welcome li .iconCircle {
  margin-top: -5px;
}
section.staff h2 {
  margin-bottom: 70px;
}
section.staff h3 {
  margin-bottom: 0px;
  padding: 0;
}
section.staff .col-md-6 {
  zoom: 1;
  margin-bottom: 20px;
}
section.staff .col-md-6:before,
section.staff .col-md-6:after {
  content: " ";
  display: table;
}
section.staff .col-md-6:after {
  clear: both;
}
section.staff .col-md-6:before,
section.staff .col-md-6:after {
  content: "";
  display: table;
}
section.staff .col-md-6:after {
  clear: both;
}
section.staff .staffInfo {
  float: left;
}
section.staff .staffPic {
  width: 224px;
  height: 224px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  float: left;
  margin-right: 40px;
  background-size: 100%;
}
section.staff .staffPic#staff1 {
  background-image: url(../img/helferinnen1.jpg);
}
section.staff .staffPic#staff2 {
  background-image: url(../img/helferinnen2.jpg);
}
section.map {
  background-color: #f0ede5;
  padding: 0;
  /*&.handle:before{
		margin-top: -50px;
		background-color:rgb(240, 237, 229);
	}
	
	iframe{position: absolute;}
*/

}
section.splash {
  min-height: 592px;
  background-image: url(../img/splash.jpg);
  background-position: right -100px top;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #797979;
  color: white;
  position: relative;
}
section.splash h2 {
  margin-top: 100px;
}
section.splash h1 {
  font-size: 121px;
  margin-top: -20px;
  color: #dee4af;
}
section.splash .callUs {
  color: #797979;
  background-color: rgba(255, 255, 255, 0.35);
}
section.splash .headCard {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  padding: 10px 25px;
  color: #444;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
section.splash .headCard h3 {
  color: black;
  margin: 0;
  font-size: 24px;
}
section.splash .headCard a {
  margin-left: 15px;
  color: blue;
}
section.splash .headCard a:hover {
  color: #00C;
}
section.hours {
  background-image: url(../img/katze1.jpg);
  background-position: center bottom -100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #92A03E;
  color: white;
}
section.hours table {
  line-height: 1.3;
}
section.hours table tr {
  border-bottom: 1px solid white;
}
section.hours table tr td {
  border-collapse: collapse;
  border: 1px solid transparent;
  vertical-align: top;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background-color: rgba(255, 255, 255, 0.08);
}
section.hours table tr.today td {
  background-color: rgba(255, 255, 255, 0.17);
}
section.hours .iconList {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  padding-left: 10px;
}
section.hours .iconList .listItem {
  list-style-type: none;
  margin-top: 10px;
  line-height: 1;
  zoom: 1;
}
section.hours .iconList .listItem:before,
section.hours .iconList .listItem:after {
  content: " ";
  display: table;
}
section.hours .iconList .listItem:after {
  clear: both;
}
section.hours .iconList .listItem:before,
section.hours .iconList .listItem:after {
  content: "";
  display: table;
}
section.hours .iconList .listItem:after {
  clear: both;
}
section.hours .iconList span {
  margin-right: 15px;
  font-size: 40px;
  float: left;
  vertical-align: middle;
}
section.services {
  background-color: #f4f4f4;
  background-image: url(../img/leistungen-bg.jpg);
  background-position: bottom right;
  background-size: 1137px 1199px;
  background-repeat: no-repeat;
  min-height: 800px;
}
section.services table {
  margin: 20px 0;
  border-collapse: collapse;
  /*tr:first-child td{  border-top: none;}	
		tr:last-child td{  border-bottom: none;}	*/

}
section.services table td {
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 15px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: 150px;
  background-position: 10px 20px;
  overflow: hidden;
}
section.services table td .txt {
  z-index: 2;
  position: relative;
}
section.services table td svg {
  position: absolute;
  right: 10px;
  top: 10px;
}
section.services table td:first-child {
  font-weight: bold;
  /*border-left: none;*/
}
section.services table td:last-child {
  /*border-right: none;*/
}
section.services table td svg,
section.services table td svg path,
section.services table td .svg path {
  fill: #E8E8E8 !important;
  width: 50px;
  height: 50px;
}
section.services table tr:first-child td {
  font-size: 30px;
  line-height: 1;
  padding: 20px 30px 10px 30px;
}
section.services table tr:first-child td svg {
  position: absolute;
  right: 10px;
  top: 10px;
}
section.services table tr:first-child td .petCircle {
  width: 15%;
  display: table-cell;
  text-align: center;
  float: left;
  margin: 20px 0;
}
section.services table tr:first-child td .petCircle .circleInner {
  background-color: #34495e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  height: 90px;
  width: 90px;
}
section.services table tr:first-child td .petCircle svg {
  position: relative;
}
section.services table tr:first-child td .petCircle svg,
section.services table tr:first-child td .petCircle svg path,
section.services table tr:first-child td .petCircle .svg path {
  fill: #F9F9F9  !important;
  width: 80px;
  height: 80px;
}
section.services table tr:first-child td svg,
section.services table tr:first-child td svg path,
section.services table tr:first-child td .svg path {
  fill: #E8E8E8 !important;
  width: 170px;
  height: 170px;
}
section.services.handle:before {
  background-color: #f4f4f4;
}
section.handle:before {
    box-shadow: 0 -20px 20px #0000002b, 0 -8px 5px #0000001f;
}

section.services2 {
  background-color: #d5d2c1;
  background-image: url(../img/katze2.jpg);
  background-position: bottom left;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: 500px;
  padding-top: 30px;
  color: black;
}
section.services2 ul {
  font-size: 24px;
  line-height: 1.3;
}
section.services2 p {
  line-height: 1.3;
}
section.services2 .callUs {
  font-size: 50px;
  margin-top: 20px;
  padding: 10px 20px;
}
section.services2 .callUs .smallTxt {
  font-size: 15px;
}
section.services2.handle:before {
  background-color: #d5d2c1;
}
footer {
  background-color: #4A4A4A;
  color: #D1D1D1;
}
footer h3,
footer .footer-title {
  margin: 0px 0px 5px;
}
footer .footer-banner {
  background-color: #338D7B;
  color: black;
}
footer .footer-banner .footer-title {
  color: inherit;
}
footer .footer-banner a {
  text-decoration: none;
}
footer .copyrightNotice {
  line-height: 1.3;
  font-size: 11px;
}
footer .copyrightNotice a {
  color: inherit;
  font-weight: normal;
}
section.imprint {
  display: none;
}
img {
  max-width: 100%;
}
svg {
  fill: currentColor;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.splash {
    background-image: url(../img/splash@2x.jpg);
  }
  section.staff .staffPic#staff1 {
    background-image: url(../img/helferinnen1@2x.jpg);
  }
  section.staff .staffPic#staff2 {
    background-image: url(../img/helferinnen2@2x.jpg);
  }
  section.services {
    background-image: url(../img/leistungen-bg@2x.jpg);
  }
  section.services2 {
    background-image: url(../img/katze2@2x.jpg);
  }
}
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1701px) {
  section.services2 {
    min-height: 600px;
  }
  section.splash .comeSeeUs {
    right: -60px;
  }
}
@media only screen and (max-width: 1700px) {
  section.splash {
    background-position: right -300px top;
  }
}
@media only screen and (max-width: 1600px) {
  section.hours {
    background-size: auto 120% !important;
  }
}
@media only screen and (min-width: 1201px) {
  section.splash {
    min-height: 0;
    padding-bottom: 0;
  }
  section.splash .container {
    padding-bottom: 100px;
    min-height: 559px;
    position: relative;
  }
}
@media only screen and (max-width: 1200px) {
  section.splash {
    background-position: right -600px top;
  }
  section.splash .comeSeeUs {
    right: 40%;
  }
  section.hours {
    background-position: center bottom;
    background-size: auto 100%;
  }
  section.services2 {
    background-size: auto 100%;
  }
  section.services2 ul {
    font-size: 18px !important;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  section.splash {
    background-position: right -600px top;
  }
  section.splash h2 {
    margin-top: 180px;
  }
  section.splash h1 {
    font-size: 80px;
  }
  section.splash .comeSeeUs {
    right: auto;
    left: 15px;
  }
  section.splash .container {
    position: relative;
  }
  section.splash .headCard {
    display: none;
  }
  section.hours {
    background-position: right bottom;
    background-size: auto 100%;
  }
  section.hours table tr td {
    border: 1px solid rgba(255, 255, 255, 0.04);
    background-color: rgba(0, 0, 0, 0.28);
  }
  section.hours .iconList span {
    float: none;
  }
  section.services td {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
  section.services2 ul {
    font-size: 20px !important;
  }
  section.services2 .callUs {
    font-size: 40px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  
}
/* Extra Small Devices, Phones */@media only screen and (max-width: 480px) {
  .comeSeeUs {
    display: none;
  }
}
/* Custom, iPhone Retina */@media only screen and (max-width: 320px) {
  .comeSeeUs {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
  section.services table td:first-child {
    display: none;
  }
  section.splash h1 {
    font-size: 50px;
  }
  section.welcome li {
    font-size: 18px;
  }
  .callUs {
    font-size: 30px;
  }
}