


/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/000-global.less <------------ */
/*------------------------------------*\
    global css
\*------------------------------------*/
span,
button,
a {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
/* @font-face {
    font-family: "entypo-fontello";
    src: url("../fonts/entypo-fontello/entypo-fontello.eot") format("embedded-opentype"), url("../fonts/entypo-fontello/entypo-fontello.ttf") format("truetype"), url("../fonts/entypo-fontello/entypo-fontello.woff") format("woff"), url("../fonts/entypo-fontello/entypo-fontello.svg") format("svg");
} */
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 72%;
}
body {
  color: #151515;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  background-color: #fff;
}
a {
  color: #ea5297;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #ea5297;
  text-decoration: underline;
  outline: 0;
}
.outer-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.inner-wrap {
  position: relative;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  line-height: 1.3;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 10.5px;
  margin-top: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small {
  color: #151515;
}
h1,
.h1 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  font-size: 36px;
  font-weight: normal;
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
}
h3,
.h3 {
  font-weight: normal;
  font-size: 24px;
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
}
.h4 {
  font-weight: normal;
  font-size: 16px;
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
}
.normal {
  font-size: 16px;
  text-transform: none;
  font-weight: normal;
  text-align: left;
}
.pfote {
  padding-bottom: 10px;
  padding-left: 60px;
  background-image: url(../img/pfote.png), url(../img/unterstrich.png);
  background-position: top left, bottom left;
  background-repeat: no-repeat, no-repeat;
}
.weiss {
  color: #fff;
}
ul,
ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
img {
  border: 0 none;
  display: inline-block;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: middle;
}
.clear,
.clearfix {
  clear: both;
}
.uppercase {
  text-transform: uppercase;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
img.alignright {
  padding-left: 20px;
  padding-bottom: 20px;
}
img.alignleft {
  padding-right: 20px;
  padding-bottom: 20px;
}
img.alignnone {
  padding-bottom: 20px;
}
.section:first-child {
  border-top: 0 none;
}
.content {
  padding-bottom: 40px;
  padding-top: 40px;
  min-height: 500px;
}
.page a.button {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  background: #ff0808;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
}
.page a.button:hover {
  opacity: 0.75;
}
.page a.button img {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .content {
    margin-left: 2%;
    margin-right: 2%;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 23px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  img.alignright {
    float: none;
    padding-left: 0px;
    padding-bottom: 15px;
    padding-bottom: 10px;
  }
  img.alignleft {
    float: none;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-bottom: 10px;
  }
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/100-header.less <------------ */
/*------------------------------------*\
    header css
\*------------------------------------*/
.section-header .teaserbox-icon,
.header-main-wrapper .main-nav-item .sub-menu,
.header-main-wrapper .main-nav-item .sub-menu a,
.header-form-wrapper .tx-kesearch-pi1 #kesearch_submit,
.main-form-wrapper input[type="submit"],
.mobile-menu-btn-wrapper .mobile-menu-open-btn,
.mobile-menu-btn-wrapper .mobile-menu-close-btn,
.scroll-to-top-btn,
.element-item .vendor-image-overlay {
  transition: all 0.2s ease-out 0s;
}
.breadcrumbs {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  color: #aaaaaa;
}
.breadcrumbs a {
  color: #636363;
  font-size: 12px;
}
.breadcrumbs a:hover {
  color: #636363;
}
#menu-hauptmenue {
  box-shadow: 1px 1px 3px #ccc;
}
.header-wrapper {
  background: #2a2a29 none repeat scroll 0 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  top: 0;
}
.mobile-nav-wrapper {
  background: #2a2a29 none repeat scroll 0 0;
  display: none;
  height: 100%;
  left: 100%;
  position: absolute;
  width: 100%;
  z-index: 100;
}
.header-meta-wrapper {
  background: #2a2a29 none repeat scroll 0 0;
  line-height: 40px;
  min-height: 40px;
  width: 100%;
}
.header-top-nav {
  background: url(../img/sprachstrich.png) no-repeat right center;
  padding-right: 15px;
}
.header-top-nav .menu-item {
  position: relative;
}
.header-top-nav .menu-item.menu-item-has-children {
  background: url(../img/pfeil-unten-schwarz.png) no-repeat right center;
  padding-right: 15px;
}
.header-top-nav .menu-item .sub-menu {
  position: absolute;
  top: 50px;
  left: 0;
  line-height: 1.3;
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 3px #ccc;
  z-index: 100;
}
.header-top-nav .menu-item:hover .sub-menu {
  display: block;
}
.header-social {
  padding-top: 38px;
  float: right;
  margin-right: 35px;
}
.header-social a {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-right: 5px;
}
.icon-facebook {
  background: url(../img/facebook.png) no-repeat center;
}
.icon-instagram {
  background: url(../img/instagram.png) no-repeat center;
}
.header-top-wrapper {
  background: #efefef;
  height: 50px;
  line-height: 50px;
}
.topmenu {
  float: right;
  font-size: 15px;
}
.headertext {
  margin-top: 70px;
  float: right;
}
.headertitle {
  font-size: 14px;
  color: #b3b3b4;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-left: 80px;
}
.header-mail {
  float: left;
  padding-right: 45px;
}
.header-tel {
  float: left;
  padding-right: 15px;
}
.headergrosstext {
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.headertext a,
.headergrosstext a {
  color: #fff;
}
.icon-tel {
  background: url(../img/icon-phone.png) no-repeat left top;
  padding-bottom: 4px;
  padding-left: 80px;
  font-size: 18px;
  color: #b3b3b4;
}
.icon-mail {
  background: url(../img/icon-mail.png) no-repeat left top;
  padding-bottom: 4px;
  padding-left: 80px;
  font-size: 18px;
  color: #b3b3b4;
}
.icon-ort {
  background: url(../img/icon-ort.png) no-repeat left top;
  padding-bottom: 4px;
  padding-left: 80px;
  font-size: 18px;
  color: #b3b3b4;
}
.header-meta-wrapper {
  line-height: 40px;
}
.header-top-nav {
  display: inline-block;
}
.header-top-nav ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.header-top-nav a {
  width: 62px;
  height: 37px;
  line-height: 37px;
  padding-left: 4px;
  padding-right: 4px;
  margin-left: 3px;
  margin-right: 3px;
}
.header-klein .header-top-nav a {
  line-height: 30px;
}
.header-top-nav li li a {
  line-height: 1.5;
}
.header-top-nav .wpml-ls-current-language a {
  color: #939393;
  font-size: 16px;
  background: none;
}
.header-language-nav {
  display: inline-block;
}
.header-language-nav .wpml-ls-current-language > a {
  background: url(../img/pfeil-unten-schwarz.png) no-repeat right center;
  padding-right: 25px;
}
.header-language-nav li {
  position: relative;
  list-style: none;
}
.header-language-nav .menu-item > .sub-menu {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 40px;
  visibility: hidden;
  width: 100%;
  z-index: 10;
  display: none;
  background-color: #fff;
  line-height: 1.5;
}
.header-language-nav .menu-item .sub-menu a {
  padding: 5px;
}
.header-language-nav .menu-item:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.header-main-wrapper {
  height: 240px;
}
.header-main-wrapper .logo {
  display: inline-block;
  width: 100%;
}
.header-main-wrapper .logo img {
  display: inline-block;
  height: auto;
  image-rendering: auto;
  margin: 0;
  padding: 0px;
  position: relative;
  max-width: 100%;
  margin-top: 20px;
}
.header-main-wrapper a.logo {
  outline: 0;
}
.headerslider {
  text-align: left;
  margin-top: 15px;
  width: 275px;
  float: right;
}
.headerslider .slick-slide {
  min-width: 300px !important;
}
.headerslider .slick-list {
  overflow: hidden;
}
.headerslider .slick-dots {
  bottom: -20px;
}
.headerslider-title {
  font-size: 13px;
  margin-bottom: 4px;
}
.headerslider-text {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.headerslider-text li {
  background: url(../img/haken-kl.png) no-repeat left 2px;
  padding-left: 30px;
  list-style: none;
}
.search {
  margin-bottom: 5px;
  position: relative;
  margin-top: 35px;
}
.search .search-input {
  padding-left: 8px;
  border: none;
  background: #ededed;
  height: 37px;
  line-height: 37px;
  margin: 0;
  vertical-align: middle;
  width: 80%;
}
.search .search-submit {
  border: none;
  background: #464646 url(../img/suche.png) no-repeat center;
  width: 37px;
  height: 37px;
  margin: 0;
  vertical-align: middle;
}
.main-nav-wrapper {
  position: relative;
}
.header-menu-wrapper {
  background: #b3b3b4;
}
.header-menu-wrapper .main-nav-wrapper ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
}
.header-menu-wrapper .main-nav > .menu-item {
  display: inline-block;
  float: left;
}
.header-menu-wrapper .main-nav > .menu-item > .sub-menu > .menu-item {
  display: block;
  background: #fff;
}
.sub-menu {
  display: none;
}
.header-menu-wrapper .menu-item > .sub-menu {
  opacity: 0;
  position: absolute;
  top: 60px;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  display: none;
  box-shadow: 0px 2px 6px #999;
}
.header-klein .header-menu-wrapper .menu-item > .sub-menu {
  top: 40px;
}
.header-menu-wrapper .menu-item a {
  color: #000;
  display: inline-block;
  padding: 0 19px;
  font-size: 18px;
  background-position: right center;
  background-repeat: no-repeat;
}
.header-menu-wrapper .menu-item .sub-menu .sub-menu a {
  color: #000;
  border-bottom: 0 none;
}
.header-menu-wrapper .menu-item a:hover {
  background-position: right center;
  background-repeat: no-repeat;
}
.header-menu-wrapper .main-nav > .menu-item > a {
  line-height: 70px;
  height: 70px;
}
.header-menu-wrapper .main-nav > .menu-item:hover > a {
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.header-menu-wrapper .current-menu-item a {
  background: #b3b3b4;
}
.header-menu-wrapper .sub-menu .current-menu-item a {
  background: #eee;
}
.header-menu-wrapper .main-nav > .menu-item.menu-item-has-children > a {
  background-image: url(../img/pfeil-unten-schwarz.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 28px;
}
.header-menu-wrapper .main-nav > .menu-item.menu-item-has-children > a:hover {
  background-image: url(../img/pfeil-unten-schwarz.png);
}
.header-menu-wrapper .menu-item:hover > .sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  overflow: hidden;
}
.header-menu-wrapper .menu-item > .sub-menu:hover > .sub-menu {
  display: block;
}
.header-menu-wrapper .menu-item .sub-menu a {
  display: block;
  line-height: 20px;
  min-height: 20px;
  padding: 8px 15px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}
.header-menu-wrapper .menu-item > .sub-menu > .menu-item.menu-item-has-children > a {
  background-image: url(../img/pfeil-rechts-grau.png);
}
.header-menu-wrapper .menu-item .sub-menu a:hover {
  background-color: #e1e1e1;
  color: #000;
}
.header-menu-wrapper .menu-item > .sub-menu > .menu-item.menu-item-has-children > a:hover {
  background-color: #ebebeb;
  background-image: url(../img/pfeil-rechts-schwarz.png);
}
.icon-entypo-fontello-20::before {
  content: "";
}
.icon-entypo-fontello-165::before {
  content: "";
}
.mobile-nav-wrapper {
  display: none;
}
#menu-hauptmenue {
  background: #fff;
  overflow: hidden;
}
.header-abstand {
  height: 300px;
}
.header-klein .header-abstand {
  height: 100px;
}
.header-klein .header-main-wrapper {
  display: none;
}
.header-klein .header-menu-wrapper .main-nav > .menu-item > a {
  line-height: 40px;
  height: 40px;
}
@media (min-width: 768px) {
  .mobil-logo {
    display: none;
  }
  .header-menu-wrapper .main-nav > .menu-item.menu-shop,
  .header-menu-wrapper .main-nav > .menu-item.only-mobil {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .header-menu-wrapper .main-nav > .menu-item > a {
    line-height: 50px;
    height: 50px;
  }
  .header-menu-wrapper .menu-item a {
    padding: 0px 12px;
    font-size: 16px;
  }
  .headertext {
    margin-top: 20px;
  }
  .icon-tel {
    font-size: 13px;
  }
  .icon-mail {
    font-size: 13px;
  }
  .icon-ort {
    font-size: 13px;
  }
  .header-abstand {
    height: 290px;
  }
  img.alignright {
    width: 55%;
  }
  img.alignleft {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .header-menu-wrapper {
    display: none;
  }
  .header-language-nav {
    background: #e5f1f9;
    padding: 0px 20px;
    margin-top: 8px;
  }
  .zertifikat {
    margin-top: 10px;
  }
  .header-top-wrapper {
    background: #fff;
    height: 70px;
  }
  .header-top-nav {
    display: none;
  }
  .mobil-logo {
    width: 120px;
    margin: auto;
    padding-top: 10px;
  }
  .header-klein .mobil-logo {
    width: 80px;
    padding: 10px;
  }
  .headertext {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 13px;
    float: none;
    width: 300px;
    overflow: hidden;
  }
  .header-abstand {
    height: 240px;
  }
  .header-main-wrapper .logo {
    float: left;
    width: auto;
  }
  .header-main-wrapper .logo img {
    height: 40px;
  }
  .header-main-wrapper {
    height: 135px;
  }
  .headerslider {
    margin-top: 10px;
  }
  .headerslider-text {
    font-size: 12px;
  }
  .headerslider .slick-slide {
    min-width: 210px !important;
  }
  .headertitle {
    font-size: 14px;
  }
  .headergrosstext {
    font-size: 18px;
  }
  .icon-tel {
    font-size: 12px;
    padding-bottom: 2px;
    background-size: 45px;
  }
  .icon-mail {
    font-size: 12px;
    padding-bottom: 2px;
    background-size: 45px;
  }
  .icon-ort {
    font-size: 12px;
    padding-bottom: 2px;
    background-size: 45px;
  }
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/400-blog.less <------------ */
/*------------------------------------*\
    other important content - like above the fold stuff css
\*------------------------------------*/
.main-content .zurueck a {
  border: none;
  padding: 6px 20px;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: #0178C8;
  color: #fff;
  opacity: 1;
}
.main-content .zurueck a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.blogliste {
  margin-top: 20px;
  margin-bottom: 20px;
}
.blogbeitrag {
  overflow: hidden;
  margin-bottom: 20px;
}
.blogbeitrag .titel h2 a {
  color: #575759;
}
.blogbeitrag .datum {
  color: #888888;
  font-size: 12px;
}
.date {
  color: #888888;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.blogbeitrag .text {
  font-size: 14px;
  color: #575656;
}
.view-article {
  font-size: 14px;
  color: #adadad;
  text-decoration: underline;
}
.searchandfilter ul li {
  float: left;
  margin-right: 10px;
  padding: 0;
}
.searchandfilter ul li li {
  padding: 0;
}
.searchandfilter .sf-datepicker {
  width: 90px;
}
.searchandfilter select,
.searchandfilter input {
  height: 35px;
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/500-importent-pages.less <------------ */
/*------------------------------------*\
    importen pages css - only importen stuff, which one should load on any page to be available asap
    otherwise create own less / css files for landingpages or other custom pages maybe contact page
\*------------------------------------*/
#uebermich,
#einblicke,
#meinungen,
#trainingsangebote,
#preise,
#termine,
#kontakt {
  padding-top: 30px;
}
.textabstand {
  padding-left: 60px;
}
.main-content .recent-comments-list li {
  background: none;
}
.tnp.tnp-subscription input[type="email"] {
  width: 75%;
}
.comment-wrap {
  border-top: 1px solid #b6b6b6;
  margin-top: 30px;
  margin-bottom: 10px;
  padding-top: 20px;
}
.comment-author-link {
  font-size: 18px;
  font-weight: bold;
  display: block;
  font-style: italic;
}
.comment-date {
  display: block;
  margin-bottom: 10px;
}
.main-content .comment-date a {
  color: #151515;
}
.comment-excerpt {
  display: block;
  margin-bottom: 10px;
}
.comment-form input {
  margin: 0;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  line-height: 50px;
  height: 50px;
  padding: 0;
  padding-left: 10px;
  border-radius: 0;
  display: block;
}
.comment-form label {
  display: inline;
}
.comment-form textarea {
  margin: 0;
  margin-bottom: 20px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  line-height: 1.4;
  height: 250px;
  padding: 0;
  padding-top: 10px;
  padding-left: 10px;
  border-radius: 0;
}
.form-submit input.submit {
  background: #ea5297;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.mehrerfahren {
  position: relative;
  overflow: hidden;
  height: 350px;
}
.mehrerfahren-over {
  height: 350px;
  display: block;
  width: 100%;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.vc-beschreibung {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.vc-beschreibung .vc-beschreibung-text {
  overflow: hidden;
  max-height: 350px;
  padding-left: 60px;
  color: #4f4f4d;
  transition: 1s max-height ease;
}
.vc-beschreibung-mehr {
  position: absolute;
  bottom: 0px;
  left: 40%;
  z-index: 6;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  text-align: center;
  margin: auto;
  background: #ea5297 url(../img/pfeil-unten-weiss.png) no-repeat 8px center;
  background-size: 27px;
}
.vc-beschreibung.open .vc-beschreibung-text {
  max-height: 10000px;
}
.vc-beschreibung.open .vc-beschreibung-mehr {
  background: #ea5297 url(../img/pfeil-oben-weiss.png) no-repeat 8px center;
  background-size: 27px;
}
.schleier {
  position: absolute;
  bottom: 50px;
  z-index: 5;
  width: 100%;
  height: 150px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=0);
}
.open .schleier {
  background: none;
}
.vc-beschreibung.kommentare .vc-beschreibung-text {
  max-height: 650px;
  padding-left: 0;
}
.vc-beschreibung.kommentare.open .vc-beschreibung-text {
  max-height: 10000px;
}
.bildtabelle .grau {
  margin-right: 3%;
  margin-bottom: 31px;
  width: 31%;
  overflow: hidden;
}
.bildtabelle .voll {
  margin-right: 3%;
  margin-bottom: 31px;
  width: 31%;
  overflow: hidden;
}
.bildtabelle .grau .vc_column-inner {
  width: 360px;
  height: 260px;
  background: #d9d9d9;
  font-size: 18px;
}
.bildtabelle .voll .vc_column-inner {
  width: 360px;
  height: 260px;
  padding: 0px;
}
.bildtabelle .grau:last-of-type,
.bildtabelle .voll:last-of-type {
  margin-right: 0;
}
.bildtabelle .grau p {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bildtabelle .grau .vc_column-inner p {
    width: 92%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tabs-list .vc_tta-tab {
  width: 50%;
  border: none;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
  border-top: 2px solid #ea5297 !important;
  background: #ea5297;
  color: #fff;
  line-height: 70px;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  border-radius: 0;
  border: none;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-top: 2px solid #2a2a29;
  background: #fff;
  color: #2a2a29;
  font-size: 18px;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a:focus,
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a:hover {
  border-top: 2px solid #2a2a29;
  background: #fff;
  color: #2a2a29;
}
body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background: none;
  border: none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  background: none;
  border: none;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  background: #ea5297 url(../img/pfeil-unten-weiss.png) no-repeat right center;
  color: #fff;
  line-height: 70px;
  height: 70px;
  font-size: 24px;
  padding: 0;
  padding-left: 60px;
  margin-top: 8px;
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background: #2a2a29 url(../img/pfeil-oben-weiss.png) no-repeat right center;
  color: #fff;
  line-height: 70px;
  height: 70px;
  font-size: 24px;
  padding: 0;
  padding-left: 60px;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  display: none;
}
body.wpb-js-composer .vc_tta-shape-rounded.vc_tta-o-shape-group:not(.vc_tta-o-no-fill) .vc_tta-panel .vc_tta-panel-body {
  border: 2px solid #2a2a29;
  border-radius: 0;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 20px 30px 30px 60px;
}
.calendar_main .ecwd_calendar ul li {
  background: none;
}
.calendar_main.ecwd_theme_calendar_grey .cal_tabs_blue .filter-container ul li {
  background-image: none;
}
.calendar_main.ecwd_theme_calendar_grey .calendar-head .current-month > div {
  font-size: 24px !important;
}
.preisslider .slick-list {
  padding-top: 30px;
  padding-bottom: 60px;
}
.preisslider .slick-slide {
  margin: 0px;
  transition: 0.5s all ease;
  outline: 0 !important;
}
.preisslider .slick-slide:focus {
  outline: 0 !important;
}
.preisslider-box {
  margin: 20px 0;
  display: block;
  background: #d9d9d9;
  border-left: 1px solid #b3b3b4;
  border-right: 1px solid #b3b3b4;
  z-index: 10;
  transition: 0.5s all ease;
}
@media screen and (min-width: 1200px) {
  .slick-slide.slick-current + div .preisslider-box,
  .slick-slide.slick-current + div + div .preisslider-box {
    margin: 0;
    z-index: 12;
  }
  .slick-slide.slick-current + div {
    box-shadow: -5px 0 10px #666666;
  }
  .slick-slide.slick-current + div + div {
    box-shadow: 5px 0 10px #666;
  }
  .slick-slide.slick-current + div .preisslider-image,
  .slick-slide.slick-current + div + div .preisslider-image {
    height: 210px;
  }
  .slick-slide.slick-current + div .preisslider-description,
  .slick-slide.slick-current + div + div .preisslider-description {
    height: 220px;
  }
  .slick-slide.slick-current + div .preisslider-description-over,
  .slick-slide.slick-current + div + div .preisslider-description-over {
    height: 220px;
  }
}
.preisslider a:hover {
  text-decoration: none;
  color: #2a2a29;
}
.preisslider-box .preisslider-image {
  height: 190px;
  display: block;
  overflow: hidden;
  transition: 0.5s all ease;
}
.preisslider-title {
  text-align: center;
  color: #2a2a29;
  font-weight: bold;
  height: 62px;
}
.preisslider-inhalt {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #fff;
  position: relative;
}
.preisslider-preis {
  font-size: 36px;
  text-align: center;
  font-family: 'Sansita', Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.preisslider-ort {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 55px;
  padding: 0 10px;
}
.preisslider-zusatzort {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
  min-height: 55px;
}
.preisslider-dauer {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}
.preisslider-description {
  font-size: 16px;
  height: 200px;
  overflow: hidden;
  position: relative;
  transition: 0.5s all ease;
}
.preisslider-description-over {
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d9d9d9 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #d9d9d9 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #d9d9d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d9d9d9', GradientType=0);
  transition: 0.5s all ease;
}
.preisslider .preisslider-button {
  cursor: pointer;
  font-weight: bold;
  position: relative;
  background: #ea5297;
  color: #fff;
  text-transform: uppercase;
  display: block;
  height: 50px;
  line-height: 50px;
}
.popupcontent {
  opacity: 0;
  padding: 15px;
  padding-top: 35px;
  box-shadow: 0 0 8px #999;
  background: #ffffff url(../img/close.png) no-repeat right top;
  color: #2a2a29;
  position: absolute;
  font-size: 15px;
  line-height: 1.3;
  font-weight: normal;
  z-index: 20;
  width: 98%;
  left: 1%;
  bottom: -500px;
  transition: bottom 0.5s ease;
  cursor: pointer;
  text-align: left;
}
.openpopup .popupcontent {
  opacity: 1;
  bottom: 10px;
}
#gallery-1.gallery img,
#gallery-2.gallery img {
  border: none;
}
#gallery-1.gallery .gallery-item,
#gallery-2.gallery .gallery-item {
  width: 21%;
  height: 100px;
  border: 5px solid white;
  padding: 10px;
  box-shadow: 0 0 5px grey;
  margin: 2%;
  position: relative;
}
#gallery-1.gallery .gallery-item img,
#gallery-2.gallery .gallery-item img {
  width: auto;
  height: auto;
}
/* #gallery-2.gallery .gallery-item:nth-child(0n+3) {clear:both;} */
#gallery-1.gallery br,
#gallery-2.gallery br {
  display: none;
}
#gallery-1.gallery .gallery-item .wp-caption-text,
#gallery-2.gallery .gallery-item .wp-caption-text {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 991px) {
  #gallery-1.gallery .gallery-item,
  #gallery-2.gallery .gallery-item {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  #gallery-1.gallery .gallery-item,
  #gallery-2.gallery .gallery-item {
    width: 46%;
  }
}
@media screen and (max-width: 480px) {
  #gallery-1.gallery .gallery-item,
  #gallery-2.gallery .gallery-item {
    width: 96%;
  }
}
.main-content a {
  color: #c10000;
}
.main-content a.button {
  text-decoration: none;
}
.main-content ul li {
  background: url(../img/list.png) no-repeat 0px 4px;
  list-style: none;
  padding-left: 25px;
  margin-bottom: 4px;
}
.title {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
}
.title2 {
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px #F0F0F0 solid;
  margin-bottom: 20px;
}
.verlauf {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 47%, #f7f7f7 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 47%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 47%, #f7f7f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f7f7f7', GradientType=0);
}
.tabelle td {
  vertical-align: top;
  background: #f9f9f9;
  padding: 5px;
  border: 1px solid #fff;
}
.main-content .titletext {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  margin-bottom: 30px !important;
}
.main-content .vorteile {
  margin-bottom: 30px !important;
}
.main-content .vorteile li {
  margin-bottom: 10px;
  list-style: none;
  font-size: 16px;
  font-weight: bold;
  padding-left: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.main-content .vorteil-beratung {
  background: url(../img/vorteil-beratung.png) no-repeat left center;
}
.main-content .vorteil-ersatzteil {
  background: url(../img/vorteil-ersatzteil.png) no-repeat left center;
}
.main-content .vorteil-lagerhaltung {
  background: url(../img/vorteil-lagerhaltung.png) no-repeat left center;
}
.main-content .vorteil-produktanpassung {
  background: url(../img/vorteil-produktanpassung.png) no-repeat left center;
}
.main-content .vorteil-technische-umsetzung {
  background: url(../img/vorteil-technische-umsetzung.png) no-repeat left center;
}
.main-content .vorteil-qualitaet {
  background: url(../img/vorteil-qualitaet.png) no-repeat left center;
}
body .main-content .unterseiten {
  display: block;
  text-align: center;
  background: #EFEFEF;
  margin-bottom: 20px;
}
.main-content .unterseiten .unterseiten-bild {
  height: 165px;
  display: block;
  overflow: hidden;
}
.main-content .unterseiten .unterseiten-title {
  display: block;
  padding-top: 10px;
  min-height: 65px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}
.main-content .unterseiten:hover {
  text-decoration: none;
}
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-select,
.wpcf7-form-control.wpcf7-textarea {
  margin-bottom: 20px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #b6b6b6;
  line-height: 50px;
  height: 50px;
  padding-left: 10px;
}
.wpcf7-form-control input[type="radio"],
.wpcf7-form-control input[type="checkbox"] {
  border: 1px solid #dddddd;
}
label {
  display: block;
  font-weight: normal;
  margin-bottom: 5px;
  max-width: 100%;
}
.wpcf7-form-control.wpcf7-textarea {
  height: 120px;
  width: 100%;
}
.wpcf7-form-control.wpcf7-submit {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  background: #ff0808;
  display: block;
  border: none;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
}
label.datenschutzlabel {
  display: flex;
  align-items: center;
}
.datenschutztext {
  padding-left: 10px;
}
.datenschutz .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0;
  width: 50px;
  height: 50px;
}
input[type="checkbox"] {
  margin: 0;
}
.newsletter.tnp-subscription div.tnp-field.tnp-field-email {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.newsletter.tnp-subscription label {
  display: flex;
  padding: 0;
  font-weight: normal;
}
.newsletter.tnp-subscription input.tnp-submit {
  background: #ea5297;
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.newsletter .wpcf7-list-item-label {
  border: none;
}
/* Hide the browser's default checkbox */
.wpcf7-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border: 1px solid #b6b6b6;
}
/* On mouse-over, add a grey background color */
.wpcf7-checkbox:hover input ~ .wpcf7-list-item-label {
  opacity: 0.9;
}
/* When the checkbox is checked, add a blue background */
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label {
  background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.wpcf7-checkbox input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
/* Style the checkmark/indicator */
.wpcf7-checkbox .wpcf7-list-item-label:after {
  left: 14px;
  top: 8px;
  width: 12px;
  height: 22px;
  border: solid #ea5297;
  border-width: 0 5px 5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.formular {
  display: none;
  width: 360px;
  padding: 20px;
  background: #fff;
  margin: auto;
}
#myModal button.close {
  float: right;
  width: 20px;
}
body .modal.fade {
  top: 20%;
  bottom: auto;
}
#myModal {
  visibility: visible !important;
}
.formular.modal textarea {
  height: 100px;
}
.formular.modal button {
  width: 100%;
}
.main-content .download {
  margin-bottom: 20px;
  margin-top: 10px;
}
.main-content .download li {
  list-style: none;
  background: none;
}
.main-content .download li a {
  background: url(../img/icon-pdf.png) no-repeat left center;
  padding-left: 35px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  display: block;
}
.main-content .download li a:hover {
  background: #e5f1f9 url(../img/icon-pdf.png) no-repeat left center;
  text-decoration: none;
}
.main-content .download.jpg li a {
  background: url(../img/icon-jpg.png) no-repeat left center;
}
.main-content .download.jpg li a:hover {
  background: #e5f1f9 url(../img/icon-jpg.png) no-repeat left center;
}
.news-newsseite .news-artikel {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
.news-newsseite .news-bild img {
  height: auto;
  width: auto;
}
.hisocialshare-container {
  font-size: 14px;
  margin: 30px 0;
  max-width: 600px;
}
.hiss {
  color: #333;
  float: left;
  line-height: 55px;
  text-align: center;
  width: 20%;
}
.hiss-facebook {
  border: 1px solid #9c9c9c;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
}
.hiss-twitter {
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  transition: all 0.2s ease-in-out 0s;
}
.hiss-google {
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  transition: all 0.2s ease-in-out 0s;
}
.hiss-likedin {
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  transition: all 0.2s ease-in-out 0s;
}
.hiss-mail {
  border-bottom: 1px solid #9c9c9c;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #9c9c9c;
  border-top: 1px solid #9c9c9c;
  border-top-right-radius: 4px;
  transition: all 0.2s ease-in-out 0s;
}
[class^="icon-"]::before,
[class*="icon-"]::before {
  font-family: "entypo-fontello";
  font-style: normal;
  font-weight: normal;
}
.hiss-facebook:hover {
  background-color: #37589b;
  color: #fff;
  text-decoration: none;
}
.hiss-twitter:hover {
  background-color: #46d4fe;
  color: #fff;
  text-decoration: none;
}
.hiss-google:hover {
  background-color: #de5a49;
  color: #fff;
  text-decoration: none;
}
.hiss-likedin:hover {
  background-color: #419cca;
  color: #fff;
  text-decoration: none;
}
.hiss-mail:hover {
  background-color: #9fae37;
  color: #fff;
  text-decoration: none;
}
.icon-entypo-fontello-243::before {
  content: "";
}
.icon-entypo-fontello-241::before {
  content: "";
}
.icon-entypo-fontello-246::before {
  content: "";
}
.icon-entypo-fontello-252::before {
  content: "";
}
.icon-entypo-fontello-5::before {
  content: "f";
}
.comment-form input.comment-form-policy__input {
  float: left;
  vertical-align: top;
  line-height: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .bildtabelle .grau .vc_column-inner {
    font-size: 15px;
  }
  .wpb-js-composer .wpb_single_image img {
    display: block;
    width: 50vw;
    height: 36vh;
    object-fit: cover;
  }
  .bildtabelle .grau .vc_column-inner {
    width: auto;
    height: auto;
  }
  .bildtabelle .grau .vc_column-inner p {
    width: 85%;
  }
  .kleinertext {
    font-size: 12px !important;
  }
}
@media screen and (max-width: 767px) {
  .vc-beschreibung .vc-beschreibung-text {
    padding-left: 0px;
  }
  body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-container,
  body.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
    display: flex;
  }
  body.wpb-js-composer .vc_tta.vc_tta-tabs .vc_tta-tabs-container {
    display: block;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
    font-size: 14px;
    line-height: 1.1;
    padding-top: 25px;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab.vc_active > a {
    font-size: 14px;
    line-height: 1.1;
  }
  body.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    display: none;
  }
  .newsletter .wpb_content_element {
    margin-bottom: 10px;
  }
  .textabstand {
    padding-left: 0px;
  }
  .vc_column_container {
    margin-bottom: 10px;
  }
  .main-content .vorteile li {
    background-size: 50px 50px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .title {
    font-size: 20px;
  }
  .title2 {
    font-size: 18px;
  }
  .main-content .unterseiten .unterseiten-title {
    font-size: 16px;
  }
  .pfote {
    background-size: 36px, auto;
  }
  .bildtabelle .grau {
    margin: 0;
    margin-bottom: 35px;
    width: 100%;
  }
  .bildtabelle .voll {
    margin: 0;
    width: 100%;
  }
  .bildtabelle .grau .vc_column-inner {
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 20px;
  }
  .bildtabelle .voll .vc_column-inner {
    width: auto;
    height: auto;
  }
  .vc-beschreibung-mehr {
    left: 0;
    width: 100%;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title a {
    border-top: 2px solid #2a2a29;
    background: #fff;
    color: #2a2a29;
    font-size: 18px;
    font-weight: bold;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a {
    color: #fff;
    border-top: 2px solid #ea5297 !important;
    background: #ea5297;
    line-height: 70px;
    height: 70px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0;
    border-radius: 0;
  }
  body.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    padding: 0;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 20px 20px 20px 20px;
  }
  .preisslider-box {
    max-width: 300px;
    margin: auto;
  }
  .preisslider-box .preisslider-image {
    height: 190px;
  }
  .preisslider-title {
    height: 52px;
    font-size: 22px;
    line-height: 1.1;
  }
  .preisslider-inhalt {
    padding: 10px;
  }
  .preisslider-preis {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .preisslider-ort {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 45px;
  }
  .preisslider-zusatzort {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 45px;
  }
  .preisslider-dauer {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .preisslider-description {
    font-size: 14px;
    height: 200px;
  }
  .preisslider-description-over {
    width: 100%;
    height: 200px;
  }
  .preisslider .preisslider-button {
    height: 40px;
    line-height: 40px;
  }
  .popupcontent {
    font-size: 14px;
  }
  .comment-respond .comment-form-left {
    float: none;
    min-width: none;
    margin-right: 0;
    width: 100%;
  }
  .comment-form-right {
    float: none;
    min-width: none;
    margin-right: 0;
    width: 100%;
  }
  .comment-respond .comment-form input,
  .comment-respond .comment-form textarea {
    width: 100%;
  }
  .main-content ul li.recentcomments {
    padding-left: 0px;
  }
  .wpcf7-form-control.wpcf7-submit {
    font-size: 16px;
  }
  .newsletter.tnp-subscription input.tnp-submit {
    font-size: 15px;
  }
  body.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title a {
    font-size: 16px;
  }
  .ecwd_theme_calendar_grey .calendar-head .current-month {
    font-size: 20px !important;
  }
  .ecwd_theme_calendar_grey .current-month a {
    font-size: 20px !important;
  }
  div.ecwd-page-full.ecwd_calendar table ul.events {
    display: block;
  }
  #termine div.ecwd-page-full.ecwd_calendar .ecwd_calendar_container .events a {
    font-size: 10px !important;
    line-height: 1.0;
    font-style: normal;
  }
  #termine div.ecwd-page-full table.cal_blue ul.events > li {
    padding: 2px !important;
  }
  div.ecwd-page-full.ecwd_calendar table.cal_blue.ecwd_calendar_container .has-events::after {
    display: none;
  }
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/550-startseite.less <------------ */
.startslider-oben .slick-slide {
  position: relative;
  background-color: #d9d9d9;
}
.slidertext {
  width: 80%;
  display: block;
}
.titeltext {
  display: block;
  font-weight: 100;
  font-size: 36px;
  color: #fff;
}
.slidertext h1 {
  margin-top: 0;
}
@media screen and (min-width: 1100px) {
  .sliderbild {
    width: 50%;
  }
  .slidertext {
    position: absolute;
    bottom: 10%;
    left: 51%;
    width: 500px;
    height: 170px;
  }
  .sliderbild img {
    -webkit-shape-outside: polygon(100% 0%, 92% 100%, 0% 100%, 0% 0%);
    -webkit-clip-path: polygon(100% 0%, 92% 100%, 0% 100%, 0% 0%);
    shape-outside: polygon(100% 0%, 92% 100%, 0% 100%, 0% 0%);
    clip-path: polygon(100% 0%, 92% 100%, 0% 100%, 0% 0%);
  }
}
.markenlogo {
  display: block;
}
.slick-slide .markenlogo img {
  text-align: left;
  margin: 0;
  width: auto;
}
.buttontext {
  display: none;
  font-weight: 100;
  margin-top: 30px;
  font-size: 22px;
  border: 2px solid #fff;
  padding: 8px 40px;
  color: #fff;
  text-transform: uppercase;
}
.buttontext:hover {
  box-shadow: 0px 0px 6px #fff;
}
.produktslider {
  height: 600px;
}
.produktslider-image {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
}
.produktslider-image img {
  -webkit-shape-outside: polygon(100% 0%, 90% 100%, 0% 100%, 10% 0%);
  -webkit-clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 10% 0%);
  shape-outside: polygon(100% 0%, 90% 100%, 0% 100%, 10% 0%);
  clip-path: polygon(100% 0%, 90% 100%, 0% 100%, 10% 0%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.produktslider .slick-slide {
  padding-top: 130px;
}
.produktslider .slick-current.slick-active.slick-center .produktslider-image {
  margin-left: -50%;
  margin-top: -40%;
  width: 200%;
  z-index: 999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.produktslider .produktslider-inhalt {
  display: none;
}
.produktslider .slick-current.slick-active.slick-center .produktslider-inhalt {
  display: block;
}
.produktslider .slick-active .produktslider-button {
  display: none;
}
.produktslider .slick-current.slick-active.slick-center .produktslider-button {
  display: block;
}
.produktslider-button {
  position: absolute;
  bottom: 0;
  left: 15%;
}
.produktslider-button a {
  color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: block;
  background: #ff0808;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
  -webkit-shape-outside: polygon(100% 0%, 95% 100%, 0% 100%, 5% 0%);
  -webkit-clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 5% 0%);
  shape-outside: polygon(100% 0%, 95% 100%, 0% 100%, 5% 0%);
  clip-path: polygon(100% 0%, 95% 100%, 0% 100%, 5% 0%);
}
.produktslider-button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
a .pfeil {
  width: 20px;
  height: 21px;
  display: inline-block;
  background: url(../img/button-pfeil.png) no-repeat center;
  vertical-align: middle;
  margin-right: 10px;
}
.produktslider-inhalt {
  margin-left: -20%;
}
.produktslider-title {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .slidertext {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .titeltext {
    font-size: 22px;
  }
  .buttontext {
    font-size: 16px;
    padding: 4px 20px;
  }
  .sliderinhalt {
    top: 30px;
  }
  .markenlogo img {
    max-height: 50px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .produktslider {
    height: 350px;
  }
  .slidertext {
    width: 100%;
  }
  .produktslider .slick-slide {
    padding-top: 30px;
  }
  .produktslider .slick-current.slick-active.slick-center .produktslider-image {
    margin-left: -10%;
    margin-top: -10%;
    width: 120%;
  }
  .startslider-oben {
    min-height: 380px;
  }
}
@media screen and (max-width: 550px) {
  .titeltext {
    font-size: 18px;
  }
  .slidertext {
    top: 10px;
  }
  .markenlogo img {
    max-height: 40px;
    width: auto;
  }
  .buttontext {
    font-size: 14px;
    padding: 0px 10px;
    border: 1px solid #fff;
  }
  .startslider-oben .slick-dots {
    display: none;
  }
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/600-produkte.less <------------ */
.kategorietitel {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #efefef;
  background: -moz-linear-gradient(efefef);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 50%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#efefef', GradientType=0);
  height: 140px;
}
.kategorietitel h1 {
  font-size: 24px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}
/*     Liste Produkte       */
.content .wpb_text_column .produktlist-item {
  background: #efefef;
  margin-bottom: 20px;
}
.produktlist-image {
  display: block;
  text-align: center;
  height: 170px;
}
.produktlist-image img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
h2.produktlist-title {
  line-height: 1.0;
  font-weight: 700;
  height: 55px;
  font-size: 18px;
  margin: 0;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.produktlist-text {
  height: 120px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.main-content .produktlist-button a {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: block;
  background: #ff0808;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
  text-decoration: none;
}
.produktlist-button a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.main-content .produktlist-fragen {
  background: #efefef;
  margin-bottom: 20px;
}
.produktlist-fragen-title {
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  height: 65px;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.1;
}
.produktlist-fragen-text {
  border-bottom: 1px solid #fff;
  min-height: 55px;
  padding: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.produktlist-fragen-text.icon-email {
  height: 170px;
}
.vc-produkt {
  background: #efefef;
  text-align: left;
  margin-bottom: 30px;
}
.vc-produkt h3 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  padding-top: 10px;
  padding-left: 5%;
  padding-right: 5%;
  margin: 0;
  min-height: 60px;
}
.vc-produkt-bild {
  height: 150px;
  overflow: hidden;
}
.vc-produkt-beschreibung {
  text-align: left;
  padding: 0px;
  padding-left: 5%;
  padding-right: 5%;
  min-height: 90px;
  line-height: 1.3;
  font-size: 15px;
}
.vc-produkt-beschreibung strong {
  color: red;
}
.vc-produkt a.button img {
  margin-right: 10px;
}
.vc-produkt a.button {
  color: #fff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
  display: block;
  background: #ff0808;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
}
.vc-produkt a.button:hover {
  opacity: 0.75;
}
/*        Detailseite Produkte         */
.einzelprodukt ul {
  margin-bottom: 20px;
}
.detailtitel {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 50%, #efefef 100%);
  background: linear-gradient(to bottom, #efefef 0%, #ffffff 50%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#efefef', GradientType=0);
  height: 160px;
}
.detailtitel h1 {
  font-size: 24px;
  font-weight: 900;
  display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-top: 10px;
  display: block;
  float: left;
  width: 90%;
}
.detailtitel-abstand-links,
.detailtitel-abstand-rechts {
  padding-top: 55px;
  padding-bottom: 55px;
}
.hintanfrage {
  width: 50%;
  position: absolute;
  left: 50%;
  background: #ff0808;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
  height: 160px;
  -webkit-shape-outside: polygon(100% 0%, 100% 100%, 0% 100%, 2.5% 0%);
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 2.5% 0%);
  shape-outside: polygon(100% 0%, 100% 100%, 0% 100%, 2.5% 0%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 2.5% 0%);
}
.h1zurueck {
  background: #efefef url(../img/icon-zurueck.png) no-repeat center;
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  vertical-align: middle;
  border-radius: 26px;
}
.main-content .produktanfrage {
  border: none;
  margin-left: 35%;
  background: url(../img/icon-anfrage.png) no-repeat left center;
  display: inline-block;
  vertical-align: middle;
  padding: 12px;
  padding-left: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}
.main-content .einzelprodukt ul li {
  background: url(../img/icon-haken.png) no-repeat 0px 4px;
  padding-top: 0 !important;
  padding-left: 25px;
  margin-bottom: 10px;
}
.main-content .einzelprodukt {
  font-family: 'Muli', Helvetica, Arial, sans-serif !important;
}
.produkt-bild {
  background: #fff;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}
.produkt-bild img {
  height: auto;
  width: auto;
}
.produktbilder {
  margin-left: -4px;
  margin-bottom: 20px;
}
.produkt-titel {
  font-weight: 700;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px #F0F0F0 solid;
  margin-bottom: 20px;
}
.produkt-titel h2 {
  font-weight: bold;
  color: #777777;
}
.produktbeschreibung {
  margin-top: 30px;
}
.content .nav {
  border-bottom: 2px solid #464646;
  display: table;
  width: 100%;
}
.content .nav-pills > li {
  float: none;
}
.content .nav > li {
  display: table-cell;
  position: relative;
}
.content .nav > li > a {
  display: block;
  padding: 15px 0px;
  text-align: center;
  position: relative;
  font-size: 17px;
  font-weight: 100;
  border-right: 1px solid #e3e3e3;
}
.content .nav-pills > li > a {
  border-radius: 0;
  background-color: #ededed;
  color: #464646;
}
.content .nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #464646;
  color: #fff;
}
.content .tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 500px) {
  .content .nav > li > a {
    font-size: 13px;
  }
}
.button {
  background: #151515;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.button:hover {
  background: #006793;
  color: #fff;
  text-decoration: none;
}
.buttonbrowser {
  margin-top: 20px;
}
.buttonbrowser a {
  height: 34px;
  line-height: 34px;
  font-weight: normal;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  background: #464646;
  opacity: 0.8;
  color: #fff;
}
.buttonbrowser a:hover {
  text-decoration: none;
  opacity: 1;
}
.button.grau {
  color: #151515;
  background: #dcdcdc;
}
.button.grau:hover {
  background: #a0a0a0;
  color: #fff;
  text-decoration: none;
}
.button.grau.download {
  background: #dcdcdc url(../img/Download.png) no-repeat left center;
  padding-left: 25px;
}
.button.grau.download:hover {
  background: #a0a0a0 url(../img/Download.png) no-repeat left center;
  padding-left: 25px;
}
.produkt-passende {
  margin-top: 60px;
  margin-bottom: 40px;
  border-top: 1px solid #F0F0F0;
}
.passendes-produkt {
  height: 250px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}
.pp-bild img {
  width: 100%;
  height: auto;
}
.passendes-produkt img {
  max-height: 100%;
  max-width: 100%;
}
.pp-titel {
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .detailtitel h1 {
    font-size: 18px;
  }
  .h1zurueck {
    width: 40px;
    height: 40px;
  }
  .main-content .produktanfrage {
    font-size: 18px;
  }
  .hintanfrage {
    display: none;
  }
  .detailtitel-abstand-links {
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .detailtitel-abstand-rechts {
    background: #ff0808;
    background: -moz-linear-gradient(top, #bb0000 0%, #ff0808 50%, #bb0000 100%);
    background: -webkit-linear-gradient(top, #bb0000 0%, #ff0808 50%, #bb0000 100%);
    background: linear-gradient(to bottom, #bb0000 0%, #ff0808 50%, #bb0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-content .produktanfrage {
    margin-left: 7px;
  }
  .detailtitel {
    height: auto;
  }
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/700-footer.less <------------ */
/*------------------------------------*\
    footer less
\*------------------------------------*/
.kennen {
  border-top-width: 2px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-image: url(/wp-content/uploads/streifen.png) !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-top-color: #f2f2f2 !important;
  border-top-style: solid !important;
  opacity: 1 !important;
}
.topstrich {
  padding-top: 30px;
  border-top: 2px solid #F0F0F0;
}
.footer-top-outer {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 2px solid #F0F0F0;
}
.footer-news {
  margin-bottom: 10px;
}
.news-titel {
  font-weight: 100;
  font-size: 16px;
}
.news-titel a {
  background: url(../img/icon-footer-list.png) no-repeat 0px 4px;
  padding-left: 25px;
  margin-bottom: 6px;
}
.linkpfeil {
  background: url(../img/icon-footer-link.png) no-repeat 0px 4px;
  padding-left: 25px;
  margin-bottom: 6px;
}
.footer-wrapper .menu-item {
  margin-bottom: 6px;
  margin-right: 10px;
  list-style: none;
  display: inline-block;
}
.footer-wrapper ul {
  text-align: right;
}
.social-buttons {
  text-align: right;
}
.footer-wrapper {
  background: #2a2a29;
  padding-top: 30px;
  padding-bottom: 40px;
  font-size: 16px;
  color: #fff;
}
.copyright a {
  display: inline-block;
  color: #ea5297;
}
.footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 20px;
}
.copyright {
  border-top: 1px solid #454545;
}
.scroll-to-top-btn {
  bottom: 70px;
  right: 50px;
  display: block;
  height: 36px;
  line-height: 36px;
  position: fixed;
  text-align: center;
  text-decoration: none;
  visibility: hidden;
  width: 36px;
  text-transform: uppercase;
  background: #464646 url(../img/pfeil-oben-weiss.png) no-repeat 7px center;
  opacity: 0.8;
  color: #fff;
  z-index: 100;
}
.scroll-to-top-btn:hover {
  text-decoration: none;
  text-transform: uppercase;
  background: #464646 url(../img/pfeil-oben-weiss.png) no-repeat 7px center;
  opacity: 1;
  color: #fff;
}
.scroll-to-top-btn.active {
  visibility: visible;
}
.icon-entypo-fontello-122:before {
  content: "";
}
.kontaktbadge {
  display: none;
}
.kontaktbadge {
  position: fixed;
  bottom: -344px;
  right: 20px;
  width: 522px;
  height: 344px;
  transition: all ease 0.3s;
  display: block;
  z-index: 100;
}
.kontaktbadge.active {
  bottom: 0;
  box-shadow: 0px 0px 10px #666;
  background: #fff;
}
.kontaktbadge .kontaktbadge-inhalt {
  height: 344px;
  position: relative;
  padding: 20px;
}
.kontaktbadge-button.standard {
  box-shadow: 0px 0px 10px #666;
  width: 250px;
  right: 0;
  float: right;
  margin-top: -50px;
  font-weight: bold;
  cursor: pointer;
}
.kontaktbadge.active .kontaktbadge-button.standard {
  width: 50px;
  text-indent: -10000px;
  padding: 0;
  background: #c10000 url(../img/x-weiss.png) no-repeat center;
}
.kontaktbadge-button.over {
  bottom: 0;
  position: absolute;
  width: 100%;
  margin-left: -20px;
}
.kontaktbadge-button.over a {
  display: block;
}
.kontaktbadge-button.over a:hover {
  text-decoration: none;
}
.kontaktbadge-button {
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  display: block;
  background: #ff0808;
  background: -moz-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: -webkit-linear-gradient(top, #ff0808 0%, #bb0000 100%);
  background: linear-gradient(to bottom, #ff0808 0%, #bb0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0808', endColorstr='#bb0000', GradientType=0);
}
.kontaktbadge-button a {
  color: #fff;
}
.kontaktbadge-bild {
  float: left;
  width: 30%;
}
.kontaktbadge-ap {
  float: left;
  width: 70%;
}
.kontaktbadge-title {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
}
.kontaktbadge-name {
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}
.kontaktbadge-funktion {
  font-size: 12px;
}
.kontaktbadge-text {
  font-size: 16px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .footer-title {
    text-align: left;
  }
  .kontaktbadge {
    right: 20px;
    width: 420px;
  }
  .footer-logo {
    width: 120px;
  }
  .scroll-to-top-btn {
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 420px) {
  .kontaktbadge {
    right: 5px;
    width: 350px;
  }
}



/* ------------> /home/www/hundeschule-rose.de/wp-content/themes/webnativ/less/sources/css/template-basics-less/800-print.less <------------ */
@media print {
  body {
    font-size: 14px;
  }
  .header-wrapper {
    position: relative;
  }
  .header-abstand {
    height: auto;
  }
  .header-main-wrapper {
    height: auto;
  }
  .topmenu {
    float: none;
    width: 100%;
  }
  .img-responsive {
    padding-bottom: 20px;
  }
  .headerslider,
  .headerslider-title,
  .headerslider-text {
    display: none;
  }
  .content {
    padding-bottom: 10px;
    padding-top: 10px;
    min-height: auto;
  }
  a[href]::after {
    content: "";
    display: none;
  }
  .produkt-titel {
    font-size: 16px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-content .einzelprodukt ul li {
    margin-bottom: 0px;
  }
  .header-menu-wrapper,
  .header-top-nav,
  .header-language-nav,
  .breadcrumbs,
  .h1zurueck,
  .kontaktbadge,
  .hintanfrage,
  .produkt-passende,
  .produktlist-fragen,
  .detailtitel-abstand-rechts,
  .zertifikat,
  .topstrich,
  .footer-top {
    display: none;
  }
  .detailtitel {
    height: auto;
  }
  .detailtitel-abstand-links,
  .detailtitel-abstand-rechts {
    padding: 0;
    float: none;
    width: 100%;
  }
  .footer-bottom > div > .col-md-6 {
    display: none;
  }
  .footer-bottom > div > .col-md-3:last-of-type {
    display: none;
  }
  .social-buttons {
    display: none;
  }
}
