html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* caveat-brush-regular - latin */

@font-face {
    font-family: 'Caveat Brush';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/caveat-brush-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Caveat Brush'), local('CaveatBrush-Regular'), url('../fonts/caveat-brush-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/caveat-brush-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/caveat-brush-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/caveat-brush-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/caveat-brush-v5-latin-regular.svg#CaveatBrush') format('svg');
    /* Legacy iOS */
}

/* alegreya-sans-regular - latin */

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/alegreya-sans-v10-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url('../fonts/alegreya-sans-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/alegreya-sans-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/alegreya-sans-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/alegreya-sans-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/alegreya-sans-v10-latin-regular.svg#AlegreyaSans') format('svg');
    /* Legacy iOS */
}

/* alegreya-sans-700 - latin */

@font-face {
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-display: swap;
    font-weight: 700;
    src: url('../fonts/alegreya-sans-v10-latin-700.eot');
    /* IE9 Compat Modes */
    src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url('../fonts/alegreya-sans-v10-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/alegreya-sans-v10-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/alegreya-sans-v10-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/alegreya-sans-v10-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/alegreya-sans-v10-latin-700.svg#AlegreyaSans') format('svg');
    /* Legacy iOS */
}
html {
    scroll-behavior: smooth;
}
.clear {
    clear: both;
}
.dropdown {
    display: none;
}
body {
    font: 300 17px/24px arial, helvetica;
    font-family: 'Alegreya Sans';
    color: #575757/* Schriftschitt/Größe/Zeilenabstand/Art*/
}
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
header {
    background: url(../images/ambulante-pflege.webp);
    padding-top: 150px;
    padding-bottom: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
nav {
    background: #b2a06b;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    padding-left: 10%;
    z-index: 999;
}
nav ul li {
    float: left;
    padding-right: 30px;
    padding-top: 15px;
}
nav ul li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}
h1 {
    background: rgba(178, 160, 107, 0.9);
    color: #fff;
    font-family: 'Caveat Brush';
    font-size: 40px;
    line-height: 50px;
    width: 20%;
    padding: 20px;
    margin-left: 10%;
}
h3 {
    color: #b2a06b;
    font-family: 'Caveat Brush';
    font-size: 40px;
    line-height: 50px;
}
h2 {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}
#kontakt a {
    color: #93855c;
    text-decoration: none;
}
#kontakt a:hover {
    color: #9a0000;
    transition: 0.3s;
}
.logo {
    margin-left: 10%;
    padding-bottom: 30px;
}
#ueber-uns .col1 {
    padding-left: 10%;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    float: left;
}
#ueber-uns h2 {
    color: #b2a06b
}
#ueber-uns p {
    color: #575757;
}
#ueber-uns .col2 {
    width: 50%;
    float: left;
    text-align: center;
    padding-right: 10%;
    padding-top: 100px;
}
#ueber-uns h3:before {
    content: url(../images/herz.webp);
}
.parallax-1 {
    background: url(../images/pflegerin-mit-patient.webp);
    background-size: cover;
    height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
#ambulante-pflege {
    padding-top: 100px;
    padding-bottom: 100px;
}
#ambulante-pflege .col1 {
    width: 45%;
    float: left;
}
#ambulante-pflege .col1 img {
    width: 100%;
}
#ambulante-pflege .col2 {
    width: 55%;
    padding-left: 10%;
    padding-right: 10%;
    float: left;
}
b {
    font-weight: 700;
    color: #b2a06b;
}
.landingpage {
    background: #93855c;
    padding-bottom: 70px;
    padding-top: 20px;
    padding-left: 10%;
}
.landingpage a {
    color: #fff;
    text-decoration: none;
}
#ambulante-pflege ul li {
    list-style: disc;
}
#ambulante-pflege ul {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
#ambulante-pflege h2 {
    color: #b2a06b;
}
#ambulante-pflege h4 {
    background: rgba(178, 160, 107, 0.9);
    position: absolute;
    padding: 50px;
    font-family: 'Caveat Brush';
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-top: -187px;
    margin-left: 5%;
}
.slogan h3 {
    color: #fff;
    background: #b2a06b;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 70%;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
}
.slogan img {
    position: absolute;
    margin-top: -420px;
    right: 0;
    margin-right: 10%;
}
#intensivpflege {
    padding-top: 300px;
    padding-bottom: 150px;
}
#intensivpflege .col1 {
    width: 50%;
    padding-right: 5%;
    float: left;
}
#intensivpflege .col1 img {
    width: 100%;
}
#intensivpflege .col2 {
    padding-right: 10%;
    padding-left: 3%;
}
#intensivpflege h2 {
    color: #b2a06b
}
.parallax-2 {
    background: url(../images/ambulantes-pflegehaus.webp);
    background-size: cover;
    background-attachment: fixed;
    height: 500px;
    background-repeat: no-repeat;
}
.parallax-2 h3 {
    background: rgba(178, 160, 107, 0.9);
    color: #fff;
    margin-left: 10%;
    width: 20%;
    padding: 50px;
    position: absolute;
    right: 0;
    margin-top: 120px;
    text-align: center;
    margin-right: 10%;
}
#ari-apartmenthaus {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 10%;
    width: 49%;
    border-right: 1px solid;
    float: left;
    padding-right: 5%;
}
#ari-apartmenthaus h2 {
    color: #b2a06b
}
#ari-apartmenthaus a {
    color: #b2a06b;
    text-decoration: none;
}
#unternehmensphilosophie a {
    color: #b2a06b;
    text-decoration: none;
}
#unternehmensphilosophie {
    width: 49%;
    padding-right: 10%;
    padding-left: 5%;
    float: left;
    padding-top: 100px;
}
#unternehmensphilosophie h2 {
    color: #b2a06b;
}
.parallax-3 {
    height: 500px;
    background: url(../images/pflege-frau.webp);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
#qualitaetsmanagement {
    background: #b2a06b;
    color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}
#qualitaetsmanagement h3 {
    color: #fff;
}
#qualitaetsmanagement .col1 {
    width: 30%;
    padding-left: 10%;
    text-align: center;
    float: left;
}
#qualitaetsmanagement .col2 {
    width: 70%;
    padding-right: 10%;
    float: left;
    padding-left: 5%;
}
#kontakt {
    padding-top: 100px;
    padding-bottom: 100px;
}
#kontakt .col1 {
    width: 50%;
    padding-left: 10%;
    float: left;
    padding-bottom: 40px;
}
#kontakt .col2 {
    float: left;
    padding-right: 10%;
    padding-left: 3%;
}
#kontakt h3 {
    padding-bottom: 30px;
}
footer {
    position: fixed;
    background: #b2a06b;
    color: #fff;
    bottom: 0;
    width: 100%;
    padding-left: 10%;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer a {
    color: #fff;
    text-decoration: none;
    padding-right: 10px;
    text-transform: uppercase;
}
#erfahrungen {
    background: url(../images/happy-seniors.webp) no-repeat center center / cover;
    background-attachment: fixed;
    padding: 150px 0;
    text-align: center;
}
#erfahrungen h2,
#erfahrungen p {
    color: #fff;
}
#erfahrungen h2 {
    font-family: 'Caveat Brush';
    text-transform: inherit;
    font-size: 52px;
    margin: 0 0 30px 0;
}
#erfahrungen .message {
    color: #fff;
    text-align: center;
    padding: 20px;
    border: 1px solid #fff;
    margin: 20px 0 0 0
}
#erfahrungen .message h2 {
    color: #fff;
    border: none;
    padding: 0;
    text-align: center
}
.starbox, .startext {
    color: #fff;
}
.rating_top h3 {
    font-size: 24px;
    color: #fff;
}
#dsa-rating-view {
  width: 80%;
  margin: auto;
  max-width: 660px;
}
.rating_box {
  max-width: 640px;
  margin: auto;
  border: 1px solid #fff;
  padding: 25px;
  background: #b2a06bc2;
  width: 90%;
}
.siegel {
  position: absolute;
  top: 45px;
  right: 20px;
  width: 120px;
}
.siegel img {
  width: 100%;
}
p.freitext {
    font-style: italic
}
#erfahrungen .btn {
    color: #fff;
    text-decoration: none;
    background: #b2a06b;
    padding: 12px 20px;
    display: inline-block;
    margin: 20px 0 0 0;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
#erfahrungen .btn:hover {
    color: #b2a06b;
    background: #fff;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
#dsa-rating table tr {
    border-bottom: 1px solid #b2a06b;
}
#dsa-rating table tr td:nth-child(n) {
    width: 70%;
    padding: 10px 0 10px 10px
}
#dsa-rating table tr td:nth-child(2n) {
    width: 30%;
    padding: 10px 0 10px 10px
}
.rating-1,
.rating_bottom,
.thumbithumb,
p.subline {
    display: none
}
#erfahrungen .slick-dots li button::before {
    color: #fff;
    font-size: 14px
}
.Bewertungstabelle {
    margin: 0 0 40px 0;
    width: 100%;
}
.rating span, .rating span:hover::before, .rating span:hover ~ span::before {
    font-size: 18px;
}
form#dsa-rating {
    width: 100%;
    padding: 0;
    margin: 60px 0 0 0
}
form#dsa-rating label {
    display: block;
}
form#dsa-rating .form-group input {
    padding: 10px;
    border: 1px solid #b2a06b;
    width: 100%;
    margin: 0 0 10px 0;
}
form#dsa-rating h2 {
    text-align: left
}
#comment {
    border: 1px solid #b2a06b;
    width: 100%;
    padding: 15px;
    font-family: 'Alegreya Sans';
}
#rate_button {
    color: #fff;
    font-family: 'Alegreya Sans';
    font-size: 17px;
    text-decoration: none;
    background: #b2a06b;
    padding: 12px 20px;
    display: inline-block;
    margin: 20px 0 0 0;
    border: 2px solid #b2a06b;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
#rate_button:hover {
    background: #fff;
    color: #b2a06b;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}
#dsa-rating .message h2 {
    border: none;
    padding: 0;
    border-radius: 0;
}

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

@media screen and (max-width: 1350px) {
    .slogan h3 {
        font-size: 45px;
        line-height: 52px;
        text-align: center;
    }
    #ambulante-pflege {
        padding-top: 100px;
        padding-bottom: 200px;
    }
    #intensivpflege .col1 img {
        width: 100%;
        padding-bottom: 100px;
    }
    .parallax-2 h3 {
        width: 40%;
    }
    nav ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1180px) {
    #ueber-uns.bewertungen .col1 {
        float: none;
        width: 100%;
        padding: 0 10%;
    }
    .Bewertungstabelle {
        width: 100%;
    }
    h1 {
        width: 40%;
    }
    #intensivpflege .col1 img {
        padding-bottom: 150px;
    }
    nav ul li a {
        font-size: 13px;
    }
    header {
        background-attachment: scroll;
    }
    .parallax-1 {
        background-attachment: scroll;
    }
    .parallax-2 {
        background-attachment: scroll;
    }
    .parallax-3 {
        background-attachment: scroll;
    }
    #ambulante-pflege .col1 img {
        height: 500px;
        object-fit: cover;
    }
    #intensivpflege .col1 img {
        height: 800px;
        object-fit: cover;
    }
    #intensivpflege .col1 img {
        height: 800px;
        object-fit: cover;
        padding-bottom: 50px;
    }
    #kontakt .col1 {
        width: 40%;
        padding-left: 10%;
        float: left;
        padding-bottom: 40px;
    }
    nav ul li {
        float: left;
        padding-right: 15px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1080px) {
    .siegel {
        top: 0;
    }
    .dropbtn {
        background-color: #b2a06b;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }
    .dropbtn:hover,
    .dropbtn:focus {
        background-color: #93855c;
    }
    .dropdown {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        z-index: 9999999;
    }
    .dropdown-content {
        display: none;
        position: fixed;
        background-color: rgba(178, 160, 107, 0.95);
        min-width: 160px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        width: 100%;
        height: 100vh;
        top: 0;
        text-align: center;
        padding-top: 15vh;
        text-transform: uppercase;
    }
    nav {
        display: none;
    }
    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }
    .dropdown a:hover {
        background-color: rgba(221, 221, 221, 0.04);
    }
    .show {
        display: block;
    }
}
@media screen and (max-width: 950px) {
    .slogan img {
        width: 40%;
        height: 500px;
        object-fit: cover;
    }
    .parallax-2 h3 {
        width: 50%;
    }
    #qualitaetsmanagement .col1 {
        width: 40%;
    }
    #qualitaetsmanagement .col2 {
        width: 60%;
    }
}
@media screen and (max-width: 850px) {
    h3 {
        font-size: 30px;
        line-height: 33px;
    }
    #erfahrungen {
        background-attachment: inherit;
    }
}
@media screen and (max-width: 730px) {
    header {
        padding-top: 50px;
        padding-bottom: 150px;
    }
    #ueber-uns .col1 {
        width: 90%;
        text-align: center;
    }
    #ueber-uns.bewertungen .col1 {
        text-align: left;
        width: 100%;
    }
    #ueber-uns .col2 {
        float: none;
        text-align: center;
        padding-top: 0px;
        padding-bottom: 100px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        padding-right: 0px;
    }
    #ambulante-pflege .col1 {
        width: 100%;
        float: left;
    }
    #ambulante-pflege .col2 {
        padding-top: 100px;
        width: 100%;
    }
    .slogan img {
        display: none;
    }
    .slogan h3 {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
    }
    #intensivpflege {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #intensivpflege .col1 {
        display: none;
    }
    #intensivpflege .col2 {
        padding-right: 10%;
        padding-left: 10%;
    }
    #qualitaetsmanagement .col1 {
        display: none;
    }
    #qualitaetsmanagement .col2 {
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
    }
    .parallax-3 {
        display: none;
    }
    #ari-apartmenthaus {
        padding-left: 10%;
        width: 100%;
        border-right: none;
        padding-right: 10%;
        border-bottom: 1px solid;
    }
    #unternehmensphilosophie {
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #kontakt .col1 {
        float: right;
        width: 100%;
        padding-right: 10%;
        padding-left: 10%;
    }
    #kontakt .col2 {
        float: right;
        padding-right: 10%;
        padding-left: 10%;
        width: 100%;
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 580px) {
    h1 {
        width: 50%;
        font-size: 35px;
        line-height: 40px;
    }
    .parallax-2 h3 {
        width: 65%;
    }
    #ueber-uns.bewertungen .col1 {
        padding: 0 5%;
    }
    #dsa-rating table tr {
        display: flex;
        justify-content: space-between;
    }
    #dsa-rating table tr td:nth-child(n) {
        width: 60%;
    }
    #dsa-rating table tr td:nth-child(2n) {
        width: 40%;
    }
    .rating {
        text-align: right;
    }
}
@media screen and (max-width: 380px) {
    h1 {
        width: 75%;
        font-size: 35px;
        line-height: 40px;
    }
    .parallax-2 h3 {
        width: 100%;
    }
    .siegel {
        width: 90px;
    }
    #erfahrungen h2 {
        font-size: 38px;
    }
}

/* dsa Störer ANFANG */

#dsa-stoerer {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    width: 90%;
    max-width: 640px;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
    border: 5px solid #fff;
    background-color: #b4a16d;
    z-index: 9999999;
}
#dsa-stoerer h2 {
    color: #fff;
    font-family: 'Caveat Brush';
    font-size: 28px;
    line-height: 34px;
}
#dsa-stoerer p {
    color: #fff;
    margin: 0 0 20px 0;
}
#dsa-stoerer strong {
    font-weight: 700;
}
#dsa-stoerer #active,
#dsa-stoerer #activelabel {
    display: none;
}
#close-dsa-stoerer {
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

/* dsa Störer ENDE */

.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%;
    background-image: url(../images/bg.webp);
    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%
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}
.dsa-cookie-notice {
    font-family: arial;
    font-size: 12px;
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 99999 !important;
    background-color: #b4a16d;
    margin: auto;
    width: 100%;
    text-align: center;
    
    
}


.dsa-cookie-notice-close {
    position: absolute;
    display: block;
    height: 20px;
    padding: 0px;
    bottom: 20px;
    text-align: center;
    width: 20px;
    line-height: 20px;
    right: 5px;
    top: 5px;
    text-decoration: none;
    color: #fff !important;
    background-color: #515151;
    text-decoration: none!important;
}


.dsa-cookie-notice a {
    color: #000;
    padding: 0px;
    color: #fff;
    text-transform: capitalize;
    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
    }
}
