:root {
  --weiss: #FFF;
  --schwarz: #3C3C3B;
  --rot: #A42523;
  --grau: #707070;
  --limit: 1600px;
  --fs: 20px;
  --lh: 30px;
}

html {
margin: 0;
padding: 0;
max-width: 1920px;
font-family: "Encode Sans", Arial, Helvetica, sans-serif;
}

BODY  {
margin: 0 auto;
padding: 0;
background-color: var(--hellgrau);
color: var(--schwarz);
font-weight: 400;
font-size: var(--fs);
line-height: var(--lh);
max-width: 1920px;
overflow-x: hidden;
}

#wrapper { background-color: var(--weiss); }

header { display: block; position: relative;  }
@media screen and (min-width: 300px) { header { position: fixed; top: 0px; width: 100%; z-index: 9999999; height: auto; }}

#header_outer { display: block; }

#header_inner { display: block; position: relative; margin: 0 auto; text-align: center; box-sizing: border-box; font-size: 0; line-height: 0;   }

#master_menu .header_1, #master_menu .header_3 { padding-top: 40px !important; }

#header_top { display: block; position: relative; width: 100%; text-align: center; height: auto; -webkit-transition: 0.1s ease-in-out; -moz-transition: 0.1s ease-in-out; -o-transition: 0.1s ease-in-out; transition: 0.1s ease-in-out; max-width: 1920px; text-align: center;  padding: 0; background-color: var(--weiss); }
#header_top .dreiteiler:nth-child(1) { width: 20%; }
#header_top .dreiteiler:nth-child(2) { width: 60%; }
#header_top .dreiteiler:nth-child(3) { width: 19%; }
#header_top ul li { display: inline-block; margin: 0 10px 0 0; padding: 0; color: var(--weiss); font-size: 20px; line-height: 28px; }
#header_top ul li a { display: block; margin: 0; padding: 0; color: var(--schwarz); }
#header_top ul.main { display: block; margin-bottom: 26px; }
#header_top ul.main li a { font-weight: 700; display: block; margin: 0; padding: 40px 10px 10px 10px; color: var(--schwarz);  }
#header_top ul.main li a:hover { color: var(--rot); }
#header_top ul.main li a.aktiv { border-bottom: 2px solid var(--rot); color: #000; }

#header_top ul.some { display: block; margin-top: 30px; }
#header_top ul.some li a { display: block; margin: 0; padding: 0; width: 40px; height: 40px; background-size: 36px auto; background-repeat: no-repeat; background-position: center; font-size: 0; }
#header_top ul.some #link7-700 { background-image: url('../../img/icon_whatapp@2x.png'); }
#header_top ul.some #link7-701 { background-image: url('../../img/icon_telefon@2x.png'); }
#header_top ul.some #link7-702 { background-image: url('../../img/icon_mail@2x.png'); }
#header_top ul.some #link7-703 { background-image: url('../../img/icon_instagram@2x.png'); }

#click_menu { display: none; position: relative; cursor: pointer; text-align: left; background-image : url('../../img/menu.png'); background-repeat : no-repeat; background-position: left center; font-weight: 700; background-size: auto 30px; text-align: center; z-index: 9999999; margin: 0; vertical-align: top; height: 50px; width: 50px; line-height: 50px; color: var(--schwarz); font-size: 17px; text-transform: uppercase; letter-spacing: 2px; padding-left: 45px; }

#logo { display: inline-block; width: 450px; height: 195px; background-image: url('../../img/eichlershofladen_logo@2x.png'); background-size: contain; background-position: center; background-repeat: no-repeat; line-height: 0; margin: 0; position: absolute; }

#menu_icons { position: fixed; right: 0px; top: 15%; z-index: 99999; padding-right: 0; overflow: hidden; display: block; }
#menu_icons ul { display: block; margin: 0; padding: 0; }
#menu_icons li { display: block; margin: 15px 0; padding: 0; text-align: right; font-size: 0; line-height: 0; }
#menu_icons li A { display: inline-block; min-width: 270px; height: 300px; background-position: right center; background-repeat: no-repeat; color: #fff; line-height: 300px; font-size: 0; border: none; background-size: cover; }
#menu_icons li A span { display: none; }
#menu_icons li A:hover span, #menu_icons li A:focus-within span { display: block; padding-left: 60px; padding-right: 10px; font-weight: 400; }
#menu_icons #link_8-800 { background-image: url('../../img/wochenangebot_gross.png'); }
#menu_icons #link_8-800:hover { background-image: url('../../img/wochenangebot_gross.png'); }

.transition_1 { -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.transition_2 { transition:all 0.25s; -webkit-transition:all 0.25s; -o-transition:all 0.25s; -moz-transition:all 0.25s; }
.transition_3 { transition: width 1s, height 1s; }

h1, .h1 { font-family: "DM Serif"; font-weight: 300; font-size: 64px; line-height: 74px; color: var(--schwarz); margin: 0; padding: 0; letter-spacing: 1px; }
h2, .h2 { font-family: "DM Serif"; font-weight: 300; font-size: 42px; line-height: 60px; color: var(--schwarz); margin: 0; padding: 0; letter-spacing: 1px; }
h3, .h3 { font-family: "DM Serif"; font-weight: 300; font-size: 30px; line-height: 38px; color: var(--schwarz); margin: 0; padding: 0; }
h4, .h4 { font-family: "DM Serif"; font-weight: 300; font-size: 25px; line-height: 33px; color: var(--schwarz); margin: 0; padding: 0; }
h5, .h5 { font-family: "DM Serif"; font-weight: 300; font-size: 23px; line-height: 31px; color: var(--schwarz); margin: 0; padding: 0; }
h6, .h6 { font-family: "DM Serif"; font-weight: 300; font-size: 21px; line-height: 31px; color: var(--schwarz); margin: 0; padding: 0; }

#master_content 	{ display: block; text-align: left; padding-top: 105px; }

.scrollicon { width: 50px; height: 50px; position: fixed; bottom: 0; right: 0; display: none; z-index: 99999; background-position: center; background-size: auto 25px; background-color: var(--gruen); background-repeat: no-repeat; background-image : url('../../img/pfeil_weiss.svg'); }
.scrollicon:hover { background-color: var(--schwarz); }

footer { display: block; color: var(--schwarz); background-color: var(--weiss); }

#menu_unten { display: block;  }

#menu_unten_inner { display: block; width: 100%; max-width: var(--limit); font-size: 16px; margin: 0 auto; padding: 0; box-sizing: border-box; }

#master_menu_unten { display: block; padding: 20px; }
#master_menu_unten ul { display: block; margin: 0; padding: 0; text-align: right; }
#master_menu_unten ul li { display: inline-block; margin: 0; padding: 0; text-align: center; }
#master_menu_unten ul li A { color: var(--schwarz); display: block; text-decoration: none; font-weight: 400; }
#menu_unten_inner_l { display: inline-block; width: 50%; }
#menu_unten_inner_r { display: inline-block; width: 50%; }


img 		{ max-width: 100%; }
b, strong 	{ font-weight: 700; }
hr 			{ border-top: 0; border-bottom: 1px solid var(--gruen); max-width: 70%; margin: 30px auto; }
a 			{ text-decoration: none; color: var(--dunkelgrau); }
table		{ width: 100%; }
table td 	{ vertical-align: top; }
table td p 	{ margin: 0; }
.clearer { clear: both; height: 0 !important; font-size: 0 !important; }
.galerie { display: inline-block; vertical-align: top; padding: 0px; background-color: #FFF; margin: 10px 10px 10px 0; box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.5); }
.galerie img { width: 250px; height: 150px; object-fit: cover; display: block; border: 1px solid #706866;  }
.galerie span { display: block; font-size: 12px; font-weight: 700; line-height: 22px; color: #000; max-width: 300px; min-height: 44px; padding: 8px 0; text-align: center; box-sizing: border-box; }



.smaller { background-color: rgba(255,255,255,0.95); border-bottom: 1px solid var(--rot); }
.smaller #menu_icons { top: 35%; }
.smaller #link_8-800 { background-image: url('../../img/wochenangebot_klein.png') !important }
.smaller #link_8-800:hover { background-image: url('../../img/wochenangebot_gross.png') !important; }
.xxsmaller #header_top ul.main li a { padding-top: 15px; }
.smaller #header_top ul.main { margin-bottom: 10px; }
.xxsmaller #header_top ul.some { margin-top: 12px; }
.smaller #logo { height: 124px; }


input[type="date"], input[type="text"], input[type="input"], input[type="email"], input[type="file"], select { font-size: 18px; color: var(--schwarz); background-color: #fff; border: 2px solid var(--dunkelgrau); font-family: inherit; box-sizing: border-box; font-weight: 400; display: inline-block; width: 100%; max-width: 100%; padding: 10px; margin-top: 4px; text-align: center; }

select {  width: auto; font-weight: 700; border: 2px solid #3C3C3B; color: var(--schwarz) !important; text-align: left; background-color: #fff !important;}

input[type="checkbox"] { border: 1px solid var(--dunkelgrau); border-radius: 10px; }
input[type="date"]:hover, input[type="text"]:hover, input[type="input"]:hover, input[type="email"]:hover, select:hover, textarea:hover { border-color: #000; }

textarea { font-family: inherit; font-weight: 400; font-size: 18px; box-sizing: border-box; color: var(--schwarz); background-color: #fff; border: 1px solid var(--dunkelgrau); display: block; min-height: 240px; padding: 10px;
width: 100%; }

#spam2 { display: inline-block; font-size: 12px; width: 60px; border: 3px solid var(--dunkelgrau); padding: 3px; margin-right: 20px;  }

input[type="submit"], .button { font-family: 'Encode Sans' !important; display: inline-block; text-decoration: none !important; background-color: var(--rot); color: var(--weiss) !important; padding: 10px 25px; border: none;
font-size: 18px !important; line-height: 24px; text-align: center; font-weight: 700; cursor: pointer; border: none; border-radius: 10px; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.button.wa { background-image: url('../../img/Icon_Whatsapp.svg'); background-repeat: no-repeat; background-position: left 28px center; background-size: auto 25px; padding-left: 52px; }
.button:hover { background-color: var(--schwarz) !important; color: var(--weiss) !important; }

::placeholder { font-size: 16px; opacity: 0.8; }
input:focus::placeholder { color: transparent; }

input[type="date"], input[type="text"], input[type="input"], input[type="email"], select { background: transparent; box-sizing: border-box; font-weight: 400; display: inline-block; width: 100%; padding: 10px; font-family: inherit;
border: 2px solid #3C3C3B; color: var(--schwarz) !important; text-align: left; background-color: #fff !important; border: 2px solid #3C3C3B; border-radius: 10px; }

input[type="input"]:focus { border-bottom: 2px solid #49F2E7; }

input[type="email"]::-webkit-input-placeholder  { -webkit-transition: opacity 0.3s linear;  color: gray; }

:not(output):-moz-ui-invalid { box-shadow: 0 0 0 0; border-bottom: 2px solid var(--rot); color: var(--rot); }

input[type="submit"], .button { font-family: inherit; display: inline-block; text-decoration: none !important; color: #fff !important; padding: 15px 30px; border-radius: 6px; font-size: 20px; line-height: 20px; text-align: center;
font-weight: 700; min-width: 140px; cursor: pointer; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; margin-top: 6px; padding-right: 40px; }

input[type="submit"]:hover, .button:hover { background-color: #000; }

[type="checkbox"]:not(:checked), [type="checkbox"]:checked { position: absolute; left: -9999px; }
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label { position: relative; padding-left: 50px; padding-right: 50px; cursor: pointer; margin-bottom: 4px; display: inline-block; font-size: 16px; padding-top: 4px; font-weight: 700; }
[type="checkbox"]:not(:checked) + label:before, [type="checkbox"]:checked + label:before { content: ''; position: absolute; left: 0px; top: 0px; width: 30px; height: 30px; border: 2px solid #fff; background: transparent; border-radius: 0px; box-shadow: inset 0 1px 3px rgba(0,0,0,.1); }
[type="checkbox"]:not(:checked) + label:after, [type="checkbox"]:checked + label:after { font-family: 'Zapf Dingbats'; content: "\2714"; position: absolute; top: 0px; left: 5px; font-size: 28px; line-height: 1.2;
 color: #fff; transition: all .2s; }
[type="checkbox"]:not(:checked) + label:after { opacity: 0; transform: scale(0); }
[type="checkbox"]:checked + label:after { opacity: 1; transform: scale(1); }
[type="checkbox"]:disabled:not(:checked) + label:before, [type="checkbox"]:disabled:checked + label:before { box-shadow: none; background-color: #dddddd; border: 2px solid #fff; }
[type="checkbox"]:disabled:checked + label:after { color: #fff; }
[type="checkbox"]:checked:focus + label:before, [type="checkbox"]:not(:checked):focus + label:before { border: 2px solid #fff; }

input[type='radio']:checked, input[type='radio']:not(:checked) {  position: absolute; left: -9999px; }
input[type='radio'] + label { cursor: pointer; color: var(--schwarz); font-weight: 700; display: inline-block; }
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before { content: ''; display:inline-block; width: 25px; height:25px; position: relative; top:4px; border: 2px solid var(--rot); background: white; margin-right: 10px; box-shadow: inset 0 5px 5px 0 rgba(0,0,0,.1); margin-left: 0; }
input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before { border-radius: 25px; }
input[type='radio']:hover  + label::before { background:#ddd; box-shadow: inset 0 0 0 5px white; }
input[type='radio']:checked  + label::before { background: var(--schwarz); box-shadow: inset 0 0 0 5px white; }

textarea { font-family: inherit; display: block; width: 100%; text-decoration: none !important; color: #0811AA !important; padding: 15px; border: 2px solid #49F2E7; font-size: 16px; line-height: 20px; text-align: left; font-weight: 400; min-height: 130px; background: transparent; resize: none; max-width: 435px; }

.scrollicon { width: 40px; height: 40px; position: fixed; bottom: 70px; right: 20px; display: none; background-image: url('../../img/icon_pfeil_rechts.svg'); z-index: 99999; background-position: center; background-size: auto 24px; background-color: var(--rot); background-repeat: no-repeat; transform: rotate(-90deg); }