

/* cyrillic */
@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  src: url(g/font.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  src: url(g/font-gr.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  src: url(g/font-latin.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Georgia';
  font-style: normal;
  font-weight: 400;
  src: url(g/font-l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.logo-name
{
    font-size: 90px !important;
}

#wrapper {

    margin-left: auto;
    margin-right: auto;
}

#message
{
    color: red;
}

.footer > * > a{
    /* color: #0907fe !important; */
    color: darkgreen;
}

.prodimage-grid{
    
}

.prodimage-grid img {
    max-width: 100%;
    max-height: 100%;
}


.prodimage{
    background-color: #f8f8f9;
}

.durchgestrichen{
    text-decoration: line-through;
}

a {
 color: #1b4d58;
    
}


a.menu {
 color: white;
}

a:hover,
a:focus{
 color: #868686    !important;
 text-decoration: underline     !important;  
    
}

img.logo {
    width: 100%;
        
}


.hidden{
    display: none;
}


form#checkForm {
    background-image: url(../images/apfel_bg.jpg);
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    border: 1px solid #666;
    border-radius: 12px;
}

form#checkForm label {
    display: block;
    color: white;
    margin-bottom: 4px;
}

#checkForm h3 {
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: normal;
    color: #FFF;
    padding-top: 30px;
    padding-bottom: 20px;
}

form#checkForm .styledInputs {
    padding: 6px;
    width: 100%;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #666;
    border: none;
}

.styledButton {
    background-image: url(../images/apfel_button.png);
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: bold;
    color: #FFF;
    background-color: transparent;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -5px;
    width: 130px;
    text-align: center;
}