body, html {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}

hr{
    color: white;
    }
    

h1   {color: #004650;}


div.transparent_div{
    width: 100%;
    height: 100%;
    position: absolute;
    float: left;
    background: rgba(119,136,153, 0.8)
}

a:link {color: White;text-decoration: none;}  /*Achtung Links müssen demnach im Inhalt von der Farbe her angepasst werden !*/
a:visited {color: White;}
a:hover {color: White;}
a:active {color: White;}


div.einstellungen_div{
position: absolute;
border-style: solid;
border-width: 1px;
border-color: grey;
font-family: "Lucida Console" ;
font-size: 15px;
float: left;
padding: 0px;
width: 800px;
height: 520px;
 top: 3%; /* Position des Fensters */
 left: 5%; /* Position des Fensters */
background-color: rgb(255,255,255);
-webkit-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75); 
}

div.container{
width:100%;
height:100%;
position: absolute; /*wichtig damit sticky im Menübalken funktioniert*/

}

div.mobil_menue{
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #9bd3d6;
    min-height: 50px;
    height: auto;  /*später auf auto*/
    width: 600px;
    padding: 0;
    margin: 0;
    margin-top: 50px;
    margin-left: 50px;
    border-width: 1px;
    border: 3px;
    border-color: aliceblue;
    background: #004650;
    border-style: solid;
    border-color:#9bd3d6;
    box-shadow: 10px 5px 5px #434444;
    z-index: 6;
}

img.menu_lines{
    display:block;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    width: auto;
    cursor: pointer;
    
}

img.search{
    display:block;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height: auto;
    width: auto;
    cursor: pointer; 
}

img.search_trans{    
    position: absolute;
    margin-top: 5%;
    left: 95%;
    height: auto;
    width: auto;
    cursor: pointer;
    opacity: 1;
    transition: margin-top 2s,    /* steuert die Bewegung , sobald bei margin-top eine Veränderung eintritt */
                      left 2s,    /* ACHTUNG Falls z.B. durch css hover oder JavaScript mehrere Angaben für die transition geändert werden, müssen sie hier angegeben sein. Sonst funzt es nicht ! */
                   opacity 2s;
                   z-index: 7;
}

/*img.search_trans:hover {  /* steuert die Bewegung */
 /*   margin-top: 500px; */
 /*   left:900px; */
 /* } */

img.menue_closebutton{
    display:block;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    
}

img.headerschriftzug{
padding: 20px;
height: auto;
width: auto;
display:block;
margin: auto;
}

div.gruenerBalkenOben{
width: 100%;
height: auto;
float: left;
font-size: 20px;
background: #004650;
}

hr.ruler_white{
margin: 0px;
background-color: #9bd3d6;
border: 0;
height: 1px;
width: 100%; 
}

div.guenerMenuebalken{
display: block;
width: 100%;
height: auto;
float: left;
background: #004650;
position: sticky;
top: 0;
z-index: 5;
}

div.Bestellmenuebalken{
display: flex;
justify-content: center;
text-align: center;
width: 100%;
height: auto;
font-size: 35px;
font-weight: bold;
}


div.bildheader{
width: 100%;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

img.bildfeld_header{
width:100%;
height:auto;
}

img.produkt_bildfeld{
    display: block;
    margin-left: auto;
    margin-right: auto;
width:auto;
height:400px;
border-style: solid;
border-width: 1px;
border-color: grey;
border-radius: 10px;
box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
}

img.flaechen_bildfeld{
    width:100%;
    height:auto;
    }

img.spinner_gif{
width:80px;
height:auto;
}

div.searchline{
display: flex;
justify-content: center;
align-items: center;
margin-top: 60px;
height: 80px;
width: 700px;
background-color: white;
border-radius: 50px;
}

input.searchsub{
height: 100px;
margin-top: 5px;
margin-bottom: -13px;
}

input.searchfield{
width: 500px;
height: 50px;
border: none;
font-size: 30px;
font-weight: bold;
color: lightgray;
margin-bottom: 10px;
border-radius: 10px;
}


div.tickerbox{
position: absolute;
width: 80%;
border-style: solid;
border-width: 5px;
border-color: #004650;
border-radius: 10px;
text-align: center;
font-family: 'Dosis', sans-serif;
padding:15px;
font-size: 30px;
font-weight: bold;
color: #004650;
background-color: rgba(155,211,214,0.5);
}

div.searchborder{
    position: absolute;
    width: 80%;
    border-style: solid;
    border-width: 5px;
    border-color: #004650;
    border-radius: 10px;
    font-family: 'Dosis', sans-serif;
    padding:5px;
    font-size: 30px;
    font-weight: bold;
    color: #004650;
    background-color: rgba(155,211,214,0.5);
    }

div.infobox{
    width: 99%;
    margin: 5px;
    font-family: 'Montserrat', sans-serif;
    padding:15px;
    font-size: 20px;
    color: black;
    }

    div.infobox2{
        width: 99%;
        margin: 5px;
        font-family: 'Dosis', sans-serif;
        padding:15px;
        font-size: 25px;
        color: black;
        }

img.leftfloat{
float: left;
margin: 10px;
}
input.leftfloat{
float: left;
margin: 10px;
}
img.rightfloat{
float: right;
margin: 10px;
}

div.rightfloat{
font-family: 'Life Savers', cursive;
font-size: 30px;
color: white;
float: right;
margin: 10px;
}

div.seiteninhalt{
width: 100%;
height: auto;
float: left;
padding-bottom: 5em;
background: #9bd3d6;;
}

div.zentrier_container{
display: flex;
flex-wrap: wrap;
justify-content: center; 
}

div.tile_gruppen{
display: flex;
flex-wrap: wrap;
justify-content: center;  
}

div.content_tile{
overflow: hidden;
position: relative;
margin: 15px;
border-style: solid;
border-width: 1px;
border-color: grey;
font-family: 'Monserat', sans-serif;
font-size: 25px;
font-weight: bold;
float: left;

background-color: rgb(255,255,255);
box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
}

div.content_tile_mini{
    position: relative;
    margin: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    float: left;
    background-color: rgb(255,255,255);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    }

span.AdminMeldung_tile{
    overflow: hidden;
    position: relative;
    width: 400px;
    height: 100px;;
    margin: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: red;
    color:red;
    font-family: 'Courier New';
    font-size: 15px;
    float: left;  
    }

img.pic_tile{
    display: block;
    transition: .3s ease-in-out;
}

img.pic_tile_mini{
    display: block;
    transition: .3s ease-in-out;
}

span.text_tile{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
color: rgb(23, 70, 44);
text-align: center;
height: 1.5em;
line-height: 1.5em;
font-family: 'Dosis', sans-serif;
font-size: 25px;
font-weight: 600;
border-top: 1px solid grey;
border-bottom: 1px solid grey;
background-color: rgba(201, 209, 200, 0.80);
}

div.link_tile{
margin: 10px;
padding: 5px;
min-height: 50px;
height: auto;
float: left;
border-style: solid;
border-width: 2px;
border-color:#9bd3d6;
font-family: 'Dosis', sans-serif;
font-size: 25px;

color: #9bd3d6;
}

div.info_clickColl{
    margin: 10px;
    padding: 5px;
    min-height: 50px;
    height: auto;
    float: left;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;

    color: #9bd3d6;
}

div.art_tile{
    background-color:white;
    text-align: center;
    width:45%;
    min-height:200px;
    min-width: 850px;
    border-style: solid;
    border-width: 2px;
    border-radius:8px;
    margin: 15px;
    float: left;
    color:rgb(0,70,80);
    font-family:Dosis;
    font-size:30px;
    font-weight:bold;
    padding:5px 13px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;

}

div.art_tile_mobile{
    background-color: white;
    text-align: center;
    width:93%;
    min-height:200px;
    border-style: solid;
    border-width: 2px;
    border-radius:8px;
    margin: 15px;
    float: left;
    color:rgb(0,70,80);
    font-family:Dosis;
    font-size:40px;
    font-weight:bold;
    padding:5px 13px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;

}

div.art_info_tile{
    background-color: white;
    width:93%;
    min-height:200px;
    border-style: solid;
    border-width: 2px;
    border-radius:8px;
    margin: 15px;
    float: left;
    color:rgb(0,70,80);
    font-family:Dosis;
    font-size:30px;
    font-weight:bold;
    padding:5px 13px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}

div.art_info_tile_mobile{
    background-color: white;
    width:93%;
    min-height:200px;
    border-style: solid;
    border-width: 2px;
    border-radius:8px;
    margin: 15px;
    float: left;
    color:rgb(0,70,80);
    font-family:Dosis;
    font-size:40px;
    font-weight:bold;
    padding:5px 13px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;
}

span.ges_info_tile{
    background-color: white;
    width:93%;
    border-style: solid;
    border-width: 2px;
    border-radius:8px;
    margin: 15px;
    float: left;
    color:rgb(0,70,80);
    font-family:'Courier New';
    font-size:25px;
    font-weight: lighter;
    padding:5px 13px;
    text-decoration:none;
    background-color: rgba(247, 247, 247, 0.8);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);

}

div.mini_pic_tile{
    background-color: white;
    width:93%;
    min-height:50px;
    border-style: solid;
    border-width: 2px;
    border-radius:8px;
    margin: 15px;
    float: left;
    padding:5px 13px;
}



div.sitemap_link_tile{
    margin: 0px;
    padding: 10px;    /* steuert die Grösse des Link - Pads */
    height: auto;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 50px;
    font-weight: bold;
    color: white;
    }

    .sitemap_link_tile:hover {
        background-color: #9bd3d6;
      }

      div.sitemap_link_over{
        position: absolute;
        display: none;
        margin: 0px;
        padding: 10px;    /* steuert die Grösse des Link - Pads */
        height: auto;
        width: 100%;
        font-family: 'Dosis', sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: white;
        }
    
        .sitemap_link_over:hover {
            background-color: #9bd3d6;
          }

span.tile_text
{
    margin-top: 8px;
    float: left;
    font-weight: bold;
}


img.tile_pic
{
    
    float: left; 
    margin-right: 10px;
}

img.pic_tile:hover{
    display: block;
    transform: scale(1.3);
    }

img.pic_tile_mini:hover{
    display: block;
    transform: scale(1.2);
    border-style: solid;
    border-width: 1px;
    border-color: black;
    background-color: rgb(255,255,255);
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    }


div.footer{
margin-left: auto;
margin-right: auto;
font-family: 'Dosis', sans-serif;
font-size: 25px;
color: #9bd3d6;
text-align: center;
width: 100%;
height: 5em;
bottom: 0;
float: left;
background: #004650;
}

img.inform_pic{

   margin-right: 20px; 
}

div.meldung{
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: black;
    text-align: center;
    padding: 5px;
    width: 100%;
    bottom: 0;
    float: left;
    background: yellowgreen;
}

div.bildtraeger{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 15px;
    border: black 1px solid;
    background-color: rgb(255,255,255);
    box-shadow: 5px 5px 2px #333;
    }
    

div.link_tile_drop{
    visibility: hidden;
    position: absolute;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: #9bd3d6;
    min-height: 50px;
    height: auto;
    padding: 5px;
    margin: 0;
    margin-top: -1px;
    margin-left: -1px;
    border-width: 1px;
    border: 1px;
    background: #004650;
    border-style: solid;
    border-color:#9bd3d6;
    box-shadow: 10px 5px 5px #434444;
    
  }

  hr.menue_line{
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #9bd3d6;
    border: 0;
    height: 1px;
    width: 100%; 
    }

  div.resultpad{
    width: 90%;
    float: left;
    margin: 5px;
    padding: 5px;
    border: 1px;
    font-family: 'Dosis', sans-serif;
    font-size: 25px;
    color: black;
    background-color:rgb(156, 211, 214);
    border-style: solid;
    border-radius: 6px;
    border-color:rgb(0,70,80);
    box-shadow: 10px 5px 5px #434444;
  }

div.inline_search{
background-color: lightcyan;
color: black;
}

img.blockbild{
    display: block;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border: black 1px solid;
    background-color: rgb(255,255,255);
    box-shadow: 5px 5px 2px #333;

}

img.art_bild_gross{
    display: block;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius:20px;
    background-color: white;
}

button.kon_button_mail
{
    background:url('../res/mail_hg_548.png');
    background-position: left bottom;
    background-color:rgb(156, 211, 214);
    
    background-repeat: no-repeat;
    width:900px;
    height:200px;
    border-radius:8px;
    margin: 15px;
    float: right;
    cursor:pointer;
    color:rgb(0,70,80);
    font-family:Dosis;
    font-size:40px;
    font-weight:bold;
    padding:5px 13px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;   
}

button.kon_button_tel
{
    background:url('../res/tel_815.png');
    background-position: left bottom;
    background-color:rgb(156, 211, 214);
    
    background-repeat: no-repeat;
    width:900px;
    height:200px;
    border-radius:8px;
    margin: 15px;
    float: right;
    cursor:pointer;
    color:rgb(0,70,80);
    font-family:Dosis;
    font-size:40px;
    font-weight:bold;
    padding:5px 13px;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;   
}

div.floating_field
{
    display: block;
    position: absolute;
    top: 0;
    margin-left: 100;
    height: 100%;
    width: 100%;
    background: rgba(119,136,153, 0.8);
    z-index: 10;
}

div.floating_buble
{
    display: block;
    position: absolute;
    margin-top: 200px;
    margin-left: 25%;
    height: auto;
    width: 50%;
    padding: 15px;
    font-family:Dosis;
    font-size:40px;
    text-align: center;
    background: rgba(255,255,255);
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 10px;
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    z-index: 15;
}

button.weiter_dialog
{
    background-color:#004650;
    width:80%;
    height:auto;
    text-align: center;
    padding: 20px;
    border-radius:8px;
    margin: 15px;
    cursor:pointer;
    color:white;
    font-family:Dosis;
    font-size:40px;
    font-weight:bold;
    text-decoration:none;
    text-shadow:0px 1px 0px #283966;  
}

span.art_bildbeschreibung
{
    font-size: 20px;
}

span.art_daten
{
    float:left;
    width:90%;
    font-size: 30px;
    
}
/* Art Group - Button */
button.art_group_button {
    visibility: hidden;
    font-size: 25px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #314785;
    padding-left: 50px;
    padding-right: 50px;
    height: 75px;
    width: auto;
    margin: 20px;
    border-radius: 2em;
    border: none;
    outline: none;
    cursor: pointer;
  }

  button.art_group_button:hover {
    background-color: green;
  }

  button.art_group_button:active {
    background-color: #384b38;
    transform: translateY(4px);
  }
 /* Ende Warenkorb - Button */
/* Warenkorb - Button */
button.wako_button {
    font-size: 25px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: white;
    background-color: #314785;
    padding-left: 50px;
    padding-right: 50px;
    height: 75px;
    width: auto;
    margin: 20px;
    border-radius: 2em;
    border: none;
    outline: none;
    cursor: pointer;
  }

  button.wako_button:hover {
    background-color: green;
  }

  button.wako_button:active {
    background-color: #384b38;
    transform: translateY(4px);
  }
 /* Ende Warenkorb - Button */
 /* Warenkorb WEITER - Button */
button.wako_weiter_button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    color: black;
    background-color:rgb(156, 211, 214);
    padding-left: 50px;
    padding-right: 50px;
    height: 75px;
    width: 90%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 2em;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    cursor: pointer;
  }

  button.wako_weiter_button:hover {
    background-color: white;
  }

  button.wako_weiter_button:active {
    background-color: #384b38;
    transform: translateY(4px);
  }
 /* Ende Warenkorb WEITER - Button */
/* Plusminus - Button */
 button.wako_plusminus_button {
    font-size: 40px;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    color: rgba(0,0,0,0.75);
    background-color: white;
    padding-left: 50px;
    padding-right: 50px;
    line-height: 50px; /* Gleicher Wert wie die Höhe KI */
    height: 60px;
    width: auto;
    margin: 20px;
    border-radius: 2em;
    border: rgba(0,0,0,0.75) 2px solid;
    outline: none;
    cursor: pointer;
  }

  button.wako_plusminus_button:hover {
    background-color: lightgrey;
  }

  button.wako_plusminus_button:active {
    transform: translateY(4px);
  }
  /* Ende Plusminus - Button */

  div.wako_panel{
    visibility: hidden;
    position: absolute;
    overflow: unset;
    border-radius:8px;
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    color: #9bd3d6;
    min-height: 50px;
    height: auto;
    width: 700px;
    margin-top: 15px;
    margin-left: 15px;
    border-width: 1px;
    border: 3px;
    border-color: aliceblue;
    background: #004650;
    border-style: solid;
    border-color:#9bd3d6;
    box-shadow: 10px 5px 5px #434444;
    z-index: 7;
}

div.wako_panel2{
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    color: #9bd3d6;
    min-height: 50px;
    margin: 10px;
    height: auto;
    width: 100%;
    background: #004650;
    border: 2px;
    border-style: solid;
    border-color:#9bd3d6;
    z-index: 7;
}

span.wako_info{
    font-size: 20px;
}

span.floating_info_bubble
{
    visibility: hidden;
    display: block;
    position: absolute;
    margin:auto;
    height: auto;
    padding: 15px;
    font-family:Dosis;
    font-size:20px;
    color:#004650;
    text-align: center;
    background: rgb(240, 189, 106);
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    border-radius: 10px;
    box-shadow: 10px 10px 5px -7px rgba(0,0,0,0.75);
    z-index: 15;
}

div.vertikal_center {
    display: flex;
    flex-direction: column;      /* Untereinander anordnen */
    align-items: center;         /* Horizontal zentrieren */
    justify-content: center;     /* Vertikal zentrieren (optional, bei fester Höhe) */
    text-align: center;          /* Text im div zentrieren */
}

div.form_group {
  margin-bottom: 15px;         /* Abstand zwischen den Formularelementen */
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

input.inp_feld {
  width: 60%;                 /* Volle Breite des Containers */
  padding: 10px;               /* Innenabstand */
  border: 1px solid #ccc;      /* Rahmen */
  border-radius: 4px;          /* Abgerundete Ecken */
  font-size: 25px;             /* Schriftgröße */
  font-weight: bold;
  text-align: center;
}

textarea.bemerkung_feld{
border: 1px solid #ccc;      /* Rahmen */
border-radius: 4px;
font-size: 20px;             /* Schriftgröße */
font-weight: bold;
}

div.lieferadresse {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 1s ease, opacity 0.5s ease;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 2px solid #9bd3d6;
  border-radius: 8px;
}

div.smooth-visible {  /* lieferadresse sichtbar */
  max-height: 1000px; 
  opacity: 1;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  border: 2px solid #9bd3d6;
  border-radius: 8px;
}









