/*
Theme Name: Zahnbleaching Ratgeber
Theme URI: https://www.weblogwerk.de
Description: Zahnbleaching Ratgeber
Author: WebsiteWerk - Internetdienstleistungen
Author URI: https://www.websitewerk.de
Version: 1.0
Tags: Template f�r zahnbleaching-ratgeber.de
*/

/*---------- Offset Anchor-Links ----------*/
html {
  scroll-padding-top: 112px; /* height of sticky header */
}
#search-btn {
    cursor: pointer;
}
.header-bottom-front {
  background: url(/wp-content/uploads/media/zahnbleaching-ratgeber-top-start.jpg) center center no-repeat;
  box-shadow: 0 -6px 0 0 rgba(0,0,0,0.2) inset;
  min-height: 595px;
  height: 65vh;
  background-size: cover;
}

.header-bottom-front {
    margin-top: -112px;
}
div#n2-ss-2 .n2-font-4eadc3888534d913c51fb2af6b5d12b0-link a:hover {
   background:#9A053D !important;
}

/*---------- Back to Top ----------*/

#back-to-top {
  position:fixed;
  right:20px;
  bottom:20px;
  cursor:pointer;
  width:50px;
  height:50px;
  opacity: 0;
  background-color: transparent;
  transition: 0.3s linear;
  border: 2px solid #E3095A;
}
#back-to-top.show {
  position:fixed;
  right:20px;
  bottom:20px;
  cursor:pointer;
  width:50px;
  height:50px;
  opacity: 1;
  background-color: #ffffff;
  transition: 0.3s linear;
  border: 2px solid #E3095A;
  color: #E3095A;
}
#back-to-top.show:hover {
  background-color: transparent;
  transition: 0.3s linear;
  color: #9A053D;
}
#back-to-top .fas {
  position: relative;
  font-size: 25px;
  padding: 10px 12px;
}
.back-to-top-round {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}
.back-to-top-round.show {
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  border-radius:50%;
}

/*---------- Rating ----------*/
.star-rating, .back-stars, .front-stars {
  display: flex;
}

.star-rating .fas {
  font-size: 0.7rem;
  line-height: 1rem;
}

.back-stars {
  color: #c1c1c1;
  position: relative;
}

.front-stars {
  color: #E3095A;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
}
.front-stars .fas:before,
.back-stars .fas:before {
  margin-right: 3px;
}


/* Home-Block */


.front-overview .lb-ls h3 {
  color: #333333;
  font-weight: 600;
  font-size: 1.3rem;
  margin-top: 0;
  border-bottom: 0;
}
.front-overview .lb-ls h3:before {
  height: 0;
}
.lb-ls figure {
  margin-top: 5px;
}
.lb-ls .category {
  font-size: 0.8rem;
}
.lb-ls .reader {
  font-size: 0.8rem;
  color: #aaaaaa;
  margin-right: 20px;
}
.lb-ls .date {
  font-size: 0.8rem;
  color: #aaaaaa;
  margin-right: 20px;
}
.lb-ls .excerpt {
  margin: 5px 0 15px 0;
  line-height: 1.7rem;
}


.front-overview .lb-rs h3 {
  font-size: 0.95rem;
  line-height: 1.25rem;
  color: #333333;
  margin-top: 0;
  border-bottom: 0;
}
.front-overview .lb-rs h3:before {
  height: 0;
}
.lb-rs figure {
  margin: 5px 20px 0 0;
  max-width: 140px;
}

.lb-rs .media img {
  margin-right: 20px;
  max-width: 140px;
}

.lb-rs .reader {
  font-size: 0.8rem;
  color: #aaaaaa;
  margin-right: 20px;
}

.lb-rs .date {
  font-size: 0.8rem;
  color: #aaaaaa;
  margin-right: 20px;
}

.lb-rs .media p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}

.lb-rs .media a p {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lb-rs .media a:hover p {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lb-rs .media span {
    font-size: 0.85rem;
    color: #10697b;
    margin-top: 0;
    display: block;
}

.lb-rs .media {
  margin-bottom: 20px;
}


/* Progress Container */
.progress-container-top {
    width: 100%;
    height: 2px;
}
.progress-bar-top {
    height: 2px;
    background: #52bbce;
    width: 0%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width .6s ease;
}

/* Accordion */
.accordion .card {
  border: 0;
}
.accordion .card .card-header {
    padding: .50rem 1.25rem;
    margin-bottom: 5px;
    border-bottom: 0px solid rgba(0,0,0,.125);
    border-radius: 5px;
    cursor: pointer;
}
.accordion .card .card-title {
    margin-bottom: 1.25rem;
    font-size: 0.90rem;
    font-weight: 600;
}
.accordion .card .card-body {
    padding: 1.25rem;
    font-size: 0.95rem;
    line-height: 1.5rem;
}
.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    font-weight: 900;
    color: #e3095a;
}
.accordion .card-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    color: #e3095a;
}
.card-body p {
    margin-top: 20px;
}

/* Accordion-Filter */
#accordion-filter.accordion .card .card-header {
    padding: .50rem 1.25rem;
    margin-bottom: 5px;
    background: #e3095a;
    border-bottom: 0px solid rgba(0,0,0,.125);
    border-radius: 5px;
    cursor: pointer;
}
#accordion-filter.accordion .card .card-title {
    margin-bottom: 0;
    font-size: 0.90rem;
    font-weight: 600;
}
#accordion-filter.accordion .card .card-body {
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.5rem;
}
#accordion-filter.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    content: "\f068";
    float: right;
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 15px;
}
#accordion-filter.accordion .card-header.collapsed:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 15px;
}
#accordion-filter.accordion .card .card-body {
    padding: 0;
    font-size: 0.95rem;
    line-height: 1.5rem;
}

/* Mega-Menu */
.mega-block-title {
   background-color: #52bbce;
   color: #ffffff;
}
.mega-menu-wrap ul ul {
    padding-left: 0;
}
.mega-menu-wrap ul ul li {
    list-style: none;
    background: #f8f8f8;
    margin-top: 10px;
    padding: 5px 10px;
    font-size: 0.9rem;
}
.mega-menu-wrap ul ul li a {
    color: #333333;
}
.mega-menu-wrap ul ul li a:hover {
    color: #52bbce;
    padding-left: 5px;
}
.mega-menu-wrap ul ul li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 5px;
    float: left;
}

/* Superfly-Menu */
/* Super Flyout-Men� - Button */
.sfm-rollback {
    position: relative;
}
.sfm-navicon-button {
    right: 0 !important;
    top: -26px !important;
    background: transparent !important;
}
.sfm-label-metro .sfm-navicon,
.sfm-label-metro .sfm-navicon:before,
.sfm-label-metro .sfm-navicon:after {
    height: 2px !important;
    background-color: #000000 !important;
}
/* Header Top */
.header-top {
    position: relative;
    height: 32px;
    color: #ffffff;
    background: #ffffff;
    font-size: 0.8rem;
    z-index: 1;
    border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
html {
  scroll-behavior: smooth;
}

.similar-posts h4 {
    color: #333333;
    font-size: 1.2rem;
    font-weight: 600;
}
.similar-posts a.img-link {
    color: #8c8c8c;
    padding: 0;
    font-size: 0.75rem;
    line-height: 0.85rem;
}

.header-top,
.header-top a {
   color: #333333;
}

.hinweis {
    font-size: 0.85rem;
    line-height: 1.3rem;
    color: #8c8c8c;
    border-radius: 3px;
    padding: 15px;
    background: #f7f7f7;
    margin: 50px 0 0 0;
}

.read-more-section {
 background: #f8f8f8;
 border-top: 1px solid #e8e8e8;
 position: relative;
}

.single-top-info {
    background: #f8f8f8;
    padding: 15px;
}
.content-main-img {
    margin-top: 0;
    margin-bottom: 70px;
    max-height: 330px;
}
@media (min-width: 992px) and (max-width: 1199px) {
.content-main-img {
   max-width: 565px;
}
}
@media (min-width: 1199px) {
.content-main-img {
   max-width: 792px;
}
}
.search-main-img {
    margin-bottom: 0;
    max-height: 330px;
}
.sidewrap {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    overflow: hidden;
}
.sidetext {
    font-size: 0.8rem;
    line-height: 1rem;
    font-weight: 600;
    margin-top: 10px;
}
.sidetext a {
    color: #333333;
}
.sidetext a:hover {
    color: #52bbce;
}
.sidewrap img {
    margin: 0;
    border-radius: 5px;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform 0.3s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.sidewrap:hover img {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    -webkit-transform 0.3s ease;
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.admin-bar .sticky-top {
    top: 32px;
}
.admin-bar .header {
    top: 32px;
}

/* Bilder im Content */


.image-container,
figure {
    overflow: hidden;
    border-radius: 5px;
}
.image-container img,
figure img {
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.image-container:hover img,
figure:hover img {
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}






.image-container,
figure,
.figure {
    overflow: hidden;
    border-radius: 5px;
    display: inline-block;
    position: relative;
    margin-top: 35px;
    margin-bottom: 5px;
}
.image-caption {
    position: absolute;
    bottom: 16px;
    left: 0px;
    background: #52bbce;
    display: block;
    color: #ffffff;
    padding: 5px 25px;
}
.image-caption-below,
figcaption {
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.0rem;
    color: #717171;
    text-align: center;
}



.header-color #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    color: #333333;
   -webkit-transition:all .3s linear;
   -moz-transition:all .3s linear;
   -o-transition:all .3s linear;
   transition:all .3s linear;
}
.logo-container a {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
   -webkit-transition:all .3s linear;
   -moz-transition:all .3s linear;
   -o-transition:all .3s linear;
   transition:all .3s linear;
}
.logo-container a img {
   width: 25px;
   height: 25px;
   margin-top: -4px;
}
@media (min-width: 576px) {
.logo-container a {
    color: #333333;
    font-size: 26px;
    font-weight: 600;
   -webkit-transition:all .3s linear;
   -moz-transition:all .3s linear;
   -o-transition:all .3s linear;
   transition:all .3s linear;
}
.logo-container a img {
   width: 25px;
   height: 25px;
   margin-top: -5px;
}
}
.header-color .logo-container a {
    color: #333333;
}
.logo-footer {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333333;
}
.header-outer {
    height: 75px;
    background: rgba(255, 255, 255, 1);
   -webkit-transition:all .3s linear;
   -moz-transition:all .3s linear;
   -o-transition:all .3s linear;
   transition:all .3s linear;
   border-bottom: 1px solid rgba(220, 220, 220, 0.5);
}
.header-outer.header-color {
    height: 75px;
    background: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}
/* Small-Text */
.small-info {
    font-size: 80%;
    font-weight: 400;
    line-height: 1.2rem;
}

/* Progress Bar */
.progress-bar {
  width: 0;
  background-color: #e3095a;
  text-align: left;
  padding-left: 15px;
  -webkit-animation: progress 1.5s ease-in-out forwards;
          animation: progress 1.5s ease-in-out forwards;
}
.progress {
    height: 1.5rem;
    font-size: .85rem;
    background-color: #b1b1b1;
}
.progress-bar .title {
  opacity: 0;
  -webkit-animation: show 0.35s forwards ease-in-out 0.5s;
          animation: show 0.35s forwards ease-in-out 0.5s;
}

@-webkit-keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes progress {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.breadcrumbs-search {
    font-size: 0.85rem;
    margin: 10px 0 45px 0;
}

.header-bottom.modern,
.header-bottom.modern-small {
    background: linear-gradient(0, #64a1d0 0, #2D87CD 65%);
    background-image: url(/wp-content/uploads/media/zahnbleaching-bg.jpg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    overflow: hidden;
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 0;
    margin-top: -112px;
    padding-top: 170px;
    border-bottom: 1px solid #e8e8e8;
}
.header-bottom.modern {
    min-height: 65vh;
}
.header-bottom.modern-small {
    min-height: 25vh;
}
.header-bottom .topline {
    font-size: 1.2rem;
    line-height: 1.5rem;
    margin: 0;
    font-weight: 600;
    color: #19647e;
}
.header-bottom h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 0 0 25px 0;
    font-weight: 900;
    color: #333333;
}
.header-bottom.modern-small h1 {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
    font-weight: 900;
    color: #333333;
}
.header-bottom .lead {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 25px;
}

@media (min-width: 768px) {
.header-bottom.modern {
    background: linear-gradient(0, #64a1d0 0, #2D87CD 65%);
    background-image: url(/wp-content/uploads/media/zahnbleaching-bg.jpg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
    overflow: hidden;
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    z-index: 0;
    margin-top: -112px;
    padding-top: 112px;
    min-height: 75vh;
}
.header-bottom .topline {
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
    font-weight: 600;
    color: #19647e;
}
.header-bottom h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 25px 0;
    font-weight: 900;
    color: #333333;
}
}

@media (min-width: 992px) {
.header-bottom .topline {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin: 0;
    font-weight: 600;
    color: #19647e;
}
.header-bottom h1 {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin: 0 0 25px 0;
    font-weight: 900;
    color: #333333;
}
}
@media (min-width: 1200px) {
.header-bottom .topline {
    font-size: 1.5rem;
    line-height: 2.5rem;
    margin: 0;
    font-weight: 600;
    color: #19647e;
}
.header-bottom h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin: 0 0 25px 0;
    font-weight: 900;
    color: #333333;
}
.header-bottom .lead {
    font-weight: 500;
    font-size: 1rem;
}
.header-bottom.modern-small h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin: 0;
    font-weight: 900;
    color: #333333;
}
}



h1,h2,h3,h4,h5,h6 {
    font-family: 'Titillium Web', sans-serif;
}

.modern .shape {
    background-image: -moz-linear-gradient(-57deg,#7121ff 0%,#21d4fd 100%);
    background-image: -webkit-linear-gradient(-57deg,#7121ff 0%,#21d4fd 100%);
    background-image: -ms-linear-gradient(-57deg,#7121ff 0%,#21d4fd 100%);
    position: absolute;
    left: -456px;
    top: -178px;
    width: 1095px;
    height: 602px;
    border-radius: 90px;
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
    z-index: -1;
    opacity: .20;
}
.modern .shape.two {
    background-image: -moz-linear-gradient(-75deg,#7121ff 0%,#21d4fd 100%);
    background-image: -webkit-linear-gradient(-75deg,#7121ff 0%,#21d4fd 100%);
    background-image: -ms-linear-gradient(-75deg,#7121ff 0%,#21d4fd 100%);
    position: absolute;
    left: 689px;
    top: 458px;
    border-radius: 150px;
    width: 816px;
    height: 702px;
}


/* Breadcrumbs */
.breadcrumbs {
   font-size: 13px;
   font-weight: 400;
}

.header-change #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 60px;
    height: 60px;
}

<!-- Full Overlay Search-->
.overlay-search {
  color: #ffffff;
  cursor: pointer;
}
.header-color .overlay-search {
  color: #333333;
  cursor: pointer;
}
.overlay-search #search-overlay {
  display:none;
}
.overlay-search .block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  margin: 0;
}
.overlay-search .block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;
  /* Adjusts for spacing */
  /* For visualization
  background: #808080; width: 5px;
  */
}
.overlay-search .centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}
.overlay-search #search-box {
  position: relative;
  width: 100%;
  margin: 0;
}
.overlay-search #search-form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    overflow: hidden;
}
.overlay-search #search-text {
  font-size: 14px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}
.overlay-search #search-box input[type="text"] {
    width: 100%;
    padding-left: 25px;
    color: #333;
    outline: none;
    font-size: 1.4rem;
    line-height: 3.9rem;
}
.overlay-search #search-button {
  position: absolute;
  top: 0;
  right: 0;
  height: 64px;
  width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-width: 0;
  background-color: #E3095A;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
 -webkit-transition:all .3s linear;
 -moz-transition:all .3s linear;
 -o-transition:all .3s linear;
 transition:all .3s linear;
}
.overlay-search #search-button:hover {
  background-color: #9A053D;
}
.overlay-search #close-btn {
    position: fixed;
    right: 35px;
    top: 35px;
    cursor: pointer;
    color: #ffffff;
}
.overlay-search #close-btn:hover {
    position: fixed;
    right: 35px;
    top: 35px;
    cursor: pointer;
    color: #cccccc;
}

/* Allgemein */
img {
   border-radius: 5px;
}
/* Links */
a {
  color: #52bbce;
 text-decoration: none;
 background-color: transparent;
 -webkit-transition:all .3s linear;
 -moz-transition:all .3s linear;
 -o-transition:all .3s linear;
 transition:all .3s linear;
}
a:hover {
 color: #19647e;
 text-decoration: none;
 background-color: transparent;
 -webkit-transition:all .3s linear;
 -moz-transition:all .3s linear;
 -o-transition:all .3s linear;
 transition:all .3s linear
}




/*
.admin-bar header {
 top: 32px;
}
*/
.btn-primary {
 color: #fff;
 background-color: #e54b4b;
 border-color: #e54b4b;
 text-shadow: 0 1px 0px #757575;
}
.btn-secondary {
 color: #fff;
 background-color: #52bbce;
 border-color: #52bbce;
 text-shadow: 0 1px 0px #757575;
}
/* Header */
.header {
 background-color: rgba(255,255,255,1);
 height: 90px;
 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 -webkit-transition:all .3s linear;
 -moz-transition:all .3s linear;
 -o-transition:all .3s linear;
 transition:all .3s linear
}
.header.header-change {
 background-color: rgba(255,255,255,1);
 height: 70px;
 -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
 -webkit-transition:all .3s linear;
 -moz-transition:all .3s linear;
 -o-transition:all .3s linear;
 transition:all .3s linear
}

/*---------- See Amazon-Button ----------*/

#see-amazon {
  position:fixed;
  left:20px;
  bottom:20px;
  cursor:pointer;
  width:50px;
  height:50px;
  opacity: 0;
  transition: 0.3s linear;
  border: 2px solid #E3095A;
}
#see-amazon.show {
  position:fixed;
  right:20px;
  bottom:20px;
  cursor:pointer;
  width:50px;
  height:50px;
  opacity: 1;
  background-color: #ffffff;
  transition: 0.3s linear;
  border: 2px solid #E3095A;
  color: #E3095A;
  z-index: 1;
}
#see-amazon.show:hover {
  background-color: rgb(255 255 255 / 0.85);
  transition: 0.3s linear;
  color: #E3095A;
}
#see-amazon .fab {
  position: relative;
  font-size: 25px;
  padding: 10px 12px;
}
#see-amazon .fab:after {
  content: '*';
  position: absolute;
  font-size: 1.2rem;
  top: 5px;
  right: 7px;
}


/* Top-Logo */
.top-logo {
width: 300px;
}
/* Top-Gravatar */
.gravatar {
 border-radius: 50%;
 width: 35px;
 height: 35px;
 margin-left: 10px;
 border: 2px solid #ffffff;
}
/* Top-Men� */
.top-menu {
 color: #ffffff;
 font-weight: bold;
 font-size: 16px;
}
/* Top-Slider */
@media (max-width: 576px) {
#top-slider {
 height: 236px !important;
 margin-top: 0;
 overflow: hidden;
}
#top-slider .carousel-item img {
 height: auto;
 width: 120%;
}
}
@media (min-width: 576px) {
#top-slider {
 height: 75vh;
 overflow: hidden;
 margin-top: -90px;
}
#top-slider .carousel-inner {
    height: 100%;
}
#top-slider .carousel-item img {
 height: auto;
 width: 100%;
}
#top-slider .carousel-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
}
.carousel-control-prev,
.carousel-control-next {
  cursor: pointer;
}

#header-bottom {
 position: relative;
 z-index: 10;
 background: #f8f8f8;
 border-bottom: 1px solid #e8e8e8;
 margin-bottom: 50px;
}
/* Breadcrumbs */
#breadcrumbs {
 background-color: #faf5fa;
 color: #333333;
 font-size: 14px;
 height: 30px;
}
#breadcrumbs a {
 color: #333333;
 font-size: 14px;
}
#breadcrumbs a {
 text-decoration: none;
 color: #333333;
 font-size: 14px;
}

/* Info-Navigation */
.admin-bar .info-nav {
 top: 112px;
}
.info-nav {
 top: 80px;
 height: 44px;
 z-index: 50;
 background: #69316C;
}

/* Inhaltsverzeichnis */
@media (max-width: 575px) {
.lwptoc_header {
    margin-top: -3px;
}
}
.lwptoc_item_number {
    float: left;
}
.lwptoc_item a span:nth-of-type(2) {
  padding-left: 22px;
  display: block;
}

.lwptoc {
    margin: -30px 0 0 25px !important;
    font-weight: 300;
    z-index: 3;
}
.lwptoc_items {
  position: relative;
  left: -25px;
}

@media (min-width: 768px) {
.lwptoc {
    margin: -33px 0 0 25px !important;
    font-weight: 300;
    z-index: 3;
}
}
.lwptoc_i {
    padding: 5px 0px 0px 0px !important;
}
.lwptoc a {
   color: #333333;
}
.lwptoc a:hover {
   color: #52bbce;
}

/* Scrollmen� */
.scrollmenu {
  white-space: nowrap;
  margin: 0 -10px;
  padding: 0 10px;
  list-style: none;
  display: flex;
  width: 500px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scrollmenu a {
  display: inline-block;
  padding: 14px;
  text-decoration: none;
}
/* optional style active link */
.navbar-light .navbar-nav .nav-link.active {
    background-color: #52bbce;
    color: #ffffff;
}

/* Content */
#full-content {
 background: #ffffff;
}
.content-block {
    padding: 0 0 20px 0;
    background-color: #fff;
    margin-bottom: 40px;
}
.image-block {
    padding: 0;
    border-radius: 5px;
    background-color: #fff;
    margin: 40px -20px 40px -20px;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.image-block img {
    border-radius: 5px;
}
h1, h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #333333;
    font-weight: 600;
    margin: 75px 0 25px 0;
}
h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
    color: #333333;
    font-weight: 600;
    margin: 75px 0 25px 0;
}
.sidebar h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
    color: #333333;
    font-weight: 600;
    margin: 75px 0 25px 0;
}
.content-section h3 {
    font-size: 1.3rem;
    line-height: 1.88rem;
    color: #333333;
    font-weight: 600;
    margin: 40px 0 25px 0;
}
body {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #363F5A;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
@media (min-width: 576px) {
body {
    font-size: 1rem;
    line-height: 1.7rem;
    color: #363F5A;
}
.content-block {
    padding: 0 0 20px 0;
    background-color: #fff;
    margin-bottom: 40px;
}
.image-block {
    padding: 0;
    border-radius: 0;
    background-color: #fff;
    margin: 40px 0 40px 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
}
.image-block img {
    border-radius: 0;
}
h1, h2 {
    font-size: 1.6rem;
    line-height: 2.1rem;
    color: #292f36;
    font-weight: 600;
    margin: 65px 0 25px 0;
}
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #292f36;
    font-weight: 600;
    margin: 65px 0 25px 0;
}
.sidebar h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    color: #292f36;
    font-weight: 600;
    margin: 65px 0 25px 0;
}
.content-section h3 {
    font-size: 1.5rem;
    line-height: 2.0rem;
    color: #292f36;
    font-weight: 600;
    margin: 40px 0 25px 0;
}
.totalpoll-questions {
    margin: 0 10px !important;
}
.totalpoll-question-content h2 {
    font-size: 1.5rem !important;
    line-height: 2.0rem !important;
    color: #292f36 !important;
    font-weight: 600 !important;
    position: relative !important;
    border-bottom: 2px solid #e8e8e8 !important;
    padding-bottom: 10px !important;
    margin: 40px 0 25px 0 !important;
}
.totalpoll-question-content h2:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #E3095A;
}
}

.totalpoll-question,
.totalpoll-question-choices-item {
   padding: 5px 0 !important;
}

.content-header-section {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 -20px 25px -20px;
    padding: 15px 20px;
}
.content-header-section h3 {
    font-size: 1.50rem;
    color: #52bbce;
    font-weight: 400;
    margin: 0;
}
/* Content */
.right-sidebar {
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
.outer-sidebar {
    top: 125px;
    padding-bottom: 100px;
    z-index: 0;
}
}
@media (min-width: 992px) {
.content-section {
    padding: 0 60px 90px 15px;
}
/* Sidebar */
.sidebar {
    position: relative;
    z-index: 0;
}
}
@media (min-width: 1200px) {
.content-section {
    padding: 0 80px 90px 80px;
}
}

.no-underline {
   border-bottom: 0;
}
.no-underline:before {
   height: 0;
}
h1.heading-center,
h2.heading-center,
h3.heading-center {
    position: relative;
    border-bottom: 0;
    padding-bottom: 25px;
    margin: 0 0 25px 0 !important;
}
h1.heading-center:before,
h2.heading-center:before,
h3.heading-center:before {
    content: "";
    position: absolute;
    width: 8%;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-bottom: 2px solid #e3095a;
}
h1.heading,
h2.heading,
h3.heading {
    position: relative;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 10px;
}
h1.heading:before,
h2.heading:before,
h3.heading:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #E3095A;
}
h1,
h2,
h3 {
    position: relative;
    padding-bottom: 10px;
}
h1:before,
h2:before,
h3:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: -2px;
    width: 70px;
    background-color: #E3095A;
}

.content-section .fa-ul,
ul.sidebar-list {
    list-style: none;
    padding-left: 0;
    margin-left: 25px;
}
.content-section .fa-ul .fa-li,
ul.sidebar-list .fa-li {
    top: 1px;
}
ul.sidebar-list li {
    margin-bottom: 5px;
}
ul.sidebar-list li a {
    color: #333333;
    font-weight: 500;
}
ul.sidebar-list li a:hover {
    color: #e3095a;
}
/* Responsive Videos */
.embed-responsive.embed-responsive-16by9 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.embed-responsive.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* Diese Angabe macht HTML5 Videos responsive */
video {
    width: 100% !important;
    height: auto !important;
}


/* Horizontales Scrollmen� */



        .pn-ProductNav_Wrapper {
          position: relative;
          padding: 0 11px;
          box-sizing: border-box;
        }

        .pn-ProductNav {
          /* Make this scrollable when needed */
          overflow-x: auto;
          /* We don't want vertical scrolling */
          overflow-y: hidden;
          /* For WebKit implementations, provide inertia scrolling */
          -webkit-overflow-scrolling: touch;
          /* We don't want internal inline elements to wrap */
          white-space: nowrap;
          /* If JS present, let's hide the default scrollbar */
          /* positioning context for advancers */
          position: relative;
          font-size: 0;
        }
        .js .pn-ProductNav {
          /* Make an auto-hiding scroller for the 3 people using a IE */
          -ms-overflow-style: -ms-autohiding-scrollbar;
          /* Remove the default scrollbar for WebKit implementations */
        }
        .js .pn-ProductNav::-webkit-scrollbar {
          display: none;
        }

        .pn-ProductNav_Contents {
          float: left;
          -webkit-transition: -webkit-transform .2s ease-in-out;
          transition: -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out;
          transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
          position: relative;
        }

        .pn-ProductNav_Contents-no-transition {
          -webkit-transition: none;
          transition: none;
        }

        .pn-ProductNav_Link {
          text-decoration: none;
          color: #fff;
          font-size: 1.0rem;
          font-family: -apple-system, sans-serif;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          min-height: 44px;
          padding: 0 25px;
        }
        .pn-ProductNav_Link[aria-selected="true"] {
          color: #111;
        }

        .pn-Advancer {
          /* Reset the button */
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          background: transparent;
          padding: 0;
          border: 0;
          /* Now style it as needed */
          position: absolute;
          top: 0;
          bottom: 0;
          /* Set the buttons invisible by default */
          opacity: 0;
          -webkit-transition: opacity .3s;
          transition: opacity .3s;
        }
        .pn-Advancer:focus {
          outline: 0;
        }
        .pn-Advancer:hover {
          cursor: pointer;
        }

        .pn-Advancer_Left {
          left: 0;
        }
        [data-overflowing="both"] ~ .pn-Advancer_Left, [data-overflowing="left"] ~ .pn-Advancer_Left {
          opacity: 1;
        }

        .pn-Advancer_Right {
          right: 0;
        }
        [data-overflowing="both"] ~ .pn-Advancer_Right, [data-overflowing="right"] ~ .pn-Advancer_Right {
          opacity: 1;
        }

        .pn-Advancer_Icon {
          width: 20px;
          height: 44px;
          fill: #bbb;
        }

        .pn-ProductNav_Indicator {
          position: absolute;
          bottom: 0;
          left: 0;
          height: 4px;
          width: 100px;
          background-color: transparent;
          -webkit-transform-origin: 0 0;
                  transform-origin: 0 0;
          -webkit-transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
          transition: background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
          transition: transform .2s ease-in-out, background-color .2s ease-in-out;
          transition: transform .2s ease-in-out, background-color .2s ease-in-out, -webkit-transform .2s ease-in-out;
        }




/* Suchergebnisse */
#search-results .card-header {
 padding-bottom: 5px;
}

#search-results .img-hover-zoom {
 box-shadow: rgba(51, 51, 51, 0.15) 0px 0px 10px 5px;
 transition: 0.6s ease;
}
#search-results .img-hover-zoom:hover {
 box-shadow: rgba(51, 51, 51, 0.35) 0px 0px 10px 5px;
 transition: 0.6s ease;
}

#search-results .img-hover-zoom .card-img-top {
 transition: transform 0.6s ease;
}
#search-results .img-hover-zoom:hover .card-img-top {
  transform: scale(1.2);
}
#search-results .card-img-top-container {
 background: #e8e8e8;
 height: 100%;
 display: block;
 overflow: hidden;
}
#search-results .flag-in-search-result {
 position: absolute;
 width: 30px;
 height: 30px;
 z-index: 99;
 right: 55px;
 top: 28px;
 border-radius: 50%;
 background: #ffffff;
}
#search-results .description {
 font-size: 0.8rem;
 font-weight: 500;
 color: #7a154a;
}
#search-results .description i:before {
 color: #7A154A;
}
#search-results .name {
 position: absolute;
 z-index: 33;
 background: #7A154A;
 font-size: 17px;
 letter-spacing: 0.1rem;
 font-weight: 600;
 padding: 5px 10px;
 top: 15px;
 overflow: visible;
 left: 5px;
}
#search-results .name i {
 color: #ffffff;
}
#search-results .name a {
 color: #fff;
}
#search-results .name a:hover {
 color: #fff;
 text-decoration: none;
}
#search-results .name:before {
 position: absolute;
 content: "";
 left: 0px;
 border-top: 10px solid #000;
 border-left: 12px solid transparent;
 bottom: -10px;
}

/* Favoriten auf Suchseiten */
#search-results .favorite {
 position: absolute;
 right: 15px;
 top: 10px;
 z-index: 10;
}
#search-results .favorite .simplefavorite-button i:before,
#search-results .favorite .login i {
 font-size: 24px;
 color: #ffffff;
}
#search-results .favorite .simplefavorite-button.active i:before {
 font-size: 24px;
 color: #ff0000;
}
/* Cards */
.card-body .card-location {
 font-size: 0.85rem;
 color: #d8d8d8;
}
.card-body .card-price-range .price-range i {
 font-size: 15px;
}
.card-body .card-excerpt {
 font-size: 1rem;
}
/* Price-Range */
.price-range {
 position: relative;
 display: flex;
}
.price-range i {
 font-size: 18px;
 line-height: 1;
 color: #b8b8b8;
}
.price-range-cheap i:first-child {
 color: #7a154a;
}
.price-range-moderate i:nth-child(-n+2) {
 color: #7a154a;
}
.price-range-expensive i:nth-child(-n+3) {
 color: #7a154a;
}
.price-range-ultra i {
 color: #7a154a;
}
.price-range i:not(:last-child) {
 margin-right: 3px;
}


#top-slider:before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.5) 92.5%, rgba(0, 0, 0, 1.0) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.5) 92.5%, rgba(0, 0, 0, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.5) 92.5%, rgba(0, 0, 0, 1.0) 100%);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.card-img {
 position: relative;
}
.card-img:before {
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.5) 92.5%, rgba(0, 0, 0, 1.0) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.5) 92.5%, rgba(0, 0, 0, 1.0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 85%, rgba(0, 0, 0, 0.5) 92.5%, rgba(0, 0, 0, 1.0) 100%);
    bottom: 0;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}






/* Werbung */
.ad,
.sidebar-ad-oben {
    position: relative;
}
.sidebar-ad-oben img {
    width: 100%;
    height: auto;
}
.ad:after {
    content: 'Anzeige';
    font-size: 10px;
    line-height: 10px;
    color: #c3c3c3;
    font-weight: 300;
    position: absolute;
    right: -5px;
    background: #fff;
    padding: 0 10px;
    bottom: -15px;
}

/* Header-Images mit Text */

.nav-media .media img {
  margin-right: 20px;
  max-width: 100px !important;
}
.nav-media .media p {
  font-size: 0.9rem;
  line-height: 1.4rem;
  font-weight: 300;
  margin-bottom: 0;
}
.nav-media .media a p  {
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-media .media a:hover p {
  color: #e8e8e8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-media .media span {
    font-size: 0.85rem;
    color: #52bbce;
    margin-top: 0;
    display: block;
}
.nav-media .media:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}
/* Footer - Ready - 04.06.2020 */

footer {
  padding: 150px 0px 0px;
  margin-top: -1px;
  background: linear-gradient(193.25deg,#01BFC7 0%,#2D90BE 100%);
  overflow: hidden;
}
footer:before {
    box-shadow: 0 0 1px rgba(255,255,255,0);
    transform: perspective(966px) rotate(-3deg);
    content: '';
    position: absolute;
    top: -100px;
    left: -10px;
    right: -10px;
    height: 150px;
    background: #f8f8f8;
}
.footer .widget1 p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 26px;
}

.footer .socialLinks {
  margin-top: 28px;
}

.socialLinks ul li {
  display: inline-block;
}

.socialLinks ul li a i {
  display: block;
  margin: 0 2px;
  width: 40px;
  height: 40px;
  background: #fafafa;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.socialLinks ul li a .fa-facebook-f {
  color: #4267b2;
}

.socialLinks ul li a .fa-twitter {
  color: #1da1f2;
}

.socialLinks ul li a .fa-google-plus-g {
  color: #dd5044;
}

.socialLinks ul li a .fa-linkedin-in {
  color: #0177b5;
}

.socialLinks ul li a:hover i {
  color: #fff;
}

.socialLinks ul li a:hover .fa-facebook-f {
  background: #4267b2;
}

.socialLinks ul li a:hover .fa-twitter {
  background: #1da1f2;
}

.socialLinks ul li a:hover .fa-google-plus-g {
  background: #dd5044;
}

.socialLinks ul li a:hover .fa-linkedin-in {
  background: #0177b5;
}

blockquote {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8rem;
    font-weight: 500;
    padding: 30px 40px 10px 40px;
    background: linear-gradient(193.25deg,#01BFC7 0%,#2D90BE 100%);
    border-radius: 0;
    color: #ffffff;
    margin: 50px -15px;
}
.blockquote-border {
    border-left: 5px solid #e2095a;
    padding-left: 15px;
    font-style: italic;
    font-weight: 600;
    margin: 45px 0;
}

@media (min-width: 576px) {
blockquote {
    text-align: center;
    font-size: 1.0rem;
    line-height: 1.8rem;
    font-weight: 500;
    padding: 25px 20px 5px 20px;
    background: linear-gradient(193.25deg,#01BFC7 0%,#2D90BE 100%);
    border-radius: 5px;
    color: #ffffff;
    margin: 8px 0 15px 40px;
    width: 45%;
    float: right;
}
}

.footer h5 {
  margin-bottom: 25px;
  font-weight: 600;
  color: #fff;
  font-size: 1.3rem;
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.45);
}

.footer .widget2 .media img {
  margin-right: 20px;
  max-width: 100px;
}

.footer .widget2 .media p {
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 0;
}

.footer .widget2 .media a p {
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .widget2 .media a:hover p {
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer .widget2 .media span {
    font-size: 0.85rem;
    color: #10697b;
    margin-top: 0;
    display: block;
}

.footer .widget2 .media {
  margin-bottom: 20px;
}

.footer .widget3 ul,
.footer .widget4 ul {
    list-style: none;
    padding-left: 0;
    color: #ffffff;
}

.footer .widget3 ul li a,
.footer .widget4 ul li a {
  font-size: 1rem;
  padding-left: 5px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block;
}

.footer .widget3 ul li a:hover,
.footer .widget4 ul li a:hover {
  color: #ffffff;
  padding-left: 10px;
}


.copyright {
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.copyright a {
  color: rgba(255, 255, 255, 0.8);
}
.copyright a:hover {
  color: rgba(255, 255, 255, 1);
}



.outer-sidebar .media img {
  margin-right: 20px;
  max-width: 100px;
}
.outer-sidebar .media p {
  font-size: 16px;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  line-height: 26px;
}

.outer-sidebar .media span {
  font-size: 12px;
  color: #ffb606;
  text-transform: uppercase;
  margin-top: 15px;
  display: block;
}

.outer-sidebar .media {
  margin-bottom: 20px;
}


.social-sharing-links {
    position: relative;
}
.social-sharing-links a {
    margin-bottom: 5px;
    width: 56px;
    height: 56px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.025);
    text-align: center;
    font-size: 20px;
    line-height: 56px;
    -webkit-transition: opacity .3s cubic-bezier(.32,.74,.57,1);
    -moz-transition: opacity .3s cubic-bezier(.32,.74,.57,1);
    -ms-transition: opacity .3s cubic-bezier(.32,.74,.57,1);
    -o-transition: opacity .3s cubic-bezier(.32,.74,.57,1);
    transition: opacity .3s cubic-bezier(.32,.74,.57,1);
}
.social-sharing-links a:hover {
    opacity: .7;
}
.social-sharing-links .share-facebook i {
    color: #568fce;
}
.social-sharing-links .share-twitter i {
    color: #27c2f5;
}
.social-sharing-links .share-pinterest i {
    color: #f7333e;
}
.social-sharing-links .share-email i {
    color: #19647e;
}


.social-sharing-links:after {
    position: absolute;
    bottom: -45px;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-image: radial-gradient(currentColor 1px,transparent 1px);
    background-position: 1px 1px;
    background-size: 5px 5px;
    content: '';
    opacity: .2;
}




.bg.button {
  position: absolute;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  border-radius: 100%;
  bottom: 30px;
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-15px);
  }
}



.button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 99;
  border: none;
  background: transparent;
  background-size: 18px;
  cursor: pointer;
  outline: none;
}

a .button {
  position: absolute;
  color: #19647e;
  font-size: 17px;
}

























































































.fade:not(.show) {
    opacity: 1 !important;
}
.owl-carousel .owl-item img {
    display: block;
}
.owl-carousel.off {
    display: block;
}
.btn-primary {
    color: #fff;
    background: #E3095A;
    border-color: #E3095A;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background: #9A053D;
    border-color: #9A053D;
}
.color {
    color: #e3095a;
}
.color-2 {
    color: #52bbce;
}
.green-color {
    color: #7ab317;
}
.red-color {
    color: #c01313;
}
/* Info-Container */
.info-container {
    border-radius: 5px;
    padding: 0px 15px;
    margin: 15px 0;
    font-size: 0.9rem;
    background: #ffffff;
}
/* Allgemein */
@media (max-width: 767px) {
.product-container {
    padding-left: 7.5px;
    padding-right: 7.5px;
}
.product-container .card .row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
}

.products {
    font-size: 0.9rem;
}
.products-bg {
    background: #eaecf1;
    padding-bottom: 25px;
}
@media (min-width: 576px) {
.products-bg {
    padding-bottom: 100px;
}
}
#products-in-content {
    padding: 15px 0 50px 0;
}
.products .head {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 10px;
}
.products .number {
    font-weight: 700;
    font-size: 1rem;
}
.products .card {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.products .card:hover {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

/* Image */
.products .image {
    opacity: 1;
    position: relative;
    padding: 5px;
    height: 130px;
    width: 110px;
    margin: 15px auto;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.products .card:hover .image {
    opacity: .8;
    transform: scale(.95);
    transition: transform 150ms ease-out;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.products .image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    padding: 10px;
    max-height: 100%;
}
/* Erotik-Bilder unkenntlich machen */
.cat-77-id .img-fsk {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
/* Brand */
.products .brand {
    font-size: 0.8rem;
    color: #52bbce;
    font-weight: 600;
    height: 34px;
    line-height: 1.5rem;
    overflow: hidden;
    padding: 10px 10px 0 10px;
}
/* Title */
.products .title {
    overflow: hidden;
    padding: 5px 10px 0;
    color: #333333;
    font-weight: 500;
    font-size: 0.85rem;
    line-height: 1.35rem;
}
.products .title a {
    color: #333333;
}
.products .title a:hover {
    color: #52bbce;
}
#products.products .title {
    line-height: 1.5rem;
    height: 55px;
}
#products-in-content.products .title,
#products-in-sidebar.products .title {
    height: 50px;
}

#products-in-content .owl-prev {
    position: absolute;
    left: -15px;
}
#products-in-content .owl-next {
    position: absolute;
    right: -15px;
}

/* Single Product-Page */
.marke-value {
 text-transform: capitalize;
}
.div-striped div.d-flex:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.div-striped div.d-flex {
    padding: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.product-main-image figure {
    position: relative;
    padding: 25px;
}
.product-main-image .sale-off {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #e3095a;
}
.text-small {
  font-size: 0.9rem;
}

/* Compare-Buttons */
.simplefavorites-clear {
    position: relative;
    background: none;
    border: none;
    padding: 0;
    color: #52bbce;
    transition: 0.3s linear;
}
.simplefavorites-clear:before {
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     margin-right: 5px;
     content: "\f2ed";
}
.simplefavorites-clear:hover {
    color: #333333;
}
.add-compare,
.remove-compare {
   cursor: pointer;
}
.compare-header {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
.no-gutters-xs {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters-xs>.col, .no-gutters-xs>[class*=col-] {
    padding-right: 2px;
    padding-left: 2px;
}
}
/* Produkt-Vergleich */
.compare-outer {
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.compare-outer {
  font-size: 0.85rem;
}
.comparison-table .owl-nav {
    position: absolute;
    top: -45px;
    right: 0;
}
.comparison-table .owl-nav .owl-prev,
.comparison-table .owl-nav .owl-next {
    background-color: #e3095a;
    border: 0;
    height: 36px;
    width: 36px;
    color: #ffffff;
    outline: none;
}
.comparison-table .owl-nav .owl-prev {
    border-right: 1px solid #ffffff;
}
.compare-outer .sale-off {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #e3095a;
}
.owl-item:first-of-type .compare-outer {
  border-left: 1px solid #e8e8e8;
}











.info-section {
 font-size: 0.85rem;
 line-height: 1.2rem;
}
.info-section-left {
 font-weight: 600;
}
.info-section .anbieter {
 height: 45px;
 background-color: #ffffff;
}
.info-section .name {
 height: 100px;
 padding: 5px 0;
 overflow: hidden;
 background-color: #ffffff;
}
.info-section .verfuegbarkeit {
 height: 45px;
 background-color: #f8f8f8;
}
.info-section .anwendungsdauer {
 height: 45px;
 background-color: #ffffff;
}
.info-section .inhalt {
 height: 70px;
 background-color: #ffffff;
}
.info-section .kategorie {
 height: 45px;
 background-color: #f8f8f8;
}
.info-section .vegan {
 height: 45px;
 background-color: #f8f8f8;
}
.info-section .geschmack {
 height: 45px;
}
.info-section .wirkstoff {
 height: 45px;
 background-color: #f8f8f8;
}
.info-section .sales-rank {
 height: 45px;
 background-color: #ffffff;
}
.info-section .gesamtbewertung,
.info-section .gesamtbewertung-title {
 height: 75px;
 background-color: #f8f8f8;
}
.info-section .rating,
.info-section .rating-title {
 height: 75px;
 background-color: #f8f8f8;
}
.info-section .primeinfo {
 height: 45px;
 background-color: #ffffff;
}
.info-section .price {
 height: 45px;
 font-weight: 600;
}
.info-section .read-more {
 height: 45px;
 background-color: #f8f8f8;
}
.info-section .amazon-link {
 height: 75px;
}
.info-section .savings {
 height: 45px;
 background-color: #f8f8f8;
}
.info-section .produktbild {
    height: 170px;
}
.compare-outer figure {
    height: 170px;
}
.compare-outer figure img {
    max-width: 100%;
    max-height: 100%;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #ff0000;
    border-radius: .25rem;
}

/* Filter-Results */
.filter-result {
   position: relative;
   width: 100%;
}
.filter-result figure {
   height: 125px;
}
.filter-result figure img {
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}
.filter-result .add-comparison,
.compare-outer .add-comparison {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    color: #333333;
    width: 30px;
    height: 30px;
}
.filter-result .rating {
    height: 30px;
    background: #ffffff;
}
.filter-result .gesamtbewertung {

    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0.9rem;
}
.filter-result .title {
    line-height: 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    min-height: 50px;
}
.filter-result .title a {
    font-size: 0.8rem;
    font-weight: 600;
    color: #363F5A;
}
.filter-result .title a:hover {
    color: #52bbce;
}
.filter-result .price-old {
    text-decoration: line-through;
    color: #999999;
    font-size: 0.9rem;
    font-weight: 600;
}
.filter-result .kundenbeliebtheit {
    height: 70px;
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 0.9rem;
}
@media (min-width: 576px) {
.filter-result .kundenbeliebtheit {
    height: 30px;
}
}
.filter-result .price {
    font-size: 0.9rem;
    font-weight: 600;
    color: #999999;
    padding: 15px 0 0 0;
}
.filter-result .price-current {
    color: #363F5A;
}
.filter-result .readmore {
    font-size: 0.9rem;
    line-height: 19px;
    background: #e3095a;
    padding: 7px;
    transition: all 0.3s;
    color: #ffffff;
}
.filter-result .readmore:hover {
    background: #bf0a4d;
    transition: all 0.3s;
}
.filter-result .sale-off {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    color: #fff;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background-color: #e3095a;
}
/* Sale */
.products .sale-off {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 30px;
    color: #fff;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    background-color: #e3095a;
}
/* Current Price */
#products.products .price {
    padding: 0 10px;
    font-weight: 700;
    font-size: 1rem;
    border-bottom: 1px solid #e8e8e8;
}
#products-in-sidebar.products .price,
#products-in-content.products .price {
    padding: 0 10px;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 700;
}
/* Old Price */
.content-produkte .price-old,
.products .price-old,
.comparison-table .price-old {
    text-decoration: line-through;
    color: #999;
}
/* Rating */
.products .rating {
    padding: 0px 10px 15px 10px;
    border-bottom: 1px solid #e8e8e8;
    line-height: 20px;
    font-size: 0.8rem;
}
.products .stars {
    position: relative;
    display: inline-block;
    background-image: url(includes/amazon/assets/images/stars/v1.svg);
    background-repeat: repeat-x;
    background-position: left center;
    vertical-align: middle;
    height: 16px;
    width: 80px;
    background-size: 16px 16px;
}
.products .stars > span {
    height: 16px;
    background-size: 16px 16px;
    display: block;
    background-image: url(includes/amazon/assets/images/stars/v1-active.svg);
}
.products .stars .stars-100 {
    width: 80%;
}

/* Prime */
.products .prime {
    display: inline-block;
    width: 45px;
    height: 13px;
    background-size: 45px 13px;
    background-image: url(includes/amazon/assets/images/amazon-prime.png);
    opacity: 0;
    position: absolute;
    top: 160px;
    right: 40px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.products .product:hover .prime {
    opacity: 1;
    top: 150px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
/* Product Details */
.products .details {
    padding: 0 10px;
    cursor: pointer;
    color: #3a6287;
}
.products .details:hover {
    padding: 0 10px;
    cursor: pointer;
    color: #333333;
}
/* Icon f�r Details im Header */
.pointer {
    cursor: pointer;
}
/* Close-Button - Top von Detailseite */
.close {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.8rem;
}
/* Close-Text - Bottom von Detailseite */
.close-text {
    color: #999;
    font-size: 0.8rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.close-text:hover {
    color: #333;
    font-size: 0.8rem;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
/* Amazon-Button */
.products .button {
    box-sizing: border-box;
    display: inline-block;
    border-radius: 4px;
    padding: 2px 10px;
    cursor: pointer;
    position: relative;
    text-align: center;
    width: 100%;
    text-decoration: none;
    background-color: #3a6287;
    color: #fff !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.products .button:hover {
    color: #fff;
    background-color: #0f3c64;
    border-color: #0f3c64;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
.products .button:before {
    content: "\f270";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    padding-right: 10px;
}


/* Preisinfo */
.preisinfo {
    margin-top: 3px;
    font-size: 12px;
    line-height: 15px;
    color: #999;
}

/* Product Details */

.product-details {
    position: relative;
    background: #ffffff;
    padding: 25px 25px 0 25px;
}
.product-details .title h3 {
    font-size: 1.3rem;
    line-height: 2rem;
    max-width: 95%;
    font-weight: 700;
    max-height: 60px;
    overflow: hidden;
    margin-bottom: 25px;
    text-align: left;
}
.product-details .head-box {
    font-size: 0.9rem;
    background: #f6f7f9;
    padding: 5px 15px;
    margin-bottom: 25px;
}
.product-details .bottom-box {
    font-size: 0.9rem;
    background: #f6f7f9;
    padding: 5px 15px;
}

.product-details .fa-ul {
    margin-left: 2.7em;
}
.product-details .fa-ul li {
    padding-bottom: 10px;
    line-height: 1.8rem;
}
.product-details .fa-ul .fa-li {
    color: #ff6246;
}
.product-details img.image {
    max-height: 270px;
    max-width: 250px;
    margin: 50px auto;
}
.product-details .sale-off {
    position: absolute;
    z-index: 0;
    top: 15px;
    right: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    background-color: tomato;
}

.product-details .description {
    height: 250px;
    padding-right: 25px;
    overflow: auto;
    line-height: 25px;
    margin-left: -18px;
}
/* Preis bei Details */
.product-details .price {
    float: left;
    font-weight: 700;
    margin-right: 25px;
    font-size: 1.3rem;
}
.product-details .price-old {
    text-decoration: line-through;
    color: #999;
}
.product-details .prime {
    display: inline-block;
    width: 55px;
    height: 16px;
    background-image: url(includes/amazon/assets/images/amazon-prime.png);
    vertical-align: middle;
}
.product-details .owl-nav [class*=owl-] {
    background: #0f3c64;
    color: #ffffff;
    border: 0;
}
.product-details .owl-next {
    margin-left: 5px;
}

/* Navigation */
.products .owl-nav [class*=owl-] {
    color: #3c6388;
    height: 50px;
    width: 50px;
    border: 0;
    border-radius: 50%;
    background: #f6f7f9;
    font-size: 1rem;
    outline: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.products .owl-nav:hover [class*=owl-] {
    background: #dadada;
}
.products .owl-nav {
  display: none;
}
@media (min-width: 768px) {
.products .owl-nav {
    position: absolute;
    bottom: 228px;
    width: 100%;
}
.products .owl-prev {
    position: absolute;
    left: -60px;
}
.products .owl-next {
    position: absolute;
    right: -60px;
}
}


/* Allgemeine Auszeichnungen */
.owl-carousel {
touch-action: manipulation !important;
}
.sidebar .products .owl-nav {
    display: none;
}

.sidebar .products .owl-nav [class*=owl-] {
    color: #ffffff;
    height: 40px;
    width: 25px;
    border: 0;
    border-radius: 2px;
    background: #e3095a;
    font-size: 1rem;
    outline: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
@media (min-width: 768px) {
.sidebar .products .owl-nav .owl-prev {
    position: absolute;
    right: 30px;
    left: inherit;
}
.sidebar .products .owl-nav {
    display: block;
    position: absolute;
    top: -75px;
    right: 0;
    width: 100%;
}
.sidebar .products .owl-nav .owl-next {
    position: absolute;
    right: 0px;
}
}

/* Search & Filter */

.outer-sidebar .search-filter {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    font-size: 0.9rem;
}
.searchandfilter[data-sf-form-id="2065"] ul {
    padding-left: 0;
}
.searchandfilter[data-sf-form-id="2065"] h4 {
    margin: 0 0 20px;
    padding: 6px 15px;
    font-size: 1rem;
    font-weight: 600;
    color: #444444;
    background: #e8e8e8;
}
.searchandfilter[data-sf-form-id="2065"] ul li li {
    padding: 0;
    display: flex;
    margin: 8px 0 0 0;
}
.searchandfilter[data-sf-form-id="2065"] li[data-sf-field-input-type=checkbox] label,
.searchandfilter[data-sf-form-id="2065"] li[data-sf-field-input-type=radio] label,
.searchandfilter[data-sf-form-id="2065"] li[data-sf-field-input-type=range-radio] label,
.searchandfilter[data-sf-form-id="2065"] li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 10px;
    margin: -6px 0 0 0;
}
.searchandfilter[data-sf-form-id="2065"] ul>li>ul:not(.children) {
    padding-left: 0;
}
.result-count {
    background: #f8f8f8;
    color: #333333;
    padding: 5px 15px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
}

/* Vergleichsprodukte in Sidebar */
.image-sidebar img {
  max-height: 60px;
  max-width: 60px;
  height: auto;
  width: auto;
}
.image-sidebar .sale-off {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 600;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background-color: #e3095a;
}
.name-sidebar {
  color: #363F5A;
  font-size: 0.9rem;
  line-height: 1.1rem;
}
.name-sidebar a {
  color: #363F5A;
}
.name-sidebar a:hover {
  color: #52bbce;
}

.vergleich-scroll-sidebar {
    overflow-y: auto;
    max-height: 281px;
}
.vergleich-scroll-sidebar .row {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
}
.vergleich-scroll-sidebar .row:last-child {
  border-bottom: 0;
}
.delete-favorites {
  font-size: 0.8rem;
  margin-top: 15px;
}

.vergleich-scroll-sidebar::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}
.vergleich-scroll-sidebar::-webkit-scrollbar-thumb {
 background: #e3095a;
 border-radius: 15px;
}
.vergleich-scroll-sidebar::-webkit-scrollbar-thumb:hover {
 background: #52bbce;
}
.vergleich-scroll-sidebar::-webkit-scrollbar-track {
 background: #e6e6e6;
 border-radius: 10px;
}

/* CTA */

@media (max-width: 575px) {
.cta-projekte {
    background: #263A5F;
    border-radius: 0;
    padding: 30px;
    margin: -15px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
    margin-top: 32px;
}
}
@media (min-width: 576px) {
.cta-projekte {
    background: #19647e;
    border-radius: 4px;
    padding: 32px;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 32px;
}
}
.cta-projekte h4 {
    color: #ffffff;
}
.cta-projekte p {
    letter-spacing: -0.003em;
    color: #eaeaea;
    margin-bottom: 0;
    font-size: 0.9rem;
}
.cta-view {
    color: #ffffff;
    text-align: center;
    font-size: 0.9rem;
}
.cta-projekte .row {
    position: relative;
    z-index: 1;
}
.cta-projekte:after {
    content: "";
    background-image: -moz-linear-gradient(-57deg,#ffffff 0%,#ffffff 100%);
    background-image: -webkit-linear-gradient(-57deg,#ffffff 0%,#ffffff 100%);
    background-image: -ms-linear-gradient(-57deg,#ffffff 0%,#ffffff 100%);
    position: absolute;
    left: -40px;
    top: -50px;
    width: 400px;
    height: 400px;
    z-index: 0;
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
    opacity: 0.05;
}

/* Search & Filter */

.searchandfilter[data-sf-form-id="2065"] .meta-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 7px;
    max-width: 100%;
    margin-left: 5px;
}
.searchandfilter[data-sf-form-id="2065"] .noUi-horizontal .noUi-handle {
    width: 6px;
    height: 24px;
    top: -9px;
    border-radius: 0;
    left: -12px;
}
.searchandfilter[data-sf-form-id="2065"] .sf-field-sort_order,
.searchandfilter[data-sf-form-id="2065"] .sf-field-sort_order label,
.searchandfilter[data-sf-form-id="2065"] .sf-field-sort_order select {
  width: 100%;
}

.searchandfilter[data-sf-form-id="2065"] select.sf-input-select {
    min-width: 170px;
    height: 35px;
    padding-left: 10px;
    border: 1px solid #9a9a9a;
}

.searchandfilter[data-sf-form-id="2065"] .noUi-handle {
    border: 0;
    border-radius: 0;
    background: #333333;
    border-radius: 4px !important;
    cursor: default;
    box-shadow: none;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -1px !important;
    left: auto !important;
}
.searchandfilter[data-sf-form-id="2065"] .noUi-horizontal .noUi-handle:after, .searchandfilter .noUi-horizontal .noUi-handle:before {
    display: none !important;
}
.searchandfilter[data-sf-form-id="2065"] .noUi-connect {
    background-color: #e3095a;
}

.searchandfilter[data-sf-form-id="2065"] .search-filter-reset {
    background: #e3095a;
    color: #ffffff;
    width: 100%;
    border: none;
    padding: 10px;
    transition: all 0.3s;
}
.searchandfilter[data-sf-form-id="2065"] .search-filter-reset:hover {
    background: #bf0a4d;
    transition: all 0.3s;
}

[data-sf-field-input-type="checkbox"] ul::-webkit-scrollbar {
 width: 5px;
 height: 5px;
}
[data-sf-field-input-type="checkbox"] ul::-webkit-scrollbar-thumb {
 background: #e3095a;
 border-radius: 15px;
}
[data-sf-field-input-type="checkbox"] ul::-webkit-scrollbar-thumb:hover{
 background: #52bbce;
}
[data-sf-field-input-type="checkbox"] ul::-webkit-scrollbar-track{
 background: #e6e6e6;
 border-radius: 10px;
}

/* Checkbox - Styles */


[data-sf-field-input-type="checkbox"] ul {
    background: #ffffff;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

[data-sf-field-input-type="checkbox"] input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
[data-sf-field-input-type="checkbox"] label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #e3095a;
}
[data-sf-field-input-type="checkbox"] label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #e3095a;
    border-left: 2px solid #e3095a;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 9px;
    left: 8px;
}
[data-sf-field-input-type="checkbox"] input[type="checkbox"]:checked ~ label::before {
    color: #7bbe72;
}

[data-sf-field-input-type="checkbox"] input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

[data-sf-field-input-type="checkbox"] label {
    min-height: 34px;
    display: block;
    position: relative;
    margin-bottom: 0;
    margin: -10px 0 0 0 !important;
    padding-left: 30px !important;
    font-weight: normal;
    cursor: pointer;
    vertical-align: sub;
}
[data-sf-field-input-type="checkbox"] label span {
    position: absolute;
    top: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
[data-sf-field-input-type="checkbox"] input[type="checkbox"]:focus + label::before {
    outline: 0;
}













.container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #eee;
}


/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
    background-color: #E3095A;
}

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}