﻿/* "Open Sans"-regular - latin */
/*Große Kintrup:#0E8FC9 Rieken:#0E8FC9 DEMO: #3F5470*/

html{
    --dark-green: #7cb931;
}

@font-face {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Oswald-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/Oswald-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Oswald-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Oswald-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Oswald-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Oswald-v16-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    outline: none;
}

body {
    color: #3f4c58;
    margin: 0px;
}


label {
    height: 21px;
}

a:link {
    color: dimgray;
}

a:hover {
    color: black;
}

a:active {
    color: none;
}

.page {
    overflow: auto;
    overflow-x: hidden;
}

.Menüelement .main {
    height: 0px;
}

input[type="text"], input[type="password"] {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 1px;
}

input[type=submit], input[type=button] {
    border: 0px;
    border-radius: 1px;
    border: none;
}

.BioZeichenArtikel {
    position: absolute;
    top: 15px;
    left: 15px;
    background-size: 100% 100%;
    background-image: url("../images/BioKennzeichen.png");
    width: 32px;
    height: 32px;
}

.cc_container {
    background: #0E8FC9 !important;
    color: white;
    opacity: 1 !important;
}

    .cc_container .cc_btn, .cc_container .cc_btn:visited {
        background-color: #f3daad !important;
    }

.cc_more_info {
    color: #f3daad !important;
}
/*------------------------Popups------------------------*/
.pop_up_Standard {
    position: fixed;
    width: 500px;
    min-height: 200px;
    background-color: white;
    z-index: 100000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #3f4c58;
}

.pop_up_StandardBild {
    width: 72px;
    height: 72px;
    position: fixed;
    left: 40px;
    top: 40px;
}

.outerDivText {
    min-height: 132px;
    line-height: 132px;
    text-align: center;
    width: 390px;
    float: right;
    margin-bottom: 70px;
    padding: 5px;
}

    .outerDivText .text {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        font-size: 14pt;
    }

.pop_up_Standard_RechterButton {
    background: #0E8FC9;
    border-color: white;
    width: 230px;
    height: 35px;
    color: #FFFFFF;
    background-color: #5cb85c;
    font-family: 'Open Sans';
    font-size: 20px;
    font-weight: bold;
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.pop_up_Standard_LinkerButton {
    background: #0E8FC9;
    border-color: white;
    width: 230px;
    height: 35px;
    color: #FFFFFF;
    background-color: #5cb85c;;
    font-weight: bold;
    position: fixed;
    bottom: 10px;
    left: 10px;
    font-family: 'Open Sans';
    font-size: 20px;
}

.pop_up_einkauf_visibility {
    visibility: hidden;
}

/*PopUp Warenkorbeinkauf*/
.pop_upSchnellansicht {
    position: fixed;
    width: 500px;
    height: 160px;
    background-color: white;
    border: 2px solid #ede9e9;
    z-index: 10;
    visibility: hidden;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pop_upSchnellansicht {
    visibility: visible;
}

    .pop_upSchnellansicht img {
        width: 64px;
        height: 64px;
        margin-top: 10px;
        float: left;
        margin-left: 10px;
    }

    .pop_upSchnellansicht span {
        margin-top: 30px;
        float: right;
        margin-right: 20px;
        font-size: 14pt;
    }

.ProduktbildGross {
    height: 630px;
    width: 480px;
    border-radius: 10px 10px 10px 10px;
}

.pop_upProdukbildGross {
    position: fixed;
    padding: 10px;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 3px;
}

.closeX_Button {
    float: right;
    vertical-align: top;
    margin-right: -20px;
}

/*---------------------------------------------------------------*/

#UpdatePanel1 {
    margin-bottom: 50px;
}

.Hidden {
    visibility: hidden;
}

.ProdukteSite {
    display: none;
}

#Warengruppenmenu_Handy ul li a {
    color: #8798a9 !important;
    font-weight: 600;
    font-size: 11pt;
    padding-left: 20px !important;
}

.Menüelement {
    position: fixed;
    width: 100%;
    height: 90px;
    z-index: 5;
    visibility: visible;
    background-color: #ede9e9;
    border-bottom: 4px dotted #0E8FC9;
    padding-bottom: 0px;
}

#burgernavigation {
    background-image: url(../images/StartPage_Images/burgernavigation.png);
    width: 35px;
    height: 25px;
    background-size: cover;
    margin-top: 30px;
    margin-left: 20px;
}

.column img {
    margin-top: 2px !important;
    margin-left: 0px !important;
}

/*Allgemeine Definitionen*/

.AllProductsPaddingAnpassen {
    overflow: auto;
    clear: left;
}

.Detailebene {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    width: 700px;
    min-height: 515px;
    vertical-align: middle;
}

.Detailebene_Titel {
    font-family: "Open Sans";
    font-size: 16pt;
    font-weight: bold;
    color: var(--dark-green);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 5px;
}

.item-container {
    display: grid;
}

.footer svg {
    width: 100%;
}

.footer_Detailebene {
    min-height: 450px;
    z-index: 14;
    padding: 10px 20px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*Bereich footer*/

.Impressum_Hauptteil_Überschrift_unterstrichen {
    color: #333333;
    font-weight: bold;
    padding-left: 5px;
    text-decoration: underline;
    font-size: 16px;
}

.Impressum_Hauptteil_Überschrift {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
}

.Impressum_Hauptteil {
    color: #333333;
    line-height: 20px;
    text-align: justify;
    font-size: 10pt;
}

.Impressum_Hauptteil_liste {
    color: #333333;
    line-height: 20px;
    text-align: justify;
    font-size: 10pt;
}

.Impressum_Hauptteil_kursiv {
    color: #333333;
    line-height: 25px;
    text-align: justify;
    font-style: italic;
    font-size: 10pt;
}

.Impressum_Hauptteil a {
    color: #000080;
    font-size: 10pt;
}

.Überschrift_Impressum {
    color: #0E8FC9;
    font-weight: bold;
    font-size: 16pt;
}

/*Allgemeine Definitionen Überschriften*/

h1, h3, h4, h5, h6 {
    font-size: 1.5em;
    font-family: "Open Sans";
    color: #0E8FC9;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: -10px;
}

.Tabellen_Oberüberschrift_grün {
    max-width: 660px;
    font-family: "Open Sans";
    font-size: 14pt;
    font-weight: bold;
    color: #0E8FC9;
    margin-top: 10px;
    padding-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*Tabellen*/

/*Tabelle 5 Spalten Überschriften*/
.Tabllen_Überschriften_5Spalten {
    width: 660px;
    margin-top: 5px;
    height: 24px;
    font-family: Oswald;
    display: grid;
    grid-template-columns: 270px 110px 130px 1fr;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
}

/*.Tabelle5Spalten_Ueberschrift1 {
    font-family: Oswald;
    margin-left: 2px;
    padding-left: 2px;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
}

.Tabelle5Spalten_Ueberschrift2 {
    margin-left: 130px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
}

.Tabelle5Spalten_Ueberschrift3 {
    margin-left: 40px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
}

.Tabelle5Spalten_Ueberschrift4 {
    margin-left: 40px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
}

.Tabelle5Spalten_Ueberschrift5 {
    margin-left: 34px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
}*/
.del-button-img {
    background-image: url(../images/delete-2-icon.png);
    height: 32px;
    background-color: white;
}

.delButtonWarenkorb {
    height: 32px;
    width: 32px;
    background-color: transparent;
}

.KleinesBildFenster {
    width: 75px;
    height: 100px;
    position: absolute;
    top: -2px;
}

.KleinesBild {
    height: 75px;
    width: 55px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-color: white;
}

/*Tabelle 6 Spalten Überschriften*/
.Tabllen_Überschriften_6Spalten {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    height: 24px;
    font-family: Oswald;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    margin-bottom: 5px;
}

.Tabelle6Spalten_Ueberschrift1 {
    font-family: Oswald;
    margin-left: 10px;
    padding-left: 5px;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
    float: left;
    width: 230px;
}

.Tabelle6Spalten_Ueberschrift2 {
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    float: left;
    width: 50px;
}

.Tabelle6Spalten_Ueberschrift3 {
    margin-left: 20px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    float: left;
    width: 80px;
}

.Tabelle6Spalten_Ueberschrift4 {
    margin-left: 20px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    float: left;
    width: 90px;
}

.Tabelle6Spalten_Ueberschrift5 {
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    display: inline-block;
    margin-left: 10px;
    width: 120px;
}

.Tabelle6Spalten_Ueberschrift6 {
    visibility: hidden;
    display: none;
}

/*Bereich Tabelle 7 Spalten*/

.Tabllen_Überschriften_7Spalten {
    border-bottom-style: solid;
    border-color: #B4B4B4;
    border-width: 1px 1px thin 1px;
    width: 660px;
    margin-top: 5px;
    height: 24px;
    font-family: "Open Sans";
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
}

.Tabelle7Spalten_Ueberschrift1 {
    font-family: "Open Sans";
    margin-left: 2px;
    padding-left: 2px;
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
    float: left;
}

.Tabelle7Spalten_Ueberschrift2 {
    margin-left: 175px;
    padding-left: 2px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    float: left;
}

.Tabelle7Spalten_Ueberschrift3 {
    margin-left: 65px;
    padding-left: 2px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    float: left;
}

.Tabelle7Spalten_Ueberschrift4 {
    margin-left: 30px;
    padding-left: 2px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    float: left;
}

.Tabelle7Spalten_Ueberschrift5 {
    padding-left: 2px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
    margin-left: 20px;
}

.Tabelle7Spalten_Ueberschrift6 {
    padding-left: 2px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
    margin-left: 17px;
}

.Tabelle7Spalten_Ueberschrift7 {
    visibility: hidden;
}


/*Tabellendefinitionen*/



.Tabllen_Überschriften_4Spalten {
    border-bottom-style: solid;
    border-color: #B4B4B4;
    border-width: 1px 1px thin 1px;
    width: 880px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 5px;
    height: 24px;
    font-family: "Open Sans";
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
}

.Tabllen_Überschriften_4Spalten {
    border-bottom-style: solid;
    border-color: #B4B4B4;
    border-width: 1px 1px thin 1px;
    width: 880px;
    margin-left: 20px;
    margin-right: auto;
    margin-top: 5px;
    height: 24px;
    font-family: "Open Sans";
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
}

.Tabelle4Spalten_Ueberschrift1 {
    font-family: Oswald;
    margin-left: 2px;
    padding-left: 2px;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
    width: 200px;
    display: inline-block;
}

.Tabelle4Spalten_Ueberschrift2 {
    margin-left: 96px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    display: inline-block;
    width: 50px;
}

.Tabelle4Spalten_Ueberschrift3 {
    margin-left: 62px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    display: inline-block;
    width: 100px;
}


.Tabelle4Spalten_Ueberschrift4 {
    margin-left: 50px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    font-variant: normal;
    display: inline-block;
    width: 100px;
}

.Tabelle4Spalten_Spalte1 {
    width: 220px;
    min-height: 60px;
    height: auto;
    font-size: 16px;
    float: left;
    padding-left: 2px;
    margin-left: 75px;
    margin-top: 25px;
}

.Tabelle4Spalten_Spalte2 {
    width: 54px;
    float: left;
    padding-top: 16px;
    text-align: center;
    font-size: 14pt;
    margin-top: 20px;
}

.Tabelle4Spalten_Spalte3 {
    width: 137px;
    height: 60px;
    font-size: 14pt;
    float: left;
    text-align: right;
    margin-top: 36px;
}

.Tabelle4Spalten_Spalte4 {
    width: 163px;
    height: 60px;
    font-size: 14pt;
    float: left;
    text-align: right;
    margin-top: 36px;
}


/*Tabelle 5 Spalten*/
.Tabellen5Spalte_Zeile {
    width: 660px;
    min-height: 100%;
    float: left;
}

.Tabelle5Spalten_Spalte1 {
    width: 200px;
    min-height: 60px;
    height: auto;
    font-size: 16px;
    float: left;
    padding-top: 8px;
    padding-left: 8px;
    margin-left: 65px;
    margin-top: 18px;
}

.Tabelle5Spalten_Spalte2 {
    width: 51px;
    height: 60px;
    text-align: center;
    float: left;
    padding-top: 16px;
    margin-left: 2px;
    font-size: 14pt;
    margin-top: 20px;
}

.Tabelle5Spalten_Spalte3 {
    width: 114px;
    height: 60px;
    font-size: 14pt;
    float: left;
    padding-top: 16px;
    text-align: right;
    margin-top: 20px;
}

.Tabelle5Spalten_Spalte4 {
    width: 131px;
    height: 60px;
    font-size: 14pt;
    float: left;
    padding-top: 16px;
    text-align: right;
    margin-top: 20px;
}

.select_Dauerbestellung {
    width: 50px;
    height: 30px;
    text-align: center;
}

.Tabelle5Spalten_Spalte5 {
    height: 60px;
    width: 60px;
    padding-top: 11px;
    float: right;
    text-align: center;
    margin-right: 0px;
    margin-top: 23px;
}

/*Tabelle 6 Spalten*/
.Tabellen6Spalte_Zeile {
    color: dimgray;
    min-height: 70px;
    margin: 0px 10px;
}

.Warenkorbfuß_erste_Linie {
    width: 660px;
    margin-left: 10px;
    margin-top: 20px;
}

.Tabelle6Spalten_Spalte1 {
    width: 175px;
    height: 100px;
    font-size: 16px;
    float: left;
    padding-top: 23px;
    padding-left: 5px;
    margin-left: 65px;
}

.Tabelle6Spalten_Spalte2 {
    width: 50px;
    height: 40px;
    font-size: 8.5pt;
    float: left;
    padding-top: 10px;
    margin-top: 18px;
}

.Tabelle6Spalten_Spalte3 {
    width: 96px;
    height: 37px;
    font-size: 14pt;
    float: left;
    text-align: right;
    margin-top: 30px;
}

.Tabelle6Spalten_Spalte4 {
    width: 110px;
    height: 37px;
    font-size: 14pt;
    float: left;
    padding-top: 15px;
    text-align: right;
    margin-top: 15px;
}

.Tabelle6Spalten_Spalte45 {
    visibility: hidden;
    display: none;
    max-height: 0px;
}

.Tabelle6Spalten_Spalte5 {
    padding-left: 10px;
    float: left;
    margin-left: 54px;
    margin-top: 35px;
    transform: scale(1.3);
}

.Tabelle6Spalten_Spalte6 {
    height: 32px;
    width: 32px;
    padding-top: 3px;
    float: right;
    margin-right: 0px;
    margin-top: 25px;
}

/*Tabelle 7 Spalten*/

.Tabellen7Spalte_Zeile {
    color: dimgray;
    min-height: 60px;
    margin: 0px 10px 0px 5px
}

.Tabelle7Spalten_Spalte1 {
    width: 260px;
    min-height: 60px;
    height: auto;
    font-size: 10pt;
    float: left;
    padding-top: 8px;
    padding-left: 2px;
}

.Tabelle7Spalten_Spalte2 {
    width: 111px;
    height: 60px;
    text-align: center;
    font-size: 10pt;
    float: left;
    padding-top: 10px;
}

.Tabelle7Spalten_Spalte3 {
    width: 74px;
    height: 60px;
    font-size: 11pt;
    float: left;
    padding-top: 10px;
    text-align: right;
}

.testi {
    display: inline-block;
    margin-bottom: 25px;
}

.Tabelle7Spalten_Spalte4 {
    width: 125px;
    height: 60px;
    font-size: 11pt;
    float: left;
    padding-top: 10px;
    text-align: right;
}

.Tabelle7Spalten_Spalte5 {
    height: 60px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
    float: left;
    margin-left: 10px;
}

    .Tabelle7Spalten_Spalte5 input {
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }

.Tabelle7Spalten_Spalte6 {
    height: 60px;
    padding-top: 11px;
    padding-left: 5px;
    padding-bottom: 10px;
    float: left;
}

.Tabelle7Spalten_Spalte6 {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.Tabelle7Spalten_Spalte7 {
    height: 60px;
    padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 10px;
    float: right;
    margin-right: 10px;
}

.Kasse_Db_Checkbox input {
    height: 20px;
    width: 20px;
}

button {
    background: none;
    border: none;
}

.delButton img {
    height: 24px;
    width: 24px;
}
/*Meldungen und Hinweise*/

.Erfolgsmeldung {
    text-align: center;
    min-height: 0;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;
}

.Hinweismeldung {
    border: 2px solid #FF5E5E;
    width: 660px;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11pt;
    vertical-align: central;
    padding-right: 5px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 20px;
}

    .Hinweismeldung ul {
        list-style: outside;
    }

    .Hinweismeldung li {
        list-style: none;
        background: transparent url('../../images/StartPage_Images/system-error-icon2.png') no-repeat left center;
        margin: 10px 0px;
        padding-left: 40px;
    }

.Hinweismeldung_2 {
    color: #FF5E5E;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 11pt;
    padding-right: 5px;
    line-height: 20px;
    font-weight: bold;
}

.Hinweismeldung_3 {
    border: 2px solid #FF5E5E;
    width: 640px;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 11pt;
    vertical-align: central;
    padding-right: 5px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
    list-style-image: url('../../images/StartPage_Images/system-error-icon2.png');
}

    .Hinweismeldung_3 ul {
        list-style: outside;
    }

    .Hinweismeldung_3 li {
        list-style: none;
        background: transparent url('../../images/StartPage_Images/system-error-icon2.png') no-repeat left center;
        margin: 10px 0px;
        padding-left: 25px;
    }


.Hinweismeldung_Allgemein_Detailebene {
    margin: 20px;
}

.Hinweismeldung_Allgemein_Detailebene_Text {
    color: #666666;
    font-size: 10pt;
    font-variant: normal;
}

.Grafik_Warnhinweis_Liste {
    list-style-image: url('../images/StartPage_Images/system-error-icon2.png');
    margin-left: 40px;
}

.Kontakt_Infobox_Auflistung {
    list-style-image: url('../../images/StartPage_Images/Bullet1.gif');
}

.failureNotification_cities {
    font-size: 8.5pt;
    font-weight: bold;
    padding: 2px;
    color: Red;
}

    .failureNotification_cities label {
        margin-left: 5px;
        margin-right: 10px;
        vertical-align: top;
    }


/*allgemeine Panels*/
.panel_links {
    float: left;
    width: 25%;
    margin-top: 7.5%;
}

.panel_rechts {
    float: right;
    width: 70%;
}

/*allgemeine Fieldsets*/
/*fieldset {
    margin: 5px 0px 0px 0px;
    padding: 2px 10px 2px 10px;
    border: 1px solid #ede9e9;
    min-height: 100px;
}

    fieldset p {
        font-size: 11pt;
        font-weight: bold;
        padding: 2px;
        color: #666666;
        line-height: 1.2em;
        margin-top: 10px;
    }*/

/*Bereich Navigation*/

.NavigationMenu {
    font-size: 10px;
    margin-top: 25px;
    width: 100%;
}

img.Logo_Navigation_Diers {
    display: none;
}

/*#NavigationMenu ul {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

#NavigationMenu li {
    width: 280px;
}

#NavigationMenu ul li a {
    padding: 10px 0px 1px 15px;
}*/
.navbar-bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 45px;
}

    .navbar-bottom > svg {
        width: 100%;
        height: auto;
    }

#AccountInfoFensterHandy {
    display: none;
}
/*Logos*/
.centerLogo {
    display: none;
}

#Milchladen_logo {
}

    #Milchladen_logo a {
        display: block;
    }

.HomeButton a {
    height: 45px;
    width: 45px;
    display: block;
    background-image: url("../images/StartPage_Images/Taubetalerhof/home.png");
    background-size: 100% 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 46%;
    left: 50%;
    z-index: 10;
}

.Dauerbestellung_Platzhalter {
    float: left;
    color: dimgray;
}

.TagWahlLieferuebersicht {
    border: 2px solid #dadae5;
    margin-bottom: 12px;
    margin-right: 15px;
    height: 50px;
    padding-top: 8px;
}

.MwstWert {
    float: right;
}

.TagWahlLieferuebersichtBlock {
    width: 25%;
    float: left;
    margin-left: 5px;
    height: 40px;
}

.TextTagWahlLiefuebersicht {
    display: block;
}

.TagWahlLieferuebersicht input {
    margin-top: -2.5px;
    height: 35px;
    float: left;
}

.ZeitraumLieferuebersicht {
    float: left;
    margin-top: 3px;
    margin-left: 4px;
    font-weight: bold;
}

.ZeitraumLieferuebersichtvonbis {
    float: left;
    margin-right: 10px;
    margin-top: 2.5px;
}

.Suchleiste_div {
    display: inline-block;
    float: right;
    margin-top: 21px;
    position: absolute;
    left: 84px;
    width: auto;
    max-width: 20%;
}

.Suchleiste {
    background-color: white;
    color: #0E8FC9;
    display: inline-block;
    float: left;
    width: auto;
    padding: .5625rem 2.375rem .5625rem .5625rem !important;
    font-size: 11pt;
    max-height: 40px;
    height: 40px;
    box-shadow: inset 0 1px 1px #dadae5;
    border: 1px solid #dadae5 !important;
    border-top-color: rgb(218, 218, 229);
    border-top-color: #cbcbdb !important;
    border-radius: 3px !important;
    width: 100%;
}

.SuchleisteButton {
    height: 22px;
    width: 22px;
    background-image: url(../images/StartPage_Images/Taubetalerhof/Lupe.png);
    background-size: 100%;
    background-color: transparent;
    position: absolute;
    top: 8px;
    right: 7px;
    border: none;
}

.bildFragezeichen {
    background-image: url(../images/StartPage_Images/Taubetalerhof/questionMark.png);
    height: 18px;
    width: 18px;
    background-size: 100% 100%;
}

.Suchleiste_Fragezeichen {
    position: absolute;
    right: -20px;
    top: 10px;
}

.delButtonWarenkorb {
    height: 32px;
}

.Text_Center {
    text-align: center;
}

.Detailebene_Titel_Suche {
    font-family: 'Open Sans';
    font-size: 16pt;
    font-weight: bold;
    color: #0E8FC9;
    margin-left: auto;
    margin-right: auto;
    height: 35px;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.title_Logo {
    position: absolute;
    top: 0px;
    right: 0px;
}

.title_Logo_div {
    display: none;
}

.title_Logo {
    position: absolute;
    top: 0px;
    right: 0px;
}

.title_Logo_div {
    display: none;
}

.Detailkopf_Details {
    font-size: 1em;
    font-weight: bold;
}

#Produkte_rechts {
}





.title_Logo {
    position: absolute;
    top: 0px;
    right: 0px;
}

.title_Logo_div {
    display: none;
}

/*Bereich AllProducts- Ansichten*/

.AllProducts_Seperator {
    width: 660px;
    float: left;
    padding: 5px;
}

.AllProducts_Gruppe {
    width: 300px;
    height: 25px;
    font-size: 14pt;
    font-weight: bold;
    padding-left: 2px;
    color: var(--dark-green);
    float: left;
}

.AllProcucts_Gruppenebene {
    width: 660px;
    height: 32px;
    font-weight: bold;
    color: #0E8FC9;
    margin-top: 5px;
    padding-top: 5px;
}

.AllProducts_Tabelle {
    width: 660px;
    height: 20px;
    margin-left: auto;
    padding-bottom: 3px;
    margin-right: auto;
}

.AllProducts_Überschrift {
    width: 660px;
    height: 40px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border: none;
    margin-top: -15px;
    float: left;
}

.Rechnungen_Überschrift {
    width: 660px;
    height: 20px;
    margin-right: auto;
    margin-top: 20px;
    padding-bottom: 3px;
    margin-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: thin;
    border-bottom-color: #b4b4b4;
}

.AllProducts_Überschrift_1 {
    margin-left: 73px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
}

#MainContent_Lieferinhalt .AllProducts_Überschrift_2 {
    margin-left: 203px;
}

a:link {
    color: dimgray;
}

.Artikelbezeichnung {
    font-weight: bold;
    text-decoration-line: none;
}

.AllProducts_Überschrift_2 {
    margin-left: 150px;
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
}

.AllProducts_Überschrift_3 {
    padding-left: 2px;
    font-family: Oswald;
    color: #666666;
    font-size: 14pt;
    font-weight: bold;
    float: right;
    text-align: right;
    margin-right: 10px;
}

.AllProducts_artikel {
    width: 292px;
    height: auto;
    font-size: 16px;
    float: left;
    margin-left: 83px;
    margin-top: 25px;
}

.AllProducts_artikel_lieferuebersicht {
    width: 304px;
    height: auto;
    float: left;
    margin-left: 53px;
    margin-top: 25px;
    font-size: 16px;
}

.AllProducts_Einzelpreis {
    width: 150px;
    height: 37px;
    font-size: 14pt;
    float: right;
    padding-top: 8px;
    text-align: right;
    margin-right: 5px;
    margin-top: 24px;
}

#MainContent_Lieferinhalt .AllProducts_Einzelpreis {
    width: 110px;
}




.AllProducts_Anzahl {
    float: left;
    padding-top: 4px;
    width: 50px;
    text-align: right;
    margin-top: 27px;
}

#MainContent_Lieferinhalt .AllProducts_Anzahl {
    float: left;
    padding-top: 8px;
    margin-left: 34px;
    width: 50px;
    text-align: center;
    margin-top: 25px;
    font-size: 14pt;
}

.Handy_Dauerbestellung {
    margin-top: 30px !important;
}

.AllProcucts_Fußebene {
    width: 100%;
    height: 115px;
    font-size: 10pt;
    font-weight: bold;
    color: dimgray;
}

/*.main_details {
    margin-top: 130px;
}*/


.AllProcucts_Fußebene .Lieferuebersicht_Button {
    margin-top: 10px;
    float: right;
}

    .AllProcucts_Fußebene .Lieferuebersicht_Button .submitButton_Button {
        height: 40px;
    }

.Rechnungen_Button {
    margin-left: 490px;
    width: 180px;
    height: 40px;
    color: #FFFFFF;
    background-color: #5cb85c;
    font-weight: bold;
    margin-top: 20px;
    border: 0px;
}

.Button_AllProducts {
    margin-left: 495px;
}


#LoginView1_HeadLoginStatus {
    font-size: 0.7em;
}

#Kontostatus {
    float: right;
    margin-right: 10px;
    background-color: rgba(255,255,255,0.6);
    opacity: 0.90;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}


.footer {
    color: #0a0a0a !important;
    text-align: center;
    line-height: normal;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.DauerauftraegeSpeichern {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin: 40px 0;
}

.MwstProdukttabelle {
    font-size: 9.0pt;
    color: white;
    font-weight: bold;
    float: right;
    margin-right: 5px;
    margin-top: 3px;
}

/*.styleFooter {
    padding: 10px;
}

.styleFooter a {
    color: white !important;
    font-weight: bold;
    text-decoration: none;
}*/

.styleFooter {
    margin: 12.5px 0 12.5px 0;
    display: grid;
    padding: 0 12.5%;
    gap: 15px;
}

.styleFooter a {
    color: #0a0a0a !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 2%;
}

.styleFooter a:hover {
    color: #34812A;
    text-decoration: none;
}

.main-content {
    background-color: white;
}

#Anzahl {
    display: none;
}

#Preisspalte {
    height: 28px;
    width: 426px;
    float: left;
    margin-bottom: 10px;
}

#Kaufzeile {
    height: 28px;
    width: 400px;
    display: inline-flex;
    margin-left: 10px;
    margin-top: 20px
}

.ProdukttabelleZ1Einzeln {
    font-size: 2em;
    font-weight: bold;
    height: 45px;
    float: left;
    margin-left: 25%;
}

.ProdukttabelleMwStEinzeln {
    font-size: 9pt;
    height: 30px;
    float: right;
    margin-right: 21%;
    width: 110px;
}

.ProdukttabelleZ4 a:hover {
    cursor: pointer;
}

.Menge_refresh {
    width: 20px;
    height: 20px;
    margin-left: 68px;
    margin-top: 4px;
}

    .Menge_refresh a:hover {
        cursor: pointer;
    }

.Produkttabelle_Textbox {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 2px;
    display: block;
    width: 100px;
    float: left;
    height: 45px;
}

.ZumWarenkorb {
    padding-top: 2px;
    margin-right: 20px;
    height: 61px;
    float: right;
    margin-left: 5px;
}

.Artikel_WochentagPanel {
    width: 100px;
    height: 23px;
    float: left;
    font-size: 16px;
    display: inline-flex;
}

#ArtikelEinzeln .ZurueckButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
}



.AboBestaetigung {
    margin-top: 10px;
    display: inline-block;
}

.ProdukttabelleZ1 {
    font-size: 18px;
    font-weight: bold;
    display: block;
    color: #0E8FC9;
    text-align: right;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.ProdukttabelleZ2 {
    font-size: 8.5pt;
    font-weight: bold;
    margin-left: 10px;
    display: block;
    width: 50px;
    float: left;
    margin-top: 5px;
    display: none;
    color: #3f4c58;
}

.ProdukttabelleZ2Einzeln {
    display: none;
}

.ProdukttabelleZ3 {
    width: 60px;
    padding-left: 5px;
    margin-top: 4px;
    display: block;
    width: 50px;
    float: left;
    margin-top: 6px;
}

#CheckPLZBackground {
    display: none;
}

.ProduktMenuCSS {
    z-index: 2;
}

#NavigationMenu ul li a {
    padding: 10px 0px 1px 15px;
}

a:link {
    color: dimgray;
}

.checkboxAGB {
    height: 13px;
    width: 13px;
    margin: 5px;
    display: inline-flex;
    width: 100%;
}

.register-checkbox {
    display: flex;
    flex-direction: row;
}

.accountInfo .Kundengruppe {
    width: 430px;
}

.checkboxLiefer {
    height: 13px;
    width: 13px;
    margin: 5px;
    margin-left: 20px;
}

.checkboxLieferLabel {
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    float: left;
    line-height: 1.2em;
    margin-top: -14px;
    margin-left: 50px;
}

.LoginView1_HeadLoginStatus {
    z-index: 1000;
}

.loginDisplay {
    font-size: 10pt;
    display: inline-block;
    color: #0E8FC9;
    line-height: 20px;
    text-decoration: none;
    width: auto;
    border: 1px solid #dadae5;
    height: 40px;
    border-radius: 3px;
    padding-right: 2px;
    cursor: pointer;
}

    .loginDisplay a {
        color: #0E8FC9;
    }

.img_Login {
    height: 32px;
    margin-top: 3px;
    float: left;
    width: 32px;
    background-image: url("../images/StartPage_Images/Taubetalerhof/loginNeu.png");
    background-size: 100%;
}

.Kundebezeichnung {
    margin-top: 8px;
    display: inline-block;
    margin-left: 1px;
    color: #0E8FC9;
    font-size: 10.5pt;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
    margin-right: 3px;
    font-weight: 600;
}

.loginEbene_außen {
    text-align: center;
}


.KundenloginName {
    height: 40px;
}

    .KundenloginName input {
        border: none;
        text-decoration: none;
        display: inline-block;
        border-bottom: 1px solid #ccc;
        transition: 0.5s ease;
        white-space: nowrap;
    }

        .KundenloginName input:hover {
            border-bottom: 1px solid blue;
        }

.loginNameEntry {
    width: 400px;
}

.loginPasswordEntry {
    width: 400px;
}

.KundenloginPassword input {
    border: none;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    transition: 0.5s ease;
    white-space: nowrap;
}

    .KundenloginPassword input:hover {
        border-bottom: 1px solid blue;
    }

register_p {
    text-align: center;
}

.Register_button {
    font-size: 10pt;
    font-weight: bold;
    font-variant: normal;
    color: #0E8FC9;
    text-decoration: none;
    background: none;
    border: none;
}

.main_menu {
    display: none;
}

    .main_menu p {
        font-size: 10pt;
        font-weight: bold;
        margin-left: 0.3em;
        margin-top: 0.8em;
        color: #333333;
    }

.lightbox_Ebene_Tabelle table, .lightbox_Ebene_Tabelle td, .lightbox_Ebene_Tabelle th {
    border-collapse: collapse;
    border: thin solid #B1B1B1;
    padding: 4px;
    margin-top: 10px;
    width: 660px;
    height: 40px;
}


.lightbox_Ebene_Tabelle {
    padding-top: 10px;
    font-size: 10pt;
    margin-left: 20px;
    padding-bottom: 20px;
    float: left;
    display: grid;
    margin-bottom: 45px;
}

.lightbox_Ebene_Tabelle_fett {
    font-size: 11pt;
    font-weight: bold;
    float: left;
    padding-right: 20px;
    padding-bottom: 5px;
    width: 660px;
    margin-bottom: 20px;
}

.Account_LieferadresseInfo {
    font-size: 8pt;
    font-weight: normal;
    padding: 2px 2px 0px 4px;
    color: #666666;
    line-height: 0.9em;
}

.Account_ZahlungsartInfo {
    font-size: 8pt;
    font-weight: normal;
    padding: 2px 2px 0px 4px;
    color: #666666;
    line-height: 0.9em;
}

.Tabelle_Rechnungen {
    width: 100%;
    border-collapse: collapse;
    margin-left: 20px;
}

.Rechnungen_Liste_aendern_Button {
    margin-left: 400px;
}

.Rechnungenfuß_erste_Linie {
    border-color: #B4B4B4;
    border-width: medium;
    width: 660px;
    margin-left: 20px;
    border-bottom-style: solid;
    margin-top: -3px;
}

.Rechnungenfuß_zweite_Linie {
    border-color: #B4B4B4;
    border-width: thin;
    width: 660px;
    padding-top: 8px;
    min-height: 65px;
    margin-left: 20px;
    border-bottom-style: solid;
    height: 90px;
}

.Rechnungenfuß_erste_Ebene {
    margin-left: 400px;
    width: 110px;
    float: left;
    text-align: left;
}

.Rechnungenfuß_zweite_Ebene {
    margin-left: 50px;
    width: 90px;
    float: left;
    text-align: right;
}

.Rechnungen_Überschrift_1 {
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
}

.Rechnungen_Überschrift_2 {
    margin-left: 240px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
}

.Rechnungen_Überschrift_3 {
    margin-left: 90px;
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
}

.Rechnungen_Überschrift_4 {
    font-family: "Open Sans";
    color: #666666;
    font-size: 9pt;
    font-weight: bold;
    font-variant: normal;
    min-height: 15px;
    float: right;
    margin-right: 10px;
}

.Rechnungen_artikel {
    width: 210px;
    height: 60px;
    font-size: 10pt;
    padding-top: 8px;
    padding-left: 2px;
}

.AusverkauftEinzeln {
    color: red;
    font-weight: bold;
}

.Rechnungen_Seperator {
    border-color: #B4B4B4;
    border-width: thin;
    width: 660px;
    height: 80px;
    border-bottom-style: solid;
    display: flex;
}

.Rechnungen_einzelpreis {
    width: 147px;
    height: 37px;
    font-size: 100%;
    float: left;
    padding-top: 8px;
    padding-right: 10px;
    margin-left: 10px;
    text-align: right;
}

.Rechnungen_Anzahl {
    float: left;
    padding-top: 5px;
    width: 50px;
    text-align: right;
    margin-left: 100px;
}

.Rechnungen_gesamtpreis {
    width: 120px;
    height: 37px;
    font-size: 100%;
    float: left;
    padding-top: 8px;
    padding-right: 10px;
    text-align: right;
    margin-left: 15px;
}

.StartseiteLinks {
    display: inline-block;
    padding: 20px;
    border: 2px solid #dadae5;
    float: left;
    margin: 10px 20px 10px 20px;
}

.StartseiteRechts {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.StartseiteAngebotBoxen {
    width: 100%;
    border: 2px solid #dadae5;
    margin-bottom: 30px;
    position: relative;
}

.StartseiteProduktgruppeBoxBild {
    width: 160px;
    height: 210px;
    background: no-repeat;
    background-size: 100% 100%;
}

.multiple-items {
    margin: 0px 50px;
    text-align: center;
}

.StartseiteProduktgruppeBox {
    position: relative;
    border: 1px solid #dadae5;
    min-height: 275px;
    margin-top: 35px;
    padding: 0px 10px;
    padding-top: 10px;
    margin-bottom: 35px;
    width: initial !important;
}

.StartseiteGruppenname {
    bottom: 5px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #0E8FC9;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.StartseiteSchnellanischtButtonPanel {
    position: absolute;
    top: 190px;
    width: 160px;
    height: 30px;
    text-align: center;
}

.Schnellansicht .Produkttabelle_Textbox, .Schnellansicht #ZumWarenkorb {
    z-index: 1000;
}

.SchnellansichtButtonLink {
    width: 600px;
    height: 238px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    margin-top: 10px;
}

.LinkDetailstrukturebene {
    width: 600px;
    height: 180px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: transparent;
    border: none;
}

.StartseiteSchnellanischtButton {
    background: #0E8FC9;
    color: white;
    font-size: 14pt;
    font-weight: 600;
    height: 100%;
    border-radius: 2px;
}

.StartseiteUeberschriftBox {
    position: absolute;
    left: 10px;
    top: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #0E8FC9;
}

.SchnellansichtWarenkorbButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 35px;
    font-size: 20px;
    font-family: Open Sans;
    width: 200px;
}

.SchnellansichtBild {
    width: 160px;
    height: 210px;
    background-size: 100% 100%;
}

.SchnellansichtZumArtikel {
    position: absolute;
    right: 10px;
    top: 75px;
    height: 30px;
    text-align: center;
    font-size: 20px;
    font-family: OPen Sans;
    width: 200px;
}

.SchnellanischtArtikelPreis {
    position: absolute;
    right: 10px;
    top: 115px;
    font-size: 19pt;
    width: 200px;
    font-weight: bold;
    color: #0E8FC9;
    text-align: left;
}

.SchnellanischtArtikelName {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 200px;
    text-align: left;
    font-size: 16pt;
    height: 25px;
}

.SchnellansichtArtikelLink {
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
}

.SchnellansichtArtikel .Detailstrukturebene {
    margin-left: 0px;
}

.SchnellansichtArtikel {
    width: 650px;
    height: 320px;
    padding: 10px;
    background-color: white;
    z-index: 10;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding-left: 0px;
}

    .SchnellansichtArtikel .i1 {
        margin-left: 10px;
    }

.SlideShow_Riecken_Einleitung_Ebene {
    font-size: 11pt;
    text-align: justify;
}

.SlideShow_Riecken_Einleitung_Überschrift {
    font-size: 18px;
    font-weight: bold;
    color: #0E8FC9;
}

.SlideShow_Riecken_Liste {
    list-style-type: disc;
    list-style-position: outside;
    text-align: justify;
    padding-right: 10px;
    line-height: 20px;
    padding-left: 20px;
}

    .SlideShow_Riecken_Liste li {
        margin-bottom: 10px;
    }

/*Bereich "Mein Konto"*/
.Konto_Panels {
    margin: 10px 10px 10px 10px;
    padding: 20px 12px 20px 10px;
    border: 2px solid #ede9e9;
    width: 45%;
    height: 200px;
    float: left;
    border-radius: 4px;
}

    .Konto_Panels a {
        text-decoration: none;
    }

.Konto_Panel_Überschrift {
    color: dimgray;
    font-size: 16px;
    font-weight: bold;
    font-variant: normal;
    font-family: "Open Sans";
}

.Konto_Panel_Hauptteil {
    color: dimgray;
    font-size: 9.5pt;
    font-weight: normal;
    font-variant: normal;
    margin-top: 10px;
    text-align: justify;
}

.Konto_Anrede {
    margin-left: 15px;
    margin-bottom: 10px;
    padding-left: 2px;
    color: #666666;
    font-size: 16px;
    font-family: 'Open Sans';
}

.MeinKonto_Link {
    visibility: hidden;
}

.Konto_Image {
    margin-top: -60px;
}

.Dauerbestellung_Button_Ebene {
    margin: 10px 20px 10px 175px;
    margin-left: 180px;
    width: 484px;
    text-align: right;
    margin-bottom: 10px;
    float: right;
}

.Lieferuebersicht_Button_Ebene .submitButton_Button {
    margin-left: 480px;
    margin-bottom: 10px;
    border: 0px;
}

.submitButton_vergessen a {
    color: #0E8FC9;
    font-weight: bold;
    text-decoration: none !important;
}

.breitererButton {
    min-width: 220px !important;
    float: right;
}


.Urlaub_speichern {
    float: right;
    margin-right: 15px;
}

.Urlaub_Liste {
    line-height: 1.7em;
    font-size: 11pt;
}

.Urlaub_Liste_Ebene {
    margin-top: 75px;
}

.changeUrlaub {
    float: right;
    margin-right: 15px;
}

.deleteUrlaub {
    float: right;
    margin-right: 15px;
}

.ButtonAddWunschliste {
    background-image: url(../images/Wunschliste.png);
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-color: transparent;
    position: absolute;
    top: 30px;
    right: 40px;
}

.Urlaub_Liste_aendern_Button {
    margin-left: 266px;
}

.Account_Lieferadresse {
    margin-bottom: 10px;
}

.submitButton_Button {
    min-width: 220px;
    margin-left: 10px;
    color: white;
    background-color: #5cb85c;
    font-weight: bold;
    border: 0px;
    font-size: 16px;
    font-family: Open Sans;
    padding: 10px 20px;
}

.submitButton_ButtonDisabled {
    background-color: #5cb85c !important;
    pointer-events: none;
}

.hinweisAenderung {
    font-size: 10pt;
    font-weight: normal;
    padding: 2px;
    color: #666666;
    margin-top: 5px;
    margin-right: 17px
}


#MainContent_Detail_Ebene_Produkte {
    text-align: center;
}

.accountInfo_login {
    margin: 10px;
    text-align: left;
}

.Detailebene_login p a:link, a:visited {
    font-size: 10pt;
    font-weight: bold;
    font-variant: normal;
    color: #0E8FC9;
    text-decoration: underline;
}

#MainContent_LoginUser_LoginButton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5px;
}

#MainContent_LoginButton {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 7.5px;
}

.Warenkorbfuß_Label1 {
    font-weight: bold;
    font-size: 16px;
}

.Warenkorbfuß_Label2 {
    font-size: 10pt;
}

.Detailebene_login p a:hover {
    color: #0E8FC9;
}

.Schnellansicht .Produktbild {
    position: relative;
}



.passwordEntry {
    width: 430px;
    border: 1px solid #ccc;
    float: right;
}

.Personaldaten_Ebene legend {
    width: 100%;
    border-bottom: 1px solid #ede9e9;
}

.Detailebene_register legend {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 4px 0px 2px;
    color: #666666;
}

.register legend {
    width: 100%;
    border-bottom: 1px solid #ede9e9;
}

.passwordEntry2 {
    width: 430px;
    border: 1px solid #ccc;
    float: right;
}

div.accountInfo_login p {
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    line-height: 1.6em;
}

.failureNotification {
    border: 2px solid #FF5E5E;
    width: 660px;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    font-size: 9pt;
    padding-right: 5px;
    line-height: 20px;
    font-weight: bold;
    list-style-image: url('../../images/StartPage_Images/system-error-icon2.png');
}

.RedStar {
    color: red;
}


.Personaldaten_Zahlart {
    font-size: 11.5pt;
    font-weight: bold;
    padding: 2px;
    color: #666666;
    width: 100%;
}

    .Personaldaten_Zahlart td {
        display: inline-flex;
    }

.Kasse_Z_weiter_Button_Ebene .submitButton_Button {
    height: 40px;
    color: #FFFFFF;
    background-color: #5cb85c;
    font-weight: bold;
    margin-bottom: 10px;
    border: 0px;
    float: left;
    margin-left: 0px;
}

.OhnePayPalButton {
    margin-right: 0px;
}

.Kasse_Lieferdatum_Textbox {
    width: 500px;
    border: 1px solid #ccc;
    padding-left: 3.5px;
    height: 66px;
    float: right;
}

.Kasse_Lieferdatum_Ebene .Kundengruppe_DropDown {
    width: 450px;
    border: 1px solid #ccc;
}

.Kasse_Lieferdatum_register fieldset {
    padding: 0px;
}

.Kasse_Lieferdatum_Ebene table {
    margin-top: 10px;
}

.Kasse_Lieferdatum_Label {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    vertical-align: top;
    text-align: left;
    width: 150px;
}

.MwstWert {
    float: right;
    font-size: 9.5pt;
}


.Kasse_Lieferdatum_Ebene {
    width: 660px;
    margin-left: 20px;
    margin-bottom: 10px;
}

    .Kasse_Lieferdatum_Ebene fieldset {
        vertical-align: top;
        min-height: 0px;
    }

    .Kasse_Lieferdatum_Ebene legend {
        font-size: 14pt;
        font-weight: bold;
        width: 100%;
        border-bottom: 1px solid #ede9e9;
    }


legend {
    width: 100%;
    border-bottom: 1px solid #ede9e9 !important;
    font-size: 14pt;
    font-weight: bold;
    color: #666666;
}

.Kasse_Lieferdatum_Ebene fieldset p {
    font-size: 9pt;
    font-weight: bold;
    padding: 2px;
    color: #666666;
    line-height: 4.0em;
}


.Kasse_Lieferdatum_weiter_Button {
    margin-left: 450px;
}

.Kasse_Lieferdatum_register .Hinweismeldung {
    float: left;
}

.Kasse_Z_AendernButton{
    float: right;
}

.AlleProdukteDA_Ueberschrift1 {
    font-size: 14pt;
    margin-left: 73px;
}

.AlleProdukteDA_Ueberschrift2 {
    font-size: 14pt;
    float: right;
    margin-right: 10px;
    margin-left: 0px;
}

.AlleProdukteDA_Ueberschrift3 {
    width: 125px;
    text-align: center;
    font-size: 14pt;
    display: inline-block;
    margin-right: 25px;
}

.AlleProdukteDA_Ueberschrift4 {
    width: 125px;
    text-align: center;
    font-size: 14pt;
    display: inline-block;
    margin-right: 23px;
}




.Kasse_Z_weiter_Button_Ebene {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}

.Kasse_Z_weiter_Button {
    display: initial;
    float: right;
    margin-right: 235px;
}

.Kasse_Z_zurück_Button {
    display: inherit;
    float: left;
}

.PayPalPaymentButton {
    background-image: url("../images/buynowpaypal.png");
    width: 210px;
    height: 40px;
    background-size: 100% 100%;
    position: absolute;
    right: 20px;
    top: 0;
}

.DivPayPal {
    position: relative;
}

.Kasse_Lieferdatum_register .Kasse_Z_Ebene {
    margin-top: 20px;
    float: left;
}

.Kasse_Z_Ebene tr {
    display: inline-flex;
    margin-top: 5px;
}

#MainContent_HinweisNaechsteLieferung{
    float: left;
}

.Text_Info {
    margin-left: 5px;
    position: absolute;
    bottom: 3px;
    font-size: 9pt !important;
    margin-top: 30px;
}

.Kasse_Z_Ebene {
    width: 660px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .Kasse_Z_Ebene table {
        margin-bottom: 15px;
    }

    .Kasse_Z_Ebene fieldset {
        margin: 20px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        vertical-align: top;
        min-height: 0px;
        width: 100%;
    }

    .Kasse_Z_Ebene legend {
        font-size: 14pt;
        font-weight: bold;
        color: #666666;
    }

    .Kasse_Z_Ebene fieldset p {
        font-size: 11pt;
        font-weight: normal;
        padding: 0px;
        color: #666666;
        line-height: 1.4em;
    }

.Kasse_Zusammenfassung_erste_Linie {
    width: 660px;
    height: 25px;
    font-family: 'Open Sans';
    font-size: 14pt;
    font-weight: bold;
    color: #0E8FC9;
    margin-bottom: 2px;
    float: left;
}

.Kasse_Zusammenfassung_zweite_Linie {
    width: 660px;
    min-height: 130px;
    margin-bottom: 20px;
    padding: 10px 0px;
    border: 2px solid #dadae5;
    position: relative;
    float: left;
}

.Segment1 {
    margin-bottom: 10px;
}

.Kasse_Zusammenfassung_erste_Ebene {
    margin-left: 55%;
    width: 170px;
    float: left;
    text-align: left;
}

.Kasse_Zusammenfassung_zweite_Ebene {
    margin-left: 20px;
    width: 90px;
    float: left;
    text-align: right;
}

.Kasse_Zusammenfassung_Label {
    vertical-align: middle;
    text-align: center;
    width: 40px;
    height: 30px;
}

.Kasse_Zusammenfassung_Spalte2 {
    vertical-align: middle;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    padding: 0px;
    color: #666666;
}

.Kasse_Z_submitButton_Button {
    width: 49%;
    height: 40px;
    color: #FFFFFF;
    background-color: #5cb85c;
    font-weight: bold;
    margin-bottom: 10px;
    border: 0px;
    float: right;
}

.Kasse_Z_zurück_Button {
}

.Kasse_InfoLieferung {
    font-size: 9pt;
    font-weight: normal;
    color: #666666;
    line-height: 0.9em;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 0.1px;
}

.Absenden {
    width: 150px;
    height: 30px;
    color: #FFFFFF;
    background-color: #0E8FC9;
    font-weight: bold;
    float: right;
}

.SidebarArtikel {
    visibility: collapse;
    height: 0px;
    font-size: 0px;
}

.Produktkopfbild {
    float: left;
    margin: 10px 0px 0px 10px;
}

.Produktkopfbeschreibung {
    font-size: 18px;
    color: #76b729;
    width: 100%;
    height: 40px;
    text-align: center;
    padding-top: 5px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: "Open Sans";
}

    .Produktkopfbeschreibung img {
        margin-bottom: -2px;
    }


.Kontakt_Textboxen {
    color: black;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    font-size: 10pt;
    height: 24px;
    width: 330px;
}

.Kontakt_border {
    border-width: 0.5px;
    width: 660px;
    margin-left: 0;
    text-align: left;
    border-color: #B9B9B9;
    margin-top: -20px;
}

.Kontakt_Anfragebox {
    color: #999999;
    border-color: #999999;
    border-width: 1px;
    border-style: solid;
    font-size: 10pt;
    font-style: italic;
    height: 120px;
    width: 658px;
}

.Kontakt_BorderUnten {
    border-width: 0.5px;
    margin-left: 0;
    text-align: left;
    border-color: #B9B9B9
}


.AccountInfoFenster {
    display: none;
}

#Kontologin {
    font-size: 0.7em;
    color: white;
}


.Detailebene_login p {
    font-size: 11pt;
    font-variant: normal;
    text-align: center;
}

input[type="text"], input[type="password"] {
    padding: 6px;
}

.Detailebene_login legend {
    font-size: 11pt;
    font-weight: bold;
    padding: 2px 4px 6px 2px;
    margin-left: 2px;
    color: #666666;
}

.LoginLink {
    align-content: center;
}

    .LoginLink a {
        text-decoration: underline;
    }

        .LoginLink a:hover {
            text-decoration: none;
            color: #0E8FC9;
        }

.submitButton_login {
    display: grid;
    text-align: center;
}

.LoginLink a {
    text-decoration: underline;
}

    .LoginLink a:hover {
        text-decoration: none;
        color: #0E8FC9;
    }

.submitButton_login a {
    text-decoration: underline;
}

    .submitButton_login a:hover {
        text-decoration: none;
    }

.login {
    width: 660px;
}

textEntry {
    width: 450px;
}

#Produkte_Site {
    display: none;
}


.accountInfo_Passwordrecovery {
    width: 660px;
}

.ArtikelEinzelAnsicht {
    border: 2px solid #0E8FC9;
    border-radius: 0px 20px 0px 0px;
    width: 98%;
    text-align: initial;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
}

.Produktbild {
    height: 210px;
    width: 160px;
    border-radius: 1px;
    background-size: 100% 100%;
    border: none;
}

.ProduktbildEinzeln {
    height: 315px;
    width: 240px;
    border-radius: 2px;
}

.ProduktbildGross {
    height: 630px;
    width: 480px;
    border-radius: 10px 10px 10px 10px;
}

.ProduktZutatenEinzeln {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 10px;
}

.ZutatenEinzeln{
    color: dimgray;
}

.Produktbeschreibung {
    width: 386px;
    height: 73px;
    overflow: auto;
    font-size: 9.5pt;
    text-align: left;
    color: black;
    float: right;
    margin-right: 20px;
    border-top: 1px solid #f8f8f9;
    border-bottom: 1px solid #f8f8f9;
    margin-left: 20px;
    font-family: Open Sans;
}

.ProduktkopfbeschreibungEinzeln {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    margin-left: auto;
    width: 350px;
    height: auto;
    background-color: #5f7285;
    border: 3px solid #5f7285;
    border-radius: 0px 18px 0px 0px;
    text-align: center;
    padding: 5px;
}

.ProdukttabelleZ4Einzeln {
    background: #0E8FC9;
    border: none;
    align-content: center;
    width: 215px;
    height: 45px;
    color: #FFFFFF;
    background-color: #0E8FC9;
    font-weight: bold;
    font-size: 16px;
    float: right;
    font-family: Open Sans;
}

.PreisspalteEinzeln {
    float: right;
    width: 328px;
    border: 2px solid #ede9e9;
}

.InfoTextAbo {
    display: inline-block;
    font-size: 9pt;
    margin-left: 10px;
}

.AboAuswahl {
    height: 40px !important;
    border-bottom: none !important;
}

.AboAuswahlRadio {
    margin-left: 20px;
}

.ProduktbeschreibungEinzeln {
    float: left;
    padding-left: 2px;
    padding-right: 100px;
    height: auto;
    color: dimgray;
    min-width: 80%;
    overflow: auto;
    font-size: 10pt;
    margin: 0px 20px;
    padding-bottom: 10px
}

.ProduktbeschreibungEinzelnKopf {
    float: left;
    margin-right: 50%;
    margin-left: 20px;
    font-size: 11pt;
    font-weight: bold;
    padding-right: 20px;
    width: 660px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.ProduktZutatenEinzeln .lightbox_Ebene_Tabelle_fett {
    margin-left: 20px;
    float: left;
    margin-bottom: 5px;
}

.lightbox_Ebene_Tabelle .lightbox_Ebene_Tabelle_fett {
}

.ProduktZutatenEinzeln {
    float: left;
    font-size: 10pt;
}

#ZutatenEinzeln {
    margin-left: 20px;
    float: left;
    margin-right: 20px;
}

#Unternehmen {
    margin-left: 20px;
}

.ProduktAllergeneEinzeln {
    margin-left: 20px;
    float: left;
    font-size: 10pt;
}

    .ProduktAllergeneEinzeln .lightbox_Ebene_Tabelle_fett {
        margin-bottom: 5px;
    }

.Kundendaten_Ebene1 {
    color: dimgray;
    margin-left: auto;
    margin-right: auto;
    width: 660px;
}


.Kundengruppe {
    width: 450px;
    border: 1px solid #ccc;
    padding-left: 3.5px;
    float: right
}

.Kundengruppe_DropDown {
    width: 450px;
    height: 31px;
    border: 1px solid #ccc;
}

.Kundengruppe_Vorwahl {
    margin-left: -3px;
    border: 1px solid #ccc;
}

.chkbox_KundenDaten input {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#label_checkbox {
    height: 13px;
    width: 13px;
}

.checkbox_label {
    font-size: 11pt;
    font-weight: bold;
    color: #666666;
    float: left;
    line-height: 1.2em;
    margin-top: -21px;
    margin-left: 30px;
    width: 300px;
}

.Kundengruppe_Telefon {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 3.5px;
    width: 282px;
}

.Kundengruppe_PLZ {
    width: 135px;
    border: 1px solid #ccc;
    padding-left: 3.5px;
}

#MainContent_Panel3 .Personaldaten_Spalte_PLZ {
    margin-left: 65px;
    display: inline-flex;
    width: initial;
}

#MainContent_Panel2 .Personaldaten_Spalte_PLZ {
    margin-left: 122px;
    display: initial;
    width: initial;
}

.Kundengruppe_Ort {
    width: 140px;
    border: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 3.5px;
}

.Kundengruppe_Ortsteil {
    width: 140px;
    border: 1px solid #ccc;
    margin-right: 1.5px;
    padding-left: 3.5px;
    float: right;
    margin-left: 20px;
}

fieldset p {
    min-height: 30px;
}

.Kundengruppe_IBAN {
    width: 450px;
    border: 1px solid #ccc;
    padding-left: 3.5px;
    float: right;
}

.Kundengruppe_BIC {
    width: 450px;
    border: 1px solid #ccc;
    padding-left: 3.5px;
    float: right;
}

.switchBank_Button {
    width: 300px;
    height: 30px;
    color: #FFFFFF;
    background-color: #5cb85c;
    margin-bottom: 10px;
    font-weight: bold;
    float: right;
    margin-left: 320px;
}

.Kundendaten_Fehler_Summary_Ebene {
}

.Kundendaten_weiter_Button_Ebene {
    margin-top: 10px;
    float: right;
    margin-right: 13px;
}

.Kundendaten_speichern {
    text-align: right;
    margin-right: 10px;
}

.Kundendaten_Anmeldung {
    width: 450px;
    margin-left: 10px;
    padding-left: 3.5px;
    color: #313131;
    float: left
}

.Kundendaten_Anmeldung_Kennwort {
    color: var(--dark-green);
    font-weight: bold;
    float: right;
}

.Kundendaten_Spalte2 {
    width: 260px;
    margin-left: 10px;
    padding-left: 3.5px;
    color: #313131;
}

.Account_PasswortInfo {
    font-size: 8pt;
    font-weight: normal;
    padding: 2px;
    color: #666666;
}

.Personaldaten_Ebene {
    max-width: 100%;
}

.Personaldaten_Spalte2 {
    float: right;
}

.Personaldaten_Spalte3 {
    margin-right: 3px;
    float: right;
}

.Personaldaten_Spalte4 {
    width: 100px;
    height: 30px;
    margin-right: 353px;
    float: right;
}

Personaldaten_Spalte_Telefon {
    margin-left: 20px;
}

.Personaldaten_Spalte_PLZ {
    margin-left: 49px;
    display: inline-flex;
    width: 246px;
}

.Personaldaten_Ebene fieldset p {
    font-size: 11pt;
    font-weight: bold;
    min-height: 30px;
    color: #666666;
    line-height: 31px;
    margin-top: 10px;
}

Personaldaten_Spalte1 {
    margin-top: 20px;
}

.Personaldaten_Ebene .submitButton_Button {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

.Detailstrukturebene {
    margin-top: 10px;
    margin-left: 10px;
    height: 238px;
    display: inline-flex;
    width: 600px;
    border: 1px solid #dadae5;
    position: relative;
}

    .Detailstrukturebene a {
        color: #76b729;
        text-decoration: none;
    }

        .Detailstrukturebene a:hover {
            color: #3f4c58;
            text-decoration: none;
        }

.Ausverkauft {
    color: red;
}

.delButtonDAListe {
    background-image: url("../images/delete-2-icon.png");
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    background-color: transparent;
}

.Navigationsleiste {
    display: grid;
}

#NavigationMenu {

}

    #NavigationMenu ul {
        width: 100% !important;
        margin-top: 0px;
        margin-bottom: 0px;
        list-style: none;
        padding-left: 0px;
    }
    /*.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: white;
    font-family: 'Open Sans';
    font-weight: 600;
}

    .sidenav ul {
        width: 280px;
    }

    .sidenav li {
        font-family: "Open Sans";
        height: 43px;
        border-bottom: 1px solid #dadae5;
    }

    .sidenav a {
        display: block;
        text-decoration: none;
        font-size: 14pt;
        color: dimgray;
    }*/
    .hotspot {
        visibility: hidden;
    }


.closeKonto {
    display: initial;
}

.MyKonto, .MenuAccountOption {
    border-bottom: 1px solid #dadae5;
    padding: 10px 0px 5px 15px;
    font-size: 16pt;
    width: 280px;
}

.MyKonto {
    color: #3f4c58;
}

.LogoutText {
    background: #5cb85c;
    font-family: Open Sans;
    color: white !important;
    border: none;
    width: 260px;
    font-size: 14pt !important;
    height: 35px;
    text-align: center;
    padding: 6px 0px;
    margin-left: 10px;
    margin-top: 10px;
    cursor: pointer;
    display: grid;
}

.font_logout {
    color: white !important;
}

.logout-icon {
    display: none;
}

.LogoutText span {
    display: none;
}

    .LogoutText:hover {
        opacity: 0.7;
    }

.MenuAccountOption {
    font-size: 14pt;
}

/*.sidenav .closebtn {
    font-size: 60px;
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

.sidenav .closebtn_left {
    top: 0;
    right: 25px;
    float: left;
    margin-top: 50px;
    margin-left: 15px;
}

#sidenav_top, #sidenav_topHandy {
    background-color: #c8d204;
    height: 120px;
    width: 280px;
    color: white;
    font-family: "Open Sans";
}

    #sidenav_top:hover, #sidenav_topHandy:hover {
        color: #0E8FC9;
    }*/

#Warengruppenmenu li {
    width: 280px;
}

    #Warengruppenmenu li a {
        padding: 10px 0px 1px 15px !important;
        font-family: "Open Sans";
        color: #5f7285;
    }

        #Warengruppenmenu li a:hover {
            color: #0E8FC9;
        }

.Warenkorboberebene {
    overflow: auto;
    height: 100%;
    position: absolute;
    right: 125px;
    width: 300px;
}

.OptionWarenkorbLogin {
    display: inline-flex;
    width: auto;
    position: absolute;
    right: 0;
    top: 20px;
}

.KontoSite {
    display: none;
}

.Warenkorbebene {
    display: inline-block;
    width: auto;
    border: 1px solid #dadae5;
    margin-right: 10px;
    height: 40px;
    border-radius: 3px;
}

.Warenkorbmain_anzahl_textbox {
    width: 50px;
    height: 30px;
    text-align: center;
}

.Warenkorb_Bez {
    display: none;
}

.Warenkorb_Anzeige {
    color: #0E8FC9;
    font-size: 9pt;
    font-weight: bold;
    display: block;
    text-align: right;
    line-height: 21px;
    width: auto;
    height: 40px;
}

    .Warenkorb_Anzeige span {
        text-transform: uppercase;
        font-weight: 800;
        font-size: 16px;
        margin-top: 1px;
        padding-left: 5px;
    }

#ZumWarenkorb {
    margin-left: 10px;
    width: 75%;
}

#warenkorbbild {
    width: 28px;
    height: 28px;
    float: left;
    background-image: url(../images/StartPage_Images/Taubetalerhof/warenkorb_oben.png);
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 5px;
    background-size: 100% 100%;
}

#warenkorbpreis {
    display: flex;
    font-size: 16px;
    width: auto;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}

.AboBestaetigung .Produkttabelle_Textbox_einzel {
    margin-top: 2px;
}

.Produkttabelle_Textbox_einzel {
    position: relative;
    margin-top: 32px;
    text-align: center;
    border: 1px solid #ccc;
    height: 45px;
    width: 60px;
    float: left;
    margin-left: 24px;
}

.Warenkorb_DetailansichtNichtAnzeigen {
    visibility: hidden;
    height: 0px;
}

.Warenkorbfuß_zweite_Linie {
    width: 660px;
    min-height: 87px;
    margin-left: 10px;
    border: 1px solid #ede9e9;
}

.Warenkorbfuß_erste_Ebene {
    margin-left: 60%;
    width: 110px;
    float: left;
    text-align: left;
}

.Warenkorbfuß_zweite_Ebene {
    margin-left: 50px;
    width: 90px;
    float: left;
    text-align: right;
}

.Button_Warenkorb_aktuell {
    margin-left: 440px;
}

.submitButton {
    display: flex;
    justify-content: flex-end;
}

#footerTop {
    height: 50px;
    margin-top: 20px;
}



.shadow {
    height: 100vw;
    margin-left: 0px;
    background: black;
    z-index: 10;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}

.shadow2 {
    height: 100vw;
    margin-left: 0px;
    background: black;
    z-index: 10;
    opacity: 0.7;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
}

#ArtikelEinzeln {
    height: 175px !important;
}



.EingabeLieferunterbrechung {
    width: 460px;
}

.Datetimepicker {
    margin: 10px;
    padding-top: 60px;
    padding-left: 38%;
}

.Datetimepicker2 {
}

.labelanfang {
    width: 70px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    line-height: 1.2em;
}

.labelende {
    width: 70px;
    float: left;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    line-height: 1.2em;
}

.Urlaub_Spalte2 {
    width: 550px;
    float: right;
    margin-right: 10px;
    text-align: right;
    margin-top: 10px;
}

.Urlaub_Spalte3 {
    margin-left: 18px;
}

.calenderpng {
    margin-left: 10px;
    padding-top: 5px;
    margin-bottom: -6px;
    width: 25px;
}

.CalenderPrevStyle a {
    margin-left: 8px;
}

.LegendenBlock {
    display: grid;
    width: 130px;
    float: right;
    margin-top: 150px;
}

.p {
    font-size: 9pt;
    font-weight: bold;
    color: #666666;
    line-height: 1.2em;
    min-height: 30px;
}

.anfang_labelUrlaub {
    float: left;
    margin-top: 20px;
}

.ende_labelUrlaub {
    float: left;
    margin-top: 20px;
}

.Kundengruppe_1 {
    float: left;
    min-width: 450px;
}

.FusszeileWarenkorb {
    text-align: right;
    margin-right: 10px;
    float: left;
    width: 100%;
}

.MwStWert {
    float: right;
    color: dimgray;
}

.ZwischensummeText {
    float: left;
    margin-left: 383px;
    font-size: 16px;
    font-weight: bold;
}

.ZwischensummeWert {
    float: right;
    color: dimgray;
}

.ZwischensummeWert {
    font-size: 16px;
    font-weight: bold;
}

.MwStText {
    float: left;
    margin-left: 383px;
    font-size: 9.5pt;
}

.MwStWert {
    width: 150px;
    font-size: 10.5pt;
}

.Hinweismeldung_4 {
    border: 1px solid #cccccc;
    width: 660px;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 97%;
}

.lieferzeitUeberschrift {
    float: left;
    font-size: 16px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 5px;
}

.Lieferzeit1 {
    float: left;
    font-size: 16px;
    width: 150px;
    font-weight: bold;
}

.Lieferzeit2 {
    float: left;
    font-size: 16px;
    width: 600px;
}

.AllProducts_artikelDA {
    width: 210px;
}

.AllProducts_AnzahlDAFirst {
    margin-left: 3px;
    width: 90px;
}

.AllProducts_AnzahlDASecond {
    margin-left: 58px;
    width: 90px;
}

.ProduktlisteDA_Preis {
    width: 75px;
}

.legendenIMG {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: -7px;
}

.legendenText {
    font-size: 8.5pt;
}

.legendenUeberschrift {
    float: right;
    height: 25px;
    width: 125px;
}

.Kasse_Lieferdatum_Ebene table {
    float: right;
    margin-bottom: 10px;
    margin-right: 5px;
}

.HandyProdukttabelleZ4 {
    background: #0E8FC9;
    border-color: white;
    font-family: "Open Sans";
    color: white;
    height: 45px;
    border: none;
    align-content: center;
    width: 100%;
    font-size: 14pt;
    font-weight: bold;
}

    .HandyProdukttabelleZ4:hover {
        opacity: 0.9;
        cursor: pointer;
    }

.Handy_Artikel {
    margin-bottom: 5px;
    border-bottom: 1px solid #ede9e9;
    padding-left: 2px;
    position: relative;
    height: 100px;
    width: 660px;
    color: dimgray; 
}

.Handy_Anzahl {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.Handy_Einzelpreis {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.Handy_Gesamtpreis {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.Handy_ExtraButton {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.Handy_Loeschen {
    visibility: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.AboArtikelPanel {
    height: 80px;
    width: 320px;
    padding: 9px;
    float: right;
    position: relative;
    font-size: 10pt;
}

.PreisProEinheit {
    position: absolute;
    bottom: 74px;
    right: 20px;
}

.HinweisLieferkosten {
    position: absolute;
    bottom: 62px;
    right: 20px;
}

.HinweisProduktklick {
    display: none;
    visibility: hidden;
}

.ArtikelPreisEinheit {
    height: 12px;
    font-size: 6.5pt;
    text-align: right;
    color: black;
}

.AboOneTimeBuy {
    display: grid;
    float: right;
    margin-right: 23px;
    margin-top: 35px;
    border: 2px solid #0E8FC9;
}

.buttonBestellung {
    width: 300px;
    margin-left: 100px;
}

.pop_UpHinweisLieferpause {
    width: 300px;
    margin-left: 125px;
    margin-top: 50px;
}

.DauerauftraegeSpeichern2 {
    text-align: right;
    float: right;
    width: 100%;
    padding-right: 22px;
}

.Buttonebeneoben {
    margin-bottom: 20px !important;
}

.ArtikelbezeichnungHandy {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 190px;
    display: inline-block;
}

.Warenkorbmain_artikel .ArtikelbezeichnungHandy {
    width: 167px;
}

.ZurueckButton2 {
    margin-left: 0px !important;
    float: left !important;
}

.AendernDauerbestellungListe {
    float: right;
    margin-bottom: 0px;
}

.ZueruckDauerbestellungListe {
    float: right;
}

.DauerbestellungenTageHinzu {
    height: 36px;
    margin-left: 17px;
    position: relative;
    margin-top: -11px;
}

.Dauerbestellung_WochentagPanel {
    width: 118px;
    float: left;
    margin-top: -15px;
    font-size: 9.5pt;
    display: inline-flex;
}

.Artikel_WochentagPanel {
    width: 120px;
    height: 23px;
    float: left;
    font-size: 9pt;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .Artikel_WochentagPanel label {
        margin-top: -2px;
        font-size: 16px;
    }

.ktoloeschen {
    margin-top: -20px;
}


.Lieferuebersicht_Button_Ebene .submitButton_Button {
    width: 250px;
}

.RechnungsItem {
    margin-top: 10px;
}

    .RechnungsItem img {
        float: left
    }

.Rechnungstext {
    float: left
}

.pop_UpHinweisCatch {
    width: 300px;
    margin-left: 125px;
    margin-top: 30px;
}

.HinweisBestellungenLoeschen {
    margin-bottom: 50px;
    text-align: center;
}

.HinweisLieferpauschale {
    font-size: 10pt;
    font-weight: normal;
    padding: 2px;
    color: #666666;
    float: right;
    margin-top: 5px;
    margin-bottom: 30px;
    margin-right: 17px;
}






/*.group-heading {
    padding: 5px 0px;
    font-size: 14pt;
    font-weight: bold;
    padding: 2px 4px 0px 2px;
    border-bottom: 1px solid #dbdbe3;
    width: 100%;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px 10px;
    gap: 12px;
    align-items: center;
}

.regular-dropdown {
    padding: 5px;
    border: 1px solid #ccc;
}

.address-line {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
}

.full-grid-line {
    grid-template-columns: 1fr;
}

.pop_up_date {
    height: 380px;
    text-align: center;
    display: grid;
    grid-template-rows: 50px 1fr;
}

    .pop_up_date span {
        margin-top: 20px;
    }

    .pop_up_date table {
        margin: auto;
        width: 50%;
        margin-top: 25px;
    }
*/

.AlleProdukteDA_Titel {
    width: 100%;
    padding-top: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.navbar-bottom {
    display: none;
}

#UpdatePanel1 {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%;
}

html, body, form#ctl01 {
    height: 100%;
}

body {
    overflow: auto;
}

.FooterContent {
    background-color: var(--dark-green);
    padding: 5px 0;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: white;
    font-family: 'Open Sans';
    font-weight: 600;
}

    .sidenav ul {
        width: 280px;
    }

    .sidenav li {
        font-family: ""Open Sans"";
        height: 43px;
        border-bottom: 1px solid #dadae5;
    }

    .sidenav a {
        display: block;
        text-decoration: none;
        font-size: 16px;
        color: dimgray;
    }



    .sidenav .closebtn {
        font-size: 60px;
        float: right;
        margin-right: 15px;
        margin-top: 20px;
    }

    .sidenav .closebtn_left {
        top: 0;
        right: 25px;
        float: left;
        margin-top: 50px;
        margin-left: 15px;
    }

#sidenav_top, #sidenav_topHandy {
    background-color: grey;
    height: 120px;
    width: 280px;
    color: white;
    font-family: "Open Sans";
}

    #sidenav_top:hover, #sidenav_topHandy:hover {
        color: #0E8FC9;
    }

.header-handy svg {
    width: 100%;
}

.header-handy {
    position: relative;
    width: 100%;
}

.burgerMenuButton {
    position: absolute;
    top: 15px;
    right: 15px;
    background-size: 100% 100%;
    font-size: 40px;
    color: white;
}

.AllProducts_AnzahlDAFirst, .AllProducts_AnzahlDASecond {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.Hauptebene {
    position: relative;
    width: 100%;
}