/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-slab-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v23-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-500 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-slab-v23-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-slab-v23-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-slab-v23-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-slab-v23-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-slab-v23-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-slab-v23-latin-500.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}

html,
body,
input,
textarea {
    color: #000;
    font: 16px/27px 'Roboto', sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wrapper {
    width: 80%;
    margin: 0 auto;
}

html,
section,
body {
    overflow-y: inherit!important;
}

 * {
      box-sizing: border-box;
}

a {
    color: #3F3C39;
    text-decoration: none;
    transition: all 1s ease;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a:hover,
a:focus,
a,
footer,
section,
article,
div {
    outline: none!important
}

h1 {}

h2 {
    font-family: 'Roboto Slab';
    font-size: 22px;
    color: #fff;
    font-weight: 400;
}

h3,
h4,
h5,
h6 {}


/* ==========================================================================
   header
   ========================================================================== */

header {
    position: relative;
}

.slider-header img {
    width: 100%;
    height: 95vH;
    object-fit: cover;
}

.logo img {
    position: fixed;
    z-index: 1000;
    width: 300px;
    height: auto;
    top: 35px;
    left: 5%;
}

.daten {
    position: fixed;
    background-color: #014d35;
    color: #fff;
    font-size: 14px;
    top: 0;
    width: 100%;
    height: 30px;
    z-index: 1000;
}

.daten ul {
    position: absolute;
    right: 5%;
    top: 2px;
}

.daten ul li {
    display: inline-block;
    padding: 0 3px;
}

.daten a {
    font-size: 14px;
    color: #fff;
}

.content-slider {
    position: absolute;
    background-color: rgba(1,77,53,.9);
    color: #fff;
    padding: 30px 60px;
    top: 59vH;
    z-index: 1;
    width: 450px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    min-height: 200px;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.big {
    font-family: 'Roboto Slab';
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #fff;
}

.flex .big {
    margin-bottom: 0;
}

.small {
    font-family: 'Roboto Slab';
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
}

#header-img {
    background: url(../images/parallax.jpg)no-repeat center center / cover;
    width: 100%;
    height: 80vH;
    background-attachment: fixed;
}

.red-number {
    position: fixed;
    top: 130px;
    left: 5%;
    background-color: #da2e2c;
    color: #fff;
    z-index: 1000;
    padding: 4px 15px;
    font-family: 'Roboto Slab';
    font-weight: 500;
}

.red-number:hover {
    background-color: #014d35;
}

/* ==========================================================================
   navi
   ========================================================================== */
nav {
    background-color: #fff;
    position: fixed;
    display: flex;
    width: 100%;
    height: 100px;
    top: 30px;
    z-index: 100;
}

nav ul {
    padding-top: 10px;
    position: absolute;
    right: 5%;
    top: 45px;
}

nav ul li {
    display: inline-block;
    padding: 0 15px
}

nav ul li:last-of-type {
    padding-right: 0;
}

nav ul li a {
    font-weight: 400;
    color: #000;
}

nav ul li a:hover {
    color: #014d35;
}

.sidenav,
.open-menu {
    display: none;
}

aside {
    position: fixed;
    right: 0;
    top: 30vH;
    z-index: 10;
}

aside ul li {
    margin-bottom: 38px;
    position: relative;
}

aside ul li a {
    background-color: rgba(1,77,53,.9);
    padding: 13px 10px 15px 13px;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
}

aside ul li a:hover {
    background-color: rgba(0,49,34,.9);
}

aside ul li img {
    width: 27px;
}

aside ul li::before {
    content: url(../images/green-schraege.svg);
    position: absolute;
    width: 13px;
    height: 47px;
    left: -15px;
    top: -9px;
}

/* ==========================================================================
   section
   ========================================================================== */


.flex-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

#werte {
    padding: 150px 0;
    position: relative;
}

#werte h2 {
    color: #014d35;
    margin-bottom: 25px;
}

#werte .flex-item:nth-child(1),
#werte .flex-item:nth-child(2) {
    width: 50%;
}

#werte .flex-item:nth-child(1) p,
#leistungen .flex-item:nth-child(1) p:first-of-type,
#leistungen .flex-item:nth-child(2) p:first-of-type,
#tieraerztliche-betreuung p,
#kontakt p {
    margin-bottom: 15px;
}

#werte .flex-item:nth-child(3) {
    width: 90%;
    margin-left: 5%;
    padding: 40px; 
    background-color: #014d35;
    color: #fff;
    font-family: 'Roboto Slab';
    font-weight: 400;
    text-align: center;
}

.icon-right {
    position: absolute;
    width: 50px;
    right: 1%;
    bottom: 18px;
}

/******************************* 
section3
*******************************/

#leistungen {
    padding: 150px 0 100px 0;
    position: relative;
    background-color: #f8f8f8;
}

#leistungen .flex-item:nth-child(1),
#leistungen .flex-item:nth-child(2),
#tieraerztliche-betreuung .flex-item:nth-child(1),
#tieraerztliche-betreuung .flex-item:nth-child(2) {
    width: 50%;
    margin-bottom: 75px;
}

#werte .flex-container,
#leistungen .flex-container,
#tieraerztliche-betreuung .flex-container,
#kontakt .flex-container {
    align-items: flex-start;
}

#leistungen .flex-item:nth-child(2) img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

#leistungen .flex-item:nth-child(1),
#tieraerztliche-betreuung .flex-item:nth-child(1),
#kontakt .flex-item:nth-child(1),
#werte .flex-item:nth-child(1) {
    padding-right: 50px;
}

#leistungen .flex-item:nth-child(2),
#tieraerztliche-betreuung .flex-item:nth-child(2),
#kontakt .flex-item:nth-child(2),
#werte .flex-item:nth-child(2) {
    padding-left: 50px;
}

#leistungen h2,
#tieraerztliche-versorgung h2,
#tieraerztliche-betreuung h2,
#kontakt h2,
#leistungen a {
    color: #014d35;
}

#leistungen h3,
#tieraerztliche-betreuung h3 {
    color: #000;
    font-family: 'Roboto Slab';
    font-weight: 400;
    margin-bottom: 25px;
}

#leistungen a:hover {
    text-decoration: underline;
}

/******************************* 
section4
*******************************/

#team, #videos, #stellenangebot {
    background-color: #014d35;
    color: #fff;
    padding: 100px 0 80px 0;
    text-align: center;
    position: relative;
}


a.stellenangebot  {color: white;font-size: 1.3em;padding: 10px 0}

#team h2, #galerie h2, #kontakt h2, #videos h2 {
    margin-bottom: 25px;
}

#team .teams-slider img {
    width: 300px;
    margin: 0 auto;
}

#team .teams-slider p {
    background-color: rgba(255,255,255,.8);
    width: 270px;
    margin-left: calc(50% - 135px);
    position: relative;
    top: -77px;
    font-family: 'Roboto Slab';
    color: #000;
    font-size: 18px;
    padding: 10px;
}

#team .teams-slider .small-slider {
    font-size: 12px;
}

.content-team,
.galerie-content {
    width: 700px;
    margin-left: calc(50% - 350px);
    margin-bottom: 50px;
}

#team .slick-dots {
    position: relative;
    top: -30px;
    width: 260px;
    margin-left: calc(50% - 130px);
}

#team .slick-dots li {
    display: inline-block;
}

#team .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.icon-right-two {
    position: absolute;
    width: 70px;
    right: 1%;
    bottom: 18px;
}

.parallax {
    background: url(../images/parallax.jpg)no-repeat center center / cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
}



.parallax-2 {
    background: url(../images/parallax-2.jpg)no-repeat center center / cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
}


/******************************* 
section5
*******************************/


#tieraerztliche-betreuung {
    padding: 100px 0;
}

#tieraerztliche-betreuung .flex-item-box {
    width: 30%;
    height: 350px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#tieraerztliche-betreuung .flex-item-box:nth-child(1),
#tieraerztliche-betreuung .flex-item-box:nth-child(2),
#tieraerztliche-betreuung .flex-item-box:nth-child(3) {
    margin-bottom: 50px;
}

#tieraerztliche-betreuung .flex-item-box .pic {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;    
}

#tieraerztliche-betreuung .flex-item-box:hover .pic { 
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
}

#tieraerztliche-betreuung .flex-item-box:nth-child(6) .pic {
    object-position: top;
}

#tieraerztliche-betreuung .flex-item-box p,
#tieraerztliche-betreuung .flex-item-box:nth-child(6) p {
    font-size: 21px;
    color: #fff;
    z-index: 100;
    position: relative;
    font-weight: 500;
    text-align: center;
    font-family: 'Roboto Slab';
}


#tieraerztliche-betreuung .flex-item-box:nth-child(6) a {
    text-decoration: underline;
    color: #fff
}

#tieraerztliche-betreuung .flex-item-box:nth-child(6) a:hover {
    text-decoration: none;
}

.popup2_open, .popup4_open {
    width: 98%;
    margin-left: 2%;
    display: block;
    position: relative;
    background-color: #014d35;
    color: #fff;
    font-family: 'Roboto Slab';
    padding: 10px 40px;
    clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
    margin-bottom: 25px;
}

.popup2_open:hover, .popup3_open:hover, .popup4_open:hover {
    background-color: #023928;
}

.border {
    position: relative;
}

.border::before {
    content: url(../images/green-schraege.svg);
    position: absolute;
    width: 13px;
    height: 47px;
    left: 0;
    top: 0;
}

#tieraerztliche-betreuung .green,
#kontakt a {
    color: #014d35;
}

#popup11 ul,
#tieraerztliche-betreuung ul {
    margin-left: 20px;
}

#popup11 ul li,
#tieraerztliche-betreuung ul li {
    list-style: disc;
}

.parallax-3 {
    background: url(../images/parallax-3.jpg)no-repeat center center / cover;
    width: 100%;
    height: 500px;
    background-attachment: fixed;
}

.right {
    object-position: right;
}

.left {
    object-position: left;
}

/******************************* 
section9
*******************************/

#kontakt {
    padding: 100px 0;
}

#kontakt iframe {
    width: 100%;
    height: 650px;
    border: none;
}

#kontakt .flex-item:nth-child(1),
#kontakt .flex-item:nth-child(2) {
    width: 50%;
}

#kontakt img {
    width: 30px;
}

#kontakt a {
    font-weight: 600;
}

#kontakt a:hover {
    text-decoration: underline;
}


/* ==========================================================================
   Slider
   ========================================================================== */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev, .slick-next, .slick-arrow {
    display: none!important;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 125px;
}

.slick-dots {
    position: absolute;
    top: 63vH;
    display: block;
    width: 45px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 1000;
    padding-left: 15px;
}

.slick-dots li {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}


/* ==========================================================================
   PopUp
   ========================================================================== */

#popup1, #popup2, #popup3, #popup4, #popup5, #popup6, #popup7, #popup8, #popup9, #popup10, #popup11, #popup12, #popup20 {
    transform: scale(0.8)
}

.popup_visible #popup1, .popup_visible #popup2, .popup_visible #popup3, .popup_visible #popup4,
.popup_visible #popup5, .popup_visible #popup6, .popup_visible #popup7, .popup_visible #popup8,
.popup_visible #popup9, .popup_visible #popup10, .popup_visible #popup11, .popup_visible #popup12, 
.popup_visible #popup20 {
    transform: scale(1)
}

.popup-style {
    margin: 2rem 0;
    width: 90%;
    min-height: 20px;
    padding: 2rem 1rem;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

@media (min-width: 576px) {
    .popup-style {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .popup-style {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .popup-style {
        width: 50%;
    }
}

.popup-style a {
    color: #014d35
}

.popup-style h4 {
    color: #014d35;
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 18px;
}

.popup-style p {
    color: #000;
    text-align: left
}

.popup-style h4 + p {
    padding-top: 1rem
}

.popup-style p {
    margin-bottom: 15px;
}

.popup-style p:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .popup-style {
        padding: 4rem 2rem
    }
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none
}

.close-popup {
    transition: all 1s ease;
    cursor: pointer;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem
}

.close-popup i {
    transition: all 1s ease;
    font-size: 2rem;
    color: #014d35
}

.close-popup:hover i {
    color: #000
}


/******************************* 
textmarkierungen
*******************************/

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

/* ==========================================================================
   Google Maps und Cookie Hinweis
   ========================================================================== */

.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:'Roboto';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:'Roboto';display:block;margin:auto;width:calc(100% - 20px);max-width:300px;background-color:#dbdbdb;border-radius:5px;padding:5px 10px;text-decoration:none;color:#fff}.dsa-secure-plugin a:hover{background-color:#014d35}.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;}.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:#014d35;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:#014d35 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:#014d35}.dsa-secure-plugin input:focus+.dsa-slider{box-shadow:0 0 1px #014d35}.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%}.dsa-cookie-notice-close:hover{background-color:#000}.dsa-cookie-notice-close{position:absolute;display:block;height:20px;bottom:20px;width:20px;line-height:20px;right:5px;top:5px;text-decoration:none;color:#fff!important;background-color:#515151}.dsa-cookie-notice{font-family:'Roboto';font-size:12px;display:block;position:fixed;left:0;right:0;bottom:40px;z-index:99999!important;background-color:rgba(1,77,53,.9);margin:auto;width:100%;text-align:center;color:#fff;}.cookie-inner a{color:#fff;text-decoration: underline;}.dsa-cookie-notice.hide{display:none}.cookie-inner{padding:25px}@media (max-width:900px){.dsa-secure-plugin .check-slide,.dsa-secure-plugin .check-slide{visibility:visible;opacity:1;visibility:visible;opacity:1}}




/* ==========================================================================
   media Queries
   ========================================================================== */

@media screen and (max-width: 1366px) {
    .parallax, .parallax-2, .parallax-3 {
        background-attachment: scroll;
        height: 400px;
    }
    .popup2_open, .popup4_open {
        clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%)
    }
    #tieraerztliche-betreuung .flex-item-box {
        width: 46%;
    }
    #tieraerztliche-betreuung .flex-item-box:nth-child(5),
    #tieraerztliche-betreuung .flex-item-box:nth-child(6) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1200px) {
    nav ul {
        display: none;
    }
    .open-menu {
        display: block;
        position: fixed;
        top: 54px;
        right: 5%;
        width: 56px;
        height: 50px;
        cursor: pointer;
        z-index: 10000;
        transition: all 1s;
    }
    .open-menu:hover {
        background: #f8f8f8
    }
    .open-menu img {
        width: 41px;
        height: 31px;
        position: absolute;
        top: 9px;
        left: 7px;
        margin: 0;
    }
    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 20000;
        top: 0;
        right: 0;
        background: rgba(1,77,53,.9);
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }
    .sidenav a {
        padding: 17px 0 8px 0;
        text-decoration: none;
        font-size: 17px;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-family: 'Roboto';
        text-align: center;
    }
    .sidenav a:nth-child(2) {
        margin-top: 70px;
    }
    .sidenav a:hover,
    .offcanvas a:focus {
        font-weight: bold
    }
    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
}

@media screen and (max-width: 1064px) {
    .slogan {
        width: 550px;
        top: 500px;
    }
    .slick-dots {
        padding-left: 0;
        top: 63vh;
    }
    .icon-right, .icon-right-two {
        right: 5%;
    }
    #leistungen .flex-item:nth-child(2) {
        width: 100%;
        margin-bottom: 50px;
        padding: 0;
    }
    #leistungen .flex-item:nth-child(1) {
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    #tieraerztliche-versorgung .flex-container,
    #kontakt .flex-container {
        flex-direction: column-reverse;
    }
    .content-team {
        width: 90%;
        margin-left: 5%;
    }
    #tieraerztliche-versorgung .flex-item:nth-child(1) {
        width: 90%;
        height: 400px;
    }
    #tieraerztliche-betreuung .flex-item:nth-child(1),
    #tieraerztliche-betreuung .flex-item:nth-child(2),
    #kontakt .flex-item:nth-child(1),
    #kontakt .flex-item:nth-child(2),
    #werte .flex-item:nth-child(1),
    #werte .flex-item:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    #tieraerztliche-betreuung .flex-item:nth-child(1) {
        margin-bottom: 15px;
    }
    .popup2_open, .popup4_open {
      clip-path: polygon(1% 0, 100% 0, 99% 100%, 0% 100%);
        padding: 10px 10px 10px 40px;
    }
    #kontakt .flex-item:nth-child(2) {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 640px) {
    .slogan {
        width: 320px;
        padding: 40px 46px 40px 35px;
        top: 300px;
    }
    .big {
        font-size: 22px;
    }
    .small {
        font-size: 16px;
    }
    .slick-dots {
        top: 62vH;
    }
    #werte .flex-item:nth-child(2) {
        width: 100%;
        margin-left: 0;
        padding: 50px 0;
    }
    #werte .flex-item:nth-child(3) {
        padding: 40px 5%;
    }
    #tieraerztliche-versorgung .flex-item:nth-child(1) {
        height: 300px;
    } 
    .popup2_open, .popup4_open {
        clip-path: polygon(2% 0, 100% 0, 98% 100%, 0% 100%);
        width: 96%;
        margin-left: 4%;
    }
    #tieraerztliche-betreuung .flex-item-box {
        width: 100%;
        height: 300px;
    }
    #tieraerztliche-betreuung .flex-item-box:nth-child(1), #tieraerztliche-betreuung .flex-item-box:nth-child(2), #tieraerztliche-betreuung .flex-item-box:nth-child(3), #tieraerztliche-betreuung .flex-item-box:nth-child(4),
    #tieraerztliche-betreuung .flex-item-box:nth-child(5) {
        margin-bottom: 25px;
    }
    #kontakt iframe {
        height: 550px;
    }
    .content-slider {
        padding: 30px 40px;
        min-height: 150px;
        width: 310px;
    }
    #werte, #leistungen {
        padding: 100px 0;
    }
}

@media screen and (max-width: 400px) {
    .popup2_open, .popup4_open {
        padding: 10px 10px 10px 20px;
        font-size: 14px;
    }
    .logo img {
        width: 234px;
        top: 44px;
    }
    .red-number {
        font-size: 13px;
    }
}


@media screen and (max-width: 350px) {
    .popup2_open, .popup4_open {
        padding: 10px 6px 10px 14px;
        clip-path: polygon(3% 0, 100% 0, 97% 100%, 0% 100%);
    }
}
