body {
    color: #444444;
    background-color: #EEEEEE;
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 100%;
}

.clear {
    clear: both;
    display: block;
    height: 0px;
    margin: 0;
}

/* Use this br class to clear floated columns */

.step {
    width: 100%; /*796px*/
    background: url(http://bilder.xregional.de/step.gif) repeat-x;
    height: 3px;
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.post iframe {
    max-width: 100%;
}

.elastic-video {
    position: relative;
    padding-bottom: 55%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
}

.elastic-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.logo {
    margin: 0;
    float: left;
}

/* neu von TM am 26.4.15 ergänzt */
.logo h1 {
    font-family: 'Oleo Script Swash Caps', cursive;
    font-size: 36px;
    color: #b0c900;
    font-weight: 400;
    float: left;
}

.logo h1 span {
    font-size: 28px;
    color: #465157;
}


h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 1.5em;
}

#page {
    background-color: #FFFFFF;
    width: 80%;
    margin: 24px auto;
    padding: 12px;
}

@media screen and (max-width: 479px) {
    /* für Smartphones! Da will ich den ganzen Raum haben!! */
    #page {
        background-color: #FFFFFF;
        width: 100%;
        padding: 3px;
    }
}


#header {
    padding: 1px;
    text-align: center;
}

.header {
    background-color: #415792;
    color: #FFFFFF;
}

#content {
    padding: 4px 0 10px 0;
}

#footer {
    color: #666666;
    background: #f9f9f9;
    padding: 10px 20px;
    border-top: 5px #efefef solid;
    font-size: 0.9em;
    line-height: 2;
    text-align: center;
}

#footer a {
    color: #999999;
}

#ganzoben {
    color: #666666;
    background: #f9f9f9;
    padding: 5px 10px;
    text-align: center;
    font-size: 0.9em;
}

#ganzoben a {
    color: #999999;
}

.suche-input {
    border: 1px solid gray;
    padding: 0.1rem 0.5rem;
    margin: 0;
    margin-bottom: 0.75rem;
}

#suche-feld {
    width: 25%;
    border-radius: 1rem 0 0 1rem;
    border-right: none;
}

#suche-button {
    border-radius: 0 1rem 1rem 0;
}

#suche-button:hover {
    background: #dddddd;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0.5px;
}

.product-tile {
    border: 1px solid lightgrey;
    flex-basis: 150px;
    margin: 1.5px;
    padding: 5px;
}

.product-image-container {
    margin: 0 0 5px 0;
    text-align: center;
}

.product-image-container a {
    text-decoration: none;
}

.product-image {
    display: block;
    font-size: 80px;
    width: 100%;
    aspect-ratio: 1 / 1;
    line-height: 150px;
    object-fit: contain;
    filter: drop-shadow(0 0 5px #ddd);
}

.product-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 5px;
}

.product-title a {
    color: #007184;
}

.product-pricetag {
    font-size: 15px;
    color: #b02704;
    text-align: center;
}
