@import url("reset.css");

img,
figure {
    pointer-events: none;
}

/* Elemente mit der Klasse .notsafe erhalten ihre Pointer-Events zurück*/
.notsafe {
    pointer-events: auto !important;
}

/* roboto-slab-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v35-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v35-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* roboto-slab-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/roboto-slab-v35-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/roboto-slab-v35-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* raleway-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/raleway-v36-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v36-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/raleway-v36-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v36-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/raleway-v36-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* raleway-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/raleway-v36-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/raleway-v36-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



.clear {
    clear: both;
}

body {
    font: 300 16px/23px 'Raleway'; color: #3c3c3b;}

* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
a {transition: ease .8s;-o-transition: ease .8s;-moz-transition: ease .8s;-ms-transition: ease .8s;-webkit-transition: ease .8s;}
header {background: url(../images/katzenbesitzer-gluecklich.jpg) no-repeat center  / cover; background-attachment: fixed; height: 1050px; position: relative;}
.head-flex {display: flex; flex-wrap: nowrap; justify-content: space-between; width: 100%; background: #fff; align-items: center; padding: 15px 10%; position: fixed; z-index: 101; box-shadow: 0 0 10px rgba(0,0,0,.2) }
.logo {display: block; font-family: 'Roboto Slab';font-weight: 600; font-size: 22px; text-decoration: none; color: #3c3c3b; text-transform: uppercase;}
.logo span {font-family: 'Raleway';font-size: 13px; text-transform: none;}
nav ul{display: flex; flex-wrap: nowrap; justify-content: flex-end; align-items: center;}
nav ul li {margin: 0 25px; position: relative}
nav ul li:after {content: '•'; color: #3c3c3b; font-size: 20px; position: absolute; right: -30px; top: 1px; }
nav ul li:nth-of-type(4):after,
nav ul li:nth-of-type(5):after {content: none;}
nav ul li:nth-of-type(5) {background: #ddedd2; margin: 0; padding: 5px 20px; border-radius: 15px; display: block}
nav ul li:nth-of-type(5):hover  {background: #c4a0cc; color: #fff;}
nav ul li:nth-of-type(5):hover a  { color: #fff;}
nav ul li a {text-decoration: none; color: #3c3c3b}
nav ul li a:hover, .active { color: #f5a43a}

.contact {position: fixed; right: 25px; bottom: 5%; z-index: 101}
.contact a {width: 50px; height: 50px; border-radius: 25px; background: #ddedd2; display: block; margin: 10px 0 }
.contact a:hover {background: #c4a0cc}
.phone img {width: 25px; height: auto; margin: auto; display: block; padding: 10px 0 0; filter: drop-shadow(3px 2px 2px rgb(0 0 0 / 0.4)); }
.mail img {width: 28px; height: auto; margin: auto; display: block; padding: 14px 0 0; filter: drop-shadow(3px 2px 2px rgb(0 0 0 / 0.4)); }
.clock img {width: 28px; height: auto; margin: auto; display: block; padding: 11px 0 0 ; filter: drop-shadow(3px 2px 2px rgb(0 0 0 / 0.4));}


.slogan {position: absolute; left: 10%; bottom: 30%;font-family: 'Roboto Slab';font-weight: 600; color: #fff;}
.lila {font-size: 25px; background: #c4a0cc; color: #fff; padding: 10px 25px 12px; border-radius: 20px; display: inline-block; margin-bottom: 30px}
.big {font-size: 50px;line-height: 55px; color: #fff;position: relative}
.big span{position: relative}
.big span:before {content: ''; background: url(../images/circle.svg) no-repeat center / cover; width: 190px; height: 80px; position: absolute; left: -5px; top:-5px}

.flex {display: flex; flex-wrap: nowrap; justify-content: space-between}
.info {position: absolute; bottom: -70px; width: 100%; padding: 0 10%; font-family: 'Roboto Slab';}
.box { padding: 50px 5%; width: 30%; border-radius: 30px; text-align: center;  font-size: 20px;  transition: ease .8s;-o-transition: ease .8s;-moz-transition: ease .8s;-ms-transition: ease .8s;-webkit-transition: ease .8s; }
.box:nth-of-type(1) {background: #edf9ff url(../images/pflaster.svg) no-repeat right -20px bottom -30px / 150px; }
.box:nth-of-type(1):hover {background: #e4f6ff url(../images/pflaster.svg) no-repeat left -20px bottom -30px / 150px; box-shadow: 0 0 10px rgba(0,0,0,.2)}
.box:nth-of-type(2) {background: #edf9ff url(../images/erste-hilfe-kasten.svg) no-repeat right -20px bottom -30px / 200px; }
.box:nth-of-type(2):hover {background: #e4f6ff url(../images/erste-hilfe-kasten.svg) no-repeat left -20px bottom -30px / 200px;box-shadow: 0 0 10px rgba(0,0,0,.2) }
.box:nth-of-type(3) {background: #edf9ff url(../images/checkkarte.svg) no-repeat right -20px bottom -10px / 220px; }
.box:nth-of-type(3):hover {background: #e4f6ff url(../images/checkkarte.svg) no-repeat left -10px bottom -10px / 220px;box-shadow: 0 0 10px rgba(0,0,0,.2) }

#start .wrapper {padding: 200px 10% }
.wrapper {padding: 100px 10%;}
.center {align-items: center;}
.col-2 {width: 48%; }

.relative {position: relative;}
.dog {background: url(../images/paw.svg) no-repeat center / auto; padding: 65px 0 25px}
.dog img:nth-of-type(1) {position: absolute; width: 30px; left: 12%; bottom: 30%; animation-name: pulse;
  animation-duration: 2s; animation-iteration-count: infinite;}
.dog img:nth-of-type(2) {position: absolute; width: 80px; left: 11%; top: 35%; animation-name: swing;
  animation-duration: 1.5s; animation-iteration-count: infinite;}
.dog img:nth-of-type(3) {position: absolute; width: 45px; left: 21%; top: 8%;  animation-name: rotate;
  animation-duration: 10s; animation-iteration-count: infinite;}
.dog img:nth-of-type(4) {position: absolute; width: 60px; left: 50%; top: 2%; animation-name: pulse-2;
  animation-duration: 2s; animation-iteration-count: infinite;}
.dog img:nth-of-type(5) {position: absolute; width: 70px; right: 20%; top: 25%; animation-name: rotate;
  animation-duration: 10s; animation-iteration-count: infinite;}
.dog img:nth-of-type(6) {position: absolute; width: 40px; right: 12%; bottom: 40%; animation-name: pulse-2;
  animation-duration: 2s; animation-iteration-count: infinite;}
.dog img:nth-of-type(7) {width: 60%; margin: auto; display: block;}


#blue-wave {background: #edf9ff; position: relative; text-align: center}
#blue-wave:before {content: ''; position: absolute; background: url(../images/welle-top.svg) no-repeat top center / cover; height: 50px; width: 100%; top: -50px; left: 0;}
#blue-wave:after {content: ''; position: absolute; background: url(../images/welle-bottom.svg) no-repeat bottom center / cover; height: 50px; width: 100%; bottom: -50px; left: 0; z-index: 99}

.leistung {width: 30%;}
.teaserbild { display: block } 
.teaserbild img{width:100%;height: 300px; object-fit: cover; display: block;border-radius: 25px ;transition: ease .8s;-o-transition: ease .8s;-moz-transition: ease .8s;-ms-transition: ease .8s;-webkit-transition: ease .6s;  } 
.teaserbild:hover img{opacity: .8;  } 
.teaserlink {background: #ddedd2; color: #3c3c3b;font-family: 'Roboto Slab'; font-size: 18px; text-decoration: none; border-radius: 15px; padding: 8px 15px; position: absolute; width: 70%; left: 15%; bottom: -20px}


@keyframes pulse {
  0% {
     width: 30px;
  }

  50% {
     width: 25px ; 
  }

  100% {  
    width: 30px
  }
}
@keyframes pulse-2 {
  0% {
     width: 60px;
  }

  50% {
     width: 55px ; 
  }

  100% {  
    width: 60px
  }
}
@keyframes pulse-3 {
  0% {
     width: 40px;
  }

  50% {
     width: 35px ; 
  }

  100% {  
    width: 40px
  }
}
@keyframes swing {
  0% {
     transform: rotate(0)
  }

  50% {
     transform: rotate(-5deg)
  }

  100% {  
    transform: rotate(0)
  }
}
@keyframes rotate {
  from {
     transform: rotate(0)
  }
to {  
    transform: rotate(360deg)
  }
}

h1, h2 {font-family: 'Roboto Slab'; font-size: 30px; line-height: 35px; margin-bottom: 20px}
.headline-bg {font-size: 18px; background: #c4a0cc; color: #fff; padding: 5px 18px 7px; border-radius: 20px; display: inline-block; margin-bottom: 13px}
.headline2, .headline3 {position: relative;}
.headline2:before {content: ''; background: url(../images/circle.svg) no-repeat center / cover; width: 127px; height: 55px; position: absolute; left: -4px; top:-5px}
.headline3:before {content: ''; background: url(../images/circle.svg) no-repeat center / cover; width: 115px; height: 50px; position: absolute; left: -9px; top:-2px}
h3 {font-size: 23px; font-family: 'Roboto Slab'; margin-bottom: 10px }
h4 {font-size: 18px; text-transform: uppercase;font-family: 'Roboto Slab'; margin-bottom: 10px }

.eyecatcher {background: url(../images/frau-mit-hund.jpg) no-repeat center / cover; height: 650px; background-attachment: fixed; position: relative; color: #fff;font-family: 'Roboto Slab'; font-size: 25px; font-weight: 600; line-height: 30px}
.notfall {position: absolute; background:#c4a0cc url(../images/bg-circle.svg) no-repeat right -150px bottom -250px / 650px; border-radius: 23px; padding: 50px; width: 80%; left: 10%; bottom: -30px; z-index: 100}
.notfallnr {color: #fff; text-decoration: none; margin: 10px 0 10px 75px; position: relative; display: inline-block}
.notfallnr:before {position: absolute; content: ''; background: url(../images/notfall.svg) no-repeat center /cover; width: 70px; height: 70px; left:-75px; top: -13px}
.notfallnr:hover {color: #ddedd2}
.center {align-items: center;}

#galerie .col:first-of-type { background: #edf9ff; padding: 100px 5% 100px 10%; width: 50%;}
#galerie .col:last-of-type { background: #fff; padding: 100px 10% 100px 5%; width: 50%; text-align: center; position: relative;}
#galerie .col:last-of-type img:nth-of-type(2) {width: 40px; position: absolute; left:8%; top: 10%;}
#galerie .col:last-of-type img:nth-of-type(3) {width: 70px;position: absolute; right:15%; bottom: 2%; transform: rotate(55deg)}
#galerie .col:last-of-type img:nth-of-type(4) {width: 50px; position: absolute;right:8%; bottom: 15%;}


.gallery{width: 100%; height: 500px; object-fit: cover; border-radius: 25px; opacity: .5; }
#galerie .col:first-of-type a { text-decoration: none; color: #fff; position: absolute; left: calc(50% - 20px);top: calc(50% - 41px);  font-family: 'Roboto Slab'; font-size: 25px; font-weight: 600; text-transform: uppercase;text-shadow: 0 0 15px rgba(0,0,0,.5) }
#galerie .col:first-of-type a:hover{color: #ddedd2}
.blue {color: #a2d9f2; font-family: 'Roboto Slab'; font-size: 20px;}
.color {color:#c4a0cc }
.line {width: 30%; height: 1px; background: #ddedd2; display: block; margin: 25px auto;}
.italic {font-style: italic; }
.zitat {width: 35px; margin: 5px 0 15px }


footer {background: #ddedd2; position: relative;}
footer:before {position: absolute; content: ''; background: url(../images/welle-green.svg) no-repeat top center / cover; height: 50px; width: 100%; top: -50px; left: 0;}
.col-3 {width: 30%;}
footer .col-3:first-of-type a {text-decoration: underline; text-decoration-color: #c4a0cc; color:#3c3c3b }
footer .col-3:first-of-type a:hover {color: #c4a0cc}
.btn {background: #edf9ff; padding: 8px 25px;  border-radius: 15px;  text-decoration: none; color:#3c3c3b; text-align: center; display: inline-block; margin: 5px 0;font-family: 'Roboto Slab';}
footer .bnt {width:100%;}
.btn:hover {background: #c4a0cc; color: #fff;}
strong {font-weight: 600;}

.bg {background: #ddedd2 url(../images/bg-circle.svg) no-repeat right -150px bottom -250px / 650px; ; padding: 35px; border-radius: 20px}

.team .flex {flex-wrap: wrap;}
.ma {width: 30%;font-family: 'Roboto Slab'; font-size: 18px; margin: 20px 0  }
.ma img {border-radius: 20px; height: 350px; width: 100%; object-fit: cover; object-position: top}
.ma p{padding: 15px 0}
.ma span {font-family: 'Raleway'; font-size: 15px; font-style: italic; color: #c4a0cc}

.middle {text-align: center;}

.tier {width: 100%;text-align: left; margin: 35px 0}
.tier img {width: 100%; height: 350px; object-fit: cover; display: block; border-radius: 15px }
.list {margin-left: 25px;}
.list li {position: relative; margin: 5px 0}
.list li:before {position: absolute; content: ''; background: url(../images/check.svg) no-repeat center / cover; width: 15px; height: 20px; left: -25px; top: 2px}
hr {color: #ffbf6b; border: 1px solid #c8e9f9; box-shadow: none;}

.contactform {width: 100%; height: 650px}
/*---navi-----*/


.burger-nav {
    position: fixed;
    right: 4%;
    top: 10px;
    color: #c4a0cc;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 30px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    padding: 16px 21px 21px 19px;
    display: none;
}

.burger-nav b {
    transition: all .4s ease-in-out;
    float: left;
    margin-left: 0;
    font-family: 'Merriweather Sans';
    font-style: normal;
}

.burger-nav-anim {
    top: 30px;
  right: 30px;
    color: #fff;
}

.burger-nav-anim b:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-nav-anim b:nth-of-type(2) {
    opacity: 0;
}

.burger-nav-anim b:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -64%;
    position: relative;
    left: 3px;
}

.full-screen-nav {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background: #c4a0cc url(../images/bg-circle.svg) no-repeat right -100px bottom -50px  / 650px;    
    display: table;
    visibility: hidden;
    transition: all .4s ease-in-out;
    opacity: 0;
    left: 0;
    top: 0;
}

.full-screen-nav ul {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


.full-screen-nav ul .nav-li,
.full-screen-nav ul li a {
    padding: 10px 20px;
    display: block;
    font-size: 20px;
    color: #fff;
    transition: all .4s ease-in-out;
    text-decoration: none;
    font-weight: 500;
}

.full-screen-nav ul .nav-li {
    text-decoration: underline;
    font-style: italic;
}


.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.fadeUp {
    opacity: 1 !important;
    margin-top: 0 !important;
}


/*COOKIE*/
.clear {
    clear: both;
}

.cookie-page1 {
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2 {
    visibility: hidden;
    float: none;
    width: 100%;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2.show-page {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;
}

.cookie-page2 strong {
    font-size: 18px;
    margin-bottom: 10px;
}

.cookie-page2 a {
    color: black;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 10px 10px 30px;
    border-radius: 5px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAmUlEQVRIie2VQQ6DIBQFJ72DpEfS3sQe1y66V+5RN5CaqJ8nUDd2EsKG9wYNAfhzkAfggY8xIsqaFVMiWCxILtigAYZfCRzwCpk4VxMsd/4G7jUFW+VSXhHslVcRWOUSlqC43BKo5Vm/6MjOswRPvufcWeFcAUAvlBcJVFb5W0GZxOkCH+bUlW1d06Ml7NDehL0xAm3Gh16ZGZhnhhStKN5+AAAAAElFTkSuQmCC');
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: 10px 16px;
    background-color: #d8d8d8;
}

.cookie-page2 a.back-to-cookie {
    display: block;
    width: 80%;
    max-width: 100px;
    margin: 30px 0;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAY0lEQVRIie2UMQqAMBAEJ2Lhs3yR+hTt/I4f89JEBBHiQa4QdiCkCMzkigSEeCGVFSbfgD0icskNOIExUj5J3kzeVc7tEWxOAlbuKWZFahH3Q+sdAQOWsg/A4bvfd0I/O/FDMq2DH/bYYYYxAAAAAElFTkSuQmCC');
    background-position: 10px 16px;
    background-color: #d8d8d8
}

.cookie-overlay-dsa.show-cookie {
    display: block;
}

.cookie-overlay-dsa {
    display: none;
    background-color: rgba(0, 0, 0, 0.60);
    position: fixed;
    z-index: 99999999;
    top: 0;
    height: 100vh;
    width: 100vw;
    line-height: 20px;
}

.dsa-cookie-notice-form {
    min-height: 300px;
    width: 500px;
    z-index: 9999999999;
    position: absolute;
    top: 40%;
    left: calc(48% - 250px);
    background-color: white;
    padding: 2%;
    border-radius: 20px;
}

.dsa-cookie-notice-form fieldset p {
    margin-bottom: 15px;
    text-align: center;
}

.dsa-cookie-notice-form .cookie-item {
    width: 33.33%;
    float: left;
    text-align: center
}

.cookie-overlay-headline {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #c4a0cc;
}

.dsa-cookie-notice-form fieldset label {
    cursor: pointer;
    text-align: center;
    color: #555555;
}

#dsa-check-all.dsa-cookie-button {
    background-color: #4b4b4b;
    margin-top: 15px;
    color: #fff;
}

.dsa-cookie-button {
    display: block;
    margin: 0 50px;
    background-color: #c4a0cc;
    margin-bottom: 5px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.dsa-cookie-notice-form input[type="checkbox"] {
    display: none;
}

.dsa-cookie-notice-form input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    border: 2px solid #4b4b4b;
    background-color: #fff;
    display: block;
    content: "";
    margin: 10px auto;
    border-radius: 15px;
}

.dsa-cookie-notice-form input[type="checkbox"]:checked + label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #4b4b4b;
    border-radius: 15px;
}

.dsa-cookie-notice-form input[type="checkbox"]:disabled + label::before {
    box-shadow: inset 0px 0px 0px 3px #fff;
    background-color: #4b4b4b;
    border-radius: 15px;
}

.cookie-notice-verwendung,
.cookie-notice-link {
    display: inline-block;
    text-align: center;
    margin: 10px auto 0 auto;
    text-decoration: none;
    color: grey;
}

.cookie-end-links {
    width: 80%;
    margin: auto;
    text-align: center
}

@media screen and (max-width: 550px) {
    .dsa-cookie-notice-form {
        width: 86%;
        left: 7%;
        padding: 5%;
    }

    .cookie-notice-link {
        margin-top: 25px;
    }
}

@media screen and (max-height: 570px) {
    .dsa-cookie-notice-form {
        top: 20%;
    }
}
.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222!important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: arial;
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: arial;
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff!important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}


@media (max-width:900px) {
    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}

/* Galerie-Overlay */
.gallery-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: none;
}

/* Galerie-Viewer */
.gallery-viewer {
	display: none;
  justify-content: center;
  align-items: center;
	position: fixed;
	z-index: 9999999;
	inset: 0;
	width: 100%;
	height: 100%;
}

.gallery-viewer .gallery-track img {  
  display: block;
  border-radius: var(--border-radius);
  width: 100%;
  max-height: 90%;
}

.gallery-viewer .gallery-track {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; /* Buttons werden relativ zu diesem Container positioniert */ 
  max-width: 1200px;
  width: 100%;
  margin: 0 5%;
}

.gallery-viewer .controls:hover, .gallery-close.btn:hover {
  cursor: pointer;
}

.gallery-viewer .controls {
  pointer-events: all;
  background-color:#a2d9f2;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  z-index: 10; /* Buttons sichtbar machen */
  margin-top: 0;
}

.gallery-viewer .gallery-prev {
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-viewer .gallery-next {
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.gallery-viewer .controls.gallery-prev:disabled,
.gallery-viewer .controls.gallery-next:disabled {
	background-color: rgba(0, 0, 0, 0.2);
	cursor: not-allowed;
}

.gallery-viewer .gallery-close {
  position: absolute;
  font-weight: 700;
  top: 10px;
  right: 10px;
  z-index: 15;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 0;
}
.gallery-slider img {
  width: 100%;
}
@media screen and (max-width: 768px){
  .gallery-viewer .gallery-close, .gallery-viewer .controls {    
    height: 30px;
    width: 30px;
    font-size: 14px;
  }
}
/*Galerie*/

/*simple slider*/
.slider-container {
    overflow: hidden;
    width: 100%;
    position: relative;
  }

  .slider-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }

  .slider-item {
    flex: 0 0 auto;
      padding: 5px ;
  }


  .slider-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .slider-controls button {
    margin-top: 0;
    pointer-events: all;
    background-color: var(--text);
    border: none;
    color: white;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }

  .slider-controls button:disabled {
    background-color: rgba(0, 0, 0, 0.2);
    cursor: not-allowed;
  }

  @media screen and (max-width: 768px){
    .slider-controls button {    
      height: 30px;
      width: 30px;
      font-size: 14px;
    }    
  }
/*simple slider*/
.data {position: fixed; left: 0; bottom: 0; font-size: 13px; padding: 5px 8px; background: #edf9ff; color: #c4a0cc;  font-family: 'Roboto Slab'; border-radius: 0 15px 0 0; z-index: 101}
.data a{text-decoration: none; color: #3c3c3b;}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1366px) {
    header {background-attachment: inherit;}
    .eyecatcher {background-attachment: inherit; background-position: center bottom;}
}

@media screen and (max-width: 1024px) {
    /*CSS*/
    .head-flex {padding: 15px 5%;}
    .slogan {left: 5%;}
    header {height: 800px;}
    .info {padding: 0 5%}
    #start .wrapper {padding: 150px 5%}
    .wrapper {padding: 100px 5%;}
    .notfall {left: 5%; width: 90%;}
    #galerie .col:first-of-type, #galerie .col:last-of-type {padding: 100px 5%}
    .dog img:nth-of-type(1) { width: 30px; left: 12%; bottom: 30%; }
.dog img:nth-of-type(2) { width: 70px; left: 2%; top: 35%; }
.dog img:nth-of-type(3) { width: 45px; left: 21%; top: 2%; }
.dog img:nth-of-type(4) { width: 60px; left: 50%; top: 0;}
.dog img:nth-of-type(5) { width: 55px; right: 15%; top: 25%; }
.dog img:nth-of-type(6) { right: 10%; bottom: 2%; }
    #galerie .col:first-of-type a {left: calc(50% - 53px)}
    .tier .flex {flex-wrap: wrap;}
    .tier .col-3:nth-of-type(1) {order: 2;width: 48%; }
    .tier .col-3:nth-of-type(2) {order: 1; width: 100%;margin-bottom: 25px}
    .tier .col-3:nth-of-type(3) {order: 3;width: 48%}
}
@media screen and (max-width: 910px) {
    /*CSS*/
    nav {display: none;}
    .burger-nav {display: block;}
}


@media screen and (max-width: 768px) {
    /*CSS*/
    .flex {flex-wrap: wrap}
    #start .flex {flex-direction: column-reverse;}
    #start .col-2:last-of-type {margin-bottom: 50px;text-align: center;}
    .col-2 {width: 100%;}
    dog img:nth-of-type(1) { width: 30px; left: 12%; bottom: 30%; }
.dog img:nth-of-type(2) { width: 80px; left: 11%; top: 35%;}
.dog img:nth-of-type(3) { width: 45px; left: 21%; top: 8%;  }
.dog img:nth-of-type(4) { width: 60px; left: 50%; top: 2%; }
.dog img:nth-of-type(5) { width: 70px; right: 20%; top: 25%; }
.dog img:nth-of-type(6) { width: 40px; right: 12%; bottom: 40%; }
    
    #galerie .col:first-of-type, #galerie .col:last-of-type {width: 100%;}
    #galerie .col:last-of-type {margin-bottom: 100px}
    #galerie .col:last-of-type img:nth-of-type(4) { width: 50px; right: 8%; bottom: 10%;}
    #galerie .col:last-of-type img:nth-of-type(3) {  width: 70px;    right: 17%;  bottom: 0;  }
    
    .notfall {text-align: center;}    
    footer .col-3 {width: 48%; margin: 10px 0}
    footer .col-3:last-of-type {width: 100%; }
    footer .wrapper {padding: 80px 5%}
    .dsa-secure-plugin, .dsa-secure-plugin iframe {height: 200px!important}
    .info {padding: 0}
    .box {width: 32%}
    footer .btn {width: 100%}
    .bg {margin-top: 15px; padding: 20px}
    .ma {width: 48%;}
    .ma img {height: 300px}
}

@media screen and (max-width: 680px) {
    /*CSS*/
    .leistung {width: 48%; margin: 20px 0}
    .leistung:last-of-type {width: 100%;}
    
    
}
@media screen and (max-width: 600px) {
    /*CSS*/
    .lila {  font-size: 20px; margin-bottom: 15px}
    .big {font-size: 35px; text-shadow: 0 0 10px rgba(0,0,0,.5)}
    .big span::before{width: 135px; height: 55px;}
    .eyecatcher {height: 450px}
    .notfall {padding: 25px; bottom: -40px}
    .gallery {width: 80%; height: 350px; margin: auto; display: block}
    .dog {margin-bottom: 15px}
    header {background-position: right -250px center}
    .contact {bottom: 2%;}
    .contact a {width: 40px; height: 40px;}
    .phone img {width: 20px; padding: 8px 0 0}
    .mail img {width: 22px; padding: 12px 0 0}
    .clock img {width: 20px; padding: 9px 0 0}
    .ma img {height: 250px}
    .tier .col-3:nth-of-type(1) {order: 1;width: 100%; margin-bottom: 25px}
    .tier .col-3:nth-of-type(2) {order: 2; width: 100%;}
    .tier .col-3:nth-of-type(3) {order: 3;width: 100%}
}
@media screen and (max-width: 490px) {
    /*CSS*/
    
    footer .col-3, .leistung {width: 100%}
    .teaserbild img {height: 250px}
    .dog img:nth-of-type(1) { width: 30px; left: 12%; bottom: 30%; }
.dog img:nth-of-type(2) { width: 70px; left: 2%; top: 35%; }
.dog img:nth-of-type(3) { width: 45px; left: 21%; top: 2%; }
.dog img:nth-of-type(4) { width: 60px; left: 50%; top: 0;}
.dog img:nth-of-type(5) { width: 55px; right: 15%; top: 25%; }
.dog img:nth-of-type(6) { right: 10%; bottom: 2%; }
    #start .wrapper {padding: 350px 5% 150px;}
    .info {left: 5%; bottom: -250px; width: 90%}
    .box {width: 100%; padding: 25px 5%; margin: 5px 0 }
    .ma {width: 100%;}
    .ma img {height: 300px}
}
