
@charset "utf-8";

body {
  font-size: 16px;
  font-family: 'Alegreya Sans', sans-serif;
  line-height: 20px;
  color: #6a6d6d;
  margin: 0;
  font-weight: 400
}

.content_fluid {
  width: 100%;
  text-align: center;
  margin: 0 auto
}

.content {
  width: 980px;
  text-align: center;
  margin: 0 auto
}

a img {
  border: 0
}

a:link {
  text-decoration: underline
}

a:visited {
  text-decoration: underline
}

a:hover,
a:active,
a:focus {
  text-decoration: none
}

small {
  font-size: 20px
}

.linie {
  width: 100%;
  background-color: #cfbcd9;
  height: 1px
}

h1 {
  font-size: 2em;
  font-weight: 300;
  line-height: 70px;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5 {
  text-transform: uppercase;
  margin-top: 0
}

h2 {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  margin-left: 0
}

strong {
    font-weight: 700
}

h3 {
/*    font-size: 30px;*/
    font-size: 1.6em;
    font-weight: 400;
    line-height: 34px
}

h4 {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 24px
}

h5 {
/*    font-size: 18px;*/
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0
}

.margin0 {
    margin: 0 0 4px 0
}

.logo_home_bg {
    width: 230px;
    height: 235px;
    text-align: center;
    margin: 0 auto;
    padding-top: 40px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 2px #676767;
    box-shadow: 3px 3px 2px #676767
}

.logo_home {
    width: 170px;
    height: 199px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff
}

.logo {
    width: 170px;
    height: 199px;
    text-align: center;
    margin: 0 auto
}

.header_home {
    background-color: #cfbcd9
}

.navigation {
    background-color: #cfbcd9;
    background-image: url(../img/bg-nav.png);
    background-repeat: repeat-y;
    background-position: center top;
    margin-top: 10px;
    text-align: center;
    position: relative
}

ul#nav1 {
    text-align: center;
    padding: 0;
    margin: 0 0 2px 0
}

ul#nav1 li {
    display: inline-block;
    color: #fff;
    margin-left: -3px;
    font-size: 16px
}

ul#nav1 li a {
    display: block;
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 22px;
    color: #fff;
    text-decoration: none
}

ul#nav1 li a:hover {
    text-decoration: underline;
    text-decoration: none;
    color: #356a6b
}

ul#nav1 a.active {
    color: #356a6b;
    text-decoration: none;
    border-bottom: 2px solid #356a6b
}

ul#nav2 {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 2px solid #cfbcd9
}

ul#nav2 li {
    display: inline-block;
    color: #a282b2;
    margin-left: -3px;
    font-size: 16px
}

ul#nav2 li a {
    display: block;
    padding-top: 6px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 16px;
    color: #a282b2;
    text-decoration: none
}

ul#nav2 li a:hover {
    text-decoration: underline;
    text-decoration: none;
    color: #356a6b
}

ul#nav2 a.active {
    color: #356a6b;
    text-decoration: none
}

.txt_links {
    float: left;
    text-align: left
}

.txt_rechts {
    float: right;
    text-align: right
}

.txt_center {
    text-align: center
}

.einspalter {
    width: 600px;
    text-align: left;
    margin: 0 auto
}

.einspalter_2 {
    width: 600px;
    margin: auto;
}

.spalte_links50 {
    text-align: left;
    float: left;
    width: 47%;
    margin-top: 50px
}

.spalte_rechts50 {
    text-align: left;
    float: right;
    width: 47%;
    margin-top: 50px
}

.button_termin a {
    background-color: #356a6b;
    height: 30px;
    padding-top: 15px;
    width: 200px;
    display: block;
    color: #fff;
    font-weight: 400
}

.button_termin a:link {
    color: #fff;
}

.button_termin a:hover {
    background-color: #b296c1
}

.button_footer a {
    background-color: #cfbcd9;
    height: 30px;
    padding-top: 15px;
    width: 200px;
    display: block;
    color: #fff;
    font-weight: 400
}

.button_footer a:link {
    color: #fff;
}

.button_footer a:hover {
    background-color: #b296c1
}

#created {
    font-size: 11px;
    color: #CCC
}

#created a {
    font-size: 11px;
    color: #CCC;
    text-align: center;
    text-decoration: none
}

.clearfloat {
    clear: both
}

p {
    margin-top: 0;
    margin-bottom: 10px
}

ul#inhalt {
    padding: 0;
    margin: 20px
}

ul#inhalt li {
    list-style-type: circle
}

.text_violett {
    color: #a282b2
}

.text_weiss {
    color: #fff
}

.signet {
    width: 20px;
    height: 20px
}

.top40 {
    margin-top: 40px
}

.links30px {
    margin-right: 30px
}

.links60px {
    margin-right: 60px
}

.rechts50px {
    padding-left: 50px
}

.bg_violett {
    background-color: #f1ebf4
}

.link_ohne a {
    text-decoration: none
}

.link_ohne a:hover {
    text-decoration: none;
    color: #b296c1
}

/*-----------------------*/
.gelb {
    color: yellow;
}

.green {
    color: green;
}

.red {
    color: red;
}

.black {
    color: black;
}

.prl0 {
    padding-right: 0px;
    padding-left: 0px;
}

.ptop10 {
    padding-top: 10px;
}

.pbot10 {
    padding-bottom: 10px;
}

.center {
    text-align: center;
    margin: auto;
    float: none;
}

.text_groesser {
    font-size: 1.2em;
}

.trennlinie {
    border: 0;
    /*    margin-top: 10px;*/
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(207, 188, 217, 1), rgba(0, 0, 0, 0));
}

.fett {
    font-weight: 700;
}

.mittelfett {
    font-weight: 400;
}

.normaldick {
    font-weight: 300;
}

.standard_text_groesse {
    font-size: 1.1em;
}

.uppercase {
    text-transform: uppercase;
}
.bg_hellgrau{
    background-color: #eee;
}

.blocksatz {
    text-align: justify;
    hyphens: auto;
    }

.bg_weiss{
    background-color: #fff;
}

/*-----------------------*/

.abstandhalter_slider {
    height: 20px;
}

.slider {
    width: 100%;
    overflow: hidden;
}
.slider_nav {
    width: 100%;
    overflow: hidden;
}


    .slide {
        float: left;
        width: 2.2222222222222%;
    }
    .slide_nav {
        float: left;
        width: 2.2222222222222%;
    }




    .slider figure {
        position: relative;
        width: 4500%;
        margin: 0px;
        left: 0;
        animation: 315s ravi infinite;
    }
@keyframes ravi {0% {left: -0%}2.2222222222222% {left: -0%}2.2727272727273% {left: -100%}4.4949494949495% {left: -100%}4.5454545454545% {left: -200%}6.7676767676768% {left: -200%}6.8181818181818% {left: -300%}9.040404040404% {left: -300%}9.0909090909091% {left: -400%}11.313131313131% {left: -400%}11.363636363636% {left: -500%}13.585858585859% {left: -500%}13.636363636364% {left: -600%}15.858585858586% {left: -600%}15.909090909091% {left: -700%}18.131313131313% {left: -700%}18.181818181818% {left: -800%}20.40404040404% {left: -800%}20.454545454545% {left: -900%}22.676767676768% {left: -900%}22.727272727273% {left: -1000%}24.949494949495% {left: -1000%}25% {left: -1100%}27.222222222222% {left: -1100%}27.272727272727% {left: -1200%}29.494949494949% {left: -1200%}29.545454545455% {left: -1300%}31.767676767677% {left: -1300%}31.818181818182% {left: -1400%}34.040404040404% {left: -1400%}34.090909090909% {left: -1500%}36.313131313131% {left: -1500%}36.363636363636% {left: -1600%}38.585858585859% {left: -1600%}38.636363636364% {left: -1700%}40.858585858586% {left: -1700%}40.909090909091% {left: -1800%}43.131313131313% {left: -1800%}43.181818181818% {left: -1900%}45.40404040404% {left: -1900%}45.454545454545% {left: -2000%}47.676767676768% {left: -2000%}47.727272727273% {left: -2100%}49.949494949495% {left: -2100%}50% {left: -2200%}52.222222222222% {left: -2200%}52.272727272727% {left: -2300%}54.49494949495% {left: -2300%}54.545454545455% {left: -2400%}56.767676767677% {left: -2400%}56.818181818182% {left: -2500%}59.040404040404% {left: -2500%}59.090909090909% {left: -2600%}61.313131313131% {left: -2600%}61.363636363636% {left: -2700%}63.585858585859% {left: -2700%}63.636363636364% {left: -2800%}65.858585858586% {left: -2800%}65.909090909091% {left: -2900%}68.131313131313% {left: -2900%}68.181818181818% {left: -3000%}70.40404040404% {left: -3000%}70.454545454545% {left: -3100%}72.676767676768% {left: -3100%}72.727272727273% {left: -3200%}74.949494949495% {left: -3200%}75% {left: -3300%}77.222222222222% {left: -3300%}77.272727272727% {left: -3400%}79.49494949495% {left: -3400%}79.545454545455% {left: -3500%}81.767676767677% {left: -3500%}81.818181818182% {left: -3600%}84.040404040404% {left: -3600%}84.090909090909% {left: -3700%}86.313131313131% {left: -3700%}86.363636363636% {left: -3800%}88.585858585859% {left: -3800%}88.636363636364% {left: -3900%}90.858585858586% {left: -3900%}90.909090909091% {left: -4000%}93.131313131313% {left: -4000%}93.181818181818% {left: -4100%}95.404040404041% {left: -4100%}95.454545454546% {left: -4200%}97.676767676768% {left: -4200%}97.727272727273% {left: -4300%}99.949494949495% {left: -4300%}100% {left: -4400%}}    .slider_nav figure {
        position: relative;
        width: 4500%;
        margin: 0px;
        left: 0;
        animation: 315s ravi_nav infinite;
    }

@keyframes ravi_nav {0% {left: -0%}2.2726272727273% {left: -0%}2.2727272727273% {left: -100%}4.5453545454545% {left: -100%}4.5454545454545% {left: -200%}6.8180818181818% {left: -200%}6.8181818181818% {left: -300%}9.0908090909091% {left: -300%}9.0909090909091% {left: -400%}11.363536363636% {left: -400%}11.363636363636% {left: -500%}13.636263636364% {left: -500%}13.636363636364% {left: -600%}15.908990909091% {left: -600%}15.909090909091% {left: -700%}18.181718181818% {left: -700%}18.181818181818% {left: -800%}20.454445454545% {left: -800%}20.454545454545% {left: -900%}22.727172727273% {left: -900%}22.727272727273% {left: -1000%}24.9999% {left: -1000%}25% {left: -1100%}27.272627272727% {left: -1100%}27.272727272727% {left: -1200%}29.545354545455% {left: -1200%}29.545454545455% {left: -1300%}31.818081818182% {left: -1300%}31.818181818182% {left: -1400%}34.090809090909% {left: -1400%}34.090909090909% {left: -1500%}36.363536363636% {left: -1500%}36.363636363636% {left: -1600%}38.636263636364% {left: -1600%}38.636363636364% {left: -1700%}40.908990909091% {left: -1700%}40.909090909091% {left: -1800%}43.181718181818% {left: -1800%}43.181818181818% {left: -1900%}45.454445454545% {left: -1900%}45.454545454545% {left: -2000%}47.727172727273% {left: -2000%}47.727272727273% {left: -2100%}49.9999% {left: -2100%}50% {left: -2200%}52.272627272727% {left: -2200%}52.272727272727% {left: -2300%}54.545354545455% {left: -2300%}54.545454545455% {left: -2400%}56.818081818182% {left: -2400%}56.818181818182% {left: -2500%}59.090809090909% {left: -2500%}59.090909090909% {left: -2600%}61.363536363636% {left: -2600%}61.363636363636% {left: -2700%}63.636263636364% {left: -2700%}63.636363636364% {left: -2800%}65.908990909091% {left: -2800%}65.909090909091% {left: -2900%}68.181718181818% {left: -2900%}68.181818181818% {left: -3000%}70.454445454545% {left: -3000%}70.454545454545% {left: -3100%}72.727172727273% {left: -3100%}72.727272727273% {left: -3200%}74.9999% {left: -3200%}75% {left: -3300%}77.272627272727% {left: -3300%}77.272727272727% {left: -3400%}79.545354545455% {left: -3400%}79.545454545455% {left: -3500%}81.818081818182% {left: -3500%}81.818181818182% {left: -3600%}84.090809090909% {left: -3600%}84.090909090909% {left: -3700%}86.363536363636% {left: -3700%}86.363636363636% {left: -3800%}88.636263636364% {left: -3800%}88.636363636364% {left: -3900%}90.908990909091% {left: -3900%}90.909090909091% {left: -4000%}93.181718181818% {left: -4000%}93.181818181818% {left: -4100%}95.454445454546% {left: -4100%}95.454545454546% {left: -4200%}97.727172727273% {left: -4200%}97.727272727273% {left: -4300%}99.9999% {left: -4300%}100% {left: -4400%}}

.nav_login_adjust_1 {
    padding: 0px 0px 0px 1px;
}

.nav_login_adjust_2 {
    padding: 0px 0px 0px 3px;
}

.header_warenkorb_nav {
    margin: auto;
    border-collapse: separate;
    border-spacing: 2px;
    margin-top: 0px;
}

.header_warenkorb_nav td {
    color: white;
    background-color: red;
    padding: 0px;
    margin: 0px;
}

.header_warenkorb_nav td a {
    color: white;
    text-decoration: none;
    display: block;
    background-color: #356a6b;
    padding: 5px 0px;
    min-width: 114px;
}

.header_warenkorb_nav td a:hover {
    background-color: #b296c1;
}

.header_warenkorb_nav td a.nav_logout {
    background-color: chocolate;
}

.header_warenkorb_nav td a.nav_logout:hover {
    background-color: #b296c1;
}

.menu_trigger {
    display: none
}

#nav2 {
    display: none
}

#logo_responsiv_index {
    display: none
}

/*
#logo_responsiv {
    display: none
}
*/

.logo_home_bg img {
    width: 170px;
    height: 199px;
}

img.index_empfangsbild {
    width: 100%;
    border-radius:10px;
}

#index_title_wide {
    font-weight: 300;
    line-height: 70px;
    text-transform: uppercase;
}

#index_title_description_wide {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 0
}

.index_ueberschrif_h2 {
    font-weight: 300;
    line-height: 54px;
    margin-top: 6px;
    margin-right: 6px;
    margin-bottom: 6px;
}

.index_info_ueberschrift {
  font-size: 2em;
}

.HKZ_logo {
    padding-top: 5px;
    width: 100%;
    border-radius: 10px;
    max-width: 160px;
}

// .button_termin_top a {
//     background-color: #356a6b;
//     height: 30px;
//     padding-top: 15px;
//     margin-bottom: 0;
//     margin-left: -1px;
//     padding-bottom: 0;
//     padding-right: 0px;
//     width: 230px;
//     display: block;
//     color: #fff;
//     font-weight: 400;
//     float: left
// }
//
// .button_termin_top a:link {
//     color: #fff;
// }
//
// .button_termin_top a:hover {
//     background-color: #b296c1
// }
//
.breite_im_kopfbereich {
    max-width: 900px;
    margin: auto;
    margin-bottom: 0
}

.top_drittel_rechts {
    /*    text-align: right;*/
    width: 33%;
    float: left
}


.dropbtn {
  background-color: #356a6b;
  width: 230px;
  font-weight: 400;
  color: white;
  padding: 13px;
  font-size: 16px;
  border: none;
  text-decoration: underline;
}

.button_termin_top {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
width: 100%;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content p {
margin-top: 5px;
margin-bottom: 0px;
color: #356a6b;
background-color: white;
padding: 12px 16px;
display: block;
}

.dropdown-content a {
color: white;
background-color: #356a6b;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.dropdown-content a:hover {background-color: #b296c1;}

.button_termin_top:hover .dropdown-content {display: block;}

.button_termin_top:hover .dropbtn {background-color: #b296c1;}


.top_drittel_mittel {
    width: 33%;
    float: left
}

.top_drittel_links {
    text-align: right;
    width: 33%;
    float: left
}

.index_top_jetzt_buchen {
    text-align: center;
    // width: 100%;
    width: 230px;
    margin: auto
}

.index_button_termin_top {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 3px;
}

.index_dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
width: 230px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.index_dropdown-content p {
margin-top: 5px;
margin-bottom: 0px;
color: #356a6b;
background-color: white;
padding: 12px 16px;
display: block;
}

.index_dropdown-content a {
color: white;
color: red;
background-color: #356a6b;
padding: 12px 16px;
text-decoration: none;
display: block;
// width: 200px;
}

.index_dropdown-content a:hover {background-color: #b296c1;}

.index_button_termin_top:hover .index_dropdown-content {display: block;}

.index_button_termin_top:hover .dropbtn {background-color: #b296c1;}

//.index_button_termin_top a {
//    background-color: #356a6b;
//    height: 30px;
//    padding-top: 15px;
//    margin-bottom: 0;
//    padding-bottom: 0;
//    padding-right: 0;
//    /*    width: 198px;*/
//    width: 230px;
//    display: block;
//    color: #fff;
//    font-weight: 400;
//    margin: auto
//}
//
//.index_button_termin_top a:link {
//    color: #fff;
//}
//
//.index_button_termin_top a:hover {
//    background-color: #b296c1
//}

.nav1_keinfloat {
    clear: both;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0
}

.footer_rahmen {
    border: 0 solid #fff;
    width: auto
}

img.footer_signet {
    width: 60px;
    height: 60px
}

img.telefon_email_icon {
    width: 20px;
    height: 20px
}

img.footer_toptop_icon {
    width: 30px;
    height: 16px
}

.accordion {
    border: 1px solid white;
    padding: 0;
    margin: 0 auto;
    list-style: none outside
}

.accordion > * + * {
    border-top: 1px solid white
}

.accordion_item_hd {
    display: block;
    padding: 10px 20px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
    font-size: 28px;
    background: #cfbcd9
}

.accordion_item_hd:hover {
    background: #cfbcd9;
    color: #356a6b
}

.accordion_item_input:checked ~ .accordion_item_bd {
    max-height: 1000px;
    padding-top: 0;
    margin-bottom: 15px;
    -webkit-transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in;
    transition: max-height 1s ease-in, margin .3s ease-in, padding .3s ease-in
}

.accordion_item_input:checked ~ .accordion_item_hd > .accordion_item_hd_cta {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.accordion_item_hd_cta {
    display: block;
    width: 30px;
    position: absolute;
    top: calc(50% - 6px);
    right: 0;
    pointer-events: none;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    text-align: center;
    font-size: 12px;
    line-height: 1
}

.accordion_item_bd {
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out;
    transition: max-height .15s ease-out, margin-bottom .3s ease-out, padding .3s ease-out
}

.accordion_item_input {
    clip: rect(0px 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1;
    overflow: hidden;
    position: absolute;
    left: -9999px
}

ul.nav3 {
    text-align: center;
    padding: 0;
    margin: 0
}

ul.nav3 li {
    display: inline-block;
    color: #a282b2;
    margin-left: -3px;
    font-size: 22px;
    width: 100%
}

.liste_platzhalter {
    display: block;
    height: 15px;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #cfbcd9
}

ul.nav3 li a {
    display: block;
    margin: auto auto;
    padding: 10px 30px;
    height: 100%;
    color: #356a6b;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid #cfbcd9
}

ul.nav3 li a:hover {
    text-decoration: underline;
    text-decoration: none;
    color: #fff;
    background-color: #a282b2
}

ul.nav3 li a.active {
    color: #fff;
    /*    background-color: #356a6b;*/
    background-color: #a282b2;
    opacity: 0.7;
    text-decoration: none
}

a.back_to_top {
    display: none;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 5px;
    bottom: 20px;
    background: #356a6b url(../img/up-arrow.png) no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

a:hover.back_to_top {
    background-color: #b296c1
}

.unterstrich {
    background-color: #356a6b;
    height: 1px
}

.titelhintergrund {
    background-color: #cfbcd9
}

.texthinergrund {
    background-color: #f1ebf4
}

.abstandhalter_behandlungen_ganz_oben {
    background-color: white
}

.abstandhalter_behandlungen_ganz_oben p {
    margin: 0
}

.abstandhalter_behandlungen {
    line-height: 10px
}

.uberschriftohnelink {
    color: #356a6b;
    line-height: 200%
}

#uberuns_bilder img {
    width: 45%;
    margin: auto
}

#responsive_video_iframe {
    position: relative;
    height: 0;
    padding-bottom: 50.61%;
    width: 90%;
    margin: auto
}

.responsive_video_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#responsive_iframe {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    width: 90%;
    margin: auto
}

.responsive_iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tabellenbreite_1 {
    width: auto;
    padding: 5px 0
}

.tabellenbreite_3 {
    width: 50px;
    text-align: right
}

#blogbreite {
    width: 100%;
    max-width: 900px;
    float: none;
    display: block;
    margin: auto
}

.blog_titel_grau {
    color: #a282b2;
    font-size: 60px;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
    margin-top: 0
}

#bloginhalt {
    width: 77%;
    height: 100%;
    float: left;
    padding-top: 20px
}

#bloginhalt img {
    width: 100%;
    float: left
}

#bloginhalt p {
/*    text-align: left;*/
    text-align: justify;
    /* padding-right: 10px; */
    hyphens: auto;
}

.blogthema_titel {
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
    color: #a282b2
}

.blogthema_seitlicher_abstand_links {
    width: 10%;
    float: left
}

.blogthema_bild {
    max-width: 80%;
    float: left;
    overflow: none
}

.blogthema_seitlicher_abstand_rechts {
    width: 10%;
    clear: both
}

a.blogthema_weiterlesen_link {
    margin: 0;
    padding: 0
}

.blogthema_trennlinie {
    border-bottom: 1px solid #cfbcd9;
    max-width: 60%;
    margin: auto
}

.blogthema_fragen {
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #a282b2;
    text-transform: none
}

a.blogthema_produkt_link {
    text-transform: uppercase;
    color: #a282b2
}

a:link.blogthema_produkt_link {
    color: #a282b2
}

.belico_alle_bilder {
    width: 900px;
    max-width: 100%;
    margin: auto
}

#blogmenurechts {
    width: 22%;
    height: 100%;
    float: left;
    text-align: center;
    overflow: hidden;
    border-left: 1px solid #cfbcd9
}

.keinfloat {
    clear: both;
    width: 100%
}

.aktuelles_bild {
    width: 100%;
    padding: 5px 0 0 0
}

.uberuns_portrait {
    width: 100px;
    float: left;
    margin: 0;
    padding: 5px 0 0 5%
}

.index_weiterlesen_eingeruckt {
    display: block;
    text-align: center
}

a.aktuelles_titel_link {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    float: left;
    padding: 0;
    margin: 0;
    color: #a282b2;
    width: 100%
}

p.aktuelles_datum_furs_blog {
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 0 5px 0;
    clear: both
}

.soziale_medien_gesamt_box {
    width: 100%;
    margin: 0 auto
}

.soziale_medien_zentrierungsbox {
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 195px
}

.soziale_medienbuttons {
    float: left;
    margin: 0 auto;
    padding: 0 10px;
    width: 28px
}



.kontakt_email_knopf_a {
    width: 100%
}

#kontakt_tabelle {
    width: 200px;
    border: 0
}

.gesichtsbehandlungen_tabelle,
.preisliste_tabelle {
    width: 100%;
    border: 0;
    border-spacing: 10px
}

.gesichtsbehandlungen_tabelle td,
tr {
    border: 0
}

.gesichtsbehandlungen_tabelle_td_beschreibung {
    padding: 9px;
    width: 80%
}

.gesichtsbehandlungen_tabelle_td_preis {
    padding-top: 9px;
    padding-bottom: 9px;
    text-align: right;
    vertical-align: top
}

.preisliste_haarentfernung_unter_oberschriften {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 0
}

.blog_text_liste li {
    padding-bottom: 5px
}

.produkte_shop_div_links {
    float: left;
    width: 20%;
}
.produkte_shop_div_rechts {
    float: left;
    width: 80%;
}

.produkte_shop_seitliches_navi{
/*    position: fixed;*/
/*    background-color: red;*/
}

.produkte_shop_seitliches_navi ul{
    list-style: none;
    padding: 0px;
    padding-top: 0px;
    margin-top: -5px;
}

.produkte_shop_seitliches_navi a{
    display: block;
    text-decoration: none;
    padding: 12px 10px;
    font-size: 1.2em;
    margin-bottom: 2px;
    background-color: #eee;

    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.produkte_shop_seitliches_navi a:hover{
    color: #fff;
    background-color: #a282b2;
}

.produkte_shop_seitliches_navi_aktiv {
    color: #fff;
    background-color: #a282b2;
}

.produkte_shop_sticky {
    position: fixed;
    top: 15px;
    max-width: 20%;
    margin: 0px;
    padding: 0px;
}

.produkte_shop_sticky ul a{
/*    padding: 12px 13px;*/
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
/*
    hyphens: auto;
    width: 100%;
*/

}

/*--*/

.produkte_shop_kategorien_liste{
    list-style: none;
}

.produkte_shop_kategorien_liste a{
    display: block;
    width: 30%;
    float: left;
    text-decoration: none;
    padding: 10px 5px;
    margin-left: 2px;
    font-size: 1.2em;
    margin-bottom: 2px;
/*    color: white;*/
/*    background-color: #cfbcd9;*/
/*    background-color: #caaed8;*/
    background-color: #eee;
}

.produkte_shop_kategorien_liste a:hover{
    color: #fff;
    background-color: #a282b2;
}

.produkte_shop_link_aktiv a{
    color: #fff;
    background-color: #a282b2;
/*    border-bottom: 3px solid red;*/
/*    border: 1px solid red;*/
}

.produkte_shop_preis_alt{
    text-decoration: line-through;
    font-size: 1.2em;
}

.produkte_shop_preis_neu{
    font-size: 1.4em;
/*    font-weight: 700;*/
}

.produkte_shop_sale_prozent{
/*    display: block;*/
    padding: 3px 6px;
    color: white;
    background-color: red;
    border-radius: 100px;
    font-size: 1.1em;
}
/*--*/

.produkte_shop_menuunterpunkte {
    max-width: 100%;
    margin: auto
}

.produkte_shop_menuunterpunkte a,
.produkte_shop_menuunterpunkte a:link {
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    margin-top: 1px;
    position: relative;
    cursor: pointer;
    font-weight: normal;
    font-family: 'Alegreya Sans', sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 35px;
    font-size: 28px;
    background: #caaed8
}


.produkte_shop_menuunterpunkte a:hover {
    background: #caaed8;
    color: #356a6b
}

.produkte_shop_belico_shop a,
.produkte_shop_belico_shop a:link {
    text-decoration: none;
    font-size: 20px;
    background-color: #356a6b;
    color: white;
    /* padding: 10px 50px; */
    text-align: left;

    display: block;
    max-width: 250px;
    text-align: center;
    margin: auto;
}

.produkte_shop_belico_shop a:hover {
    background-color: #b296c1
}

.produkte_shop_liste {
    text-align: left;
    margin-top: 0;
    padding-left: 70px
}

.produkte_shop_h3_uberschrift {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 30px 0 30px 0
}

.produkte_shop_h4_uberschrift {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 5px;
    /* font-size: 25px; */
    font-size: 1.3em;
}

.produkte_shop_h5_uberschrift {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-transform: none
}

.produkte_shop_produkte_haupt_div {
    width: 23%;
/*    height: 320px;*/
/*    margin: auto;*/
    float: left;
    padding-bottom: 5px;
/*    background-color: #eee;*/
    margin-left: 10px;
    margin-bottom: 25px;
    -webkit-box-shadow: 1px 1px 4px #8a8a8a;
    box-shadow: 1px 1px 4px #8a8a8a;
    border-radius: 0px 0px 50px 0px;
}

.zeilenumbruch {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.produkte_shop_produkte_bild_div {
    width: 100%;
}
.produkte_shop_produkte_bild_div img {
    width: 100%
}

.produkte_shop_produkte_bild_div_accessoires {
    width: 100%;
    <!-- height: 190px; -->
}
.produkte_shop_produkte_bild_div_accessoires img {
    width: 100%
}

.produkte_shop_produkte_text_div {
    width: 100%;
/*    float: left;*/
    text-align: center;
    margin: auto;
}
.produkte_shop_produkte_text_div h4,
.produkte_shop_produkte_text_div h5
{
    text-align: center;
}

.produkte_shop_kaestchen_textUndBeschreibung {
    height: 120px;
    /* word-wrap: break-word; */
}

.produkte_shop_kaestchen_textUndBeschreibung_accessoires {
    height: 180px;
}

.produkte_shop_kaestchen_preis_div {
    height: 30px;
}


.produkte_shop_zuruck_produktubersicht a,
.produkte_shop_zuruck_produktubersicht a:link {
    text-decoration: none;
    font-size: 20px;
    background-color: #cfbcd9;
    color: white;
    padding: 10px 50px;
    text-align: left
}

.produkte_shop_zuruck_produktubersicht a:hover {
    background-color: #b296c1
}

.produkte_shop_kaestchen_formular{
    display:inline-block;
}
.produkte_shop_kaufen_btn{
    padding: 10px 10px;
/*    margin-left: 2px;*/
/*    width: 70px;*/
    color: white;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 10px;
    background-color: #356a6b;
    text-decoration: underline;
/*    display: block;*/
    text-decoration: none;
}

.produkte_shop_kaufen_btn:hover {
    background-color: #b296c1;
    text-decoration: none;
}

.produkte_shop_kaufen_btn_inaktiv{
    padding: 10px 10px;
/*    margin-left: 2px;*/
/*    width: 70px;*/
    color: #bebebe;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 10px;
    background-color: #e7ecef;
    text-decoration: underline;
/*    display: block;*/
    text-decoration: none;
}

.produkte_shop_kaufen_btn_inaktiv:hover {
    background-color: #e7ecef;
    text-decoration: none;
}


.produkte_shop_info_btn{
    padding: 10px 10px;
    color: white;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 10px;
    background-color: #356a6b;
    text-decoration: none;
}

.produkte_shop_info_btn:hover {
    background-color: #b296c1;
}

a:link.produkte_shop_info_btn,
a:visited.produkte_shop_info_btn{
    color: white;
    text-decoration: none;
}

.gutschein_bild {
    width: 70%
}


/*---- Shop-Kontaktformular ----*/

.prueffeld {
    line-height: 1px;
    font-size: 5px;
    color: transparent;
    visibility: hidden;
}

input[type="checkbox"] {
    transform: scale(1.3, 1.3);
}

.prffld {
    display: none;
}

/*---- Kontakt ----*/

.karte {
    width: 95%;
    margin: auto;
}

.karte img {
    width: 100%;
}

/*--------*/

.left {
    text-align: left
}

.form_group {
    margin-bottom: 15px
}

.registrieren_form_radio_btn{
    margin: 7px;
}

.form_ueberschrift {
    color:
}

.form_control {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form_control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form_control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form_control:-ms-input-placeholder {
    color: #999
}

.form_control::-webkit-input-placeholder {
    color: #999
}

.btn_form {
    color: #fff;
    background-color: #356a6b;
    border-color: #2e6da4;
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn_form:focus,
.btn_form:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn_form:hover,
.btn_form:focus {
    color: #fff;
    background-color: #b296c1;
    border-color: #b296c1
}

.btn_form:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.register {
    max-width: 450px;
    margin: 0 auto
}

.erfolgreichangemeldet {
    width: 100%
}

/*----kundenbewertung index--*/

.index_comment_container {
    /*    max-width: 90%;*/
    margin: auto;
    /*    border: 1px solid #252525;*/
    border-radius: 10px;
    background-color: white;
    margin-bottom: 20px;
}

.formular_schrift_comment {
    margin-bottom: 15px;
    font-size: 1.1em;
    text-align: left;
    padding: 0px 0px;
    /*    max-width: 20%;*/
}

.formular_comment_input {
    display: block;
    width: 50%;
    /*  height: 34px;*/
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formular_comment_input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.formular_comment_input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.formular_comment_input:-ms-input-placeholder {
    color: #999;
}

.formular_comment_input::-webkit-input-placeholder {
    color: #999;
}

.formular_comment_text {
    resize: none;
    width: 100%;
    height: 80px;
    padding: 10px 0px;
    font-size: 18px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formular_comment_text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.terminvereinbaren_formular_div_kommentarfeld {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.terminvereinbaren_formular_kommentarfeld {
    display: block;
    width: 100%;
      height: 100px;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.terminvereinbaren_formular_kommentarfeld:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.terminvereinbaren_formular_kommentarfeld::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.terminvereinbaren_formular_kommentarfeld:-ms-input-placeholder {
    color: #999;
}

.terminvereinbaren_formular_kommentarfeld::-webkit-input-placeholder {
    color: #999;
}



.btn_comment_container {
    text-align: left;
    padding-bottom: 15px;
}

.btn_comment {
    color: #fff;
    /*  background-color: #337ab7;*/
    background-color: #356a6b;
    border-color: #2e6da4;
    display: inline-block;
    width: 50%;
    min-width: 250px;
    padding: 10px 12px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn_comment:focus,
.btn_comment:active:focus,
.btn_comment:hover,
.btn_comment:focus {
    color: #fff;
    /*  background-color: #286090;*/
    background-color: #b296c1;
    /*  border-color: #204d74;*/
    border-color: #b296c1;
}

.btn_comment:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/*----rating-Sterne--*/

.rating {
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    left: 50%;*/
    /*    transform: translate(-50%,-50%);*/
    transform: rotateY(180deg);
    display: flex;
    float: left;
    margin-left: -10px;
    padding-top: 10px;
    margin-bottom: -15px;
}

.rating input {
    display: none;
}

.rating label {
    display: block;
    cursor: pointer;
    width: 30px;
}

.rating label:before {
    content: '\2605';
    position: relative;
    display: block;
    font-size: 30px;
    color: #dcdcdf;
}

.rating label:after {
    content: '\2605';
    position: relative;
    display: block;
    font-size: 30px;
    color: #ccbb66;
    top: -20px;
    opacity: 0;
    transition: .3s;
    /*    text-shadow: 0 2px 5px rgba(0,0,0,.5);*/
}

.rating label:hover:after,
.rating input:hover ~ label:after,
.rating input:checked ~ label:after {
    opacity: 1;
}

/*------*/

.slide_container {
    width: 100%;
}

.kommentar_sterne {
    width: 100%;
}

.kommentar_sterne img {
    width: 140px;
}

.kommentar_text {
    width: 100%;
    font-size: 1.1em;
}

.kommentar_kommentator {
    font-size: 0.95em;
    opacity: 0.9;
}

.slider_navi{
    margin: auto;
    float: none;
    text-align: center;
/*    text-align: left;*/
}
.slider_navi img{
    width: 30%;
    min-width: 180px;
}

.slider_navi_btns{
    margin: auto;
    float: none;
    text-align: center;
    margin-top: -54px;
    margin-left: -50px;

}

.slider_navi_btns ul{
    list-style: none;
    display: inline-block;
}
.slider_navi_btns li{
    float: left;
    padding-left: 10px;
}

.slider_navi_btns form input{
    display: block;
    padding: 5px 8px;
    margin-top: -15px;
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.slider_navi{
    margin: auto;
    margin-left: -40px;
}

.slider_navi ul{
    list-style: none;
}

.slider_navi ul li{
    display: inline-block;
}

/*
.slider_btn_right_left{
    display: inline-block;
    width: 100%;
}
*/
.index_left_right_btn{
    color: #fff;
    background-color: #356a6b;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border: none;
    font-size: 1.2em;
    padding: 0px;
}

.index_left_right_btn:hover{
    color: #fff;
    background-color: #b296c1;
}

/*---- Termin vereinbaren -----*/
.kalender_container {
    /*      margin: 60px auto;*/
    text-align: center;
}

.kalender_container ul {
    margin: auto;
    list-style: none;
}

.kalender_container ul li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 1.4em;
    font-weight: 700;

}

/*
  a.kalender_for_back_link,
  a.kalender_for_back_link:visited,
  a.kalender_for_back_link:active,
  a.kalender_for_back_link:focus{
*/
a.kalender_for_back_link {
    display: block;
    line-height: 2em;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 0px 5px;
}

a.kalender_for_back_link:hover {
    color: #b296c1;
}

.kalender_for_back_link_inaktiv {
    color: #cccccc;

}


.heute_link_container {
    padding: 5px 5px 20px 5px;
}

a:link.heute_link {
    font-size: 1.14em;
    line-height: 2em;
    text-decoration: none;
    font-weight: 700;
    color: white;
    background-color: #b296c1;
    border-radius: 100px;
    padding: 15px 5px;
}

a:link.heute_link:hover {
    color: #6a6d6d;
    font-weight: 700;
    background-color: #e8dfec;
    /*      padding: 10px 5px;*/
    border-radius: 100px;
}

.kalender_container table {
    margin: auto;
    font-size: 1.5em;
}

.kalender_container table td {
    height: 10px;
    width: 50px;
    text-align: center;
}

a:link.kalender_kein_termin_frei {
    display: block;
    color: #c0c0c0;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 5px;
    cursor: default;

}

a.kalender_kein_termin_frei:active,
a.kalender_kein_termin_frei:visited {
    text-decoration: none;
    background-color: #fff;
    color: #c0c0c0;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 5px;
}

a:link.kalender_termin_verfuegbar {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    padding: 10px 5px;
    line-height: 1.2em;

}

a:link.kalender_termin_verfuegbar:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 5px;
}

a:link.gewaehlter_tag {
    display: block;
    text-decoration: none;
    background-color: orange;
    /*    color: white;*/
    border-radius: 100px;
    padding: 10px 5px;

}

a:link.gewaehlter_tag:hover {
    text-decoration: none;
    background-color: orange;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 5px;
}

.heute {
    /*      background-color: #b296c1;*/
    /*      color: white;*/
    color: #b296c1;
    border-radius: 100px;
}

a:link.heute {
    /*      background-color: #b296c1;*/
    /*      color: white;*/
    color: #b296c1;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3em;
}

p.heute {
    display: block;
    margin: auto;
}

.gew {
    display: block;
    background-color: orange;
    color: white;
    border-radius: 100px;
    padding: 15px 5px;
    /*      min-width: 50px;*/
    /*      min-height: 50px;*/

}

a:link.gew {
    background-color: orange;
    color: white;
    color: white;
    border-radius: 100px;
    text-decoration: none;
}

p.gew {
    /*          display: block;*/
    margin: auto;
}

.termin_uhrzeit_btn {
    width: 100%;
    /*    color: white;*/
    font-size: 1.5em;
    border-style: hidden;
    border-color: #3da7e4;
    border-radius: 25px;
    /*    line-height: 2.0em;*/
    line-height: 45px;
    /*    background-color: #3da7e4;*/
    margin: 5px 0px;
    border: 1px solid #b296c1;
    background-color: #faf9f9;
}

.termin_uhrzeit_btn:hover {
    /*    background-color: #6151cb;*/
    /*      background-color: #f0f0f0;*/
    background-color: orange;
    font-weight: 700;
    font-size: 1.7em;
    /*    line-height: 1.75em;*/
    line-height: 45px;
    color: white;
    /*    border: 1px solid orange;*/
}

.termin_uebersicht_tabelle_links {
    width: 30%;
}

.termin_uebersicht_tabelle_rechts {
    width: 70%;
}

.termin_btn_div {
    width: 50%;
    display: flex;
}

.termin_btn_div div {
    margin: 0px 5px;
}

.termin_form_abbrechen {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    border-color: #3da7e4;
    /*    border-radius: 25px;*/
    /*    line-height: 2.0em;*/
    line-height: 45px;
    background-color: #3da7e4;
    margin: 5px 0px;
    /*      border: 1px solid #b296c1;*/
    /*    background-color: #faf9f9;*/
}

.termin_form_abbrechen:hover {
    background-color: #6151cb;
    /*      background-color: #f0f0f0;*/
    /*      background-color: orange;*/
    /*    font-weight: 700;*/
    /*    font-size: 1.7em;*/
    /*    line-height: 1.75em;*/
    line-height: 45px;
    /*    color: white;*/
    /*    border: 1px solid orange;*/
}

.termin_form_bestaetigen {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    /*    border-radius: 25px;*/
    /*    line-height: 2.0em;*/
    line-height: 45px;
    background-color: #3ac35c;
    margin: 5px 0px;
}

.termin_form_bestaetigen:hover {
    background-color: #36ac53;
    line-height: 45px;
}

.hautexpertin_box {
    margin: 0px 5px;
}

.teminvereinbaren_btn_div{
  height: 55px;
  margin: 0px;
  padding: 0px;

}
.termin_hautexpertin_btn {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    border-radius: 25px;
    line-height: 45px;
    background-color: #b296c1;
    /* margin: 5px 0px; */
    border: 1px solid #b296c1;
}

.termin_hautexpertin_btn:hover {
    background-color: #e8dfec;
    color: #356a6b;
    border: 1px solid #b296c1;
    line-height: 45px;
}

.termin_hautexpertin_btn_activ {
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    border-style: hidden;
    border-radius: 25px;
    line-height: 45px;
    background-color: orange;
    /* margin: 5px 0px; */
    border: 1px solid orange;
}

.termin_hautexpertin_inactiv_btn {
    width: 100%;
    color: #fff;
    font-size: 1.5em;
    border-style: hidden;
    line-height: 45px;
    background-color: #D3D3D3;
    margin: 0px 0px;
    border: 1px solid #D3D3D3;
    border-radius: 25px;
    display: block;
}

.gesichtsbehandlung_termin_btn {
    /*    width: 100%;*/
    padding: 13px 20px;
    color: white;
    font-size: 1.0em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    background-color: #356a6b;
    /* text-decoration: underline; */
}

.gesichtsbehandlung_termin_btn:hover {
    background-color: #b296c1;
    text-decoration: none;
}


.header_termin_dropdown_unterpunkte_btn {
    width: 100%;
    padding: 13px 10px;
    color: white;
    font-size: 1.0em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    background-color: #356a6b;
    text-decoration: none;
}

.header_termin_dropdown_unterpunkte_btn:hover {
    background-color: #b296c1;
    <!-- text-decoration: underline; -->
}


/*------terminvereinbaren-------*/
.cart_table_linie_oben {
    border-top: 1px solid #252525;
}

.cart_table {
    /*    width: 100%;*/
    /*    line-height: 2em;*/
    /*
    border-bottom: 1px solid #252525;
    border-left: 1px solid #252525;
    border-right: 1px solid #252525;
*/
    /*    text-align: center;*/
    color: black;
    border-collapse: collapse;
}

.cart_table_head {
    background-color: #b296c1;
}

.cart_table_zeile_linie {
    border-top: 1px solid #252525;
}

.cart_table_zeile_linie_unten {
    border-bottom: 1px solid #252525;
}

.cart_table_td1 {
    width: 5%;
    min-width: 20px;
    padding-top: 15px;
}

.cart_table_td1 p {
    text-align: center;
}

.cart_table_td2 {
    width: 55%;
    /*    background-color: blue;*/
    text-align: left;
    padding-top: 15px;
}
.cart_table_td2 p{
  text-align: left;
}

.cart_table_td3 {
    width: 5%;
    min-width: 97px;
    /*    background-color: white;*/
    padding-top: 15px;
}
.cart_table_td3 p{
  text-align: left;
}
.cart_table_td4 {
    width: 10%;
    min-width: 75px;
    /*    background-color: white;*/
    padding-top: 15px;
}

.cart_table_td5 {
    width: 5%;
    min-width: 30px;
    /*    background-color: green;*/
}

.del_but {
    width: 30px;
}

.del_btn_abstand_von_oben {
  padding-top: 20px;
}

.cart_del_btn,
.cart_del_btn:active,
.cart_del_btn:focus {
    background-color: transparent;
    box-shadow: none;
    border-style: solid;
    border-color: transparent;
}

.bezahlart {
    width: 100%;
    font-size: 1.1em;
}

.bezahlart td {
    padding-top: 2px;
}

.paypal_btn_form {
    margin-bottom: 3px;
    padding-bottom: 0px;
}

.paypal_btn {
    width: 100%;
    color: white;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 25px;
    line-height: 2.6em;
    background-color: #3ac35c;
    font-weight: 700;
}

.paypal_btn:hover {
    background-color: #36ac53;
}

.paypal_btn_unsichtbar {
    display: none;
}

.bezahl_btn_nicht_eingelogt_unsichtbar {
    display: none;
}

.stripe_btn {
    width: 100%;
    color: white;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3da7e4;
    border-radius: 25px;
    line-height: 2.6em;
    background-color: #3da7e4;
    font-weight: 700;
}

.stripe_btn:hover {
    background-color: #6151cb;
}

.sofort_btn {
  width: 100%;
  color: white;
  font-size: 1.2em;
  border-style: hidden;
  border-color: #3da7e4;
  border-radius: 25px;
  line-height: 2.6em;
  background-color: #ef9228;
  font-style: italic;
  font-weight: 700;
}

.sofort_btn:hover {
  background-color: #ee7f00;
}

.giropay_btn_warenkorb {
  width: 100%;
  color: white;
  font-size: 1.2em;
  border-style: hidden;
  border-color: #3da7e4;
  border-radius: 25px;
  line-height: 2.6em;
  background-color: rgba(0, 18, 121, 0.7);
  font-weight: 700;
  opacity 0.2;
}

.giropay_btn_warenkorb:hover {
  background-color: rgba(0, 18, 121, 1.0);
}

.apple_btn_warenkorb {
  width: 100%;
  color: white;
  font-size: 1.1em;
  border-style: hidden;
  border-color: #232323;
  border-radius: 25px;
  line-height: 2.8em;
  background-color: #232323;
}

.apple_btn_warenkorb:hover {
  background-color: black;
}

.vor_ort_btn {
    width: 100%;
    color: black;
    font-size: 1.1em;
    border-style: hidden;
    border: 1px solid #6a6d6d;
    border-radius: 25px;
    line-height: 2.6em;
    background-color: #fff;
    text-decoration: none;
    margin-top: 2px;
}

.vor_ort_btn:hover {
    font-weight: 700;
}

/*------login-------*/
.formular {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.formular textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  overflow:auto;
  width:100%;
  height:5em;
  resize:none;
}

.formular textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#card-errors {
  color: orange;
  font-size: 1.2em;
}

.formular_eigenschaften {
    display: block;
    width: 100%;
    /*  height: 34px;*/
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formular_eigenschaften:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.formular_eigenschaften::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.formular_eigenschaften:-ms-input-placeholder {
    color: #999;
}

.formular_eigenschaften::-webkit-input-placeholder {
    color: #999;
}

.reg_form_radio_btn{
/*    padding: 10px 20px;*/
    margin: 7px;
/*    margin-bottom: 50px;*/
}

.btn_form {
    color: #fff;
    /*  background-color: #337ab7;*/
    background-color: #356a6b;
    border-color: #2e6da4;
    display: inline-block;
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn_form:focus,
.btn_form:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn_form:hover,
.btn_form:focus {
    color: #fff;
    /*  background-color: #286090;*/
    background-color: #b296c1;
    /*  border-color: #204d74;*/
    border-color: #b296c1;
}

.btn_form:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

a.register_payment_login,
a:link.register_payment_login {
    text-decoration: none;
    padding: 10px 0px 10px 0px;
    color: #fff;
}

.form_code_check {
    margin-bottom: 5px;
}

.angebotscode_eingabe_table {
    width: 100%;
    font-size: 1.1em;
}

.angebotscode_eingabe_table_td1 {
    width: 100%;
    text-align: left;
}

.code_check_hinweis {
    color: #36ac53;
}

.angebotscode_eingabe_table_td2 {
    width: 3%;
    min-width: 125px;
}

.code_check_btn {
    width: 100%;
    color: #36ac53;
    font-size: 1.1em;
    border-style: hidden;
    border: 1px solid #3ac35c;
    border-radius: 25px;
    line-height: 2.0em;
    background-color: #fff;
    text-decoration: none;
    margin-top: 2px;
}

.code_check_btn:hover {
    font-weight: 700;
}

.angebotscode_eingabe_table_td3 {
    margin-top: 0px;
    padding-top: 0px;
    width: 5%;
    min-width: 70px;
}

.angebotscode_textfeld {
    margin-top: -20px;
    width: 110%;
}

/*------ cart ---------*/
.spinner.loading {
    margin-top: -20px;
    padding: 50px;

    position: relative;
    text-align: center;
}

.spinner.loading:before {
    content: "";
    height: 50px;
    width: 50px;
    margin: -15px auto auto -15px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-width: 8px;
    border-style: solid;
    border-color: #2180c0 #ccc #ccc;
    border-radius: 100%;
    animation: rotation .7s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

/*------ danke -------*/
.danke_bild {
    padding-top: 0px;
    margin-top: -50px;
}

.verlaufsbalken_div {
    width: 100%;
    text-align: center;
    margin: auto;
}

.verlaufsbalken {
    max-width: 100%;
/*    height: 35px;*/
    text-align: center;
    margin: auto;
}

.danke_link a,
.danke_link a:link {
    text-decoration: none;
    font-size: 20px;
    background-color: #356a6b;
    color: white;
    padding: 10px 50px;
    display: block;
    width: 250px;
    margin-bottom: 5px;

}

.danke_link a:hover {
    background-color: #b296c1
}

/*------ privat -------*/
.privat_uebersichtstabelle {
    /*    width: 100%;*/
    width: 700px;
}

.privat_uebersichtstabelle th {
    background-color: #b296c1;
    color: black;
    padding: 10px 0px;
}

.privat_uebersichtstabelle td {
    /*    line-height: 1.9em;*/
    padding: 10px 0px;
}

.privat_td1,
.privat_td2,
.privat_td3,
.privat_td4,
.privat_td5,
.privat_td6,
.privat_td7,
.privat_td8 {
    text-align: center;
    border-bottom: 1px solid #252525;
}

.privat_td1 {
    width: 5%;
    min-width: 25px
}

.privat_td2 {
    width: 10%;
    min-width: 80px
}

.privat_td3 {
    width: 10%;
    min-width: 70px
}

.privat_td4 {
    width: 10%;
    min-width: 80px
}

.privat_td5 {
    width: auto;
    min-width: 200px
}

.privat_td6 {
    width: 10%;
    min-width: 80px
}

.privat_td7 {
    width: 10%;
    min-width: 80px
}

.privat_td8 {
    width: 10%;
    min-width: 80px
}

.intern_termin_aendern_btn {
    /*    width: 100%;*/
    padding: 5px 10px;
    color: white;
    font-size: 1.0em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    /*    line-height: 1.5em;*/
    /*    line-height: 30px;*/
    background-color: #356a6b;
    /*    text-decoration: underline;*/
}

.intern_termin_aendern_btn:hover {
    /*    background-color: #3a6d16;*/
    background-color: #b296c1;
    text-decoration: none;
}

/*------ terminanpassen ----------*/
.terminanpassen_btn_div {
    display: inline-flex;
    width: 100%;
}

.terminanpassen_btn_div div {
    width: 50%;
    margin: 10px 5px 5px 5px;
    padding: 0px 0px;
}

.terminanpassen_form_verschieben {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    border-color: #3da7e4;
    line-height: 45px;
    background-color: #3da7e4;
    margin: 5px 0px;
}

.terminanpassen_form_verschieben:hover {
    background-color: #6151cb;
    line-height: 45px;
}

.terminanpassen_form_loeschen {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    line-height: 45px;
    background-color: #c81d1f;
    opacity: 0.8;
    margin: 5px 0px;
}

.terminanpassen_form_loeschen:hover {
    background-color: #c81d1f;
    line-height: 45px;
    opacity: 1.0;
}

.terminanpassen_form_btn_zurueck_zur_uebersicht {
    width: 300px;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    line-height: 45px;
    background-color: #356a6b;
    margin: 15px 0px;
}

.terminanpassen_form_btn_zurueck_zur_uebersicht:hover {
    background-color: #b296c1;
    line-height: 45px;
}

.termin_form {
    padding: 0px;
    margin: 0px;
}

.terminanpassen_kalender tr {
    /*    padding 0px;*/
    margin: 10px;
}

.terminvereinbaren_kalender tbody td {
    padding: 3px 1px;
}

.gew_terminvereinbaren {
    display: block;
    background-color: orange;
    color: white;
    border-radius: 100px;
    padding: 15px 0px;
    margin: auto;
}

/*----E-Mail Bestätigung-------*/
.email_bestaetigung {
    /*.email_bestaetigung a:link {*/
    text-decoration: none;
    font-size: 20px;
    background-color: #356a6b;
    color: white;
    padding: 10px 50px;
    text-align: left
}

.email_bestaetigung:hover {
    background-color: #b296c1
}

a.weiter_einkaufen_btn {
    /* padding: 15px 5%; */
    display: block;
    padding: 15px 0px;
    font-size: 1.0em;
    text-decoration: none;
    color: blue;
    border: 1px solid blue;
    border-radius: 25px;
    background-color: white;
    width: 220px;
    margin: auto;
    margin-bottom: -15px;
}

a.weiter_einkaufen_btn:hover {
    color: black;
    border-color: black;
}

/*--- Fehler-Seite ---*/
.fehler_bild img {
    margin-top: -30px;
}

/*----*/
.tabreiter {
    width: 100%;
    /*    height: 530px;*/
    height: 550px;
}

.tabreiter ul,
.tabreiter li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabreiter,
.tabreiter input[type="radio"]:checked + label {
    position: relative;
}

.tabreiter li,
.tabreiter input[type="radio"] + label {
    display: inline-block;
}

.tabreiter li > div,
.tabreiter input[type="radio"] {
    position: absolute;
}

.tabreiter li > div,
.tabreiter input[type="radio"] + label {
    border: solid 1px #ccc;
}

.tabreiter {
    /*    font-family: Arial, Sans-serif;*/
    /*    font-size: 1em;*/
    font-weight: 400;
    /*    color: #404040;*/
}

.tabreiter li {
    vertical-align: top;
}

.tabreiter li:first-child {
    margin-left: 8px;
}

.tabreiter li > div {
    top: 33px;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px;
    overflow: auto;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.tabreiter input[type="radio"] + label {
    margin: 0 2px 0 0;
    padding: 0 18px;
    line-height: 32px;
    background: #f1f1f1;
    text-align: center;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.tabreiter input[type="radio"]:checked + label {
    z-index: 1;
    background: #fff;
    border-bottom-color: #fff;
    cursor: default;
}

.tabreiter input[type="radio"] {
    opacity: 0;
}

.tabreiter input[type="radio"] ~ div {
    display: none;
}

.tabreiter input[type="radio"]:checked:not(:disabled) ~ div {
    display: block;
}

.tabreiter input[type="radio"]:disabled + label {
    opacity: .5;
    cursor: no-drop;
}
/*--- ExEin ---*/
.ExEin {
}
.ExEin_kombi_box {
    width: 100%;
    margin: auto;

}
.ExEin_box_li {
/*    width: 33%;*/
    border-right: 2px solid #356a6b;
/*    background-color: orange;*/
    float: left;
    text-align: left;
    padding-left: 10px;
}

.ExEin_box_re {
/*    width: 65%;*/
    float: left;
/*    background-color: yellow;*/
    text-align: center;
/*    margin: auto;*/
/*    border-right: 2px solid #356a6b;*/

}

.ExEin_box_titel {
    font-size: 1.2em;
/*    text-transform: uppercase;*/
    padding-top: 20px;
}
.ExEin_box_titel_ohne_abstand_oben {
    font-size: 1.2em;
/*    text-transform: uppercase;*/
/*    padding-top: 20px;*/
}

.ExEin_table_behandlungen_head td{
/*    color: red;*/
    padding: 10px 0px;;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #eeeeee;
}

.ExEin_table_behandlungen_body td{
    padding: 5px 10px;;
}

.ExEin_termin_btn {
    padding: 10px 20px;
    color: white;
    font-size: 1.0em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    background-color: #356a6b;
/*    text-decoration: underline;*/
}

.ExEin_termin_btn:hover {
    /*    background-color: #3a6d16;*/
    background-color: #b296c1;
    text-decoration: none;
}

.ExEin_uebersicht_table_linie_oben {
    border-top: 1px solid #252525;
}

.ExEin_uebersicht_table {
    color: black;
    border-collapse: collapse;
    font-size: 1.1em;
    margin-left: 10px;
}

.ExEin_uebersicht_table_head {
    background-color: #b296c1;
}

.ExEin_uebersicht_table_zeile_linie {
    border-top: 1px solid #252525;
}

.ExEin_uebersicht_table_zeile_linie_unten {
    border-bottom: 1px solid #252525;
}
.ExEin_uebersicht_table_td1 {
/*    width: 5%;*/
/*    min-width: 20px;*/
    padding-top: 15px;
    width: 20px;
}

.ExEin_uebersicht_table_td1 p {
    text-align: center;
}

.ExEin_uebersicht_table_td2 {
/*    width: 10%;*/
    /*    background-color: blue;*/
    text-align: left;
    padding-top: 15px;
/*    min-width: 200px;*/
    width: 200px;
}

.ExEin_uebersicht_table_td3 {
/*    width: 10%;*/
/*    min-width: 97px;*/
    /*    background-color: white;*/
    padding-top: 15px;
    width: 100px;
}

.ExEin_uebersicht_table_td4 {
/*    width: 10%;*/
/*    min-width: 75px;*/
    /*    background-color: white;*/
    padding-top: 15px;
    width: 75px;
}

.ExEin_uebersicht_table_td5 {
    width: 5%;
/*    min-width: 30px;*/
    /*    background-color: green;*/
    width: 30px;
}
a:link.ExEin_link_zum_hautexpertin_abschnitt{
    display: block;
    background-color: #356a6b;
    color: white;
    padding: 10px 20px;
    margin: auto;
    margin-top: 30px;
    width: 250px;
    text-decoration: none;
}
a.ExEin_link_zum_hautexpertin_abschnitt:hover{
    background-color: #b296c1;
}

.ExEin_kombi_box_kalender {
/*    width: 100%;*/
/*    background-color: blue;*/
}
.ExEin_kombi_box_kalender_li {
    width: 25%;
    border-right: 2px solid #356a6b;
    float: left;
}
.ExEin_kombi_box_kalender_re {
/*    width: 35%;*/
/*    border-right: 2px solid #356a6b;*/
/*    background-color: yellow;*/
    float: left;
/*    display: block;*/
    width: 73%;
    margin-left: 10px;
}
 .ExEin_kl_kalender_title {
    font-size: 1.0em;
     padding-left: 1px;
}
.ExEin_kl_kalender_heute_link_container {
    padding: 5px 5px 20px 5px;
}

a:link.ExEin_kl_kalender_heute_link {
    font-size: 1.0em;
    line-height: 2em;
    text-decoration: none;
    font-weight: 700;
    color: white;
    background-color: #b296c1;
    border-radius: 100px;
    padding: 15px 5px;
}

a:link.ExEin_kl_kalender_heute_link:hover {
    color: #6a6d6d;
    font-weight: 700;
    background-color: #e8dfec;
    /*      padding: 10px 5px;*/
    border-radius: 100px;
}
.ExEin_kl_kalender_container {
    /*      margin: 60px auto;*/
    text-align: center;
}

.ExEin_kl_kalender_container ul {
    margin: auto;
    list-style: none;
}

.ExEin_kl_kalender_container ul li {
    display: inline-block;
    padding: 0px 5px;
    font-size: 1.2em;
    font-weight: 700;

}

.ExEin_kl_terminvereinbaren_kalender {
    font-size: 1.0em;
/*    margin-left: 10px;*/
    margin: auto;
}

.ExEin_kl_terminvereinbaren_kalender tbody td {
    padding: 3px 3px;
}
a:link.ExEin_kl_kalender_termin_verfuegbar {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 5px;
    line-height: 1.2em;

}

a:link.ExEin_kl_kalender_termin_verfuegbar:hover {
    text-decoration: none;
    background-color: #f0f0f0;
    border-radius: 100px;
    text-decoration: none;
}

.ExEin_kl_gew_terminvereinbaren {
    display: block;
    background-color: orange;
    color: white;
    border-radius: 100px;
    padding: 5px 0px;
    margin: auto;
}

a:link.ExEin_kl_kalender_kein_termin_frei {
    display: block;
    color: #c0c0c0;
    text-decoration: none;
    background-color: #fff;
    border-radius: 100px;
    text-decoration: none;
    padding: 10px 5px;
    cursor: default;

}
a.ExEin_kl_kalender_kein_termin_frei:active,
a.ExEin_kl_kalender_kein_termin_frei:visited {
    text-decoration: none;
    background-color: #fff;
    color: #c0c0c0;
    border-radius: 100px;
    text-decoration: none;
}

.ExEin_kl_termin_uhrzeit_btn {
    width: 100%;
    /*    color: white;*/
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3da7e4;
    border-radius: 25px;
    /*    line-height: 2.0em;*/
    line-height: 45px;
    /*    background-color: #3da7e4;*/
    margin: 5px 0px;
    border: 1px solid #b296c1;
    background-color: #faf9f9;
}

.ExEin_kl_termin_uhrzeit_btn:hover {
    /*    background-color: #6151cb;*/
    /*      background-color: #f0f0f0;*/
    background-color: orange;
    font-weight: 700;
    font-size: 1.3em;
    /*    line-height: 1.75em;*/
    line-height: 45px;
    color: white;
    /*    border: 1px solid orange;*/
}
.ExEin_kalender_wochenansicht{
    margin: auto;
}

.ExEin_kalender_wochenansicht td{
    border: 1px solid #356a6b;
}
.ExEin_kalender_wochenansicht_td_1{
    width: 50px
}

.ExEin_kalender_wochenansicht_td_2,
.ExEin_kalender_wochenansicht_td_3,
.ExEin_kalender_wochenansicht_td_4,
.ExEin_kalender_wochenansicht_td_5,
.ExEin_kalender_wochenansicht_td_6,
.ExEin_kalender_wochenansicht_td_7,
.ExEin_kalender_wochenansicht_td_8,
.ExEin_kalender_wochenansicht_td_9
{
    width: 100px
}
.ExEin_kalender_wochenansicht_gew_tag_kopf {
    color: white;
    background-color: orange;
}
.zellrot {
    background-color: red;
}
.zellblau {
    background-color: blue;
}
.ExEin_bestandskunde_btn {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    line-height: 45px;
    background-color: #3ac35c;
    margin: 5px 0px;
    padding: 0px 30px;
}
.ExEin_bestandskunde_btn:hover {
    background-color: #36ac53;
    line-height: 45px;
}

.ExEin_neukunde_btn {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    border-color: #3da7e4;
    line-height: 45px;
    background-color: #3da7e4;
    margin: 5px 0px;
    padding: 0px 55px;
}
.ExEin_neukunde_btn:hover {
    background-color: #6151cb;
    line-height: 45px;
}
.ExEin_kunde_suchergebnisse_table{
/*    background-color: red;*/
/*    width: 100%;*/
    text-align: left;
}
.ExEin_kunde_suchergebnisse_table tr{
    border-bottom: 1px solid #356a6b;
}
.ExEin_kunde_suchergebnisse_td_1 {
    width: 15px;
}
.ExEin_kunde_suchergebnisse_td_2 {
    width: 100px;
}
.ExEin_kunde_suchergebnisse_td_3 {
    width: 100px;
}
.ExEin_kunde_suchergebnisse_td_4 {
    width: 50px;
}
.ExEin_kunde_suchergebnisse_td_5 {
    width: 102px;
/*    background-color: red;*/
}
.ExEin_in_die_datenbank_btn {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    line-height: 45px;
    background-color: #3ac35c;
    margin: 5px 0px;
    padding: 0px 30px;
    border-radius: 100px;
}
.ExEin_in_die_datenbank_btn:hover {
    background-color: #36ac53;
    line-height: 45px;
}

.ExEin_termineintrag_formular {
    margin-bottom: 15px;
    font-size: 1.1em;
}

.ExEin_termineintrag_formular_textinput {
    display: block;
    width: 100%;
      height: 100px;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ExEin_termineintrag_formular_textinput:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.ExEin_termineintrag_formular_textinput::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.ExEin_termineintrag_formular_textinput:-ms-input-placeholder {
    color: #999;
}

.ExEin_termineintrag_formular_textinput::-webkit-input-placeholder {
    color: #999;
}
a.ExEin_infobtn {
    text-decoration: none;
    padding: 5px 13px;
    line-height: 2em;
    border-radius: 100px;
    color: black;
    background-color:chartreuse;
}
a.ExEin_infobtn:hover{
    font-weight: 700;
}

.ExEin_btn_1 {
    padding: 10px 50px;
    color: black;
    font-size: 1.0em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #b296c1;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 20px;
    margin-top: -10px;
}

.ExEin_btn_1:hover {
    /*    background-color: #3a6d16;*/
    color: white;
    background-color: #b296c1;
    text-decoration: none;
}

.ExEin_wahlmoeglichkeiten a,
.ExEin_wahlmoeglichkeiten a:link {
    text-decoration: none;
    font-size: 20px;
    background-color: #356a6b;
    color: white;
    padding: 10px 50px;
    display: block;
    width: 250px;
    margin-bottom: 5px;

}

.ExEin_wahlmoeglichkeiten a:hover {
    background-color: #b296c1
}
.ExEin_date_form {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.ExEin_date_form:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.ExEin_date_form::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.ExEin_date_form:-ms-input-placeholder {
    color: #999;
}

.ExEin_date_form::-webkit-input-placeholder {
    color: #999;
}

/*--- k19main ---*/
.k19main_btn_1 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid orange;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
}

.k19main_btn_1:hover {
    /*    background-color: #3a6d16;*/
    color: white;
    background-color: orange;
    text-decoration: none;
}

.k19main_btn_2 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid darkolivegreen;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
}

.k19main_btn_2:hover {
    /*    background-color: #3a6d16;*/
    color: white;
    background-color: darkolivegreen;
    text-decoration: none;
}

.k19main_btn_3 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid deeppink;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:deeppink*/
}

.k19main_btn_3:hover {
    /*    background-color: #3a6d16;*/
    color: white;
    background-color: deeppink;
    text-decoration: none;
}

.k19main_btn_4 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid blueviolet;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:blueviolet*/
}
.k19main_btn_4:hover {
    /*    background-color: #3a6d16;*/
    color: white;
    background-color: blueviolet;
    text-decoration: none;
}
.k19main_btn_5 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid darkgrey;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_5:hover {
    /*    background-color: #3a6d16;*/
    color: white;
    background-color: darkgrey;
    text-decoration: none;
}
.k19main_btn_6 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #FE2EF7;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_6:hover {
    color: white;
    background-color: #FE2EF7;
    text-decoration: none;
}
.k19main_btn_7 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #F79F81;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_7:hover {
    color: white;
    background-color: #F79F81;
    text-decoration: none;
}
.k19main_btn_8 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #483D8B;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_8:hover {
    color: white;
    background-color: #483D8B;
    text-decoration: none;
}
.k19main_btn_9 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #00FF40;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_9:hover {
    color: white;
    background-color: #00FF40;
    text-decoration: none;
}
.k19main_btn_10 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #17a589 ;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_10:hover {
    color: white;
    background-color: #17a589 ;
    text-decoration: none;
}
.k19main_btn_11 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #eee68e ;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_11:hover {
    color: white;
    background-color: #eee68e ;
    text-decoration: none;
}
.k19main_btn_12 {
    padding: 20px;
    color: black;
    font-size: 1.5em;
    background-color: transparent;
/*    text-decoration: underline;*/
    border: 2px solid #64B5F6 ;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 10px;
    width: 80%;
/*    color:darkgrey*/
}
.k19main_btn_12:hover {
    color: white;
    background-color: #64B5F6 ;
    text-decoration: none;
}
/*----kal_verschieben-----*/
.kal_ver_date_form {
    display: block;
    width: 30%;
    float: left;
    padding: 10px 0px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.kal_ver_date_form:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.kal_ver_date_form::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.kal_ver_date_form:-ms-input-placeholder {
    color: #999;
}

.kal_ver_date_form::-webkit-input-placeholder {
    color: #999;
}
.kal_ver_date_btn {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    border-color: #3da7e4;
    line-height: 45px;
    background-color: #3da7e4;
    margin: 5px 0px;
    padding: 0px 55px;
}
.kal_ver_date_btn:hover {
    background-color: #6151cb;
    line-height: 45px;
}
/*
.k19_ver_suchergebnisse table{
    margin: auto;
}
*/
/*
.k19_ver_termin_suchergebnisse_td_1 {

}
*/
.k19_ver_termin_suchergebnisse_table{
    text-align: left;
    margin: auto;
}
.k19_ver_termin_suchergebnisse_table tr{
    border-bottom: 1px solid #356a6b;
}
.k19_ver_termin_suchergebnisse_td_1 {
    width: 15px;
}
.k19_ver_termin_suchergebnisse_td_2 {
    width: 100px;
}
.k19_ver_termin_suchergebnisse_td_3 {
    width: 100px;
}
.k19_ver_termin_suchergebnisse_td_4 {
    width: 80px;
}
.k19_ver_termin_suchergebnisse_td_5 {
    width: 60px;
}
.k19_ver_termin_suchergebnisse_td_6 {
    width: 110px;
}
.k19_ver_termin_suchergebnisse_td_7 {
    width: 80px;
}
.k19_ver_termin_suchergebnisse_td_8 {
    width: 102px;
/*    background-color: red;*/
}
a.k19_ver_link_zurueck {
    text-decoration: none;
    padding: 10px 0px;
    color: black;
    background-color:transparent;
    border: 2px solid #b296c1;
    display: block;
    width: 100%;
    margin: auto;
/*    float: left;*/
    border-radius: 5px;
    transition: 0.1s;
    font-size: 1.2em;
}
a.k19_ver_link_zurueck:hover{
    color: white;
    background-color: #b296c1;
    border: 2px solid #b296c1;
}
/*----kal_over-----*/
a.k19_over_link {
    text-decoration: none;
    padding: 10px 0px;
    color: black;
    background-color:transparent;
    border: 2px solid #b296c1;
    display: block;
    width: 90%;
    margin: auto;
    border-radius: 5px;
    transition: 0.1s;
    margin-bottom: 5px;
}

a.k19_over_link:hover{
    color: white;
    background-color: #b296c1;
    border: 2px solid #b296c1;
}

a.k19_over_link_2 {
    text-decoration: none;
    padding: 10px 0px;
    color: black;
    background-color:transparent;
    border: 2px solid #b296c1;
    display: block;
    width: 250px;
    margin: auto;
/*    float: left;*/
    border-radius: 5px;
    transition: 0.1s;
}
a.k19_over_link_2:hover{
    color: white;
    background-color: #b296c1;
    border: 2px solid #b296c1;
}

.k19_over_wochenansicht_ueberschrift{
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.k19_over_wochenansicht_ueberschrift p{
    padding-top: 15px;
    line-height: 1.2em;
}

.k19_over_menu_liste_oben{
    display:inline-flex;
    list-style: none;
}
.k19_over_menu_liste_oben li{
    padding-left: 10px;
}
a.k19_over_link_zur_uebersicht,
a.k19_over_link_zur_terminvergabe,
a.k19_over_link_zur_terminuebersicht,
a.k19_over_link_zum_ausloggen
{
    text-decoration: none;
    padding: 12px 0px;
    color: black;
    background-color:transparent;
    border: 2px solid #b296c1;
    display: block;
    width: 200px;
    margin: auto;
/*    float: left;*/
    border-radius: 5px;
    transition: 0.1s;
}
a.k19_over_link_zur_uebersicht:hover,
a.k19_over_link_zur_terminvergabe:hover,
a.k19_over_link_zur_terminuebersicht:hover,
a.k19_over_link_zum_ausloggen:hover
{
    color: white;
    background-color: #b296c1;
    border: 2px solid #b296c1;
}

a.k19_over_link_zur_terminvergabe {
    border: 2px solid orange;
}
a.k19_over_link_zur_terminvergabe:hover{
    background-color: orange;
    border: 2px solid orange;
}

a.k19_over_link_zur_terminuebersicht {
    border: 2px solid deeppink;
}
a.k19_over_link_zur_terminuebersicht:hover{
    background-color: deeppink;
    border: 2px solid deeppink;
}

a.k19_over_link_zum_ausloggen {
    border: 2px solid blueviolet;
}
a.k19_over_link_zum_ausloggen:hover{
    background-color: blueviolet;
    border: 2px solid blueviolet;
}
.k19_over_mehr_btn {
    padding: 5px 20px;
    color: white;
    font-size: 1.0em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    background-color: #356a6b;
    border-radius: 100px;
}

.k19_over_mehr_btn:hover {
    /*    background-color: #3a6d16;*/
    background-color: #b296c1;
    text-decoration: none;
}
.k19_over_kalender_tagesansicht{
    margin: auto;
    width: 100%;
}

.k19_over_kalender_tagesansicht td{
    border: 1px solid #356a6b;
}
.k19_over_kalender_tagesansicht_td_1{
    width: 50px
}

.k19_over_kalender_tagesansicht_td_2,
.k19_over_kalender_tagesansicht_td_3,
.k19_over_kalender_tagesansicht_td_4
{
    width: 30%;
}

.k19_over_gruen_fett{
    color: red;
    font-weight: 700;
    font-size: 1.2em;
    background-color: yellow;
}
.kal19_verf_checkbox_div{
 width: 250px;
    margin: auto;
}
/* The container */
.k19_verf_checkfeld_titel {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.k19_verf_checkfeld_titel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.k19_verf_check_kaestchen {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.k19_verf_checkfeld_titel:hover input ~ .k19_verf_check_kaestchen {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.k19_verf_checkfeld_titel input:checked ~ .k19_verf_check_kaestchen {
  background-color: #2196F3;
}

/* Create the k19_verf_check_kaestchen/indicator (hidden when not checked) */
.k19_verf_check_kaestchen:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the k19_verf_check_kaestchen when checked */
.k19_verf_checkfeld_titel input:checked ~ .k19_verf_check_kaestchen:after {
  display: block;
}

/* Style the k19_verf_check_kaestchen/indicator */
.k19_verf_checkfeld_titel .k19_verf_check_kaestchen:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kal19_verf_terminfeld{
    width: 500px;
    margin: auto;
}

.kal19_verf_date_form {
    display: block;
    width: 30%;
    float: left;
    padding: 10px 0px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.kal19_verf_date_form:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.kal19_verf_date_form::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.kal19_verf_date_form:-ms-input-placeholder {
    color: #999;
}

.kal19_verf_date_form::-webkit-input-placeholder {
    color: #999;
}
.kal19_verf_date_btn {
    width: 100%;
    color: white;
    font-size: 1.5em;
    border-style: hidden;
    border-color: #3da7e4;
    line-height: 45px;
    background-color: #3da7e4;
    margin: 5px 0px;
    padding: 0px 55px;
}
.kal19_verf_date_btn:hover {
    background-color: #6151cb;
    line-height: 45px;
}
.kal19_verf_errormsg {
    color: red;
    font-size: 1.6em;
    background-color: yellow;
    padding-bottom: 5px;
}
.kal19_verf_begruendungstext input{
    margin: auto;
    text-align: center;
    float: none;
    width: 90%
}

/* ----------*/
.warenkorb_plus_minus_div{
    display: inline-flex;
/*    background-color: yellow;*/
    padding-bottom: 0px;
    padding-top: 5px;
}
.warenkorb_plus_div{
    padding-right: 3px;
/*    margin-bottom: 15px;*/
}

.warenkorb_plus_btn{
    width: 30px;
    height: 30px;
    color: white;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 100px;
    background-color: #356a6b;
    text-decoration: underline;
    text-decoration: none;
    margin-top: -15px;
}

.warenkorb_plus_btn:hover {
    background-color: #b296c1;
    text-decoration: none;
}

.warenkorb_tabelle {
    color: black;
    border-collapse: collapse;
}

.warenkorb_tabelle_head {
    background-color: #b296c1;
}

.warenkorb_tabelle_zeile_linie {
    border-top: 1px solid #252525;
}

.warenkorb_tabelle_zeile_linie_unten {
    border-bottom: 1px solid #252525;
}

.warenkorb_tabelle_td1 {
    width: 5%;
    min-width: 20px;
    padding-top: 15px;
}

.warenkorb_tabelle_td1 p {
    text-align: center;
}

.warenkorb_tabelle_td2 {
    width: 55%;
    /*    background-color: blue;*/
    text-align: left;
    padding-top: 15px;
}

.warenkorb_tabelle_td3 {
/*    width: 1%;*/
/*    min-width: 20px;*/
/*        background-color: red;*/
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    text-align: center;
}
.warenkorb_tabelle_td3 p{
    text-align: center;
}

.warenkorb_tabelle_td4 {
    width: 10%;
    min-width: 100px;
    /*    background-color: white;*/
    padding-top: 15px;
}

.warenkorb_tabelle_td5 {
    width: 5%;
    min-width: 75px;
    padding-top: 15px;
    text-align: center;
    margin: auto;
}
.warenkorb_tabelle_td5 p{
/*    text-align: center;*/
}

.warenkorb_tabelle_td6 {
    width: 5%;
    min-width: 30px;
    /*    background-color: green;*/
}

/* -- Produkte-shop-info --*/
.produkte_shop_info_hauptueberschrift{
  font-size: 1.8em;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 5px;
  text-align: center;
}
.produkte_shop_info_untertitel {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-top: -15px;
    font-weight: 300;
    padding-bottom: 5px;
    text-align: center;
}
.produkte_shop_info_bild_preis_div {
    width: 100%;
/*    display: inline-flex;*/
}
.produkte_shop_info_kleinbilder_links {
    width: 10%;
/*    min-width: 150px;*/
/*    background-color:aqua;*/
    float: left;
}
.produkte_shop_info_grossbild_div {
/*    background-color:burlywood;*/
    width: 60%;
/*    width: auto;*/
    float: left;
}

.produkte_shop_info_grossbild_div img{
    max-width: 100%;
}

.produkte_shop_info_bezButDiv {
/*    background-color:darksalmon;*/
    width: 30%;
    float: left;
}

.produkte_shop_info_kaufen_btn{
    padding: 10px 10px;
    width: 90%;
    margin: auto;
    color: white;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 10px;
    background-color: #356a6b;
    text-decoration: none;
}

.produkte_shop_info_kaufen_btn:hover {
    background-color: #b296c1;
    text-decoration: none;
}

.produkte_shop_info_kaufen_btn_inaktiv{
    padding: 10px 10px;
    width: 90%;
    margin: auto;
    color: #bebebe;
    font-size: 1.2em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 10px;
    background-color: #e7ecef;
    text-decoration: none;
}

.produkte_shop_info_kaufen_btn_inaktiv:hover {
    background-color: #e7ecef;
    text-decoration: none;
}

.produkte_shop_info_bezButDiv_abstandhalter {
    height: 50px;
}
.produkte_shop_info_linie {
    width: 95%;
    background-color: #cfbcd9;
    height: 1px;
    margin: auto;
    margin-bottom: 3px;
}

/* ----  */
/* ----  */
 .slider-holder
        {
            width: 800px;
            height: 400px;
            background-color: yellow;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            text-align: center;
            overflow: hidden;
        }

        .image-holder
        {
            width: 2400px;
            background-color: red;
            height: 400px;
            clear: both;
            position: relative;

            -webkit-transition: left 2s;
            -moz-transition: left 2s;
            -o-transition: left 2s;
            transition: left 2s;
        }

        .slider-image
        {
            float: left;
            margin: 0px;
            padding: 0px;
            position: relative;
            min-width: 800px;
        }

.div_1 {
    background-image: url(/img/1.jpg);
    height: 100%;
}
.text_1{
    min-height: 400px;
}
        #slider-image-1:target ~ .image-holder
        {
            left: 0px;
        }

        #slider-image-2:target ~ .image-holder
        {
            left: -800px;
        }

        #slider-image-3:target ~ .image-holder
        {
            left: -1600px;
        }

        .button-holder
        {
/*            position: relative;*/
/*            top: -20px;*/
            top: 0px;
            text-align: center;
        }

        .slider-change
        {
            display: inline-block;
            height: 10px;
            width: 10px;
            border-radius: 5px;
            background-color: brown;
        }
/* ----  */
/* ----  */


.kkart_link_div {
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    max-width: 90%;
    margin: auto;
}
.kkart_link_div a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    background-color: #356a6b;
    color: white;
    padding: 11px 50px;
    max-width: 250px;
    margin: auto;
}

.kkart_link_div a:hover {
    background-color: #b296c1
}

/*.header_warenkorb_nav td a.warenkorb_leer {*/
.warenkorb_leer {
    color: white;
}

/*.header_warenkorb_nav td a.warenkorb_voll {*/
.warenkorb_voll {
/*    padding: 2px 5px;*/
    background-color: yellow;
    border-radius: 50%;
    color: black;
    display: inline-block;
    width: 20px;
    margin-left: 2px;
}

/*
.dankevielmals_link_div {
        margin: auto;
                text-align: center;
    }

    .dankevielmals_link_div a {
        display: block;
        max-width: 250px;
        margin: auto;
    }

    .dankevielmals_link_div a:link {
        text-align: center;
    }
*/


.dankevielmals_btn_div {
    width: 90%;
    display: block;
    margin: auto;
}

.dankevielmals_btn_div div {
/*    margin: 0px 5px;*/
    padding-top: 5px;
    padding-bottom: 5px;
}

.dankevielmals_form_aendern {
    width: 100%;
    color: white;
/*    font-size: 1.4em;*/
    font-size: 20px;
    border-style: hidden;
    border-color: #3da7e4;
    line-height: 45px;
    background-color: #3da7e4;
    margin: 5px 0px;
}

.dankevielmals_form_aendern:hover {
    background-color: #6151cb;
    line-height: 45px;
}

.dankevielmals_form_bestaetigen {
    width: 100%;
    color: white;
/*    font-size: 1.4em;*/
    font-size: 20px;
    border-style: hidden;
    line-height: 45px;
    background-color: #3ac35c;
    margin: 5px 0px;
}

.dankevielmals_form_bestaetigen:hover {
    background-color: #36ac53;
    line-height: 45px;
}

.produkte_shop_suchfeld_div {
    display: inline-flex;
    width: 100%;
}
.produkte_shop_search_info_btn {
    padding: 10px 20px;
    color: white;
    font-size: 1.0em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    background-color: #356a6b;
    margin-top: 15px;
}

.produkte_shop_search_info_btn:hover {
    /*    background-color: #3a6d16;*/
    background-color: #b296c1;
    text-decoration: none;
}

<!-- .newsletter_kasten {
    max-width: 900px;
    width: 100%;
    border: 3px solid #b296c1
}

.newsletter_kasten_links {
    width: 72%;
    float: left;
    margin: 0 10px 0 10px;
    padding: 10px 0 0 0;
    text-align: left
} -->

a.newsletter_knopf {
    display: block;
    padding: 14px 10px;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid #356a6b;
    border-radius: 4px;
    background-color: #dd9da1;
}

a:hover.newsletter_knopf {
    background-color: #b296c1;
    color: #fff
}

a.wiederholen_knopf {
    display: block;
    padding: 14px 10px;
    margin: auto;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #356a6b;;
}

a:hover.wiederholen_knopf {
    background-color: #b296c1;
    color: #fff
}

.video_play {
    max-width: 90%;
}
.video_self {
    width: 100%;
}
.gesichtsbehandlung_ueberschrift {
  text-transform: uppercase;
  display: block;
  background-color: #cfbcd9;
  padding: 5px 20px;
  color: white;
  margin-top: 30px;
}

.gesichtsbehandlung_unterpunkte {
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #cfbcd9;
  padding: 10px;
}
.gesichtsbehandlung_unterpunkt_titel {
  display: block;
  text-decoration: none;
  font-size: 1.6em;
  padding: 10px 30px;
}
.gesichtbehandlung_preis_dauer{
  font-size: 0.65em;
  text-transform: none;
  margin-top: 0.3em;
  padding-top: 0px;
}

.gesichtsbehandlung_unterpunkt_zweite_zeile form{
  display: inline-block;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.warenkorb_weitere_termine_btn .dropbtn {
  text-decoration: none;
  font-size: 1.2em;
  width: 350px;
  padding: 10px 50px;
}

a.sitemap:link {
  color: white;
}

.treatment_content {
    width: 100%;
    max-width: 900px;
    float: none;
    display: block;
    margin: auto
}
.treatment_content p{
    text-align: justify;
    hyphens: auto;
}

.kasten {
  // display: inline-flex;
  height: 210px;
  width: 25%;
  border: 2px solid #b296c1;
  margin: 20px 22px;
  color: #BFC0C0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  hyphens: auto;

  position: relative;
  overflow: hidden;
  // cursor: pointer;
  display: block;
  float: left;
}

.kasten p {
  // background-color: blue;
  position: relative;
  width: 100%;
  height: 35%;
  text-align: center;
  margin: auto;
  display: block;
  padding: 15px 0px;
  //margin-top: -70%;
  color: white;
  letter-spacing: 1px;
  // position: absolute;
  line-height: 1.0em;
}

.kasten a {
  text-transform: none;
  //background-color: green;
  width: 113px;
  margin: auto;
  margin-top: 2px;
  display: block;
  height: auto;
  text-align: center;
  //margin: 2px 5px;
  display: block;
  padding: 15px 0px;
  text-decoration: none;
  letter-spacing: 0px;

  position: relative;
  transition: all .35s ease-Out;
  line-height: 1.0em;
  font-size: 0.6em;
  background-color: white;
  border: 1px solid #b296c1;
}

.kasten_btn_slide {
  width: 100%;
  height: 100%;
  top: -55%;
   background: #b296c1;
  // position: relative;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

.kasten:hover .kasten_btn_slide {
  top: 0;
}

.kasten:hover p {
  //color: gold;
  transition: all .35s ease-Out;
}

.kasten a:hover {
  //background-color: #b296c1;
  background-color: white;
  background-color: #356a6b;
  color: #356a6b;
  color: white;
}

.index_kasten_btn {
    display: block;
    padding: 15px 10px;
    margin: auto;
    margin-top: 8px;
    color: #b296c1;
    font-size: 0.6em;
    border-style: hidden;
    border-color: #3ac35c;
    border-radius: 0px;
    background-color: #356a6b;
    position: relative;
    transition: all .35s ease-Out;
    line-height: 1.0em;
    font-size: 0.6em;
    background-color: white;
    border: 1px solid #b296c1;
    letter-spacing: 0px;
}

.index_kasten_btn:hover {
    background-color: #356a6b;
    color: white;
    text-decoration: none;
}

.treatments_einzelseite_hauptueberschrift{
  font-size: 1.6em;
  font-weight: 400;
  //line-height: 100%;
  text-align: center;
  padding-bottom: 5px;
  margin: 0;
  color: #a282b2;
}

.treatments_einzelseite_hauptteil_hauptueberschrift{
  font-size: 1.4em;
  text-align: left;
  padding: 30px 0px 10px 0px;
  margin: 0;
  color: #a282b2;
}

.abstand_nach_oben{
  padding-top: 10px;
}

.login_btn_erneut_email_farbe{
  background-color: #3da7e4;
}
.login_btn_erneut_email_farbe:hover{
  background-color: #6151cb;
}

.footer_agb_widerruf_div span{
  margin-top: 0px;
  padding-left: 30px;
}

.vor_ort_endgueltig{
  background-color:  #dd9da1;
  color: white;
  border-color: #dd9da1;
  font-size: 1.2em;
}

.produkte_shop_belico_banner{
  width: 95%;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 20px;
}

.produkte_shop_banner_info_div{
  display: inline-block;
  position: relative;
  margin-left: -170px;
  margin-top: -90px;
  padding-bottom: 80px;

}

.produkte_shop_belico_banner img{
  width: 100%;
}

.banner_info_btn{
  display: flex;
  float: left;
  margin-left: 125px;
  padding: 0px;
}

.ueber_uns_mitarbeiter_div {
  display: inline-flex;
}

.ueber_uns_einzelne_mitarbeiter {
  max-width: 350px;
}

.usber_uns_mitarbeiter_namen {
  color: #a282b2;
  font-size: 1.2em;
}

.ueberarbeitung {
  background-color: yellow;
}
.ueberarbeitung p{
  font-size: 1.3em;
  max-width: 100%;
  margin: 15px;
  hyphens: auto;
  text-align: left;
  line-height: 1.3em;
}

.indexAnkuendigung {
  text-align: left;
  font-size: 1.5em;
  line-height: 1.5em;
  color: green;
}




/* Allgemeine Container-Stile für die Seitenstruktur */
#add_content_indexierbar_editor_container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    background-color: #b7b7b7;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

#add_content_indexierbar_show_container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

/* Titelstile */
#add_content_indexierbar_editor_container h1,
#add_content_indexierbar_show_container h1 {
    font-size: 1.8em;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* Button-Container für Speichern und Abbrechen */
.add_content_indexierbar_button_container {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

/* Neues Styling für das Select-Feld */
.add_content_indexierbar_select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
    margin-right: 5px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
    background-size: 20px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.add_content_indexierbar_select:hover {
    border-color: #999999;
}

.add_content_indexierbar_select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Für Firefox */
.add_content_indexierbar_select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

/* Für IE10+ */
.add_content_indexierbar_select::-ms-expand {
    display: none;
}

/* Einfügen-Button */
.add_content_indexierbar_insert_button {
    background-color: #17a2b8;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.add_content_indexierbar_insert_button:hover {
    background-color: #138496;
}

/* Speichern-Button */
.add_content_indexierbar_save_button {
    background-color: #28a745;
    color: #fff;
    padding: 10px 20px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s;
}

.add_content_indexierbar_save_button:disabled {
    background-color: #a8d5a2;
    cursor: not-allowed;
}

.add_content_indexierbar_save_button:hover:enabled {
    background-color: #218838;
}

/* Abbrechen-Button */
.add_content_indexierbar_cancel_button {
    background-color: #e74c3c;
    color: #fff;
    padding: 10px 20px;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1em;
    transition: background-color 0.3s;
}

.add_content_indexierbar_cancel_button:disabled {
    background-color: #f5a4a4;
    cursor: not-allowed;
}

.add_content_indexierbar_cancel_button:hover:enabled {
    background-color: #c0392b;
}

/* Entfernen-Button */
.add_content_indexierbar_remove_button {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 10px;
    margin-left:30px;
    margin-right:30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.add_content_indexierbar_remove_button:hover {
    background-color: #c82333;
}

/* Hoch- und Runter-Buttons */
.add_content_indexierbar_move_button {
    background-color: #ffc107;
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
    transition: background-color 0.3s;
}

.add_content_indexierbar_move_button:hover {
    background-color: #e0a800;
}

/* Baustein-Eingabefelder */
.add_content_indexierbar_block_input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}

/* Mehrzeiliges, unveränderbares Textfeld */
textarea.add_content_indexierbar_block_input {
    height: 0px;
    resize: none;
}

/* Fokus-Stil für Eingabefelder */
.add_content_indexierbar_block_input:focus {
    border-color: #007bff;
    outline: none;
}

/* Baustein-Anzeige im Editor */
.add_content_indexierbar_block_item {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #eef6ff;
    border-left: 4px solid #007bff;
    border-radius: 5px;
}

/* Hoch-, Runter- und Entfernen-Buttons in einer Zeile */
.add_content_indexierbar_control_buttons {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

/* Dropdown und Einfügen-Button in einer separaten Zeile */
.add_content_indexierbar_insert_controls {
    display: flex;
    gap: 5px;
    margin-top: 5px;
}

/* Show-Seite Block-Anzeige */
#add_content_indexierbar_show_container .add_content_indexierbar_block_item h1,
#add_content_indexierbar_show_container .add_content_indexierbar_block_item p {
    margin: 0 0 10px;
    padding: 0;
}

#add_content_indexierbar_show_container .add_content_indexierbar_block_item h1 {
    font-size: 1.5em;
    color: #333;
}

#add_content_indexierbar_show_container .add_content_indexierbar_block_item p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
}

/* Alert-Nachricht */
.add_content_indexierbar_alert_message {
    padding: 10px 15px;
    margin-bottom: 20px;
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
}

.add_content_indexierbar_label {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    display: block; /* Damit das Label oberhalb des Input-Feldes erscheint */
}


.ql-snow{
  background-color: white;
}

.add_content_indexierbar_block_item .ql-container{
  font-size: 1em;
  margin-bottom: 10px;
}


.popup {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #4CAF50; /* Grüner Hintergrund */
    color: white; /* Weißer Text */
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000; /* Über anderen Elementen anzeigen */
}




.add_content_indexierbar_seite_container {
  display: flex;
  flex-direction: column; /* Ändert die Richtung auf vertikal */
  gap: 20px; /* Abstand zwischen den Dropdown-Feldern */
  max-width: 400px; /* Reduzierte Breite, da nun vertikal */
  margin: 20px auto;
}

.add_content_indexierbar_seite_dropdown_wrapper {
  width: 100%; /* Volle Breite des Containers */
}

.add_content_indexierbar_seite_label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.add_content_indexierbar_seite_select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.add_content_indexierbar_seite_select:hover {
  border-color: #888;
}

.add_content_indexierbar_seite_select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}





.add_content_indexierbar_seite_accordion_editor {
    padding: 15px;
    background: #f5f5f5;
    border-radius: 5px;
}

.add_content_indexierbar_seite_accordion_section {
    margin-bottom: 15px;
}

.add_content_indexierbar_seite_accordion_section label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}


/* Verbessertes Styling für die Vorschau */
.add_content_indexierbar_seite_accordion {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 10px 0;
}

.add_content_indexierbar_seite_accordion_item {
    border-bottom: 1px solid #ddd;
}

.add_content_indexierbar_seite_accordion_item:last-child {
    border-bottom: none;
}

.add_content_indexierbar_seite_accordion_header {
    padding: 15px;
    background: #f5f5f5;
    cursor: pointer;
    margin: 0;
    position: relative;
    transition: background-color 0.3s ease;
}

/* Hover-Effekt für den Header */
.add_content_indexierbar_seite_accordion_header:hover {
    background: #e9e9e9;
}

/* Pfeil-Indikator für den Header */
.add_content_indexierbar_seite_accordion_header::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.add_content_indexierbar_seite_accordion_item.active .add_content_indexierbar_seite_accordion_header::after {
    content: '-';
}

.add_content_indexierbar_seite_accordion_content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.add_content_indexierbar_seite_accordion_item.active .add_content_indexierbar_seite_accordion_content {
    padding: 15px;
    max-height: 1000px; /* oder ein anderer ausreichend großer Wert */
    opacity: 1;
}


.button_mit_bild_container {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

.button_mit_bild_container .add_content_indexierbar_input_group {
    margin-bottom: 15px;
}

.button_mit_bild_container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.button_mit_bild_container input[type="text"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button_mit_bild_container .image-preview {
    max-width: 200px;
    margin-top: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button_mit_bild_container input[type="file"] {
    margin-top: 5px;
}





.folder-explorer-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    max-width: 80%;
    max-height: 80vh;
    overflow-y: auto;
}

.folder-structure {
    padding-left: 20px;
}

.image-item {
    cursor: pointer;
    padding: 5px;
}

.image-item:hover {
    background-color: #f0f0f0;
}




.add_content_indexierbar_browse_button {
    padding: 5px 10px;
    margin: 5px 0;
    cursor: pointer;
}

.add_content_indexierbar_image_preview {
    max-width: 200px;
    margin-top: 10px;
}

.add_content_indexierbar_input_group label {
    display: block;
    margin-bottom: 5px;
}











/* Grundlegende Variablen für einheitliches Design */
:root {
    --primary-color: #2196F3;
    --secondary-color: #f5f5f5;
    --text-color: #333;
    --border-radius: 8px;
    --spacing: 20px;
    --transition: all 0.3s ease;
}

/* Label Styling */
.add_content_indexierbar_label {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: var(--spacing);
    padding: 10px;
    background: var(--secondary-color);
    border-radius: var(--border-radius);
}

/* Aufzählungsart Selector */
.add_content_indexierbar_list_type_selector {
    background: white;
    padding: 15px;
    border-radius: var(--border-radius);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin-bottom: var(--spacing);
}

.add_content_indexierbar_list_type_selector p {
    margin-bottom: 10px;
    font-weight: 500;
}

.add_content_indexierbar_list_type_selector label {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
    cursor: pointer;
}

.add_content_indexierbar_list_type_selector input[type="radio"] {
    margin-right: 8px;
    cursor: pointer;
}

/* Einleitungssatz Bereich */
.add_content_indexierbar_introduction_section {
    margin-bottom: var(--spacing);
}

.add_content_indexierbar_introduction_section label {
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
    font-weight: 500;
}

.add_content_indexierbar_block_input {
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    padding: 12px;
    min-height: 100px;
    background: white;
    transition: var(--transition);
}

.add_content_indexierbar_block_input:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
    outline: none;
}

/* Items Container */
.items-container {
    margin-bottom: 10px;
}

.item {
    background: white;
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    padding: 15px;
    margin-bottom: 10px;
    transition: var(--transition);
}

.item:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.item-controls {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* Buttons */
.block-aufzaehlungen button {
    padding: 8px 16px;
    margin-bottom: 20px;
    border: none;
    border-radius: var(--border-radius);
    background: var(--primary-color);
    color: white;
    cursor: pointer;
    transition: var(--transition);
}

.block-aufzaehlungen button:hover {
    background: #1976D2;
    transform: translateY(-1px);
}

/* Spezielle Buttons für Item-Controls */
.item-controls button {
    padding: 4px 8px;
    font-size: 0.9rem;
    background: #e0e0e0;
    color: var(--text-color);
}

.item-controls button:hover {
    background: #bdbdbd;
}

/* Delete Button */
.item-controls button:last-child {
    background: #ff5252;
    color: white;
}

.item-controls button:last-child:hover {
    background: #ff1744;
}

/* Editor Container */
.editor-container {
    border: 1px solid #ddd;
    border-radius: var(--border-radius);
    padding: 12px;
    min-height: 80px;
    background: white;
    transition: var(--transition);
}

.editor-container:focus {
    border-color: var(--primary-color);
    outline: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .add_content_indexierbar_list_type_selector label {
        display: block;
        margin-bottom: 10px;
    }

    .item-controls {
        flex-wrap: wrap;
    }

    button {
        width: 100%;
        margin-bottom: 8px;
    }
}















/* Responsive Anpassungen */
@media (max-width: 768px) {

}

@media (max-width: 480px) {

}
.pzbw_box {
    max-width: 1200px;
    max-width: 450px;
    margin: 0 auto;
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-radius: 8px;
}

.pzbw_menu_liste {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    gap: 20px;
}

.pzbw_menu_link {
    text-decoration: none;
    color: #4299e1;
    font-weight: 500;
}

.pzbw_seiten_select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 16px;
    color: #2d3748;
    margin-bottom: 20px;
}

.pzbw_content_table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 25px 0;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.pzbw_content_table th {
    background-color: #4299e1;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
}

.pzbw_text_cell,
.pzbw_action_cell {
    padding: 12px 15px;
    border-bottom: 1px solid #e2e8f0;
}

.pzbw_content_row:last-child td {
    border-bottom: none;
}

.pzbw_content_row:hover {
    background-color: #f7fafc;
}

.pzbw_button {
    background-color: #4299e1;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.pzbw_button:hover {
    background-color: #3182ce;
}

.pzbw_produkt_form {
    margin: 20px 0;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.pzbw_form_title {
    color: #2d3748;
    margin-bottom: 15px;
}

.pzbw_produkt_select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 2px solid #e2e8f0;
    border-radius: 6px;
    font-size: 14px;
}

.pzbw_fertig_button {
    background-color: #48bb78;
    color: white;
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-weight: 500;
    margin-top: 10px;
}

.pzbw_fertig_button:hover {
    background-color: #38a169;
}


.pzbw_blog_title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #e2e8f0;
}



.pzbw_message {
    background-color: #48bb78;
    color: white;
    padding: 1rem;
    border-radius: 4px;
    margin: 1rem 0;
    text-align: center;
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: opacity 0.5s ease-in-out;
}










@media (max-width: 768px) {
    .pzbw_box {
        padding: 10px;
    }
    
    .pzbw_menu_liste {
        flex-direction: column;
        gap: 10px;
    }
    
    .pzbw_text_cell,
    .pzbw_action_cell {
        padding: 8px;
    }
}





@media (max-width: 480px) {

}
.shop_autocomplete_container {
    position: relative;
    width: 100%;
}

.shop_autocomplete_items {
    width: 100%;
    border: 1px solid #d4d4d4;
    z-index: 99;
    max-height: 200px;
    overflow-y: auto;
    display: none; /* Standardmäßig versteckt */
    margin-top: 5px; /* Abstand zum Eingabefeld */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 0px 0px 15px 15px;
}

.shop_autocomplete_items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
}

.shop_autocomplete_items div:hover {
    background-color: #e9e9e9;
}

.shop_autocomplete_active {
    background-color: #e9e9e9 !important;
}






@media (max-width: 768px) {
   
}





@media (max-width: 480px) {

}

/* Overlay für den Hintergrund */
.wkpu_popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Verhindert Scrolling während das Popup angezeigt wird */
}

/* Das eigentliche Popup-Fenster */
.wkpu_popup_container {
    background-color: white;
    width: 90%;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    position: relative; /* Wichtig für stabile Positionierung */
    transform: translateZ(0); /* Hardware-Beschleunigung aktivieren */
    will-change: transform, opacity; /* Optimierung für Animation */
    opacity: 0;
    transform: scale(0.8);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.wkpu_popup_overlay.active .wkpu_popup_container {
    opacity: 1;
    transform: scale(1);
}

/* Header des Popups */
.wkpu_popup_header {
    background-color: #3a7bd5;
    color: white;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px 8px 0 0;
}

.wkpu_popup_header h2 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.wkpu_close_btn {
    background: none;
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

/* Inhalt des Popups */
.wkpu_popup_content {
    padding: 25px;
    overflow-y: auto;
    max-height: calc(90vh - 70px); /* Verhindert zu große Popups auf kleinen Bildschirmen */
}

/* Empfehlungssektion */
.wkpu_recommendations_section h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #3a7bd5;
    font-size: 1.1rem;
}

.wkpu_recommended_books {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.wkpu_recommended_book {
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    gap: 15px;
    align-items: flex-start;
}

.wkpu_book_image {
    flex: 0 0 auto;
}

.wkpu_book_cover {
    width: 150px;
    height: 150px;
    object-fit: cover;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
}

.wkpu_book_cover:hover {
    transform: scale(1.05);
}

.wkpu_book_details {
    flex: 1;
    display: flex;
    gap: 15px;
}

.wkpu_book_info {
    flex: 1;
}

.wkpu_book_title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 5px;
}

.wkpu_book_author {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.wkpu_book_description {
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

.wkpu_book_action {
    flex: 0 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wkpu_price_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.wkpu_original_price {
    text-decoration: line-through;
    color: #888;
    font-size: 0.9rem;
}

.wkpu_discount_price {
    font-weight: bold;
    color: #e63946;
    font-size: 1.2rem;
    margin: 3px 0;
}

.wkpu_savings {
    background-color: #e63946;
    color: white;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

.wkpu_add_single_btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    width: 100%;
    transition: background-color 0.2s;
}

.wkpu_add_single_btn:hover {
    background-color: #3e8e41;
}

.wkpu_shipping_info {
    text-align: center;
    font-size: 0.9rem;
    color: #28a745;
    margin: 15px 0;
}

.wkpu_action_buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.wkpu_add_all_btn {
    background-color: #3a7bd5;
    color: white;
    border: none;
    padding: 12px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.2s;
}

.wkpu_add_all_btn:hover {
    background-color: #2c5aa0;
}

.wkpu_skip_btn {
    background: none;
    border: none;
    color: #666;
    padding: 8px;
    cursor: pointer;
    text-decoration: underline;
    font-size: 0.9rem;
}

.wkpu_progress_bar {
    height: 4px;
    background-color: #ddd;
    margin-top: 20px;
    border-radius: 2px;
    overflow: hidden;
}

.wkpu_progress {
    height: 100%;
    width: 75%;
    background-color: #3a7bd5;
}

.wkpu_progress_text {
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

/* Verhindert Scrollen des Hintergrunds */
body.wkpu_popup_open {
    overflow: hidden;
}

/* Responsive Anpassungen */
@media only screen and (max-width: 768px) {
    .wkpu_popup_container {
        width: 95%;
        max-height: 90vh;
    }
    
    .wkpu_popup_header h2 {
        font-size: 1.2rem;
    }
    
    .wkpu_recommended_book {
        flex-direction: column;
    }
    
    .wkpu_book_image {
        align-self: center;
        margin-bottom: 10px;
    }
    
    .wkpu_book_details {
        flex-direction: column;
    }
    
    .wkpu_book_info {
        text-align: center;
        margin-bottom: 5px;
    }
    
    .wkpu_book_action {
        width: 100%;
        flex: none;
    }

    .wkpu_price_info {
    flex-direction: row;
    justify-content: space-between; /* Gleichmäßige Verteilung mit maximalem Abstand zwischen den Elementen */
    gap: 8px; /* Behält einen Mindestabstand zwischen den Elementen */
  }
    
}



.uebersicht_dreier_btn_div {
  display: inline-flex;
  width: 100%;
}
.uebersicht_dreier_btn_div form{
  width: 100%;
  text-align: center;
}
input.uebersicht_loeschen_btn,
button.uebersicht_loeschen_btn {
  width: 32%;
  color: white;
  font-size: 1.0em;
  border-style: hidden;
  border-color: #ff4040;
  line-height: 45px;
  background-color: #ff4040;
  margin: 5px 0px;
  padding: 0px 5px;
}
input.uebersicht_loeschen_btn:hover,
button.uebersicht_loeschen_btn:hover {
  background-color: #f40000;
  line-height: 45px;
}
button.uebersicht_ueberarbeiten_btn,
input.uebersicht_ueberarbeiten_btn {
  width: 32%;
  color: white;
  font-size: 1.0em;
  border-style: hidden;
  border-color: #3da7e4;
  line-height: 45px;
  background-color: #3da7e4;
  margin: 5px 0px;
  padding: 0px 5px;
}
input.uebersicht_ueberarbeiten_btn:hover,
button.uebersicht_ueberarbeiten_btn:hover {
  background-color: #6151cb;
  line-height: 45px;
}
input.uebersicht_plus_btn,
button.uebersicht_plus_btn {
  width: 32%;
  color: white;
  font-size: 1.0em;
  border-style: hidden;
  border-color: #3dab6b;
  line-height: 45px;
  background-color: #3dab6b;
  margin: 5px 0px;
  padding: 0px 5px;
}
input.uebersicht_plus_btn:hover,
button.uebersicht_plus_btn:hover {
  background-color: #229658;
  line-height: 45px;
}




/* Grundlegende Stile */
:root {
    --primary-color: #6c63ff;
    --primary-hover: #5a52d5;
    --secondary-color: #f5f5f7;
    --secondary-hover: #e5e5e7;
    --text-color: #333;
    --text-light: #777;
    --border-color: rgba(0, 0, 0, 0.05);
    --shadow-color: rgba(0, 0, 0, 0.1);
    --background: #ffffff;
    --gradient-start: #6c63ff;
    --gradient-end: #7e74ff;
}


/* Popup-Overlay */
.wkpu_geschenk_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Popup-Container */
.wkpu_geschenk_container {
    background-color: var(--background);
    border-radius: 16px;
    box-shadow: 0 10px 30px var(--shadow-color);
    width: 90%;
    max-width: 450px;
    animation: wkpu_geschenk_fadeIn 0.3s ease-in-out;
    overflow: hidden;
    border: 1px solid var(--border-color);
}

@keyframes wkpu_geschenk_fadeIn {
    from { opacity: 0; transform: translateY(-20px) scale(0.98); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Header-Bereich */
.wkpu_geschenk_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: white;
}

.wkpu_geschenk_header_content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.wkpu_geschenk_header_content img{
    border-radius: 50%;
}



.wkpu_geschenk_icon {
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wkpu_geschenk_header h2 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.wkpu_geschenk_close_btn {
    font-size: 1.4rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.2s, transform 0.2s;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .wkpu_geschenk_close_btn:hover {
    color: white;
    /* transform: rotate(90deg); */
}

/* Inhaltsbereich */
.wkpu_geschenk_content {
    padding: 25px;
}

.wkpu_geschenk_content p {
    color: var(--text-light);
    font-size: 0.95rem;
    margin-top: 0;
    margin-bottom: 20px;
}

.wkpu_geschenk_selection_wrapper {
    position: relative;
    margin-bottom: 30px;
}

.wkpu_geschenk_dropdown {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    font-size: 16px;
    background-color: var(--background);
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.wkpu_geschenk_dropdown:focus {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(108, 99, 255, 0.15);
}

.wkpu_geschenk_select_arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    pointer-events: none;
}

/* Vorschaubereich */
.wkpu_geschenk_preview {
    margin-top: 20px;
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary-color);
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.wkpu_geschenk_preview:hover {
    /* transform: translateY(-3px); */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.wkpu_geschenk_preview_placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-light);
}

.wkpu_geschenk_preview_placeholder i {
    font-size: 40px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.wkpu_geschenk_preview_placeholder p {
    margin: 0;
    font-size: 0.9rem;
}

.wkpu_geschenk_preview img {
    max-width: 100%;
    max-height: 150px;
    margin-bottom: 15px;
    border-radius: 8px;
    object-fit: contain;
    transition: transform 0.3s;
}

.wkpu_geschenk_preview img:hover {
    /* transform: scale(1.03); */
}

#wkpu_geschenk_preview_text {
    color: var(--text-color);
    font-size: 0.95rem;
    margin: 5px 0 0 0;
}

/* Footer-Bereich */
.wkpu_geschenk_footer {
    display: flex;
    justify-content: flex-end;
    padding: 20px 25px;
    border-top: 1px solid var(--border-color);
    gap: 12px;
}

/* Button-Stile */
.wkpu_geschenk_button {
    padding: 12px 22px;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
}

.wkpu_geschenk_button i {
    font-size: 14px;
}

.wkpu_geschenk_button_primary {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: white;
}

.wkpu_geschenk_button_primary:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(108, 99, 255, 0.3);
}

.wkpu_geschenk_button_primary:active:not(:disabled) {
    transform: translateY(0);
}

.wkpu_geschenk_button_secondary {
    background-color: var(--secondary-color);
    color: var(--text-color);
}

.wkpu_geschenk_button_secondary:hover {
    background-color: var(--secondary-hover);
}

.wkpu_geschenk_button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Button zum Öffnen des Popups */
#wkpu_geschenk_open_button {
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-end));
    color: white;
    border: none;
    padding: 14px 26px;
    font-size: 16px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 5px 15px rgba(108, 99, 255, 0.25);
}

#wkpu_geschenk_open_button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(108, 99, 255, 0.35);
}

#wkpu_geschenk_open_button:active {
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 600px) {
    .wkpu_geschenk_container {
        width: 95%;
    }
    
    .wkpu_geschenk_header h2 {
        font-size: 1.2rem;
    }
    
    .wkpu_geschenk_button {
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .wkpu_geschenk_icon {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
}


/* Pfeil-Symbol mit gedrehtem › */
.wkpu_geschenk_select_arrow {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    pointer-events: none;
    background-color: rgba(108, 99, 255, 0.1);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s, transform 0.2s;
}

.wkpu_geschenk_arrow_symbol {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    display: block;
    transform: rotate(90deg); /* Drehen des Symbols um 90 Grad */
    margin-left: 1px; /* Feinabstimmung der horizontalen Position */
    margin-top: -1px; /* Feinabstimmung der vertikalen Position */
}

/* Animation für den Pfeil beim Hover */
.wkpu_geschenk_selection_wrapper:hover .wkpu_geschenk_select_arrow {
    background-color: rgba(108, 99, 255, 0.2);
}

/* Pulsierender Effekt für den Pfeil, wenn noch nichts ausgewählt wurde */
@keyframes wkpu_geschenk_pulse {
    0% { transform: translateY(-50%) scale(1); }
    50% { transform: translateY(-50%) scale(1.1); }
    100% { transform: translateY(-50%) scale(1); }
}

.wkpu_geschenk_dropdown:invalid + .wkpu_geschenk_select_arrow {
    animation: wkpu_geschenk_pulse 1.5s infinite;
}





















/* Spezifische Anpassungen für sehr kleine Bildschirme */
@media only screen and (max-width: 480px) {
    .wkpu_popup_header h2 {
        font-size: 1rem;
    }
    
    .wkpu_book_cover {
        width: 120px;
        height: 120px;
    }

    .wkpu_book_details{
      margin: auto;
    }

    .wkpu_close_btn {
      max-width: 50px;
    }

}
 .kal19gw_datenbank_tabelle {
   width: 100%;
   border-collapse: collapse;
   margin-top: 20px;
   box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.kal19gw_datenbank_tabelle th,
.kal19gw_datenbank_tabelle td {
   padding: 12px 15px;
   text-align: left;
   border-bottom: 1px solid #ddd;
}

.kal19gw_datenbank_tabelle th {
   background-color: #f8f8f8;
   font-weight: bold;
   color: #333;
}

.kal19gw_datenbank_tabelle tr:hover {
   background-color: #f5f5f5;
}

.kal19gw_loeschen_button {
   background-color: #ff4d4d;
   color: white;
   border: none;
   padding: 6px 12px;
   border-radius: 4px;
   cursor: pointer;
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
}

.kal19gw_loeschen_button:hover {
   background-color: #e60000;
}

.kal19gw_aktionen_zelle {
   text-align: right;
   white-space: nowrap;
}

/* Toggle Switch Stil */
.kal19gw_toggle_switch {
   position: relative;
   display: inline-block;
   width: 60px;
   height: 30px;
}

.kal19gw_toggle_switch input {
   opacity: 0;
   width: 0;
   height: 0;
}

.kal19gw_slider {
   position: absolute;
   cursor: pointer;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: #ccc;
   transition: .4s;
   border-radius: 34px;
}

.kal19gw_slider:before {
   position: absolute;
   content: "";
   height: 22px;
   width: 22px;
   left: 4px;
   bottom: 4px;
   background-color: white;
   transition: .4s;
   border-radius: 50%;
}

input:checked + .kal19gw_slider {
   background-color: #2196F3;
}

input:checked + .kal19gw_slider:before {
   transform: translateX(30px);
}

.kal19gw_status_text {
   margin-left: 10px;
   font-weight: bold;
}

/* Email Input Stil */
.kal19gw_bestellwert_input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.kal19gw_bestellwert_input:focus {
    border-color: #2196F3;
    outline: none;
    box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
}

.kal19gw_name_input {
    width: 100%;
}


   
/* Responsive Design */
@media screen and (max-width: 768px) {
   .kal19gw_datenbank_tabelle {
     border: 0;
   }
   
   .kal19gw_datenbank_tabelle thead {
     display: none;
   }
   
   .kal19gw_datenbank_tabelle tr {
     margin-bottom: 10px;
     display: block;
     border: 1px solid #ddd;
   }
   
   .kal19gw_datenbank_tabelle td {
     display: block;
     text-align: right;
     border-bottom: 1px dotted #ccc;
   }
   
   .kal19gw_datenbank_tabelle td:last-child {
     border-bottom: 0;
   }
   
   .kal19gw_datenbank_tabelle td:before {
     content: attr(data-label);
     float: left;
     font-weight: bold;
   }
   
   .kal19gw_aktionen_zelle {
     text-align: center;
   }

   .kal19gw_name_input {
    width: auto;
  }
    


  }
   









/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

@media only screen and (max-device-width:667px) {
    body {
        font-size: 18px;

    }

    .content {
        width: 100%;
        max-width: 980px;
    }

    h1 {
        font-size: 1.2em;
        font-weight: 400;
        line-height: 35px;
        text-align: center
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        max-width: 100%
    }

    h2 {
        font-size: 1.1em;
        font-weight: 400;
        line-height: 30px;
        margin-left: 6px;
        text-align: center
    }

    h3 {
        font-size: 20px;
        line-height: 24px
    }

    h4 {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px
    }

    h5 {
        font-weight: 300;
        font-size: 16px;
    }

    .header {
        margin: 0
    }

    .logo_home_bg {
        width: 100%;
        height: 100%;
    }

    .logo_home {
        width: 100%;
        height: 0;
    }

    .logo {
        padding-bottom: 10px
    }

    .header_home {
        background-color: #fff
    }

    .navigation {
        margin-top: 0;
    }

    ul#nav1 {
        padding: 0;
        margin: 0
    }

    ul#nav1 a.active {
        border-top: 2px solid #356a6b
    }

    ul#nav2 {
        display: none
    }

    .einspalter, .einspalter_2{
        max-width: 90%
    }

    .spalte_links50 {
        text-align: center;
        width: 90%;
        float: none;
        margin: 50px auto 0 auto
    }

    .spalte_rechts50 {
        text-align: center;
        width: 90%;
        float: none;
        margin: 50px auto 0 auto
    }

    .button_termin a {
        margin: auto
    }

    .button_footer a {
        margin: auto
    }

    /*---------------------*/
    .abstandhalter_slider {
        height: 0px;
    }

    .form_control {
        display: block;
        width: 100%;
        margin: auto
    }

    .form_group {
        width: 95%;
        margin: auto
    }

    .btn_form {
        /*        width: 95%;*/
        width: 100%
    }

    #logo_home_wide {
        display: none
    }

    #index_title_main_wide {
        display: none
    }

    .menu_trigger {
        display: block;
        width: 100%;
        color: #555;
        font-family: 'Alegreya Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
        margin: 0 15px 0 0;
        line-height: 450%;
        text-align: center;
        border-top: 2px solid #777;
        border-bottom: 2px solid #777;
        cursor: pointer;
        background-color: #cfbcd9
    }

    #drittelrechts {
        width: 15%;
        float: right;
        transform: translateY(40%)
    }

    #drittelmitte {
        width: 70%;
        float: right;
        text-align: center;
        background-color: transparent
    }

    #drittellinks {
        width: 15%
    }

    .horilinie {
        width: 35px;
        height: 5px;
        background-color: #555;
        margin: 6px auto
    }

    div.navigation {
        display: none;
        cursor: pointer
    }

    .navigation a {
        display: block;
        text-decoration: none;
        background-color: transparent;
        font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
        font-size: 14px
    }

    .navigation ul li {
        width: 100%
    }

    div.nav-expanded {
        display: block;
        margin: 0
    }

    .abstandhalter_top {
        width: 100%;
        height: 10px
    }

    .top_rechts_ueberschrift {
        font-size: 25px;
        font-weight: 300;
        line-height: 100%;
        text-transform: uppercase;
        margin: 0 10px;
        float: left
    }

    .top_rechts_beschreibung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        padding: 5px 10px;
        float: left;
        color: #356a6b;
        display: block;
        text-align: center;
        width: 100%
    }

    .top_logo img {
        background-color: #fff;
        margin: 0;
        width: 170px;
        height: 199px
    }

    .HKZ_div {
        width: 100%;
        margin-left: auto;
        padding-left: auto
    }

    .HKZ_logo {
        padding-top: 0;
/*        max-width: 80%;*/
        max-width: 160px;
        /*        min-width: 280px;*/
        margin-right: auto;
        /*        padding-right: 10%*/
    }

    .button_termin_top {
        margin-top: 0;
        margin-bottom: 5px
    }

    .button_termin_top a {
        color: #fff;
        background-color: #356a6b;
        height: 30px;
        padding-top: 15px;
        width: 230px;
        display: block;
        font-weight: 400;
        float: none;
        margin: auto
    }

    .top_drittel_rechts {
        width: 100%;
    }

    .top_drittel_mittel {
        width: 100%;
    }

    .accordion_item_hd {
        font-size: 18px;
        color: #a282b2;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
        line-height: 33px;
        background: #fff;
        background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #eaeaea));
        background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
        background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
        background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
        background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
        box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0px 2px 2px rgba(0, 0, 0, 0.1)
    }

    .accordion_item_hd:hover {
        background: #fff;
    }

    ul.nav3 li {
        font-size: 14px;
    }


    .nav_tasche {
        width: 100px
    }

    a.back_to_top {
        width: 35px;
        height: 35px;
    }

    .uberschriftohnelink {
        text-decoration: none;
    }

    #bei_responsiv_nicht_sichtbar {
        display: none
    }

    #uberuns_bilder img {
        width: 90%;
    }

    .h4_uberschrift {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        max-width: 600px
    }

    .gesichtsbehandlung_h3_uberschrift {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        max-width: 600px
    }

    .gesichtsbehandlungen_tabelle_td_preis,
    .preisliste_tabelle_td_preis {
        padding-top: 9px;
        padding-bottom: 9px;
        text-align: right;
        vertical-align: top
    }

    .tabellenbreite_2 {
        width: 140px;
        text-align: right
    }

    #jobinhalt {
        width: 90%;
        margin: 0 auto
    }

    #jobinhalt p {
        text-align: center
    }

    #responsive_iframe_karte {
        position: relative;
        height: 0;
        padding-bottom: 70%;
        width: 90%;
        margin: auto
    }

    .responsive_iframe_karte {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    #kontakt_inhalt_zentriert {
        margin: 0 center
    }

    #kontakt_inhalt_zentriert p {
        text-align: center
    }

    #kontakt_tabelle {
        margin: 0 auto;
        text-align: center;
    }

    .content p {
        text-align: left;
        font-size: 18px
    }

    #content_title {
        width: 600px;
        text-align: center;
        margin: 0 auto;
        max-width: 90%
    }

    .dunkel_gruen {
        color: #356a6b
    }

    .abstandhalter_behandlungen_ganz_oben {
        line-height: 1px
    }

    .nur_bei_responsiv_einmal_oben {
        background-color: white
    }


    #index_title_wide {
        font-weight: 400;
    }
    #blogbreite{
      width: 90%;
      margin: auto;
    }

    #bloginhalt {
      width: 100%;
    }

    #bloginhalt h2{
      margin-left: 0px;
    }

    .blog_titel_grau {
        font-size: 22px;
        line-height: 35px;
        text-align: center;
        max-width: 100%
    }


    .blogthema_titel {
        /* margin: 0 0 0 25px; */
    }

    a.blogthema_titel_link {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
        text-align: left;
        float: left;
        /* padding: 0 0 0 18px; */
        margin: 0;
        color: #a282b2;
        width: 100%;
        line-height: 150%
    }

    p.blogthema_datum {
        font-size: 14px;
        font-weight: 300;
        text-align: left;
        padding: 6px 25px 5px 0px;
        clear: both;
        line-height: 22px;
        margin-left: 0px;
    }

    #bloginhalt img {
        width: 100%;
        float: none;
        margin-top: 0px;
        padding-top: 0px;
    }

    .blogthema_bild{
      max-width: 95%;
      /* float: none; */
      margin: auto;
      margin-top: 0px;
      padding-top: 0px;
    }
    .blogthema_seitlicher_abstand_links{
      /* width: 0%; */
      display: none;
    }

    .blogthema_text {
        /* margin: 0 25px 5px 25px */
    }

    .wortumbruch {
        word-wrap: break-word
    }

    .blogthema_fragen {
        padding: 15px 0 15px 0px;
        font-size: 1.1em;
        line-height: 24px;
    }

    ul.blog_text_liste{
      /* width: 90%; */
      padding-right: 0px;
      /* margin: auto; */
      text-align: justify;
      hyphens: auto;
      margin-left: -20px;
    }

    ul.blog_text_liste ul{
        text-align: left;
        /* margin: 0 0px 0 15px; */
        padding-top: 0
    }

    p.blogartikel_uberschrift_beschreibung {
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 15px;
        display: block;
        text-align: center;
        width: 95%;
        margin: auto;
    }

    .belico_einzelbilder {
        width: 85%;
        margin: 10% auto;
        padding-bottom: 20px
    }

    .belico_fotos {
        margin-bottom: 45px;
        border: 1px solid #cfbcd9
    }

    .belico_keinfloat {
        display: none
    }

    #blogmenurechts {
        display: none
    }


    .index_datum {
        font-size: 14px;
        text-align: left;
        margin: 0 0 5px 15px;
        clear: both;
        font-weight: 400
    }

    .index_eingeruckt {
        width: 100%;
        margin: 0 0 0 0px;
    }
    p.index_eingeruckt{
        text-align: justify;
        hyphens: auto;
    }


    p.index_ueberschrif_h2 {
        font-size: 24px;
        font-weight: 400;
        line-height: 30px;
        margin-top: 6px;
        margin-right: 6px;
        margin-bottom: 6px;
        margin-left: 6px;
        text-align: center
    }

    .index_h2_tag_klein {
        font-size: 16px;
        margin-top: -10px;
        margin-bottom: -2px
    }

    .aktuelles_datum {
        font-size: 14px;
        line-height: 15px;
        text-align: left;
        padding: 0 0 0 15px;
        clear: both
    }

    a.aktuelles_titel_link {
        font-weight: 400;
        font-size: 18px;
        margin: 0 0 0 0px;
        width: 90%
    }

    p.aktuelles_datum_furs_blog {
        font-weight: 300;
        padding: 0 25px 5px 0px;
        font-size: 0.8em;
    }

    .soziale_medienbuttons {
        display: block;
        width: 28px
    }

    p.uberuns_text {
        text-align: justify;
        hyphens: auto;
    }
    .uberuns_text {
        margin: 0 25px 15px 25px;
    }

    .uberuns_portrait {
        margin: 5px 25px 0 25px
    }

    .center {
        text-align: center
    }

    .behandlungen_text_eingeruckt {
        margin: 0 10px 10px 10px
    }

    .newsletter_kasten_links {
        width: 100%;
    }

    .newsletter_kasten_rechts {
        width: 150px;
        display: block;
        margin: 0 auto
    }

    .preisliste_title_beschreibung {
        font-weight: 300;
        font-size: 18px;
        line-height: 24px
    }

    .preisliste_haarentfernung_unter_oberschriften {
        font-weight: 300;
        font-size: 16px;
    }

    .produkte_shop_menuunterpunkte a,
    .produkte_shop_menuunterpunkte a:link {
        font-size: 18px;
    }

    .produkte_shop_h4_uberschrift {
        /* padding-left: 15px; */
        font-size: 1.0em;
        font-weight: 700
    }

    .produkte_shop_h5_uberschrift {
        padding: 0px 0px 10px 0px;
        font-size: 1.0em;
        font-weight: 300;
    }

    .box {
        margin: auto;
        width: 85%;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .nav_login_adjust_1 {
        padding: 0px 1px 5px 0px;
    }

    .index_button_termin_top {
        margin: auto;
        margin-left: 2px;
    }

    .index_button_termin_top a {
        width: 230px;
    }

    .button_termin_top {
        margin: auto;
    }

    .nav_login_adjust_2 {
        /*        width: 50%;*/
        padding: 0px 0px 5px 0px;
        margin: auto;
        max-width: 300px;
    }

    .resp_mittig {
        text-align: center;
        margin: auto;
    }

    p.resp_mittig {
        text-align: center;
        margin: auto;
    }

    p.resp_eingerueckt {
        padding: 0px 10px;
    }

    .produkte_shop_belico_shop {
        margin: auto;
        /*        text-align: center;*/
    }

    .produkte_shop_belico_shop a {
        display: block;
        margin: auto;
    }

    .produkte_shop_belico_shop a:link {
        text-align: center;
        padding: 10px 20px;
    }

    p.gew_terminvereinbaren {
        /*        display: block;*/
        text-align: center;
        font-size: 1.0em;
    }

    .kalender_termin_verfuegbar {
        color: black;
    }

    a.kalender_for_back_link {
        color: #356a6b;
        font-size: 0.8em;
        padding: 0px;
        margin: 0px;
    }

    p.kalender_for_back_link_inaktiv {
        font-size: 0.8em;
        margin-left: -10px;
    }

    .title {
        font-size: 0.9em;
    }

    .cart_table {
        width: 100%;
    }

    .cart_table td p {
        font-size: 1.0em;
    }

    /*    .cart_table_td1,*/
    /*    .cart_table_td2,*/
    .cart_table_td3,
    .cart_table_td4,
    .cart_table_td5 {
        min-width: 30%;
    }

    .cart_table_td2 {
        width: 40%;
        hyphens: auto;
    }

    .cart_table_td1 p {
        margin: 0px 0px 15px 0px;
        text-align: center;
    }

    .cart_table_td2 p,
    .cart_table_td3 p,
    .cart_table_td4 p {
        margin: 0px 0px 15px 5px;
        padding: 0px;
        hyphens: auto;
        text-align: left;
    }

    .termin_uebersicht_tabelle_links p {
        margin-left: 10px;
        margin-right: 15px;
    }

    .termin_uebersicht_tabelle_rechts p {
        margin-left: 0px;
    }

    .termin_btn_div {
        width: 90%;
        margin: auto;
        padding-top: 10px;
        display: block;
        font-size: 0.8em;
    }

    .termin_btn_div div {
        width: 100%;
        margin-top: 5px;
        margin: auto;
        /*        margin: 0px 5px;*/
    }

    .termin_form_abbrechen {
        width: 100%;
    }

    .termin_form_bestaetigen {
        /*        width: 50%;*/
    }

    .danke_link a:link {
        display: block;
        width: 90%;
        margin: auto;
        padding: 10px 15px;
    }

    .danke_link {
        padding-top: 5px;
    }

    .privat_uebersichtstabelle {
        border: 0;
        width: 100%;
        margin-top: -20px;
    }

    .privat_td1,
    .privat_td2,
    .privat_td3,
    .privat_td4,
    .privat_td5,
    .privat_td6,
    .privat_td7,
    .privat_td8 {
        width: 100%;
    }

    .privat_uebersichtstabelle th {
        display: none;

    }

    .privat_uebersichtstabelle tr {
        margin-top: 15px;
        display: block;
        border: 2px solid #ddd;
        background-color: #eee;
        width: 100%;
    }

    tr.privat_header {
        display: none;
    }

    .privat_uebersichtstabelle td {
        line-height: 1em;
        padding: 15px 0px;
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
        font-size: 0.9em;
    }

    .privat_uebersichtstabelle td:last-child {
        border-bottom: 0;
    }

    .privat_uebersichtstabelle td:before {
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-weight: bold;
    }

    .intern_termin_aendern_btn {
        /*        padding-bottom: 0px;*/
        margin-bottom: 0px;
    }

    .terminanpassen_btn_div {
        width: 90%;
        margin: auto;
        padding-top: 10px;
        display: block;
        font-size: 0.8em;
    }

    .terminanpassen_btn_div div {
        width: 100%;
        /*        margin-top: 0px;*/
        margin: auto;
        margin: 0px 0px;
        padding: 0px;
    }

    .terminanpassen_form_verschieben,
    .terminanpassen_form_loeschen {
        width: 100%;
        margin-top: 5px;
    }

    p.gew {
        text-align: center;
        font-size: 1.0em;
    }

    .heute_link_container {
        padding-top: 25px;
    }

    .terminanpassen_termindaten_ueberschrift {
        text-align: center;
    }

    a.heute_link {
        color: white;
    }

    .terminanpassen_uebersicht_zum_termin {
        text-align: center;
        padding-top: 10px;
    }

    .terminanpassen_form_btn_zurueck_zur_uebersicht {
        font-size: 1.2em;
    }

    .cart_s_h2_resp {
        padding: 10px 0px;
    }

    /*    .register form div button {*/
    button.register {
        width: 100%;
    }

    .tabreiter {
        height: 640px;
    }

    .termin_hautexpertin_btn {
        font-size: 20px;
    }

    .termin_hautexpertin_btn_activ {
        font-size: 20px;
    }
    .termin_hautexpertin_inactiv_btn {
      font-size: 20px;
    }

    a.email_bestaetigung {
        text-decoration: none;
    }
    .angebotscode_textfeld {
        margin-top: -30px;
        width: 120%;
}
    .ExEin_kl_kalender_heute_link_container a{
    color: white;
}
    .ExEin_kl_kalender_heute_link_container a:hover{
    color: #6a6d6d;
}
    a.k19_ver_link_zurueck {
        margin-top: 15px;
        width: 90%;
    }
    .ExEin_box_re {
    float: left;
    text-align: center;
    width: 100%;
    }

    .ExEin_uebersicht_table_td1 p{
        margin: 0px;
        padding: 0px;
    }

    .ExEin_uebersicht_table_td2 p{
        margin-right: 0px;
        margin-left: 5px;
    }

    .ExEin_uebersicht_table_td3 p{
        margin-right: 0px;
        margin-left: 5px;
    }

    .ExEin_uebersicht_table_td4 p{
        margin-right: 0px;
        margin-left: 5px;
    }

    .ExEin_uebersicht_table_td5{
        margin: 0px;
        width: 20px;
    }
    a.ExEin_link_zum_hautexpertin_abschnitt{
        color: white;
    }
    p.ExEin_box_titel {
        text-align: center;
    }
    .ExEin_kombi_box_kalender_li {
        width: 100%;
    }
    p.ExEin_box_titel_ohne_abstand_oben{
        text-align: center;
    }
    p.ExEin_kl_gew_terminvereinbaren{
        text-align: center;
    }
    .ExEin_kl_terminvereinbaren_kalender td{
        width: 35px;
    }
    .ExEin_kl_terminvereinbaren_kalender td p{
        padding: 7px 0px;
    }
    .k19_over_menu_liste_oben{
        margin: 0px;
        padding: 0px;
        display: block;
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .k19_over_menu_liste_oben ul{
        margin: 0px;
        padding: 0px;
    }
    .k19_over_menu_liste_oben li{
        margin: 0px;
        padding: 0px;
        padding: 5px 0px;
    }
    .k19_over_menu_liste_oben a{
        width: 100%;
    }
    .ExEin_kl_terminvereinbaren_kalender td{
        width: 40px;
    }
    .ExEin_kl_terminvereinbaren_kalender tr{
        height: 45px;
    }
    a:link.k19_over_link{
        margin-bottom: 5px;
    }
    .k19_over_link a{
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;
    }
    a.k19_over_link_2{
        margin: auto;
        margin-top: 20px;
    }
    .ExEin_box_li{
        width: 95%;
    }
    .ExEin_kombi_box_kalender_re{
        width: 95%;
    }
    a.ExEin_kl_kalender_termin_verfuegbar {
    background-color: #fff;
        color: #356a6b;
    }
    .kal19_verf_terminfeld{
        width: 100%;
        margin: auto;
    }
    .kal19_verf_date_form {
        width: 28%;
    }
    .kal19_verf_date_btn {
        width: 95%;
    }
    p.kal19_verf_errormsg {
        text-align: center;
    }
    .produkte_shop_info_hauptueberschrift{
      padding-top: 0px;
      padding-bottom: 0px;
      margin-top: 0px;
      margin-bottom: 3px;
      font-size: 1.1em;
      font-weight: 400;
    }
    h2.produkte_shop_info_untertitel,
    p.produkte_shop_info_untertitel {
        font-size: 1.0em;
        padding-top: 5px;
        text-align: center;
    }

    .produkte_shop_div_links{
        display: none;
    }
    .produkte_shop_div_rechts{
        float: none;
        width: 100%;
        margin: auto;
    }
    .produkte_shop_accordion_menu_div{
        width: 95%;
        margin: auto;
    }

    .produkte_shop_rubrik_navi_div{
        margin: auto;
/*        background-color: red;*/
        padding-left: 2%;
    }

    ul.produkte_shop_kategorien_liste{
        padding: 0px;
        margin: auto;
        width: 100%;
    }

    .produkte_shop_kategorien_liste a{
        width: 47%;
        float: left;
        text-decoration: none;
        margin-left: 2px;
        padding-left: 0px;
        font-size: 0.95em;
        margin-bottom: 2px;
        background-color: #eee;

        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .produkte_shop_kategorien_liste a:hover{
        color: #fff;
        background-color: #a282b2;
    }

    .produkte_shop_link_aktiv a{
        color: #fff;
        background-color: #a282b2;
    }

    .produkte_shop_produkte_haupt_div {
        width: 46%;
        margin: auto;
        padding-bottom: 5px;
        margin-left: 10px;
        margin-bottom: 25px;
        -webkit-box-shadow: 1px 1px 4px #8a8a8a;
        box-shadow: 1px 1px 4px #8a8a8a;
        border-radius: 0px 0px 50px 0px;
    }

    .produkte_shop_kaestchen_preis_div p{
        text-align: center;
        margin: auto;
        float: none;
    }
    .produkte_shop_div_eingeruckt {
/*        margin: 0 20px 10px 20px;*/
        width: 90%;
        margin: auto;
            text-align: justify;
    }

    .produkte_shop_div_eingeruckt p{
            text-align: justify;
    }

    .produkte_shop_div_eingeruckt ul{
        padding-top: 20px;
    }



    .produkte_shop_info_kleinbilder_links {
    width: 20%;
    float: left;
    }
    .produkte_shop_info_grossbild_div {
        width: 80%;
        float: left;
    }

    .produkte_shop_info_bezButDiv {
        width: 100%;
    }

    .produkte_shop_info_bezButDiv p{
        text-align: center;
    }


    ul.produkte_shop_info_kleinbilderNav {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul.produkte_shop_info_kleinbilderNav li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px;
        min-width: 50%
    }

    ul.produkte_shop_info_kleinbilderNav li a {
        display: block;
        font-size: 16px;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 22px;
        color: #a282b2;
        text-decoration: none
    }



    ul.produkte_shop_info_kleinbilderNav li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b
    }

    ul.produkte_shop_info_kleinbilderNav a.active {
        color: #356a6b;
        text-decoration: none;
        border-bottom: 2px solid #356a6b
    }
    .kkart_link_div a {
    color: #fff;
    }


     ul.produkte_shop_kategorien_liste{
        padding: 0px;
        padding-left: 1%;
        margin: auto;
        width: 100%;
    }
    .produkte_shop_kategorien_liste a{
        width: 47%;
        float: left;
        color: #356a6b;
    }

    .produkte_shop_kategorien_liste a:hover{
        color: #fff;
        background-color: #a282b2;
    }
    .produkte_shop_link_aktiv a{
        color: #fff;
        background-color: #a282b2;
    }
/*
    .produkte_shop_produkte_haupt_div {
        width: 31%;
        margin: auto;
        padding-bottom: 5px;
        margin-left: 10px;
        margin-bottom: 25px;
        -webkit-box-shadow: 1px 1px 4px #8a8a8a;
        box-shadow: 1px 1px 4px #8a8a8a;
        border-radius: 0px 0px 50px 0px;
    }
*/

    ul.produkte_shop_info_kleinbilderNav {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul.produkte_shop_info_kleinbilderNav li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px
    }

    ul.produkte_shop_info_kleinbilderNav li a {
        display: block;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 0px;
        padding-bottom: 5px;
        color: #a282b2;
        text-decoration: none
    }

    .produkte_shop_info_kleinbilderNav li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b;
/*        background-color: red;*/
    }

     ul.produkte_shop_info_kleinbilderNav li a img{
         width: 100%;
    }

    .warenkorb_tabelle {
    color: black;
    border-collapse: collapse;
        max-width: 100%;
    }

    .warenkorb_tabelle_td1 {
        width: 5%;
        min-width: 20px;
        padding-top: 15px;
    }

    .warenkorb_tabelle_td1 p {
        text-align: center;
    }

    .warenkorb_tabelle_td2 {
        width: 55%;
        /*    background-color: blue;*/
        text-align: left;
        padding-top: 15px;
        hyphens: auto;
        min-width: 80px;
    }

    .warenkorb_tabelle_td3 {
        padding: 0px;
        margin: 0px;
        padding-top: 15px;
        text-align: center;
    }
    .warenkorb_tabelle_td3 p{
        text-align: center;
    }

    .warenkorb_tabelle_td4 {
        width: 10%;
        min-width: 80px;
        padding-top: 15px;
    }

    .warenkorb_tabelle_td5 {
        width: 5%;
        min-width: 65px;
        padding-top: 15px;
        text-align: center;
        margin: auto;
    }
    .warenkorb_tabelle_td5 p{
        /*    text-align: center;*/
    }

    .warenkorb_tabelle_td6 {
        width: 5%;
        min-width: 30px;
        /*    background-color: green;*/
    }

    p.blocksatz {
        text-align: justify;
    }

    .kalender_container table {
        margin: auto;
        font-size: 1.2em;
    }
    .termin_uhrzeit_btn {
        font-size: 1.2em;
    }
    .termin_uhrzeit_btn:hover{
        font-size: 1.4em;
    }

    .gesichtsbehandlung_accordion_menu_div{
        width: 95%;
        margin: auto;
    }
    #accordion_menu_blog_responsiv {
        width: 100%;
        margin: auto;
    }

    .spinner.loading {
        margin-top: -40px;
        margin-bottom: 15px;
        margin-left: -20px;
    }
    .warenkorb_tabelle p.text_groesser{
        font-size: 1em;
    }
    .produkte_shop_suchfeld_div_responsiv{
        margin: auto;
        width: 95%;
    }
    .produkte_shop_suchfeld_div_responsiv div{
        font-size: 16px;
    }
    .terminvereinbarung_div_responsiv{
        margin: auto;
        width: 95%;
    }
    .warenkorb_div_responsiv{
        margin: auto;
        width: 95%;
    }

    a.newsletter_knopf {
      color: #fff;
      width: 90%;
      max-width: 300px;
    }

    a.wiederholen_knopf {
      color: #fff;
      width: 90%;
      max-width: 300px;
    }

    .gesichtsbehandlung_ueberschrift {
      /* text-transform: uppercase; */
      /* display: block; */
      /* background-color: #cfbcd9; */
      padding: 10px 20px;
      /* color: white; */
      /* margin-top: 30px; */
    }

    .gesichtsbehandlung_unterpunkte {
      /* display: block;
      text-transform: uppercase;
      border-bottom: 1px solid #cfbcd9;
      padding: 10px; */
    }
    .gesichtsbehandlung_unterpunkt_titel {
      font-size: 1.2em;
      /* padding: 10px 30px; */
    }
    .gesichtbehandlung_preis_dauer{
      font-size: 0.7em;
      /* text-transform: none; */
      margin-top: 0.3em;
      padding-top: 0px;
    }

    .gesichtsbehandlung_unterpunkt_zweite_zeile form{
      display: inline-block;
      text-decoration: none;
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .gesichtsbehandlung_termin_btn {
        /*    width: 100%;*/
        padding: 9px 15px;
        font-size: 0.9em;
    }

    .termin_uebersicht_tabelle_links {
        width: 40%;
    }

    .termin_uebersicht_tabelle_rechts {
        width: 60%;
    }

    .warenkorb_weitere_termine_btn .dropbtn {
      font-size: 1.0em;
      width: 300px;
    }

    footer div{
      <!-- width: 100%; -->
    }

    footer div table{
      margin: auto;
      text-align: center;
    }

    footer .txt_links{
      margin: auto;
      text-align: center;
      float: none;
    }

    footer div{
      padding: 5px 0px;
    }

    footer .signet{
      height: auto;
    }

    .footer_signet{
      width: 0px;
      margin-left: -20px;
    }

    footer .button_footer a{
      margin: auto;
      float: none;
    }
    .footer_rahmen{
      margin-top: 0px;
      margin-bottom: -5px;
    }

    .footer_rahmen tr{
      display: block;
      margin: 7px 0px;
    }

    .footer_rahmen tr img{
      margin-bottom: -5px;
    }

    .footer_agb_widerruf_div,
    .footer_datenschutz_impressum_div{
      margin-top: 0px;
      padding-top: 0px;
    }

    .footer_agb_widerruf_div span,
    .footer_datenschutz_impressum_div span{
      color: blue;
      display: block;
      // padding: 5px 0px 15px 0px;
      padding: 10px 0px;
    }


     .button_footer {
      display: inline-block;
      margin: auto;
      float: none;
      margin-top: -20px;
    }

    footer .txt_rechts {
      float: none;
      text-align: center;
    }

    .treatment_content{
      width: 90%;
      margin: auto;
    }

    .kasten_responsiv{
      display: inline-block;
      display: block;
      //background-color: yellow;
      text-align: center;
      //width: 100%;
      margin: auto;
    }

    .kasten {
      float: left;
      width: 40%;
      width: 45%;
      margin: auto;
      margin-left: 5%;
      margin-left: 2.5%;
      margin-top: 5%;
      height: 205px;
      letter-spacing: 0.5px;
    }

    .kasten p{
      text-align: center;
      text-transform: uppercase;
      height: 35%;

    }
    .kasten a {
      text-transform: none;
      transition: all .35s ease-Out;
      line-height: 1.0em;
      font-size: 0.6em;
      background-color: white;
      border: 1px solid #b296c1;
      width: 122px;
      margin: auto;
      margin-top: 2px;
      color: #b296c1;
    }

    .kasten_btn_slide {
      top: -60%;
    }

    .kasten form{
      width: 100%;
      margin: auto;
    }

    .index_kasten_btn {
      display: block;
      padding: 15px 0px;
      margin: auto;
      width: 124px;
    }

    p.index_info_ueberschrift{
      text-align: center;
    }

    .blocksatz ul{
      //color: red;
      //background-color: yellow;
      margin-left: -40px;
    }

    .kontakt-email-knopf{
      margin-top: 0px;
    }

    .treatments_einzelseite_hauptueberschrift{
      font-size: 1.2em;
      padding-bottom: 0.8em;
    }

    .treatments_einzelseite_hauptteil_hauptueberschrift{
      padding-top: 0.4em;
      padding-bottom: 0.4em;
      font-size: 1.1em;
    }
    .abstand_nach_oben{
      padding-top: 1.8em;
    }

    .produkte_shop_suchfeld_div_responsiv
    .k19_ver_suchergebnisse
    .k19_ver_termin_suchergebnisse_table
    .k19_ver_termin_suchergebnisse_td_2 {
     width: 30%;
     hyphens: auto;
   }

    .produkte_shop_suchfeld_div_responsiv
    .k19_ver_suchergebnisse
    .k19_ver_termin_suchergebnisse_table
    .k19_ver_termin_suchergebnisse_td_3 {
      width: 40%;
      hyphens: auto;
    }

    .angebotscode_eingabe_table
    .angebotscode_eingabe_table_td1 {
      hyphens: auto;
      padding-left: 10px;
    }

    .terminvereinbaren_formular_div_kommentarfeld {
      width: 95%;
      margin: auto;
      padding: 0px;
    }

    .terminvereinbaren_formular_div_kommentarfeld
    .terminvereinbaren_formular_kommentarfeld {
      margin: 0px;
      padding: 0px;
    }
    .produkte_shop_belico_banner{
      padding-top: 10px;
    }

    .produkte_shop_banner_info_div{
      display: inline-block;
      position: relative;
      margin-left: -30px;
      margin-top: -70px;
      padding-bottom: 40px;
    }

    .banner_info_btn{
      display: flex;
      float: left;
      margin-left: 10px;
      padding: 0px;
    }

    .ueber_uns_mitarbeiter_div {
      display: block;
    }

    .ueber_uns_einzelne_mitarbeiter {
      max-width: 350px;
      margin: auto;
      padding-bottom: 30px;
    }

    .ueber_uns_einzelne_mitarbeiter p{
      text-align: center;
    }

    .ExEin_btn_fuer_widescreen{
      display: none;
    }

    .formular {
      width: 90%;
      margin: auto;
      padding-bottom:10px;
    }



}

/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

@media only screen and (min-device-width :668px) and (max-device-width :980px) {
    body {
        font-size: 18px;
    }

    .content {
        width: 100%;
        max-width: 980px;
    }

    a:link {
        color: #356a6b;
    }

    a:visited {
        color: #6e6c64;
    }

    h1 {
        /*        font-size: 45px;*/
        font-size: 1.8em;
        font-weight: 300;
        line-height: 1.8em
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        max-width: 100%
    }

    h2 {
        font-size: 1.6em;
        font-weight: 300;
        font-size: 1.6em;
        margin-left: 6px;

    }

    ul#nav1 li a {
        padding-right: 12px;
        padding-left: 12px;
    }

    .einspalter, .einspalter_2 {
        width: 100%;
        max-width: 600px;
    }

    /*---------------------*/
    /*
    .h1_kleiner {
        font-size: 2em;
        margin: 0.67em 0;
    }
*/

    #logo_responsiv {
        display: none
    }

    .slider {
        width: 95%
    }

    #index_title_main_wide {
        width: 90%;
        margin: auto
    }

    #index_title_wide {
        /*        font-size: 40px;*/
        font-size: 1.8em;
    }

    .index_ueberschrif_h2 {
        font-size: 40px;
        margin-left: 6px
    }

    .index_h2_tag_klein {
        font-size: 18px;
        margin-top: -25px;
        margin-bottom: -8px
    }

    .nav_login_adjust_2 {
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px -1px;
    }

    .button_termin_top {
        margin: auto;
    }
    .button_termin_top a{
        float: none;
        width: 230px;
        margin: 0px;
        margin: auto;
        text-align: center;
        color: white;
    }

    #haupt_section {
        width: 100%;
        margin: 0 auto
    }

    #content_title {
        width: 90%;
        text-align: center;
        margin: 0 auto
    }

    .nur_bei_responsiv_einmal_oben {
        display: none
    }

    .tabellenbreite_2 {
        width: 115px;
        text-align: right
    }

    .blog_titel_grau {
        font-size: 45px;
        max-width: 100%
    }

    #accordion_menu_blog_responsiv {
        display: none
    }

    #blogmenuresponsiv {
        display: none
    }

    .blogthema_titel {
        margin: 0 0 0 25px;
    }

    a.blogthema_titel_link {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 22px;
        text-align: left;
        float: left;
        padding: 0;
        margin: 0 0 0 18px;
        color: #a282b2;
        font-weight: 400;
        line-height: 150%
    }

    p.blogthema_datum {
        font-size: 14px;
        font-weight: 300;
        text-align: left;
        padding: 6px 0 5px 25px;
        clear: both;
        line-height: 22px
    }

    .blogthema_text {
        margin: 0 0 10px 25px
    }

    .blogthema_fragen {
        padding: 5px 0 10px 25px;
    }

    .blogartikel_uberschrift_beschreibung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 15px
    }

    .belico_alle_bilder {
        padding: 10px 0 5px 25px
    }

    .belico_einzelbilder {
        width: 46%;
        float: left;
        margin: 1.0% 1.0%
    }

    .belico_fotos {
        margin-bottom: 30px;
        border: 1px solid #cfbcd9
    }

    .belico_keinfloat {
        clear: both;
        width: 100%
    }

    ul#navblog {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul#navblog li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px;
        min-width: 50%
    }

    ul#navblog li a {
        display: block;
        font-size: 16px;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 22px;
        color: #a282b2;
        text-decoration: none
    }

    ul#navblog li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b
    }

    ul#navblog a.active {
        color: #356a6b;
        text-decoration: none;
        border-bottom: 2px solid #356a6b
    }

    .index_datum {
        font-size: 20px;
        text-align: left;
        line-height: 24px;
        font-weight: 400;
        text-transform: uppercase
    }

    .aktuelles_datum {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        padding: 0;
        clear: both
    }

    .aktuelles_eingeruckt {
        width: 100%;
        padding: 0
    }

    .aktuelles_weiterlesen_eingeruckt {
        display: block;
        text-align: center
    }

    .uberuns_text {
/*        text-align: left;*/
        text-align: justify;
        width: 90%;
        margin: auto;
        padding: 0 0 15px 0
    }

    .kontakt_eingeruckt {
        margin: 0 0 0 60px
    }

    .kontakt_oben_kleinen_abstand {
        margin: 0;
        padding: 8px 0 0 0
    }

    .kontakt_unten_kein_abstand {
        margin: 0;
        padding: 0
    }

    .newsletter_kasten_rechts {
        width: 22%;
        float: left
    }

    .gesichtsbehandlungen_uberschrift_kurze_erlauterung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px
    }

    .preisliste_title_beschreibung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px
    }

    .blog_text_liste {
        text-align: left;
        margin: 0 0 0 20px;
        padding-top: 0
    }

    .produkte_shop_h5_uberschrift {
        font-size: 20px
    }

    .produkte_shop_belico_shop,
    {
        max-width: 80%;
    }
    .produkte_shop_belico_shop a,
    .produkte_shop_belico_shop a:link {
        display: block;
        color: white;
        text-align: center;
        max-width: 250px;
        margin: auto;
        padding: 10px 20px;
    }
    .termin_hautexpertin_btn_activ {
        font-size: 1.2em;
    }
    .termin_hautexpertin_inactiv_btn {
      font-size: 1.2em;
    }
    .termin_hautexpertin_btn {
        font-size: 1.2em;
    }
    .danke_link a {
        color: white;
    }
     a.email_bestaetigung {
        color: white;
        text-decoration: none;
    }
     a.register_payment_login {
        color: #fff;
    }
    .produkte_shop_menuunterpunkte a {
        color: white;
    }
    .produkte_shop_zuruck_produktubersicht a {
        color: white;
    }
      .heute_link_container {
        padding-top: 25px;
    }
    a.heute_link {
        color: white;
    }
    .angebotscode_textfeld {
        margin-top: -30px;
        width: 120%;
    }

    .index_button_termin_top a {
        color: white
    }
    .ExEin_kl_kalender_heute_link_container a{
    color: white;
    }
    .ExEin_kl_kalender_heute_link_container a:hover{
    color: #6a6d6d;
    }
    a.ExEin_link_zum_hautexpertin_abschnitt{
        color: white;
    }
    .ExEin_wahlmoeglichkeiten a{
        color: white
    }
    a.k19_over_link {
        color: black;
    }
    a.k19_over_link_2 {
        color: black;
    }
    a.k19_over_link_zur_uebersicht {
        color: black;
    }
    a.k19_over_link_zur_terminvergabe {
        color: black;
    }
    a.k19_over_link_zur_terminuebersicht {
        color: black;
    }
    a.k19_over_link_zum_ausloggen {
        color: black;
    }
    a.k19_ver_link_zurueck {
    color: black;
    }
    .ExEin_kombi_box_kalender_li {
        min-width: 230px;
    }
    .ExEin_kombi_box_kalender_re {
        min-width: auto;
    }



    ul.produkte_shop_info_kleinbilderNav {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul.produkte_shop_info_kleinbilderNav li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px;
        min-width: 50%
    }

    ul.produkte_shop_info_kleinbilderNav li a {
        display: block;
        font-size: 16px;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 22px;
        color: #a282b2;
        text-decoration: none
    }

    ul.produkte_shop_info_kleinbilderNav li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b
    }

    ul.produkte_shop_info_kleinbilderNav a.active {
        color: #356a6b;
        text-decoration: none;
        border-bottom: 2px solid #356a6b
    }
    .kkart_link_div a {
    color: #fff;
    }
    .produkte_shop_accordion_menu_div{
        display: none;
    }

     ul.produkte_shop_kategorien_liste{
        padding: 0px;
        padding-left: 1%;
        margin: auto;
        width: 100%;
    }
    .produkte_shop_kategorien_liste a{
        width: 47%;
        float: left;
    }

    .produkte_shop_kategorien_liste a:hover{
        color: #fff;
        background-color: #a282b2;
    }
    .produkte_shop_link_aktiv a{
        color: #fff;
        background-color: #a282b2;
    }
    .produkte_shop_produkte_haupt_div {
        width: 31%;
        margin: auto;
        padding-bottom: 5px;
        margin-left: 10px;
        margin-bottom: 25px;
        -webkit-box-shadow: 1px 1px 4px #8a8a8a;
        box-shadow: 1px 1px 4px #8a8a8a;
        border-radius: 0px 0px 50px 0px;
    }

    ul.produkte_shop_info_kleinbilderNav {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul.produkte_shop_info_kleinbilderNav li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px
    }

    ul.produkte_shop_info_kleinbilderNav li a {
        display: block;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 0px;
        padding-bottom: 5px;
        color: #a282b2;
        text-decoration: none
    }

    .produkte_shop_info_kleinbilderNav li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b;
/*        background-color: red;*/
    }

     ul.produkte_shop_info_kleinbilderNav li a img{
         width: 100%;
    }


    ul.produkte_shop_info_kleinbilderNav a.active {
        color: #356a6b;
        text-decoration: none;
        border-bottom: 2px solid #356a6b
    }
    .produkte_shop_div_eingeruckt {
        margin: auto;
        width: 95%;
    }

    .produkte_shop_div_eingeruckt h2{
        margin-left: 0px;
    }

    a.newsletter_knopf {
      color: #fff;
      width: 300px;
    }

    a.wiederholen_knopf {
      color: #fff;
      width: 300px;
    }

    .produkte_shop_seitliches_navi ul a{
      font-size: 2.3vw;
    }

  .produkte_shop_sticky ul a {
    font-size: 2.3vw;
  }

  .produkte_shop_h4_uberschrift {
      font-size: 1.0em;
      font-weight: 700;
  }

  .produkte_shop_h5_uberschrift {
      font-size: 1.0em;
      font-weight: 300;
  }
  .button_termin a{
    color: #fff;
  }

  .kasten {
    height: 220px;
  }

  .kasten p{
    font-size: 0.9em;
    letter-spacing: 0px;
  }

  .kasten a {
    color: #b296c1;
  }

  .index_kasten_btn {
    margin-top: 10px;
    font-size: 0.6em;
    padding: 15px 0px;
    width: 115px;
  }

  .index_info_ueberschrift{
    line-height: 1em;
  }

  .abstand_nach_oben{
    padding-top: 1.2em;
  }
  .treatment_content{
    width: 90%;
    margin: auto;
  }
  .treatment_content .blogthema_text {
    margin-left: 0px;
  }

  .widerrufsrecht_responsiv{
    display: none;
  }


  .produkte_shop_banner_info_div{
    display: inline-block;
    position: relative;
    margin-left: -100px;
    margin-top: -80px;
    padding-bottom: 80px;
  }

  .banner_info_btn{
    display: flex;
    float: left;
    margin-left: 70px;
    padding: 0px;
  }

  .produkte_shop_info_hauptueberschrift{
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.6em;
    font-weight: 300;
  }
  h2.produkte_shop_info_untertitel,
  p.produkte_shop_info_untertitel {
      font-size: 1.3em;
      padding-top: 0px;
      padding-bottom: 7px;
      text-align: center;
  }

  .ExEin_btn_fuer_widescreen{
    display: none;
  }

}

/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

/*-----------------------------------------------------*/

@media only screen and (min-device-width :981px) {
    h1 {}

    /*
    .h1_kleiner {
        font-size: 2em;
        margin: 0.67em 0;
    }
*/

    a:link {
        color: #356a6b;
    }

    a:visited {
        color: #6e6c64;
    }

    /*---------------------*/
    #logo_responsiv {
        display: none
    }

    #index_title_wide {
        /*        font-size: 60px;*/
        font-size: 2em;
        margin-top: 0
    }

    .index_h2_tag_klein {
        font-size: 20px;
        margin-top: -20px;
        // margin-bottom: -8px
    }

    .index_ueberschrif_h2 {
        font-size: 48px;
        margin-left: 0
    }

    .button_termin_top {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 3px;

    }
    .dropdown-content a{
        color: white;
    }


    #content_title {
        width: 100%;
        text-align: center;
        margin: 0 auto
    }

    .nur_bei_responsiv_einmal_oben {
        display: none
    }

    .tabellenbreite_2 {
        width: 100px;
        text-align: right
    }

    #accordion_menu_blog_responsiv {
        display: none
    }

    #blogmenuresponsiv {
        display: none
    }

    a.blogthema_titel_link {
        text-decoration: none;
        text-transform: uppercase;
        font-size: 22px;
        text-align: left;
        float: left;
        padding: 0;
        margin: 0 0 0 -7px;
        color: #a282b2;
        width: 100%;
        font-weight: 400;
        line-height: 150%
    }

    .blogthema_datum {
        font-size: 14px;
        font-weight:300;
        text-align: left;
        padding: 6px 0 5px 0;
        clear: both;
        line-height: 22px
    }

    .blogthema_fragen {
        padding: 10px 0 10px 0;
    }

    .blogartikel_uberschrift_beschreibung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        padding-bottom: 15px
    }

    .belico_einzelbilder {
        width: 46%;
        float: left;
        margin: 1.0% 1.0%
    }

    .belico_fotos {
        margin-bottom: 40px;
        border: 1px solid #cfbcd9
    }

    .belico_keinfloat {
        clear: both;
        width: 100%
    }

    ul#navblog {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul#navblog li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px
    }

    ul#navblog li a {
        display: block;
        padding-top: 30px;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 22px;
        color: #a282b2;
        text-decoration: none
    }

    ul#navblog li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b
    }

    ul#navblog a.active {
        color: #356a6b;
        text-decoration: none;
        border-bottom: 2px solid #356a6b
    }

/* --------- */
    ul.produkte_shop_info_kleinbilderNav {
        text-align: center;
        padding: 0;
        margin: 0 0 2px 0;
        background-color: #fff
    }

    ul.produkte_shop_info_kleinbilderNav li {
        display: inline-block;
        color: #a282b2;
        margin-left: -3px;
        font-size: 16px
    }

    ul.produkte_shop_info_kleinbilderNav li a {
        display: block;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 0px;
        padding-bottom: 5px;
        color: #a282b2;
        text-decoration: none
    }

    .produkte_shop_info_kleinbilderNav li a:hover {
        text-decoration: underline;
        text-decoration: none;
        color: #356a6b;
/*        background-color: red;*/
    }

     ul.produkte_shop_info_kleinbilderNav li a img{
         width: 100%;
    }


    ul.produkte_shop_info_kleinbilderNav a.active {
        color: #356a6b;
        text-decoration: none;
        border-bottom: 2px solid #356a6b
    }
/* --------- */



    .aktuelles_datum {
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
        padding: 0;
        clear: both
    }

    .uberuns_text {
/*        text-align: left;*/
        text-align: justify;
        width: 90%;
        margin: auto;
        padding: 0 0 15px 0
    }

    .index_datum {
        font-size: 20px;
        text-align: left;
        line-height: 24px;
        font-weight: 400;
        text-transform: uppercase
    }

    .aktuelles_weiterlesen_eingeruckt {
        display: block;
        text-align: center
    }

    .newsletter_kasten_rechts {
        width: 22%;
        float: left
    }

    .kontakt_eingeruckt {
        margin: 0 0 0 60px
    }

    .kontakt_oben_kleinen_abstand {
        margin: 0;
        padding: 8px 0 0 0
    }

    .kontakt_unten_kein_abstand {
        margin: 0;
        padding: 0
    }

    .gesichtsbehandlungen_uberschrift_kurze_erlauterung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px
    }

    .preisliste_title_beschreibung {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        margin-top: 0;
        padding-top: 0
    }

    .blog_text_liste {
        text-align: left;
        padding-left: 25px;
        padding-top: 0;
        margin-top: 0
    }

    .produkte_shop_belico_shop a,
    .produkte_shop_belico_shop a:link {
        text-decoration: none;
        font-size: 20px;
        background-color: #356a6b;
        color: white;
        padding: 10px 50px;
        /* text-align: left; */
    }

    .produkte_shop_belico_shop a:hover {
        background-color: #b296c1
    }

    a.heute {
        color: #b296c1;
    }
    .heute_link_container {
        padding-top: 25px;
    }

    a.heute_link {
        color: white;
    }

    a.heute_link:hover {
        color: #6a6d6d;
    }

    .danke_link a,
    .danke_link a:link {
        color: white;
    }

    a.register_payment_login {
        color: #fff;
    }

    a.email_bestaetigung {
        color: white;
        text-decoration: none;
    }

    .produkte_shop_menuunterpunkte a {
        color: white;
    }

    .produkte_shop_zuruck_produktubersicht a {
        color: white;
    }

    .nur_bei_responsiv_sichtbar {
        display: none;
    }
    .index_button_termin_top a {
        color: white
    }
    .ExEin_kl_kalender_heute_link_container a{
    color: white;
    }
    .ExEin_kl_kalender_heute_link_container a:hover{
    color: #6a6d6d;
    }
    a.ExEin_link_zum_hautexpertin_abschnitt{
        color: white;
    }
    a.ExEin_infobtn {
        color: black;
        background-color:chartreuse;
    }
    .ExEin_wahlmoeglichkeiten a{
        color: white
    }
    a.k19_over_link {
        color: black;
    }
    a.k19_over_link_2 {
        color: black;
    }
    a.k19_over_link_zur_uebersicht {
    color: black;
    }
    a.k19_over_link_zur_terminvergabe {
    color: black;
    }
    a.k19_over_link_zur_terminuebersicht {
    color: black;
    }
    a.k19_over_link_zum_ausloggen {
    color: black;
    }
    a.k19_ver_link_zurueck {
    color: black;
    }
    .produkte_shop_link_aktiv a{
    color: #fff;
    }
    .kkart_link_div a {
    color: #fff;
    }
   .produkte_shop_accordion_menu_div{
        display: none;
    }

    .produkte_shop_sticky ul a{
        padding: 12px 13px;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        width: 100%;
    }
    a.newsletter_knopf {
      color: #fff;
      width: 300px;
    }
    a.wiederholen_knopf {
      color: #fff;
      width: 300px;
    }
    .button_termin a{
      color: #fff;
    }
    .kasten a{
       color: #b296c1;
      //color: #356a6b;
      //color: white;
    }
    .widerrufsrecht_responsiv{
      display: none;
    }

    .ExEin_btn_fuer_responsiv{
      display: none;
    }

}
