.clear {
  clear: both;
}

*{
  box-sizing: border-box;
}

body {
  font: normal 400 16px/1.61 'Open Sans', arial, sans-serif;
}


/*========== Root ==========*/
:root {
  --schwarz: #2b2b2b;
  --weiß: #fff;
  --lila: #adbffc;
  --beige: #f5eed2;
  --dunkellila: #363b5c;
  --hellgrün: #c5d86d;
  --dunkelgrün: #606f1d;
}



/*========== Webfonts ==========*/
/* kaushan-script-regular - latin */
@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/kaushan-script-v8-latin-regular.eot);
  src: local('Kaushan Script'), local('KaushanScript-Regular'), url(../fonts/kaushan-script-v8-latin-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/kaushan-script-v8-latin-regular.woff2) format('woff2'), url(../fonts/kaushan-script-v8-latin-regular.woff) format('woff'), url(../fonts/kaushan-script-v8-latin-regular.ttf) format('truetype'), url(../fonts/kaushan-script-v8-latin-regular.svg#KaushanScript) format('svg')
}

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(../fonts/open-sans-v17-latin-300.eot);
  src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/open-sans-v17-latin-300d41d.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-300.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-300.woff) format('woff'), url(../fonts/open-sans-v17-latin-300.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-300.svg#OpenSans) format('svg')
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/open-sans-v17-latin-regular.eot);
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/open-sans-v17-latin-regulard41d.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-regular.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-regular.woff) format('woff'), url(../fonts/open-sans-v17-latin-regular.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-regular.svg#OpenSans) format('svg')
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url(../fonts/open-sans-v17-latin-italic.eot);
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(../fonts/open-sans-v17-latin-italicd41d.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-italic.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-italic.woff) format('woff'), url(../fonts/open-sans-v17-latin-italic.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-italic.svg#OpenSans) format('svg')
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(../fonts/open-sans-v17-latin-700.eot);
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/open-sans-v17-latin-700d41d.eot?#iefix) format('embedded-opentype'), url(../fonts/open-sans-v17-latin-700.woff2) format('woff2'), url(../fonts/open-sans-v17-latin-700.woff) format('woff'), url(../fonts/open-sans-v17-latin-700.ttf) format('truetype'), url(../fonts/open-sans-v17-latin-700.svg#OpenSans) format('svg')
}



/*---------------------------------------
HEADER
---------------------------------------*/
header {
  background: var(--beige);
  /* min-height: 100vh; */
  box-sizing: border-box;
  padding: 300px 5% 100px 5%;
}

.header-wohnungen-wrapper {
  padding: 200px 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-wohnungen-wrapper a {
  width: 48%;
  max-width: 793px;
}

.header-wohnungen-wrapper a img {
  width: 100%;
}

.header{
  width: 100%;
  text-align: center;
}

h1{
  font-size: 40px;
  font-family: 'Kaushan Script';
  color: #363b5c;
}

h3{
  color: #363b5c;
}

.bild{
  width: 100%;
  height: 300px;
  object-fit: cover;
  max-width: 600px;
  margin-top: 20px;
  border-radius: 10px;
}


/*========== Hauptnavigation ==========*/
.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  /* min-height: 200px; */
  background: var(--lila);
  padding: 20px 2% 0 2%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/schmuck-lilie1-bg.png) right 20% bottom/auto no-repeat, var(--lila);
  z-index: 100;
  border-bottom: 1px solid white;
}

/* .nav-scrolled {
  height: 100px;
  transition: 1s;
} */

.main-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  padding: 20px 20px 0 0;
  width: 30%;
  flex-grow: 1;
}

.main-nav div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
  width: 50%;
  flex-grow: 1;
}

.main-nav div a.nav-link {
  color: var(--dunkellila);
  text-decoration: none;
  font: italic 400 16px/1.61 'Open Sans', arial, sans-serif;
  padding: 5px 10px;
  margin: 5px;
  border-radius: 10px;
}

.main-nav div a.nav-link:hover {
  color: var(--weiß);
  background: var(--dunkellila);
}

.logo-firmierung-wrapper a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  align-items: center;
}

.firmierung {
  font: normal 400 28px/1.61 'Kaushan Script', sans-serif;
  color: var(--dunkellila);
  padding: 12px 0 0 20px;
  width: 220px
}

.direktanruf {
  padding: 5px 10px;
}

.wappen {
  margin: 0 0 0 20px;
  height: 158px;
}

/*========== Burger Navi ==========*/
.burger {
  position: fixed;
  right: 20px;
  top: 15px;
  display: none;
}

.burger-line {
  width: 35px;
  height: 5px;
  background-color: var(--schwarz);
  margin: 6px 6px
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: var(--dunkellila);
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s
}

.sidenav a {
  padding: 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: var(--weiß);
  display: block;
  transition: 0.3s;
  text-align: center;
}

.sidenav a:hover {
  color: var(--lila)
}

.sidenav.closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px
}

#main {
  transition: margin-left.5s;
  padding: 20px
}

#service{
  background: var(--lila);
}

@media screen and (max-height:450px) {
  .sidenav {
    padding-top: 15px
  }

  .sidenav a {
    font-size: 18px
  }
}

/*========== Schrift ==========*/
a {
  color: var(--dunkellila);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: var(--lila);
}

a:active, a:focus {
  background: #d3d3d3
}

h2 {
  font: normal 400 40px/1.61 'Kaushan Script', arial, sans-serif;
  color: var(--dunkellila);
  margin: 0 0 30px 0;
}

h3 {
  font: normal 700 20px/1.61 'Open Sans', arial, sans-serif;
  margin: 0 0 10px 0;
}

ul {
  margin: 0 0 20px 30px;
  list-style-type: disc;
}

b {
  font-weight: 700;
}

/*========== Ferienhäuser ==========*/
#ferienhaeuser {
  display: flex;
  flex-direction: column;
  width: 100%;
}

#ferienhaus1, #aussenbereich {
  background: url(../images/schmuck-lilie3-bg.png) right bottom/auto no-repeat, linear-gradient(0deg, rgba(173, 191, 252, 1) 0%, rgba(173, 191, 252, 1) 100%);
}

#aussenbereich{
  background: rgb(245, 238, 210);
}

#ferienhaus2 {
  background: url(../images/schmuck-lilie4-bg.png) right bottom/auto no-repeat, linear-gradient(0deg, rgb(245, 238, 210) 0%, rgba(245, 238, 210) 100%);
}

#ferienhaus1, #ferienhaus2, #aussenbereich {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 100px 0;
}

#ferienhaus1, #ferienhaus2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 100px 5%;
}

#ferienhaus1 .text-content, #ferienhaus1 .galerie, #ferienhaus2 .text-content, #ferienhaus2 .galerie{
  width: 48%!important;
}

.text-content, .galerie {
  width: 50%;
}



#kontakt .text-content{
  width: 100%;
  max-width: 900px;
}

.wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 150px 5%;
}

.col{
  width: 48%;
}



#ferienhaeuser{
  background: url(../images/blumen-unten-links.png) no-repeat bottom -50px left -20px /contain;
  background-size: 450px auto;
}

#haeuser .wrap{
  flex-wrap: wrap;
}

#haeuser{
  background: url(../images/blumen-unten-rechts.png) no-repeat bottom -20px right -20px;
  background-size: 450px auto;
}

#haeuser .col{
  width: 100%;
  margin-bottom: 50px;
}


#haeuser table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 30px;
}

#haeuser table tr td:first-of-type{
  background: #c4d86d2d;
}

#haeuser thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  border-bottom: 2px solid #ddd;
}

#haeuser thead th:first-child {
  background: var(--hellgrün);
}

#haeuser thead th:nth-child(2),
#haeuser thead th:nth-child(3) {
  background: var(--lila);
}

#haeuser tbody td {
  padding: 14px 15px;
  vertical-align: top;
  border-bottom: 1px solid #e5e5e5;
}

/* Erste Spalte hervorheben */
#haeuser tbody td:first-child {
  font-weight: 600;
  background: #f8f8f8;
  width: 22%;
}

/* Abwechselnde Zeilenfarben nur für Ferienhaus 1 + 2 */
#haeuser tbody tr:nth-child(odd) td:nth-child(2),
#haeuser tbody tr:nth-child(odd) td:nth-child(3) {
  background: #ffffff;
}

#haeuser tbody tr:nth-child(even) td:nth-child(2),
#haeuser tbody tr:nth-child(even) td:nth-child(3) {
  background: #adbffc2d;
}

/* Mobile Darstellung der Tabelle */
@media (max-width: 768px) {
  #haeuser table,
  #haeuser thead,
  #haeuser tbody,
  #haeuser th,
  #haeuser td,
  #haeuser tr {
    display: block;
    width: 100%;
  }

  /* Tabellenkopf ausblenden */
  #haeuser thead {
    display: none;
  }

  #haeuser tbody tr {
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
  }

  #haeuser tbody td {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    padding: 12px 15px;
    border-bottom: 1px solid #eee;
    text-align: left;
  }

  #haeuser tbody td:last-child {
    border-bottom: none;
  }

  /* Linke Bezeichnung erzeugen */
  #haeuser tbody td::before {
    content: attr(data-label);
    font-weight: 600;
  }

  /* Erste Spalte etwas stärker hervorheben */
  #haeuser tbody td:first-child {
    background: #f8f8f8;
    font-weight: 700;
  }

  #haeuser table tr td:first-of-type{
    width: 100%;
    text-align: left;
  }
}



.button{
  background: var(--hellgrün);
  color: var(--dunkelgrün);
  font: normal 400 20px / 1.61 'Kaushan Script', arial, sans-serif;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 20px;
  margin: 0 auto;
  text-decoration: none;
  padding: 7px 15px;
}

.text-content {
  background: var(--weiß);
  min-height: 500px;
  min-width: 300px;
  display: flex;
  align-content: stretch;
  align-items: stretch;
  margin: 88px 69px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
  width: 40%;
  max-width: 762px;
  min-width: 640px;
}

.blumenecken-wrapper {
  background: url(../images/blumen-oben-links.png) left top/auto no-repeat, url(../images/blumen-unten-rechts.png) bottom right/auto no-repeat;
  width: 120%;
  margin: -47px -69px;
}

.inner-text {
  padding: 121px 188px 100px 188px;
  ;
}

/*========== Galerie ==========*/
#gallery-container ul {
  list-style-type: none;
}

.galerie{
  width: 100%!important;
  text-align: center;
}

#aussenbereich > div.wrap{
  padding-top: 50px;
  background: rgb(245, 238, 210)
}

.galerie div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.galerie div a {
  margin: 10px 10px 20px 10px;
}


/*========== Service & Preise ==========*/
#service-preise {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: url(../images/schmuck-lilie2-bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  padding: 100px 0;
  flex-wrap: wrap;
}

.blumenecken-wrapper2 {
  background: url(../images/blumen-oben-links.png) left top/auto no-repeat;
  width: 120%;
  margin: -47px -69px;
}

.blumenecken-wrapper3 {
  background: url(../images/blumen-unten-rechts.png) bottom right/auto no-repeat;
  width: 120%;
  margin: -47px -69px;
}

.service, .preise {
  height: 800px;
  display: flex;
  align-content: center;
  align-items: center;
}

.service {
  align-content: flex-start;
  align-items: flex-start;
}

.preise {
  align-content: flex-end;
  align-items: flex-end;
}

.cw-left {
  background: url(../images/dunkellila-rechteck.jpg) right bottom/auto no-repeat;
  width: 719px;
  height: 598px;
  margin: 0 50px 0 0;
}

.cw-right {
  background: url(../images/dunkellila-rechteck.jpg) left top/auto no-repeat;
  margin: 78px 0 0 50px;
}

.cw-right>.text-content {
  margin: 10px;
}

.cw-left .text-content .blumenecken-wrapper2 .inner-text {
  padding: 121px 100px 50px 188px;
}

.cw-right .text-content .blumenecken-wrapper2 .inner-text {
  padding: 121px 188px 100px 130px;
}


/*========== Ausflugsziele ==========*/
#ausflugsziele {
  background: url(../images/schmuck-lilie3-bg.png) right bottom/auto no-repeat, linear-gradient(0deg, rgba(173, 191, 252, 1) 0%, rgba(173, 191, 252, 1) 100%);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  background: var(--lila);
  padding: 100px 0;
}

.blumenecken-wrapper4 {
  background: url(../images/blumen-oben-links.png) left top/auto no-repeat, url(../images/blumen-oben-rechts2.png) top right/auto no-repeat;
  width: 110%;
  margin: -47px -69px;
  height: 200%;
}

#ausflugsziele .text-content {
  min-height: unset;
  height: 150px;
  width: 90%;
  max-width: unset;
  flex-grow: 1;
}

#ausflugsziele .text-content .blumenecken-wrapper4 .inner-text {
  padding: 90px 190px 100px 190px;
}

#ausflugsziele .text-content .blumenecken-wrapper4 .inner-text h2 {
  text-align: center;
  margin: 0;
}

.ausflugsziele-hyperlinks-wrapper {
  width: 100%;
  box-sizing: border-box;
  padding: 0 5%;
  margin: 0 0 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.link-box {
  width: 20%;
  max-width: 333px;
  background: var(--weiß);
  min-height: 220px;
  margin: 20px;
  min-width: 190px;
}

.link-box-img-wrapper p {
  margin: 0 10px 10px 10px;
}

.link-box-img {
  height: 160px;
  margin: 10px;
  background: #cccccc;
}

.lbi1 {
  background: url(../images/ausflugsziele/badeparadies.jpg) center/cover no-repeat;
}

.lbi2 {
  background: url(../images/ausflugsziele/biosphaerenreservat-oberlausitz.jpg) center/cover no-repeat;
}

.lbi3 {
  background: url(../images/ausflugsziele/halbendorfersee.jpg) center/cover no-repeat;
}

.lbi4 {
  background: url(../images/ausflugsziele/iba-see2010.jpg) center/cover no-repeat;
}

.lbi5 {
  background: url(../images/ausflugsziele/confiserie-felicitas.jpg) center/cover no-repeat;
}

.lbi6 {
  background: url(../images/ausflugsziele/country-daubitz.jpg) center/cover no-repeat;
}

.lbi7 {
  background: url(../images/ausflugsziele/kinderspielpark-kaltwasser.jpg) center/cover no-repeat;
}

.lbi8 {
  background: url(../images/ausflugsziele/kromlau-online.jpg) center/cover no-repeat;
}

.lbi9 {
  background: url(../images/ausflugsziele/erlichthofsiedlung.jpg) center/cover no-repeat;
}

.lbi10 {
  background: url(../images/ausflugsziele/f60.jpg) center/cover no-repeat;
}

.lbi11 {
  background: url(../images/ausflugsziele/lausitzer-museenland.jpg) center/cover no-repeat;
}

.lbi12 {
  background: url(../images/ausflugsziele/lausitzerseenland.jpg) center/cover no-repeat;
}

.lbi13 {
  background: url(../images/ausflugsziele/findlingspark-nochten.jpg) center/cover no-repeat;
}

.lbi14 {
  background: url(../images/ausflugsziele/gablenzer-freizeit.jpg) center/cover no-repeat;
}

.lbi15 {
  background: url(../images/ausflugsziele/museum-sagar.jpg) center/cover no-repeat;
}

.lbi16 {
  background: url(../images/ausflugsziele/muskauer-park.jpg) center/cover no-repeat;
}

.lbi17 {
  background: url(../images/ausflugsziele/spreewald.jpg) center/cover no-repeat;
}

.lbi18 {
  background: url(../images/ausflugsziele/slawenburg-raddusch.jpg) center/cover no-repeat;
}

.lbi19 {
  background: url(../images/ausflugsziele/strittmatter-verein.jpg) center/cover no-repeat;
}

.lbi20 {
  background: url(../images/ausflugsziele/waldeisenbahn.jpg) center/cover no-repeat;
}

.lbi21 {
  background: url(../images/ausflugsziele/halbendorfersee.jpg) center/cover no-repeat;
}

.lbi22 {
  background: url(../images/ausflugsziele/oberlausitz.jpg) center/cover no-repeat;
}

.lbi23 {
  background: url(../images/ausflugsziele/spreeradweg.jpg) center/cover no-repeat;
}

.lbi24 {
  background: url(../images/ausflugsziele/reiseland-brandenburg.jpg) center/cover no-repeat;
}

.lbi25 {
  background: url(../images/ausflugsziele/saurierpark.jpg) center/cover no-repeat;
}

.lbi26 {
  background: url(../images/ausflugsziele/turisede.jpg) center/cover no-repeat;
}

.lbi27 {
  background: url(../images/ausflugsziele/reinert-ranch.jpg) center/cover no-repeat;
}

.lbi28 {
  background: url(../images/ausflugsziele/muskauer-park.jpg) center/cover no-repeat;
}

.lbi29 {
  background: url(../images/ausflugsziele/wolf-sachsen.jpg) center/cover no-repeat;
}

.lbi30 {
  background: url(../images/ausflugsziele/gablenzer-freizeit.jpg) center/cover no-repeat;
}

.lbi31 {
  background: url(../images/ausflugsziele/safariwildrevier.jpg) center/cover no-repeat;
}

#more {
  display: none;
}

#dots {
  color: var(--lila);
}

#myBtn {
  background: var(--hellgrün);
  color: var(--dunkelgrün);
  font: normal 400 30px/1.61 'Kaushan Script', arial, sans-serif;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 20px;
  width: 160px;
  height: 55px;
  margin: 0 auto;
}

#myBtn:hover, #myBtn:active, #myBtn:focus {
  background: var(--dunkellila);
  color: var(--lila);
}



#aussenbereich .col{
  width: 100%;
  text-align: center;
}

/* #aussenbereich .col{
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
} */

#aussenbereich p+h2{
  margin: 0;
}

#aussenbereich .wrap{
  padding-bottom: 0;
}

.accordion {  
  cursor: pointer; 
  border: none; 
  outline: none;  
  transition: 0.4s;
 /* width: 30%; */
 font-size: 25px;
 text-align: center;
 margin-bottom: 20px!important;
 max-width: 600px;
 margin: 0 auto!important;
}

/* .active, .accordion:hover {
  background-color: #ccc; 
} */

.panel {
  padding: 0 18px;
  display: none;

  overflow: hidden;
  width: 100%;
  max-width: 600px;
  margin: 0 auto!important;
  padding: 20px;
}

/* Pfeil nach unten (geschlossen) */
.accordion::after {
  content: " ▼";
  font-size: 0.8em;
}

/* Pfeil nach oben (geöffnet) */
.accordion.active::after {
  content: " ▲";
}

/*========== Referenzen ==========*/
#referenzen {
  padding: 100px 5%;
  background: url(../images/bumblebee-on-flower.jpg) center/cover no-repeat;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.referenzen-content h2 {
  color: var(--weiß);
  text-align: center;
}

.referenzen-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
}

.referenz {
  background: var(--weiß);
  padding: 30px 50px;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  margin: 15px;
  min-height: 200px;
  min-width: 200px;
}

.referenz h3:after {
  content: url(../images/stars.png);
}

#referenzen h3 {
  font: normal 400 24px/1.61 'Kaushan Script', arial, sans-serif;
  color: var(--dunkellila);
  text-align: center;
  margin: 30px 0 10px 0;
  text-align: left;
}


/*========== Referenzen ==========*/


/*========== Kontakt ==========*/
#kontakt {
  display: flex;
  justify-content: center;
  flex-direction: row;
  background: var(--beige);
  background-attachment: fixed;
  padding: 100px 0;
  flex-wrap: wrap;
}

.blumenecken-wrapper2 {
  background: url(../images/blumen-oben-links.png) left top/auto no-repeat;
  width: 120%;
  margin: -47px -69px;
}

.blumenecken-wrapper3 {
  background: url(../images/blumen-unten-rechts.png) bottom right/auto no-repeat;
  width: 120%;
  margin: -47px -69px;
}

.kontakt-info {
  align-content: flex-start;
  align-items: flex-start;
}

.maps {
  align-content: flex-end;
  align-items: flex-end;
}

.kontakformular-button {
  background: var(--hellgrün);
  color: var(--dunkelgrün);
  font: normal 400 20px/1.61 'Kaushan Script', arial, sans-serif;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
}

.kontakformular-button:hover, .kontakformular-button:active, .kontakformular-button:focus {
  background: var(--dunkellila);
  color: var(--lila);
}

.additional-text {
  background: var(--weiß);
  padding: 100px 5%;
  width: 90%;
  box-sizing: border-box;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  max-width: 800px;
  margin: 0 auto;
}

.maps .text-content .blumenecken-wrapper3 .inner-text a {
  cursor: url(../images/lupe.png), pointer;
}

/* .maps .text-content, .kontakt-info .text-content {
  min-height: 620px;
} */



/*========== Daten Impress Navi ==========*/
.daten-impress-nav {
  position: fixed;
  bottom: 0;
  left: 5%;
  padding: 5px 15px;
  background-color: var(--lila);
  color: var(--dunkellila);
  display: none;
}

.daten-impress-nav a {
  color: var(--dunkellila);
  text-decoration: none;
}

.daten-impress-nav a:hover {
  text-decoration: underline;
}

/*========== dsa Rating ==========*/
#erfahrungen {
  padding: 100px 5%;
  background: url(../images/bumblebee-on-flower.jpg) center/cover no-repeat;
  background-attachment: fixed;
}

#erfahrungen {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

#dsa-rating-view, #dsa-rating {
  color: var(--weiß);
  width: 800px;
}

#dsa-rating-view {
  margin: 0 0 100px 0;
}

.rating-1 {
  color: var(--schwarz);
  display: flex;
  justify-content: center;
}

input#recommend1 {
  border: 1px solid var(--dunkellila);
}

table.Bewertungstabelle {
  width: 100%;
  margin: 0 0 30px 0;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.form-group label {
  font: normal 400 24px/1.61 'Kaushan Script', arial, sans-serif;
  color: var(--weiß);
}

input, textarea {
  margin: 0 0 20px 0;
  width: 96%;
  padding: 10px;
}

input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
  box-shadow: 0 2px 8px rgba(0, 0, 0, .8);
  transition: .3s;
}

#erfahrungen h3 {
  font: normal 400 40px/1.61 'Kaushan Script', arial, sans-serif;
  color: var(--weiß);
  text-align: center;
  margin: 30px 0 10px 0;
}

form>h2 {
  display: none;
}

#captcha {
  margin: 20px 0;
}

#rate_button {
  background: var(--hellgrün);
  color: var(--dunkelgrün);
  font: normal 400 20px/1.61 'Kaushan Script', arial, sans-serif;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 20px;
  height: 55px;
  padding: 5px 15px;
}

#rate_button:hover, #rate_button:active, #rate_button:focus {
  background: var(--dunkellila);
  color: var(--lila);
}

.message {
  text-align: center;
}

.Bewertungstabelle tbody tr td:last-of-type {
  width: 110px;
}

.rating_box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background: #fff;
  color: var(--dunkellila);
  padding: 0 5% 30px 5%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  border-radius: 20px;
  margin: 20px 5%;
}

.rating_thumb {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: var(--dunkellila);
  margin: 0 auto;
  width: 150px;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 100%;
  height: 150px;
  display: none;
}

.star {
  color: #daa520
}

.rating_top h3 {
  font-size: 24px !important;
  text-align: left !important;
  color: var(--dunkellila) !important;
}

.subline {
  display: none;
}

.rating_bottom {
  margin: 30px 0 0 0;
}

.question {
  margin: 0 10px 0 0;
  font-weight: bold;
  color: var(--dunkellila) !important;
}

.view_more {
  border: none;
  background: var(--hellgrün);
  color: var(--dunkelgrün);
  padding: 5px 20px;
  margin: 20px 0 0 0;
  border-radius: 20px;
  font: normal 400 16px/1.61 'Kaushan Script', arial, sans-serif;
}

.rating-1 {
  display: none;
}


.impressum-txt h2 {
  padding: 30px 0 10px 0;
  margin: 0;
}

.landing-links {
  background: var(--lila);
  color: var(--dunkellila);
  text-align: center;
  padding: 20px 5%;
}

.landing-links a {
  color: var(--dunkellila);
  padding: 10px 20px;
}

.landing-links a:hover {
  color: var(--weiß);
  text-decoration: underline;
}

.landing-header {
  background: url(../images/schmuck-lilie2-bg.jpg) center/cover no-repeat;
  background-attachment: fixed;
  height: 200px;
  min-height: unset;
}

.landing-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  padding: 100px 5%;
  background: url(../images/bumblebee-on-flower.jpg) center/cover no-repeat;
  background-attachment: fixed;
}

.lbox {
  width: 30%;
  flex-grow: 1;
  background: var(--weiß);
  box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
  padding: 50px 5%;
}

.lbox h1, .lbox h2 {
  font: normal 400 40px/1.61 'Kaushan Script', arial, sans-serif;
  color: var(--dunkellila);
  margin: 0 0 30px 0;
  margin: 50px 0 20px 0;
}

.lbox h2 {
  font: normal 700 20px/1.4 'Open Sans', arial, sans-serif;
}

.lbox:nth-of-type(1) {
  margin-right: 2.5%;
}

.lbox:nth-of-type(2) {
  margin-left: 2.5%;
}

p+h2 {
  margin-top: 50px;
}

.landing-img {
  width: 100%;
  margin: 30px 0 0 0
}

.landing-img2 {
  width: 100%;
  margin: 30px 0;
  display: none;
}

/*----------- FAQ -----------*/

#faq {
  padding: 100px 5%;
  background: var(--lila);
  color: #000;
}

#faq .text {
  width: 100%;
  background: var(--weiß);
  /* margin: 88px 69px; */
  box-shadow: 0 5px 15px rgba(0, 0, 0, .4);
  min-height: 500px;
  align-content: stretch;
  align-items: stretch;
}

#faq .center {
  margin-bottom: 30px;
}

.center h2, .center h3 {
  line-height: 1.2;
  text-align: center;
  margin: 0;
}

h2.light, h3.light {
  color: #fff;
}

h2.dark, h3.dark {
  color: #000;
}

h2.color, h3.color {
  color: #e89300;
}

#faq .wrapper {
  width: 100%;
  margin: 0 auto;
}

#faq .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

#faq .flex-item {
  width: 40%;
}

#faq .flex-item:nth-child(1) {
  padding-right: 50px;
}

#faq .flex-item:nth-child(2) {
  padding-left: 50px;
}


/******************************* 
acordeon
*******************************/

.acc, .acc-two {
  text-align: left
}

/* acordeon styles */
.tab {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  color: #000;
  overflow: hidden;
  border-bottom: 1px solid #000;
}

.acc input, .acc-two input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.acc label, .acc-two label {
  position: relative;
  display: block;
  padding: 10px 35px 15px 1em;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  font-family: inherit;
  font-family: 500;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.tab span {
  margin-left: 20px
}

.tab-content p {
  color: #000;
}

.tab-content ul {
  margin: 1em;
}

.tab-content ul li {
  list-style: disc;
}

/* :checked */
.acc input:checked~.tab-content, .acc-two input:checked~.tab-content {
  max-height: 80em;
  padding: 5px 15px 15px 15px;
}

/* Icon */
.acc label::after, .acc-two label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.acc input[type=checkbox]+label::after, .acc-two input[type=checkbox]+label::after {
  content: "+";
}

.acc input[type=radio]+label::after, .acc-two input[type=radio]+label::after {
  content: "\25BC";
}

.acc input[type=checkbox]:checked+label::after, .acc-two input[type=checkbox]:checked+label::after {
  transform: rotate(315deg);
}

.acc input[type=radio]:checked+label::after, .acc-two input[type=radio]:checked+label::after {
  transform: rotateX(180deg);
}

@media screen and (max-width: 990px) {

  #faq .flex-item:nth-child(1) {
    padding-right: 0px;
  }

  #faq .flex-item:nth-child(2) {
    padding-left: 0px;
  }

  #faq .wrapper, #faq .flex-item {
    width: 100%;
  }
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/
@media screen and (max-width: 1600px) {
  .blumenecken-wrapper {
    width: 122%;
  }
}

@media screen and (max-width: 1544px) {
  .service, .preise {
    height: auto;
    width: 100%;
    justify-content: center;
  }

  .galerie, .text-content {
    width: 100%;
  }

  .service .content-wrapper .text-content, .preise .content-wrapper .text-content {
    width: 710px;
  }

  .cw-left {
    width: 790px;
  }

  .firmierung {
    max-width: 250px;
  }
}

@media screen and (max-width: 1200px) {
  .galerie div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
  }

  .wappen {
    position: fixed;
    right: 20px;
    top: 20px;
    height: 100px;
  }

  .logo-firmierung-wrapper {
    width: 335px;
    justify-content: flex-start;
  }

  .lilie1 {
    height: 100px;
  }

  .firmierung {
    max-width: unset;
  }

  .nav {
    align-content: flex-start;
    flex-direction: row;
    min-height: 120px;
  }

  /* .main-nav div {padding: 0 15% 0 0;width: 50%;} */
  .main-nav div a.nav-link {
    margin: 0;
  }


  .galerie, .text-content {
    width: 90%;
  }
}

@media screen and (max-width: 1100px) {
  .main-nav {
    padding: 0 100px 0 0;
  }

  .main-nav div {
    width: 100%;
    padding: 0;
  }

  .rating-banner {
    top: 130px;
  }

  #ferienhaus1, #ferienhaus2{
    flex-wrap: wrap!important;
  }

  #ferienhaus1 .text-content, #ferienhaus1 .galerie, #ferienhaus2 .text-content, #ferienhaus2 .galerie{
    width: 100%!important;
  }

  /* #kontakt .text-content{
    max-width: none;
  } */

  #ferienhaeuser .wrap, #service > div{
    flex-wrap: wrap;
  }

  #ferienhaeuser .col, #service .col{
    width: 100%;
    margin-bottom: 30px;
  }

  #kontakt{
    overflow: hidden;
    width: 100%;
  }

  #kontakt .text-content{
    max-width: 80%;
  }

  #service-preise, #haeuser{
    overflow: hidden;
  }

}

@media screen and (max-width: 900px) {
  .burger {
    display: block;
    right: 40px;
    top: 40px;
  }

  .main-nav {
    padding: 20px 0 0 0;
    width: 100px;
    justify-content: center;
    margin: 0 25% 0 0;
  }

  .main-nav div {
    display: none;
  }

  .daten-impress-nav {
    display: block;
  }

  .wappen {
    margin: 0 10% 0 20px;
    height: 80px;
  }

  .header-wohnungen-wrapper {
    padding: 50px 0 0 0;
  }

  .header-wohnungen-wrapper a {
    width: 100%;
  }

  .nav {
    min-height: unset;
  }

  .referenz {
    width: 100%;
  }

  .maps .text-content {
    margin: 0 0 100px 0;
  }

  #dsa-rating-view, #dsa-rating {
    width: 100%;
  }

  .referenzen-content {
    width: 100%;
  }

  #dsa-rating-view .slick-prev, #dsa-rating-view .slick-next {
    display: none !important;
  }

  .Bewertungstabelle tbody tr td {
    padding: 10px 0;
  }

  .firmierung {
    padding: 0 0 0 20px;
  }

  .rating-banner {
    top: 100px;
  }

  .landing-content {
    padding: 0;
  }

  .lbox {
    box-shadow: none;
    width: 100%
  }

  .lbox:nth-of-type(1) {
    margin-right: 0;
  }

  .lbox:nth-of-type(2) {
    margin-left: 0;
    padding-top: 0;
  }

  .landing-header {
    height: 300px;
  }

  .landing-rating-banner {
    display: none;
  }

  .landing-img2 {
    display: block;
  }

  .landing-links {
    padding: 20px 5% 50px 5%;
  }

}

@media screen and (max-width: 768px) {
  .blumenecken-wrapper, .blumenecken-wrapper2, .blumenecken-wrapper3, .blumenecken-wrapper4 {
    width: 100%;
    background: unset;
    margin: 0;
    padding: 0;
    height: 100%;
  }

  .text-content {
    margin: 50px 3%;
    height: auto;
    min-height: unset;
  }

  #ferienhaus1 .text-content, #ferienhaus2 .text-content, #aussenbereich .text-content {
    border: 5px solid var(--dunkellila);
  }

  .inner-text {
    padding: 50px 5%;
    width: 100%;
    box-sizing: border-box;
  }

  .service .content-wrapper .text-content, .preise .content-wrapper .text-content {
    width: 100%;
    min-height: 600px;
    padding: 25px 2.5%;
    margin: 25px 2.5%;
    width: auto;
    height: auto;
    min-height: unset;
    max-height: unset;
    box-shadow: unset;
    border-bottom: 5px solid var(--dunkellila);
    border-right: 5px solid var(--dunkellila);
    border-top: 5px solid var(--hellgrün);
    border-left: 5px solid var(--hellgrün);
  }

  .service .content-wrapper .text-content .blumenecken-wrapper2 .inner-text {
    padding: 0;
  }

  .preise .content-wrapper .text-content .blumenecken-wrapper3 .inner-text {
    padding: 0;
  }

  .content-wrapper, .kontakt-wrapper {
    background: none;
    margin: 0;
    width: 100%;
    height: unset;
  }


  #service-preise {
    padding: 0;
  }

  #ausflugsziele .text-content .blumenecken-wrapper4 .inner-text {
    padding: 20px 5%;
  }

  #ausflugsziele .text-content {
    height: auto;
    border: 5px solid var(--dunkellila);
  }

  .kontakt-info .text-content {
    min-width: unset;
    width: 100%;
    border: 5px solid var(--dunkellila);
  }

  .maps .text-content {
    min-width: unset;
    width: 100%;
    border: 5px solid var(--dunkellila);
  }

  .kontakt-info {
    display: flex;
    justify-content: flex-start;
    width: 95%;
  }

  .maps {
    display: flex;
    justify-content: flex-start;
    width: 90%;
  }

}

@media screen and (max-width: 600px) {
  .firmierung {
    font: normal 400 25px/1.61 'Kaushan Script', sans-serif;
  }

  .wappen {
    right: 10%;
  }

  #ferienhaus1 .text-content, #ferienhaus2 .text-content, #aussenbereich .text-content, .service .content-wrapper .text-content, .preise .content-wrapper .text-content, #ausflugsziele .text-content {
    min-width: unset;
    max-width: unset;
  }

  .main-nav {
    padding: 0;
    width: 56px;
    margin: 0;
    position: fixed;
    right: 8px;
    top: 131px
  }
}

@media screen and (max-width: 480px) {
  .dsa-secure-plugin {
    height: 350px !important;
  }

  .ausflugsziele-hyperlinks-wrapper {
    justify-content: center;
  }

  .link-box {
    width: 100%;
  }

  .firmierung {
    width: 200px;
    font: normal 400 18px/1.61 'Kaushan Script', sans-serif;
  }

  .wappen {
    right: 15%;
  }

  .referenz {
    padding: 30px;
  }

  .additional-text {
    padding: 30px 5%;
    border: 5px solid var(--dunkellila)
  }

  #kontakt, #referenzen, #erfahrungen, #ausflugsziele, #service-preise, #ferienhaus1, #ferienhaus2, #aussenbereich {
    padding: 50px 0;
  }

  .karte {
    width: 100%;
  }

  table.Bewertungstabelle {
    width: 90%;
    margin: 0 5% 30px 5%;
  }

  .form-group {
    width: 85%;
    margin: 0 5%;
  }

  .rating_actions {
    display: flex;
    justify-content: center;
  }

  .lilie1, .wappen {
    height: 50px;
  }

  .wappen {
    top: 20px;
    margin: 0 5% 0 20px
  }

  .burger {
    top: 24px;
    right: 10px;
  }

  .nav {
    padding: 10px 2% 10px 2%;
  }

  /* .nav-scrolled {
    height: 56px;
  } */

  .daten-impress-nav {
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 15px
  }

  .daten-impress-nav a {
    font-size: 12px;
  }

  .main-nav {
    top: 89px;
  }

  .rating-banner {
    top: 57px;
    width: 100px;
    display: none;
  }
}



/*========== Lightbox ==========*/
body.lb-disable-scrolling {
  overflow: hidden
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
  outline: 0
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff
}

.lightbox a img {
  border: none
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10
}

.lb-container>.nav {
  left: 0
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
  opacity: 1
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s
}

.lb-nav a.lb-next:hover {
  opacity: 1
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both
}

.lb-data {
  padding: 0 4px;
  color: #ccc
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em
}

.lb-data .lb-caption a {
  color: #4ae
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s
}

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1
}


/*========== DSA Secure ==========*/
.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 {
  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.png);
  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 .check-slide:hover, .dsa-secure-plugin:hover .check-slide {
  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: #4b4b4b
}

.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: var(--lila);
  text-decoration: none !important
}

.dsa-cookie-notice {
  font-family: arial;
  font-size: 12px;
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 99999 !important;
  background-color: #fff;
  margin: auto;
  width: 100%;
  text-align: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .4)
}

.dsa-cookie-notice a {
  color: #000;
  font-size: 12px;
  color: var(--lila);
  text-decoration: underline
}

.dsa-cookie-notice a:hover {
  text-decoration: none
}

.dsa-cookie-notice.hide {
  display: none
}

.cookie-inner {
  padding: 25px
}

.cookie-inner p {
  max-width: unset;
  font-size: 12px
}

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