/* 3.11.2022 */

html {
    /* hierauf bezieht sich rem */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

body {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    hyphenate-limit-chars: auto 3;
    hyphenate-limit-lines: 2;
    background:#eecca7;
}

/*
Verhinderung der Silbentrennung für einen Bereich <span>
https://stackoverflow.com/a/8753341
*/
.no-hyphens {
	white-space: nowrap;
}

/* Sondermeldung während Corona */
.sondermeldung {
    display: none;

    width: 788px;
    border: 2px solid red;
    padding: 1em;
    margin-bottom: 1em;
}
.sondermeldung a {
    text-decoration: none;
    color: #a1426b;
}
.biene {
    display: none;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

.error {
    font-weight: bold;
    color: red;
}

.navi td {
    vertical-align: middle;
    text-align: center;
    height: 20px;
}
.navi td a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.navi_hier,
.navi_hier a {
    background: #d95991;
}

/* Telefon Startseite zum Anklicken bei mobil */

td.telefon,
.telefon a {
    font-size: 2rem;
    font-weight: bold;
    color: #a1426b;
    text-align: center;
    padding: 2rem;
}
.tel-mobile  {
    display:none;
}
.tel-desktop {
    display:inline-block;
}
@media only screen and (max-width: 1090px) {
    .tel-mobile {
        display:inline-block;
    }
    .tel-desktop{
        display:none;
    }
}

img {
    border: 0;
}

/* Balsam-Flaschen */
.img-110 {
    width: 110px;
    height: auto;
}

/* Creme-Tiegel 4 ml */
.img-120 {
    width: 120px;
    height: auto;
}

/* Creme-Tiegel 50 ml */
.img-160 {
    width: 160px;
    height: auto;
}

.spoiler {
    font-size: 1.3emr;
    font-weight: bold;
    color: #c70132;
}

.rahmentabelle {
    border: 10px solid #AE8C47;
    color: #406204;
    background-color: #F9CF7A;
}
.schriftlinks2 {
    color: #006600;
}

.schriftlinks {
    font-size: 9px;
    color: #FFFFFF;
}
.schriftdesign {
    font-size: 9px;
    color: #FFFFFF;
}
.schrift2 {
    font-style: italic;
    font-weight: bold;
    color: #406204;
}
.gruentonlinks {
    /* font-size: 10px; */
    color: #FFFFFF;
    background-color: #406204;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.urheberrecht {
    font-size: .9rem;
    color: #FFFFFF;
    background-color: #AE8C47;
}

.urheberrecht2 {
    color: #216113;
}

.fuerbilder {
    color: #006600;
    background-color: #F7C051;
}


.designedby {
    font-size: .9rem;
    color: #406204;
}
.hintergrundfotoseite {
    color: #000000;
    background-color: #BDCDA3;
}
.rahmenlinks {
    color: #FFFFFF;
    background-color: #A1426B;
    font-weight: bold;
    text-decoration: none;
}
.produkte {
    color: #FFFFFF;
    background-color: #AE8C47;
}
.produkterechts {
    color: #003333;
    background-color: #F9CF7A;
    border: 1px solid #AE8C47;
}

.produktschrift {
    font-weight: bold;
    color: #FFFFFF;
}

.jetzt_neu {
    font-weight: bold;
    color: #F9CF7A;
}
