@font-face {
    font-family: 'Corpid';
    src: url(/fileadmin/user_upload/fonts/corpid/CorpidC1Cd-Regular.eot);
    src: url(/fileadmin/user_upload/fonts/corpid/CorpidC1Cd-Regular.eot) format('embedded-opentype'),
        url(/fileadmin/user_upload/fonts/corpid/CorpidC1Cd-Regular.woff2) format('woff2'),
        url(/fileadmin/user_upload/fonts/corpid/CorpidC1Cd-Regular.woff) format('woff'),
        url(/fileadmin/user_upload/fonts/corpid/CorpidC1Cd-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Corpid';
    src: url(/fileadmin/user_upload/fonts/corpid/CorpidE1sCd-Heavy.eot);
    src: url(/fileadmin/user_upload/fonts/corpid/CorpidE1sCd-Heavy.eot) format('embedded-opentype'),
        url(/fileadmin/user_upload/fonts/corpid/CorpidE1sCd-Heavy.woff2) format('woff2'),
        url(/fileadmin/user_upload/fonts/corpid/CorpidE1sCd-Heavy.woff) format('woff'),
        url(/fileadmin/user_upload/fonts/corpid/CorpidE1sCd-Heavy.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* BODY */

body {
  background: #001e53;
    background-image: none;
  background-image: radial-gradient(#003380,#00205b);
  color: #fff;
  font-size: 16px;
}
/* HEADER (Logo, Menu, Breadcrumbs) */

body > header {
    background: none;
    box-shadow: none;
}
body > header.scrolled {
  background-color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs {
  background: #001e53;
  color: #fff;
  padding: 0.5rem 1.5rem;
  border-radius: 35px;
  font-family: Raleway;
}
.breadcrumbs li a {
    line-height: 1;
    display: inline-block;
}

/* Menu Icon */
.menu-open i{
    text-shadow: 0px 0px 8px rgba(41, 46, 85, 0.6);
    color: #FFFFFF !important;
}
.menu-close i {
    text-shadow: none;
    color: #1B2439 !important;
}
.scrolled .menu-open i{
    color: #1B2439 !important;
    text-shadow: none;
}

/* - - Menu Icon auf hellen Hintergrundfotos - - */

/* Katze */ body#page-337 .menu-open i {color: #1B2439 !important; text-shadow: none;}
/* Nager */ body#page-336 .menu-open i {color: #1B2439 !important; text-shadow: none;}



.menu.open {
    color: #1B2439;
    background: rgba(255,255,255,.95);
  font-family: 'Raleway';
}
.menu-close {
    color: #1B2439;
}
.menu nav:first-of-type ul li a {
    font-size: 3rem;
    padding: 0 1rem;
    line-height: 2;
}
.menu nav:first-of-type ul li a:focus, .menu nav:first-of-type ul li a:hover {
    text-decoration: none;
}
h1, h2{
  font-family: 'Raleway';
  font-weight: bold;
}
h1, h2, h3, h4 {
  font-family: 'Raleway';
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}
h2 {
  font-size: 52px;
}
small {
  font-family: 'Raleway';
}
.h2 + small, h2 + small {
  font-size: 32px;
  font-weight: 600;
}
ul{
  padding-left: 1.3rem;
}
.text-center{
  text-align: center;
}
.image img{
  border-radius: 0;
  transition: none;
}
.image img:hover{
  transform: none;
}
.has-background p, .has-background h1, .has-background h2 , .has-background small{
  color: #fff;
  text-transform: none;
}
[class^="grid_"].has-background {
    padding: 5rem 0;
}
#c1504.has-background header {
    margin-bottom: 3.5rem !important;
}

/* PETS MENU START */
#c1504 .image {
  transition: all .4s ease-in-out;
    /*border-radius: 10px;*/
}
#c1504 .image:hover {
    box-shadow: 0px 5px 30px rgba(0,0,0,.4);
    transform: scale(1.03);
}
#c1504 .item {
    padding: 0 1.5rem;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}
#c1504 figcaption {
  font-family: 'Raleway';
    background: #00205b;
    padding: 1rem;
    margin-top: -0.5rem;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    transition: all .4s ease-in-out;
}
#c1504 figcaption::before {
    content: "";
    background: lime;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: -0.75rem;
}
#c1504 .image:hover a{
  text-decoration: none;
}

#c1504 .image:hover figcaption {
    background: #fff;
    color: #436F4D;
}
#c1503 .image:hover figcaption::before {background: url(/fileadmin/user_upload/icons/cat-r.svg);}
#c1502 .image:hover figcaption::before {background: url(/fileadmin/user_upload/icons/dog-r.svg);}
#c1501 .image:hover figcaption::before {background: url(/fileadmin/user_upload/icons/rodent-r.svg);}
#c1500 .image:hover figcaption::before {background: url(/fileadmin/user_upload/icons/bird-r.svg);}

#c1503 figcaption::before {background: url(/fileadmin/user_upload/icons/cat-w.svg);}
#c1502 figcaption::before {background: url(/fileadmin/user_upload/icons/dog-w.svg);} 
#c1501 figcaption::before {background: url(/fileadmin/user_upload/icons/rodent-w.svg);} 
#c1500 figcaption::before {background: url(/fileadmin/user_upload/icons/bird-w.svg);} 

#c1503:hover figcaption {background: #d51a82;}
#c1502:hover figcaption {background: #f69c00;}
#c1501:hover figcaption {background: #81c300;}
#c1500:hover figcaption {background: #F9BE00;}

/* IMAGE HERO */
/*.image-hero .product-container {
    text-align: left;
    height: 22vh;
    top: auto;
    bottom: 20%;
    margin-top: -11vh;
    color: #fff;
    font-size: 1.4rem;
    max-width: 35%;
    margin: 0 auto;
    right: 12%;
    left: auto;
    text-shadow: 1px 1px 30px rgba(0,0,0,.5);
}*/
.image-hero .product-container {
  text-align: left;
  height: 22vh;
  top: auto;
  bottom: 2.5%;
  color: #fff;
  font-size: 1.4rem;
  max-width: 35%;
  margin: 0 auto;
  right: auto;
  left: 6.5%;
  text-shadow: 1px 1px 30px rgba(0,0,0,.5);
  transform: scale(1.2);
}


.image-hero .welcome {
    color: #fff;
    font-size: 6.25vw;
    font-weight: bold;
    margin-top: 0;
}

.hero-image-text h1 {
  margin: 0 0 7px;
  margin-bottom: 7px;
  color: #fff;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0,0,0,.4);
}

.image-hero .product-container small{
  font-size: 3vw;
}
.layout-0 .image-hero small::after {
    content: "";
    background: url(/fileadmin/user_upload/icons/hu-heart.svg);
    width: 100%;
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: 0;
    height: 10vh;
    background-repeat: no-repeat;
    margin-top: 1rem;
}
/* IMAGE HERO UNTERSEITEN */
.layout-1 .image-hero .product-container {
    text-align: left;
    height: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
    color: #223161;
    max-width: 33.333%;
    margin: 0 auto;
    right: 12%;
    left: auto;
    text-shadow: none;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  background: rgba(255,255,255,.9);
  padding: 3rem;
}
.layout-1 .image-hero .welcome {
  color: #223161;
  font-size: 2.25vw;
  font-weight: 800;
  margin-top: 0;
  text-transform: none;
}
.layout-1 .image-hero .product-container small{
    font-size: 20px;
    margin-top: 1rem;
    font-family: PT Sans;
}
body#page-339.layout-1 .image-hero .welcome,
body#page-337.layout-1 .image-hero .welcome,
body#page-336.layout-1 .image-hero .welcome,
body#page-335.layout-1 .image-hero .welcome{
  color: #fff;
}

body#page-339.layout-1 .image-hero .product-container {
    background: rgba(244, 148, 14,.95);
    color: #fff;
    padding: 2rem 3rem;
    max-width: 35%;
    right: 10%;
}
body#page-337.layout-1 .image-hero .product-container {
    background: rgba(209, 0, 117, .85);
    color: #fff;
    padding: 2rem 3rem;
    max-width: 35%;
    right: 10%;
}
body#page-336.layout-1 .image-hero .product-container {
    background: rgba(131, 166, 26, 0.9);
    color: #fff;
    padding: 2rem 3rem;
    max-width: 35%;
    right: 10%;
}
body#page-335.layout-1 .image-hero .product-container {
    background: rgba(248, 181, 0,.85);
    color: #fff;
    padding: 2rem 3rem;
    max-width: 35%;
    right: 10%;
}

/* ABOUT SECTION */
#c1499{
  padding: 7rem 0;
}
#c1499 h2{
  font-size: 4rem;
}
#c1499 p{
  font-size: 1.35rem;
}
/* PRODUCT SLIDER */
.product-slider .product-container {
  width: 27rem;
  padding: 40px;
  border-radius: 0;
}
.product-slider .product-container picture img {
  max-height: 15rem;
}  
.product-container .btn{
  border: .15rem solid #436F4D;
  background: #436F4D;
  color: #fff;
  border-radius: 0rem;
  width: 100%;
  text-align: center;
  padding: 0.9rem 1.5rem;
  transition: all .4s ease-in-out;
  font-size: 1.4rem;
}
.product-container .btn:hover {
    box-shadow: none;
    background: #CD2A3E;
    border-color: #CD2A3E;
}
.product-container h2 {
  text-align: center;
  color: #00205b;
  text-transform: none;
  font-size: 26px;
}

.product-container p {
    font-size: 16px;
    text-align: center;
}
.product-slider.owl-carousel .owl-nav .owl-next {
    right: 2.5rem;
    background: url(/fileadmin/user_upload/icons/next.svg);
    width: 3rem;
    height: 3rem;
}
.product-slider.owl-carousel .owl-nav .owl-prev {
    left: 2.5rem;
    background: url(/fileadmin/user_upload/icons/next.svg);
    width: 3rem;
    height: 3rem;
    transform: rotate(180deg)
}
.layout-1 .product-container.default h2 {
    text-align: left;
    font-size: 2.5rem;
    color: #0C2162;
}
.layout-1 .product-container p {
    font-size: 1.25rem;
    text-align: left;
}
.layout-1 .product-slider .product-container > div {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 3rem 3rem 3rem;
}
.layout-1 .product-slider .product-container picture {
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: block;
}
.layout-1 .product-slider .product-container picture img {
    max-height: 25rem;
}
.layout-1 .product-slider .product-container {
    width: 50%;
    padding: 0;
}
.product-slider .product-container.brand{
  background: rgba(35, 38, 53, 0);
  box-shadow: none;
} 
.product-slider .product-container.brand h2{
  color: #223161;
  text-align: left;
}
.product-slider .product-container.brand {
    color: #223161;
}
.product-slider .product-container ul {
    -webkit-columns: 1;
    column-count: 1;
    padding-left: 0rem;
    list-style-type: none;
}
.product-slider .product-container ul li{
  font-size: 1.25rem;
}

.has-background .text article .show-less, .has-background .text article .show-more {
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    color: #fff;
}
.has-background li{
  color: #fff;
}
.has-background header {
    margin-bottom: 1.5rem;
}
.has-background h3 {
    color: #fff;
}
.layout-1 .has-background header {
    margin-bottom: 1.5rem;
}
/* CAROUSEL START */

/*.frame-type-iubase_productcarousel {
    background: url(/fileadmin/user_upload/bg_carousel3.jpg);
    padding: 4rem 0;
}*/

/* ACCORDION */
body#page-339 .accordion .tongue .tongue-trigger i{
  color: #fff;
}
body#page-339 .accordion .tongue .tongue-trigger h3 {
    width: calc(100% - 1.6rem);
    margin-right: 1rem;
    color: #F4940E;
    font-size: 2rem;
    text-align: center;
}
.accordion .tongue.open .tongue-body{
    /*text-align: center;*/
}
.accordion .tongue, .accordion > .container > .column:first-of-type{
  border: none;
}
body#page-337 .accordion .tongue .tongue-trigger i{
  color: #223161;
}
body#page-337 .accordion .tongue .tongue-trigger h3 {
    width: calc(100% - 1.6rem);
    margin-right: 1rem;
    color: #D10075;
    font-size: 2.8rem;
    text-align: center;
    margin-top: -1rem;
}
body#page-337 .accordion .tongue.open .tongue-body p, body#page-337 .accordion .tongue.open .tongue-body li {
    text-align: left;
    color: #223161 !important;
}

/* MENU ANIMAL ICONS */
.menu nav:first-of-type ul li a::before {
    content: "";
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: -0.5rem;
}
.menu nav:first-of-type ul li:nth-child(1) a::before {background: url(/fileadmin/user_upload/icons/dog.svg);}
.menu nav:first-of-type ul li:nth-child(2) a::before {background: url(/fileadmin/user_upload/icons/cat.svg);}
.menu nav:first-of-type ul li:nth-child(3) a::before {background: url(/fileadmin/user_upload/icons/rodent.svg);}
.menu nav:first-of-type ul li:nth-child(4) a::before {background: url(/fileadmin/user_upload/icons/bird.svg);}

/* SCROLL TO TOP */
body#page-339 .scroll-top-button {
    background: #F4940E !important;
    box-shadow: none;
}
body#page-339 .breadcrumbs li:not(:first-child)::before {
    opacity: 1;
    color: #F4940E;
}
body#page-336 .scroll-top-button {
    background:#A2B717 !important;
    box-shadow: none;
}
body#page-336 .breadcrumbs li:not(:first-child)::before {
    opacity: 1;
    color: #A2B717;
}
body#page-337 .scroll-top-button {
    background: #D10075 !important;
    box-shadow: none;
}
body#page-337 .breadcrumbs li:not(:first-child)::before {
    opacity: 1;
    color: #D10075;
}
body#page-335 .scroll-top-button {
    background: #f8b500 !important;
    box-shadow: none;
}
body#page-335 .breadcrumbs li:not(:first-child)::before {
    opacity: 1;
    color: #f8b500;
}



.scroll-top-button {
    background: #303C59;
    box-shadow: none;
}

@media (max-width: 480px){
  body{
    background: #FFF;
    font-size: 16px;
  }
  .layout-1 .grid_2col.has-background p, .layout-1 .grid_2col.has-background h1, .layout-1 .grid_2col.has-background h2, .layout-1 .grid_2col.has-background small, .layout-1 .grid_2col.has-background .text article .show-less, .layout-1 .grid_2col.has-background .text article .show-more, .layout-1 .grid_2col.has-background li {
    color: #333645 !important;
  }
  .h1, h1, .h2, h2 {
    font-size: 1.5rem;
  }
  body#page-339 .accordion .tongue .tongue-trigger h3,
  body#page-337 .accordion .tongue .tongue-trigger h3{
    font-size: 1.4rem;
  }
  .grid_2col.has-background {
    background-size: 90vh !important;
    background-position: top left !important;
    padding-top: 50.6vh;
    padding-bottom: 2rem;
 }
  #c1550, #c1556, #c11594, #c1530{
      background-size: 90vh !important;
      background-position: top right !important;
      padding-top: 55vh;
      padding-bottom: 1rem;
    
  }
  .layout-1 .image-hero .product-container {
    text-align: left;
    height: auto;
    top: auto;
    bottom: 0;
    margin-top: 0;
    color: #223161;
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    left: auto;
    text-shadow: none;
    margin: 0;
    position: absolute;
    transform: none;
    background: rgba(255,255,255,.9);
    padding: 2rem;
}
  .layout-1 .image-hero .welcome {
    color: #223161;
    font-size: 7.9vw;
    font-weight: bold;
    margin-top: 0;
}
.layout-1 .image-hero .product-container small {
    font-size: 16px;
    margin-top: 1rem;
}
.layout-1 .image-hero .product-container {
    padding: 2rem 3rem;
    max-width: 100% !important;
    right: 0 !important;
    padding: 1rem 1.5rem !important;
}
  #* ::selection {
    background: transparent;
}
.layout-0 .image-hero .product-container{
    width: 100% !important;
    max-width: 100% !important;
    bottom: 20% !important;
    right: 0 !important;
    left: 0 !important;
    padding: 2rem !important;
    text-align: center;
}
 .layout-0 .image-hero .welcome {
    color: #fff;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 0;
}
  .layout-0 .image-hero .product-container small {
    font-size: 7vw;
}

  .layout-0 .h1, .layout-0 h1,
  .layout-0 .h2, .layout-0 h2{
    font-size: 2.5rem;
}
  #c1504.has-background header {
    margin-bottom: 2rem !important;
}
  .menu nav:first-of-type ul li a {
    font-size: 2.2rem;
    padding: 0;
    line-height: 2;
    margin-left: -2rem;
}
  #c1571 {
    background-size: cover !important;
    background-position: center !important;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
  #c90 {
    background-size: 100vh !important;
    background-position: top right !important;
    padding-top: 53vh;
    padding-bottom: 2rem;
}
}

.tx-powermail {
  width: 80%;
  margin: auto;
}

.tx-powermail h3 {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0px;
}

input.powermail_reset.btn.btn-primary.btn-danger {
  background: white;
}

input[type=submit].btn-danger {
  background: white;
  color: #333645;  
}





/* ♫ ♬ ♩ ♪ ♫ ♬ ♩ ♪ ♫ ♬ - DIE GROSSE BREAKPOINT-PARADE - ♬ ♫ ♪ ♩ ♬ ♫ ♪ ♩ ♬ ♫ */


/* * * * * * * * * * - - - - - - T A B L E T - Q U E R - - - - - - * * * * * * * * * */ 

@media (min-width: 980px) and (max-width: 1279px) {
  
  /* --> STARTSEITE */
  h1, h2{
     font-size: 32px !important;
  }
  small{
     font-size: 19px !important;
  }
  p{
    font-size: 17px !important;
  }
  /* TIERWELT-MENU STARTSEITE */
  #c1504 .item {
    padding: 0 0.5rem !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #c1504 figcaption {
    padding: 0.5rem;
    font-size: 25px;
  }
  #c1504 figcaption::before {
    width: 35px;
    height: 35px;
    margin-right: 0.75rem;
    margin-bottom: -0.45rem;
  }
  /* ABOUT SECTION STARTSEITE */
  #c1499 {
    padding: 5rem 0;
  }
  /* PRODUCT SLIDER */
  .product-slider .product-container {
    width: 25rem;
    padding: 1.5rem;
  }
  .product-container h2 {
    text-align: center;
    font-size: 32px;
  }
  .product-container p{
    font-size: 16px !important;
  }
  .product-container .btn {
    padding: 0.7rem 1.5rem;
    font-size: 16px;
  }
  .product-slider .product-container picture img {
    max-height: 12rem;
  }
  .product-slider .container {
    width: 75%;
  }
 
  /* IMAGE HERO STARTSEITE */
  .layout-0 .image-hero .welcome {
    font-size: 75px !important;
  }
  .layout-0 .image-hero .product-container small {
    font-size: 32px !important;
  }
  
  /* --> IMAGE HERO TIERWELT */
  .layout-1 .image-hero .product-container {
    max-width: 40% !important;
    padding: 2rem 2.5rem !important;
    right: 3rem !important;
    left: auto;
    bottom: 5rem;
    top: auto;
    transform: none;
  }
  .layout-1 .image-hero .product-container h1,
  .layout-1 .image-hero .product-container h2{
    font-size: 32px;
  }
  .layout-1 .image-hero .product-container small{
    font-size: 17px;
  }
  /* <-- IMAGE HERO TIERWELT */

  /* --> PRODUKTSECTION MIT HINTERGRUNDFOTO */
    
  .layout-1 .grid_2col.has-background h1,
  .layout-1 .grid_2col.has-background h2{
    font-size: 32px;
  }
  .layout-1 .grid_2col.has-background p{
    font-size: 17px;
  }
  /* <-- PRODUKTSECTION MIT HINTERGRUNDFOTO */
  /* --> ACCORDION SECTION */
  .layout-1 .accordion .tongue .tongue-trigger h3 {
    font-size: 26px !important;
    text-align: center;
  }
  /* <-- ACCORDION SECTION */
}

/* * * * * * * * * * - - - - - - T A B L E T - H O C H K A N T - - - - - - * * * * * * * * * */ 

@media (max-width: 979px) {

  /*POWERMAIL*/

  #c1613 .item.tile-2.md-4 {
    padding-left: 20%;
    padding-right: 20%;
    margin-top: 10%;
  }

  #c1613 .item.tile-2.md-4 .ce-bodytext h4 {    
    font-size: 25px;  
  } 

  #c1613 .item.tile-2.md-4 .ce-bodytext {
    margin-left: auto;
    margin-right: auto;
    width: 70%;  
  }

  #c1613 .item.tile-2.md-4 .ce-bodytext p {    
    font-size: 20px !important; 
  } 

  .vk-hr .powermail_confirmation h1 {
    font-size: 20px;
  }


  /* HINTERGRUNDFARBE BODY */
  body{
    background: #FFFFFF;
  }  

  body.vk-si {
    background: #001e53;   
    background-image: radial-gradient(#003380,#00205b);
  }

  .tx-powermail {
    width: 100%;
    margin: auto;
}

  /* --> STARTSEITE */
  h1, h2{
     font-size: 32px !important;
  }
  small{
     font-size: 19px !important;
  }
  p{
    font-size: 17px !important;
  }
  /* TIERWELT-MENU STARTSEITE */
  #c1504 .item {
      padding: 0 0.5rem;
      margin-top: 0.5rem;
      margin-bottom: 0.5rem;
  }
  #c1504 figcaption {
    padding: 0.75rem;
    font-size: 32px;
  }
  #c1504 figcaption::before {
    width: 35px;
    height: 35px;
    margin-right: 0.75rem;
    margin-bottom: -0.45rem;
  }
  /* ABOUT SECTION STARTSEITE */
  #c1499 {
    padding: 5rem 0;
  }
  /* PRODUCT SLIDER */
  .product-container h2 {
    text-align: center;
    font-size: 25px;
  }
  .product-container p{
    font-size: 14px !important;
  }
  .product-container .btn {
    padding: 0.7rem 1.5rem;
    font-size: 14px;
  }
  .product-slider .product-container picture img {
    max-height: 10rem;
  }
  .product-slider .container.left {
    width: 50%;
    top: 10%;
    left: 5%;
  }
  .product-slider .container.right {
    width: 50%;
    top: 10%;
    right: 5%;
  }
  .product-slider.fullheight .slide {
    min-height: auto;
  }
  .product-slider .slide{
    height: 65vh;
  }
  .product-slider .slide > div:first-of-type {
    position: absolute;
    top: 0;
    height: 100% !important;
  }
  .product-slider .product-container {
    height: max-content;
  }
  .product-slider.owl-carousel .owl-dots {
    top: 1rem;
  }
 
  /* IMAGE HERO STARTSEITE */
  .layout-0 .image-hero .welcome {
    font-size: 75px !important;
  }
  .layout-0 .image-hero .product-container small {
    font-size: 32px !important;
  }
  .layout-0 .image-hero .product-container {
    bottom: 5%;
    max-width: 50%;
    right: auto;
    left: 10%;
  }
  
  /* --> IMAGE HERO STARTSEITE */
  /* <-- IMAGE HERO STARTSEITE */
  
  /* --> IMAGE HERO TIERWELT */
  .layout-1 .image-hero .product-container {
    max-width: 100% !important;
    padding: 2rem 2.5rem !important;
    right: 0 !important;
    left: auto;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .layout-1 .image-hero .product-container h1,
  .layout-1 .image-hero .product-container h2{
    font-size: 35px;
  }
  .layout-1 .image-hero .product-container small{
    font-size: 18px;
  }
  /* <-- IMAGE HERO TIERWELT */

  /* --> PRODUKTSECTION MIT HINTERGRUNDFOTO */
  .layout-1 .grid_2col {
    padding-top: 45vh;
    background-size: 80vh !important;
    background-position: top left !important;
  }
  .layout-1 .grid_2col .image img {
    height: auto;
    width: 50%;
    position: absolute;
    margin-top: -30vh;
  }
  /* AUSNAHMEN MIT FESTEN #ID's */
  #c1610 .image img /*HUND*/,
  #c1583 .image img /*HUND*/,
  #c55 .image img /*KATZE*/,
  #c77 .image img /*NAGER*/,
  #c83 .image img /*NAGER*/{ 
    right: 0;
  }
  
  .layout-1 .grid_2col.has-background h1,
  .layout-1 .grid_2col.has-background h2{
    font-size: 35px;
    color: #232E4B;
  }
  .layout-1 .grid_2col.has-background p,
  .layout-1 .grid_2col.has-background li{
    font-size: 18px;
    color: #232E4B;
  }
  .layout-1 .text article .show-less, 
  .layout-1 .text article .show-more {
    color: #232E4B;
  }
  /* <-- PRODUKTSECTION MIT HINTERGRUNDFOTO */

  /* --> ACCORDION SECTION */
  .layout-1 .accordion .tongue .tongue-trigger h3 {
    font-size: 26px !important;
    text-align: center;
  }
  /* <-- ACCORDION SECTION */
}

/* * * * * * * * * * - - - - - - S M A R T P H O N E - - - - - - * * * * * * * * * */ 

@media (max-width: 479px) {

  /*POWERMAIL*/

  #c1613 .item.tile-2.md-4 {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10%;
  }

  #c1613 .item.tile-2.md-4 .ce-bodytext h4 {    
    font-size: 20px;
  } 

  #c1613 .item.tile-2.md-4 .ce-bodytext p {    
    font-size: 17px !important;
  } 
  
  /* IMAGE HERO STARTSEITE */
  .layout-0 .image-hero .welcome {
    font-size: 60px !important;
  }
  .layout-0 .image-hero .product-container small {
    font-size: 25px !important;
  }
    /* PRODUCT SLIDER */
  .product-container h2 {
    text-align: center;
    font-size: 25px;
  }
  .product-container p{
    font-size: 14px !important;
  }
  .product-container .btn {
    padding: 0.7rem 1.5rem;
    font-size: 14px;
  }
  .product-slider .product-container picture img {
    max-height: 9rem;
  }
  .product-slider .container.left {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    height: auto !important;
  }
  .product-slider .container.right {
    width: 100%;
    top: auto;
    left: 0;
    bottom: 0;
    height: auto !important;
  }
  .product-slider.fullheight .slide {
    min-height: auto;
  }
  .product-slider .slide{
    height: 125vh;
  }
  .product-slider .slide > div:first-of-type,  .product-slider .slide > div {
    top: auto;
    height: 100% !important;
  }
  .product-slider .product-container {
    height: max-content;
    padding: 1.75rem;
  }
  .product-slider.owl-carousel .owl-dots {
    top: 1rem;
  }
  .product-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
    background: url(/fileadmin/user_upload/icons/next.svg);
    width: 40px;
    height: 40px;
    border-radius: 0;
    background-position: center;
  }
  .product-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: url(/fileadmin/user_upload/icons/next.svg);
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    border-radius: 0;
    background-position: center;
  }
  .product-slider.owl-carousel .owl-nav {
    display: block;
  }
  
  /* --> IMAGE HERO TIERWELT */
  .layout-1 .image-hero .product-container {
    max-width: 100%;
    padding: 1rem 1.5rem;
    right: 0;
  }
  .layout-1 .image-hero .product-container h1{
    font-size: 30px;
  }
  .layout-1 .image-hero .product-container small{
    font-size: 16px !important;
  }
  /* <-- IMAGE HERO TIERWELT */

  /* --> PRODUKTSECTION MIT HINTERGRUNDFOTO */
  .layout-1 .grid_2col {
    padding-top: 50vh;
    background-size: 90vh !important;
    background-position: top left !important;
  }
  .layout-1 .grid_2col .image img {
    height: auto;
    width: 100%;
    position: relative;
    margin-top: 0;
  }    
  .layout-1 .grid_2col.has-background h1,
  .layout-1 .grid_2col.has-background h2{
    font-size: 25px !important;
  }
  .layout-1 .grid_2col.has-background p
  .layout-1 .grid_2col.has-background li{
    font-size: 16px;
  }
  /* <-- PRODUKTSECTION MIT HINTERGRUNDFOTO */

  /* --> ACCORDION SECTION */
  .layout-1 .accordion .tongue .tongue-trigger h3 {
    font-size: 25px;
    text-align: center;
  }
  /* <-- ACCORDION SECTION */
}
/* <-- DIE GROSSE BREAKPOINT-PARADE */




#c38 h2 {
  font-size: 42px;
  color: #fff;
  text-transform: none;
  font-weight: 800;
}

#c46 h2, #c46 small, #c46 .show-more, #c46 p, #c46 .show-less, #c46 li{
  color: #1C2439 !important;
}

#c111 p {
    padding-left: 5rem !important;
    background: #D10075;
    padding: 2rem;
    border-radius: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    color: #fff !important;
}
#c111 p::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url(/fileadmin/user_upload/icons/shopping-basket.svg) no-repeat center;
    color: #D10075;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-left: -3.5rem;
    margin-right: 1rem;
    font-family: 'Raleway';
    background-size: 70%;
    margin-bottom: -1.1rem;
}
#c213 p {
    padding-left: 5rem !important;
    background: #F4940E;
    padding: 2rem;
    border-radius: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    color: #fff !important;
}
#c213 p::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff url(/fileadmin/user_upload/icons/shopping-basket-d.svg) no-repeat center;
    color: #F4940E;
    border-radius: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.3;
    margin-left: -3.5rem;
    margin-right: 1rem;
     font-family: 'Raleway';
    background-size: 70%;
    margin-bottom: -1.1rem;
}




/* ACCORDIONS */

.accordion > .container.two-columns .column {
    width: calc(50% - 1rem);
    border-top: 2px solid #1c2133;
}
.accordion .tongue .tongue-trigger h3 {
    width: calc(100% - 1.6rem);
    margin-right: 1rem;
} 
.accordion .tongue {
    background: transparent;
    border-bottom: 0px solid #1c2133;
}
.accordion .tongue-body h3 {
    font-family: PT Sans;
    font-size: 20px;
}
.accordion .tongue-body p {
    font-size: 17px;
}




/* POESIE BANNER FRESSNAPF */
#page-337 .owl-item:nth-child(2n+1) .product-container,
#page-336 .owl-item:nth-child(2n+1) .product-container{
    width: 50%;
    right: 0 !important;
    position: absolute;
    left: auto;
    height: 100%;
    bottom: 0;
    display: grid;
    align-content: center;
    text-align: center;
    padding-left: 9% !important;
    padding-right: 9% !important;
    max-width: 100% !important;
    background: linear-gradient(270deg, rgba(16, 38, 82, 0.86) 0%, rgba(16, 45, 105, 0) 100%) !important;
}
#page-337 .owl-item:nth-child(2n+1) .product-container p,
#page-336 .owl-item:nth-child(2n+1) .product-container p{
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
#page-337 .owl-item:nth-child(2n+1) .product-container img,
#page-336 .owl-item:nth-child(2n+1) .product-container img{
    max-width: 400px;
    margin: 0 auto;
}
#page-337 .owl-item:nth-child(2n+1) .product-container h1, #page-336 .owl-item:nth-child(2n+1) .product-container h1 {
  font-family: 'Raleway';
  font-weight: 800 !important;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  text-transform: none;
}
#page-337 .owl-item:nth-child(2n+1) .product-container small,
#page-336 .owl-item:nth-child(2n+1) .product-container small{
    font-size: 23px;
    font-family: PT Sans;
    font-weight: normal;
    margin-top: 5px;
}
#page-337  .owl-item:nth-child(2n+1) .product-container a,
#page-336  .owl-item:nth-child(2n+1) .product-container a{
    font-family: PT Sans;
    font-weight: bold;
    color: #FFF;
    font-size: 20px;
    display: inline-block;
    margin-top: 1.8rem !important;
    background: #D30678;
    text-align: center;
    padding: 8px 30px 10px 30px;
    min-width: 200px;
    margin: 0 auto;
    border-radius: 0px;
}
#page-336  .owl-item:nth-child(2n+1) .product-container a{
  background: #8DAC2E
}    
/* * * * * * * * * * - - - - - - S M A R T P H O N E - - - - - - * * * * * * * * * */
@media (max-width: 480px){
	#page-337 .owl-item:nth-child(2n+1) .product-container a {font-size: 17px;}
    #page-337 .owl-item:nth-child(2n+1) .product-container {
        width: 100%;
        height: auto;
        max-width: 100% !important;
        background: linear-gradient(0deg, rgba(16, 38, 82, 0.86) 0%, rgba(16, 45, 105, 0) 100%) !important;
    }
  	#page-336 .owl-item:nth-child(2n+1) .product-container a {font-size: 17px;}
    #page-336 .owl-item:nth-child(2n+1) .product-container {
        width: 100%;
        height: auto;
        max-width: 100% !important;
        background: linear-gradient(0deg, rgba(16, 38, 82, 0.86) 0%, rgba(16, 45, 105, 0) 100%) !important;
    }
  #page-337 .owl-item:nth-child(2n+1) .product-container h1 {font-size: 25px !important;}
  #page-336 .owl-item:nth-child(2n+1) .product-container h1 {font-size: 25px !important;}

  #page-337 .owl-item:nth-child(2n+1) .product-container img{
    max-width: 250px;
    margin: 0 auto;
  }
  #page-336 .owl-item:nth-child(2n+1) .product-container img{
    max-width: 250px;
    margin: 0 auto;
  }  
  }  


#c1297{
    background: linear-gradient(90deg, rgb(35, 46, 75) 0%, rgb(47, 66, 117) 50%, rgb(35, 46, 75) 100%) !important;
}

#c1297 .accordion .tongue .tongue-trigger h3 {
    width: calc(100% - 1.6rem);
    margin-right: 1rem;
    text-align: center;
    font-size: 34px;
}
#c1297 .accordion .tongue .tongue-trigger i::before {
    color: #fff;
}  
#c1297 .frame-type-iubase_accordion{
    margin-top: .5rem;
}
#c1297 .frame-type-iubase_accordion p,
#c1297 .frame-type-iubase_accordion li{
    font-size: 17px;
}
#c1297 .container{
    max-width: 1200px;
}

#c1306 .item {
    align-content: center;
    display: grid;
}
#c1306 h2 {
    color: #135E31;
}
#c1306 p {
    color: #222;
}
#c1306 {
    padding-top: 3rem;
    background-size: cover !important;
    background-position: top left !important;
}
#page-336 .tongue-body {
background: rgba(0,0,0,.1);
padding: 20px;
}

#c1359 small{
  color: #FF1416;
  font-size: 1.7rem;
  font-weight: 600;
}
#c1506{
  margin-bottom: -4rem;
}

.vk-hr .product-slider .slide {
  -webkit-box-pack: center;
  justify-content: center;
  height: 750px;
}
.vk-hr .product-slider .left .product-container {
  margin-left: 8%;
}
.vk-hr .product-slider .right .product-container {
  margin-right: 8%;
}
.vk-hr .product-container .btn {
  border: .15rem solid #00205c;
  background: #00205c;
  color: #fff;
  padding: 0.4rem 1.5rem 0.5rem;
  border-radius: 0px;
  display: block;
  margin: 0 auto;
    margin-top: 0px;
  margin-top: 1.5rem !important;
  font-family: Raleway;
  font-size: 16px;
}
.vk-hr .product-slider.owl-carousel .owl-nav .owl-next, .vk-hr .product-slider.owl-carousel .owl-nav .owl-prev {
  width: 2.5rem;
  height: 2.5rem;
  min-height: auto;
}
.vk-hr .frame-type-iubase_productcarousel {
  background: #00205c;
}
.vk-hr .frame-type-iubase_productcarousel .product-carousel-grid .product-carousel .product-container {
  background: #011c4e;
  margin-bottom: 0;
  padding: 4rem 0;
  box-shadow: none;
  border-radius: 0;
}

body > footer .footer-top{
  background: #011c4e;
}  
body > footer .footer-bottom{
  background: #001846;
}
.scroll-top-button {
  background: #e20613;
}