
@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;
}

.red {
    color: red;
}

.black {
    color: black;
}

.green {
    color: green;
}

.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;
}




.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%
}

#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: 20px;
    width: 100%;
    max-width: 230px;
}

// .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;
    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;
}

.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;
}

#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%;
  padding-top: 15px;
  padding-bottom: 10px;
}

.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;
}

.o20_kursbeschreibung_active_btn {
  display: inline-block;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;  color: #fff;
  background-color: orange;
  width: 100%;
  padding: 10px 12px;
}
.o20_kursbeschreibung_active_btn:focus,
.o20_kursbeschreibung_active_btn:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #fff;
  background-color: orange;
  border-color: #122b40;
}
.o20_kursbeschreibung_active_btn:hover,
.o20_kursbeschreibung_active_btn:focus {
  color: black;
  background-color: orange;
  border-color: #204d74;
}
.o20_kursbeschreibung_active_btn:active {
  color: #fff;
  background-color: orange;
  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);
}

input.o20_kursbeschreibung_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.o20_kursbeschreibung_loeschen_btn:hover {
  background-color: #f40000;
  line-height: 45px;
}
input.o20_kursbeschreibung_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.o20_kursbeschreibung_ueberarbeiten_btn:hover {
  background-color: #6151cb;
  line-height: 45px;
}
input.o20_kursbeschreibung_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.o20_kursbeschreibung_plus_btn:hover {
  background-color: #229658;
  line-height: 45px;
}


.bg {
  background-image: url('/img/arzt.jpg');
  background-repeat: repeat;
  background-size: 120%;
}

.bg {
  background-position: center top;
    padding: 0px 90px;
  height: auto;
}

.doc_container {
  position: relative;
}

.doc_bg {
    position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99;

    background-position: center -70px;

  -webkit-filter: blur(10px);
  filter: blur(10px);

}

.doc {
    position: relative;
  z-index: 100;
  padding: 20px;
  background: rgb(255,255,255); /* for IE */
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

// .doc h2, .doc h5, .doc h5 a { text-align: center; font-weight: normal; }
//.doc h2 { margin-bottom: 50px }
//.doc h5 { margin-top: 70px }
.doc h3 {
  text-transform: none;
  line-height: 1.2em;
  font-size: 1em;
}

@media (max-width: 667px ) {
  .bg {
    padding: 0px 10px;
    background-size: 250%;
    background-repeat: repeat;
  }
  .doc_bg { background-position: center -10px; }
  .doc h3 {
    margin-top: 0px;
    line-height: 1.2em;
  }
}
.chckinvisible {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);}
.tab {
  width: 100%;
  color: white;
  overflow: hidden;
  padding-bottom: 1px;
}
.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 25px 1em;
  background: rgba(44,62,80,0.5);;
    cursor: pointer;
  font-size: 1.2em;
}
.tab-label:hover {
  background: rgba(44,62,80,0.8);
}
.tab-label::before {
  content: " ";
  width: 1em;
  height: 1em;
  text-align: center;
}
.tab-label::after {
  content: "\25B8";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 1em;
  color: #571459;
  background: transparent;
  transition: all 0.35s ease;
}
.chckinvisible:checked + .tab-label {
  background: rgba(44,62,80,0.5);;
}
.chckinvisible:checked + .tab-label:hover {
  background: rgba(44,62,80,0.8);
}
.chckinvisible:checked + .tab-label::after {
  transform: rotate(90deg);
}
.chckinvisible:checked ~ .tab-content {
  max-height: 1000vh;
  padding: 1em;
}
.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:20px 20px;
  position:relative;
  cursor:pointer;
  font-weight:normal;
  font-size:1em;
  font-family:'Alegreya Sans',sans-serif;
  text-transform:uppercase;
  color:#fff;
  line-height:0.9em;
  background:#7e7e7e;
  text-align: left;
}
.accordion-item-hd:hover{
  background:#c5c5c5;
  color:#356a6b;
}
.accordion-item-input:checked ~ .accordion-item-bd{
  max-height:100000px;
  padding-top:0;
  margin-bottom:0px;
  -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
}
.accordion-item-hd_activ{
  background-color: #4e9c02;
}
.accordion-item-hd_activ:hover {
  color: #fff;
  background-color: #5bb701;
}

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

/*-----------------------------------------------------------*/

@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: 250px;
        /*        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%
    }

    .blogthema_datum {
        font-size: 14px;
        text-align: left;
        padding: 0 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;
    }

    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;
    }


}

/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

/*------------------------------------------------------------------*/

@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%
    }

    .blogthema_datum {
        font-size: 14px;
        text-align: left;
        padding: 0 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;
        text-align: left;
        padding: 0 0 5px 0;
        clear: both;
        line-height: 22px
    }

    .blogthema_fragen {
        padding: 5px 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;
    }

}
