@charset "UTF-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}
fieldset,
p {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
em {
    font-style: italic;
}
#fe_toolbar {
    display: none !important;
}
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5em;
    letter-spacing: 0em;
    font-weight: 300;
    color: #121212;
    background-color: #ffffff;
}
::-moz-selection {
    background: #1d1d1b;
    text-shadow: none;
    color: #ffffff;
}
::selection {
    background: #1d1d1b;
    text-shadow: none;
    color: #ffffff;
}
.grid-container {
    width: 100%;
    clear: both;
}
.grid-elm {
    vertical-align: top;
}
.grid-align-1-1 {
    width: 100%;
    display: inline-block;
}
.grid-align-1-2 {
    width: 100%;
    display: inline-block;
}
.grid-align-1-3 {
    width: 100%;
    display: inline-block;
}
.grid-align-2-3 {
    width: 100%;
    display: inline-block;
}
.grid-align-1-4 {
    width: 100%;
    display: inline-block;
}
.grid-align-3-4 {
    width: 100%;
    display: inline-block;
}
.grid-align-1-6 {
    width: 50%;
    display: inline-block;
}
.grid-align-5-6 {
    width: 100%;
    display: inline-block;
}
.grid-align-1-8 {
    width: 25%;
    display: inline-block;
}
.grid-align-3-8 {
    width: 50%;
    display: inline-block;
}
.grid-align-7-8 {
    width: 100%;
    display: inline-block;
}
.grid-offset {
    padding: 10px 10px;
}
.grid-offset.large {
    padding: 20px 20px;
}
.grid-offset.medium {
    padding: 15px 15px;
}
.grid-offset.small {
    padding: 5px 5px;
}
.grid-offset-top {
    padding-top: 10px;
}
.grid-offset-large-top {
    padding-top: 20px;
}
.grid-offset-larger-top {
    padding-top: 30px;
}
.grid-offset-medium-top {
    padding-top: 15px;
}
.grid-offset-small-top {
    padding-top: 5px;
}
.grid-offset-bottom {
    padding-bottom: 10px;
}
.grid-offset-large-bottom {
    padding-bottom: 20px;
}
.grid-offset-larger-bottom {
    padding-bottom: 30px;
}
.grid-offset-medium-bottom {
    padding-bottom: 15px;
}
.grid-offset-small-bottom {
    padding-bottom: 5px;
}
.grid-offset-left {
    padding-left: 10px;
}
.grid-offset-large-left {
    padding-left: 20px;
}
.grid-offset-larger-left {
    padding-left: 30px;
}
.grid-offset-medium-left {
    padding-left: 15px;
}
.grid-offset-small-left {
    padding-left: 5px;
}
.grid-offset-right {
    padding-right: 10px;
}
.grid-offset-large-right {
    padding-right: 20px;
}
.grid-offset-larger-right {
    padding-right: 30px;
}
.grid-offset-medium-right {
    padding-right: 15px;
}
.grid-offset-small-right {
    padding-right: 5px;
}
#shop .grid-align-1-3 {
    float: left;
}
.grid-row {
    margin-left: -15px;
    margin-right: -15px;
}
.grid-row .grid-offset {
    padding: 15px;
}
.no-mobile {
    display: none;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.align-right {
    float: right;
}
.align-center {
    margin: 0 auto;
}
.align-left {
    float: left;
}
.show-on-tablet,
.show-on-desktop,
.show-on-screen {
    display: none;
}
.show-on-phone {
    display: inline-block;
}
#shadowbox_body {
    background-color: #009fe3 !important;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
}
header.shadow {
    box-shadow: 0 0 5px #1d1d1b;
}
#logo {
    width: 180px;
    text-align: left;
}
#placeholder {
    width: 100%;
}
.entypo-menu:before {
    content: '\2630';
}
.entypo-cancel:before {
    content: '\2715';
}
#contact,
#shopping-cart,
#open-mobile-navigation,
#close-mobile-navigation {
    color: #706f6f;
    cursor: pointer;
    display: table;
    table-layout: fixed;
    font-size: 1.8em;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    right: 0;
}
#contact {
    opacity: 1;
    right: 68px;
}
#shopping-cart {
    opacity: 1;
    right: 139px;
}
#open-mobile-navigation.active,
#close-mobile-navigation.active {
    opacity: 1;
}
#contact span,
#shopping-cart span.fa.fa-shopping-cart,
#open-mobile-navigation span,
#close-mobile-navigation span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 28px;
}
#contact:hover,
#shopping-cart:hover,
#open-mobile-navigation:hover,
#close-mobile-navigation:hover {
    color: #ffe366;
}
section {
    height: auto;
    position: relative;
}
section article {
    min-height: 100%;
    height: 100%;
    position: relative;
    opacity: 0;
}
section article.title {
    min-height: 230px;
    background-color: #ffe366;
    text-align: center;
    color: #706f6f;
    position: relative;
}
section article.image::before,
section article.eyecatcher::before,
section article.title::before {
    height: 100%;
    width: 100%;
    content: '';
    z-index: 700;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1) 10%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66222222', endColorstr='#00000000', GradientType=0);
}
section article.title h1,
section article.title p {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    z-index: 800;
    position: relative;
}
section article.title p {
    font-size: 1.5em;
    line-height: 1.2em;
}
section article.image img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}
section article.slider img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}
section article.slider .slides {
    display: block;
    height: 100%;
    width: 100%;
}
section article.slider .slides .slide img {
    display: block;
    object-fit: cover;
    font-family: 'object-fit: cover';
}
section article.slider .slide .label {
    display: block;
    position: absolute;
    width: 100%;
    top: 25%;
    text-align: center;
    z-index: 800;
}
section article.slider .slide .label h2 {
    color: #ffffff;
    font-size: 2.2em;
    padding: 0 20px 10px 20px;
    margin: 0 auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, .9);
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
}
section article.slider .slide .label p {
    color: #ffffff;
    font-size: 1.8em;
    padding: 0 20px 30px 20px;
    margin: 0 auto;
    text-shadow: 0 0 10px rgba(0, 0, 0, .9);
    font-weight: 400;
    line-height: 1.3em;
    display: block;
}
section article.slider .pager {
    display: block;
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    z-index: 700;
    text-align: center;
}
section article.slider .pager .slide-item {
    display: inline-block;
    line-height: 25px;
    padding: 0 4px;
    text-decoration: none;
}
section article.slider .pager .slide-item::before {
    content: '\f1db';
    content: '\f10c';
    content: '\f111';
    color: #ffffff;
    text-decoration: none;
    font-family: 'FontAwesome';
    font-size: .8em;
}
section article.slider .pager .slide-item.activeSlide::before,
section article.slider .pager .slide-item:hover::before {
    content: '\f111';
    color: #706f6f;
    color: #ffe366;
    font-family: 'FontAwesome';
    text-decoration: none;
    font-size: .8em;
}
section article.eyecatcher {
    height: 350px;
    width: 100%;
    display: block;
}
section article.eyecatcher img {
    display: block;
    height: 100%;
    width: 100%;
    max-height: auto;
    max-width: auto;
    object-fit: cover;
}
section article.eyecatcher h1 {
    position: absolute;
    width: 100%;
    color: #ffffff;
    top: 20%;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(34, 34, 34, 1);
    font-size: 3em;
}
section article.eyecatcher p {
    position: absolute;
    width: 100%;
    color: #ffffff;
    top: 50%;
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-weight: 400;
}
section article.box {
    background-color: rgba(111, 111, 111, 0.08);
    text-align: center;
    min-height: 250px;
}
section article.box.thumb {
    min-height: auto;
}
section article.box a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
section article.box a img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}
section article.box a:last-child img {
    margin-bottom: 0;
}
section article.box.references a:hover:before {
    background-color: rgba(1, 105, 170, 1);
    color: #ffffff;
    content: '\f108';
    font-family: 'FontAwesome', sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    left: 0;
    height: calc(100% - 20px);
    padding-top: 11%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 940;
}
section article.box.thumb a:hover:before {
    background-color: rgba(1, 105, 170, 1);
    color: #ffffff;
    content: '\f00e';
    font-family: 'FontAwesome', sans-serif;
    font-size: 2.2em;
    font-weight: 400;
    left: 0;
    height: 100%;
    padding-top: 25%;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%;
    z-index: 940;
}
section article.box.references a:last-child:hover:before {
    height: 100%;
}
section article.box .icon {
    color: #ffe366;
    font-size: 2.8em;
    line-height: 1em;
    padding: 10px;
}
section article.box p.comment:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f10d\00a0\00a0';
    color: #0169aa;
}
section article.box p.comment {
    font-style: italic;
    font-size: 1.2em;
}
section article.box p.comment:after {
    font-family: 'FontAwesome', sans-serif;
    content: '\00a0\00a0\f10e';
    color: #0169aa;
}
section article.box p.company {
    color: #888888;
    font-size: .75em;
}
section article.box.link:hover,
section article.box.link:hover a,
section article.box.link:hover .comment,
section article.box.link:hover .comment:before,
section article.box.link:hover .comment:after,
section article.box.link:hover .company,
section article.box.link:hover .icon {
    background-color: #ffe366;
    cursor: pointer;
}
section article.border {
    border: 2px solid #f1f1f1;
    text-align: center;
    width: 100%;
}
section article.border:hover,
section article.border.reference:hover {
    cursor: pointer;
    border-color: #383838;
}
section article.border.reference {
    border: 2px solid #f1f1f1;
    text-align: center;
    width: 100%;
    min-height: 180px;
}
#title {
    min-height: 80px;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 227, 102, .75);
    bottom: 0;
    text-align: center;
    display: none;
    z-index: 700;
    height: auto;
}
#title h1 {
    color: #222222;
    font-size: 2.5em;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    padding: 30px 20px 20px 20px;
}
#title #scroll-down {
    background-color: none;
    border-radius: 25px;
    color: #ffe366;
    cursor: pointer;
    font-size: 62px;
    height: 50px;
    left: 50%;
    line-height: 52px;
    margin-left: -25px;
    padding-right: 5px;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 50px;
    display: none;
}
#title #scroll-down:hover {
    color: #ffe366;
}
footer {
    height: auto;
    opacity: 0;
    background-color: #222222;
    color: #fff;
    font-size: .95em;
}
footer #imprint {
    background-color: #222222;
    font-size: .9em;
    color: #fff;
}
footer .imprint,
footer .social {
    text-align: center;
}
footer .social {
    font-size: 2em;
}
footer .social a {
    padding-right: 10px;
}
footer .lang {
    text-align: center;
    padding: 0 10px;
}
footer .lang a {
    padding: 0 10px;
    display: inline-block;
}
footer .lang a.active {
    color: #ffffff;
}
#pin,
#headline {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 140px;
    height: 140px;
    display: table-cell;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    z-index: 900;
    opacity: 0;
    overflow: hidden;
}
#pin a,
#headline a {
    display: block;
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    writing-mode: lr-tb;
    width: 255px;
    height: 255px;
    background-color: rgba(112, 111, 111, .75);
    position: absolute;
    right: -148px;
    top: -148px;
    padding: 205px 0 0 0;
}
h1 {
    font-size: 1.72em;
    line-height: 1.3em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
}
h2 {
    font-size: 1.8em;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 1.2em;
    color:#222;
}
section article.image h2 {
    display: none;
}
h3 {
    font-size: 1.2em;
    margin-bottom: .5em;
    text-transform: uppercase;
    font-weight: 600;
}
h4 {
    font-size: 1.1em;
    font-weight: 400;
    margin-bottom: .5em;
}
a {
    color: #222;
    font-weight: initial;
    font-family: 'Open Sans', sans-serif;
}
a,
a:link,
a:focus,
a:active {
    outline: none;
    text-decoration: none;
    color: #706f6f;
    font-weight: bold;
}
a.more:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f105\00a0';
}
.title a {
    color: #383838;
}
footer a {
    color: #fff;
}
footer #imprint a {
    color: #fff;
}
a:hover {
    color: #FFE366;
    text-decoration: none;
    cursor: pointer;
}
.title a:hover {
    color: #383838;
}
#content .box:hover a,
#content .box a:hover,
#content .reference:hover a,
#content .reference a:hover {
    text-decoration: none;
}
#content .reference:hover a,
#content .reference a:hover {
    color: #383838;
}
#shop img {
    max-width: 400px;
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover';
}
#shop .img-responsive {
    max-width: 400px;
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover';
}
#shop .center {
    text-align: center;
}
footer a:hover,
footer #imprint a:hover {
    color: #ffe366;
    text-decoration: none;
}
a.button {
    color: #ffffff;
    background-color: rgba(112, 111, 111, 1);
    font-weight: 400;
    display: inline-block;
    padding: 8px 20px;
    width: auto;
    margin: 0 20px 20px 0;
    min-width: 100%;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}
a.button.invert {
    color: #222;
    background-color: transparent;
    border: 1px solid #222;
    font-weight: 500;
}
a.button.more:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f105\00a0';
}
a.button:hover {
    background-color: rgba(255, 227, 102, .8);
    text-decoration: none;
}
#social {
    text-align: center;
    float: left;
    width: 100%;
}
#social a {
    font-size: 1.6em;
    color: rgba(151, 152, 154, .5);
    display: inline-block;
    padding: 10px;
    width: 45px;
    text-align: center;
}
#social a:hover {
    color: rgba(151, 152, 154, 1);
    text-decoration: none;
}
#social span {
    font-size: .9em;
    padding: 0 10px 0 0;
    color: rgba(151, 152, 154, 1);
    display: inline-block;
}
strong {
    font-weight: bold;
}
del {
    color: #ff0000;
    text-decoration: line-through;
}
img {
    height: auto;
    width: 100%;
    display: inline-block;
    max-width: 100%;
}
img.home {
    height: 175px;
    width: 100%;
    object-fit: cover;
    font-family: 'object-fit:cover;' display: inline-block;
    max-width: 100%;
}
h2.home {
    padding: 10px;
    font-size: 1.20em;
}
.content-template img {
    width: 100%;
}
p {
    padding: 0 0 20px 0;
}
hr {
    border: 0;
    width: 100%;
    color: #cccccc;
    background-color: #cccccc;
    height: 1px;
}
ul li {
    list-style: none;
    position: relative;
}
ul li:before {
    font-family: 'FontAwesome', sans-serif;
    content: '\f105\00a0';
    position: absolute;
    left: -15px;
    color: #222222;
    font-weight: bold;
}
table {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}
table tr:nth-child(even) {
    background-color: transparent;
}
table tr:nth-child(odd) {
    background-color: transparent;
}
table tr th {
    padding: 0;
    font-weight: bold;
    border-bottom: 0px solid rgba(111, 111, 111, 0.08);
    background-color: rgba(111, 111, 111, 0.08);
    text-align: left;
}
table tr th a {
    color: #007cff;
}
table tr td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 0;
}
footer input.newsletter[type='text'] {
    height: 40px;
    border: 1px solid #757575;
    background-color: #222222;
    border-bottom: 0;
    color: #757575;
    padding-left: 10px;
}
footer input.newsletter[type='submit'] {
    font-family: 'FontAwesome', sans-serif;
    background-color: #757575;
    border: 1px solid #757575;
    color: #222222;
    font-weight: 400;
    min-width: 38px;
    height: 40px;
}
footer input.newsletter[type='submit']:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
}
@media only screen and (max-width: 479px) {
    #logo {
        width: 160px;
    }
    #contact {
        right: 45px;
    }
    #shopping-cart {
        right: 90px;
    }
    #mediadir-stoeck button.button.invert {
        text-transform: uppercase;
        color: rgba(112, 111, 111, 1);
        background-color: rgba(255, 227, 102, .8);
        padding: 15px 30px 15px 30px;
        width: 100%;
        float: left;
        outline: none;
        text-align: center;
        font-size: 20px;
        border: 0;
        margin: 0 20px 15px 0;
    }
}
@media only screen and (min-width: 768px) {
    #shop input[type='submit'] {
        min-width: 205px;
        width: 23%;
        margin-right: 0;
    }
    .grid-align-1-1 {
        width: 100%;
        display: inline-block;
    }
    .grid-align-1-2 {
        width: 100%;
        display: inline-block;
    }
    .grid-align-1-3 {
        width: 49.6%;
        display: inline-block;
    }
    .team .grid-container .grid-align-1-3:nth-child(3n) {
        width: 50%;
        display: inline-block;
    }
    aside.grid-align-1-3 {
        width: 100%;
        display: inline-block;
    }
    aside.grid-align-1-3 .grid-elm.grid-align-1-1 {
        width: 50%;
        display: inline-block;
    }
    .content-template .grid-elm.grid-align-1-2 {
        width: 50%;
        display: inline-block;
        float: left;
    }
    .grid-align-2-3 {
        width: 100%;
        display: inline-block;
    }
    .grid-align-1-4 {
        width: 49.6%;
        display: inline-block;
    }
    .grid-align-3-4 {
        width: 100%;
        display: inline-block;
    }
    .grid-align-1-6 {
        width: 25%;
        display: inline-block;
    }
    .grid-align-5-6 {
        width: 100%;
        display: inline-block;
    }
    .grid-align-1-8 {
        width: 16.66%;
        display: inline-block;
    }
    .grid-align-3-3 {
        width: 33.33%;
        display: inline-block;
    }
    .grid-align-3-8 {
        width: 50%;
        display: inline-block;
    }
    .grid-align-7-8 {
        width: 100%;
        display: inline-block;
    }
    .grid-offset {
        padding: 15px;
    }
    .grid-offset.large {
        padding: 30px 30px;
    }
    .grid-offset.larger {
        padding: 45px 45px;
    }
    .grid-offset.medium {
        padding: 23px 23px;
    }
    .grid-offset.small {
        padding: 8px 8px;
    }
    .grid-offset-top {
        padding-top: 15px;
    }
    .grid-offset-large-top {
        padding-top: 30px;
    }
    .grid-offset-larger-top {
        padding-top: 45px;
    }
    .grid-offset-medium-top {
        padding-top: 23px;
    }
    .grid-offset-small-top {
        padding-top: 8px;
    }
    .grid-offset-bottom {
        padding-bottom: 15px;
    }
    .grid-offset-large-bottom {
        padding-bottom: 30px;
    }
    .grid-offset-larger-bottom {
        padding-bottom: 45px;
    }
    .grid-offset-medium-bottom {
        padding-bottom: 23px;
    }
    .grid-offset-small-bottom {
        padding-bottom: 8px;
    }
    .grid-offset-left {
        padding-left: 15px;
    }
    .grid-offset-large-left {
        padding-left: 30px;
    }
    .grid-offset-larger-left {
        padding-left: 45px;
    }
    .grid-offset-medium-left {
        padding-left: 15px;
    }
    .grid-offset-small-left {
        padding-left: 5px;
    }
    .grid-offset-right {
        padding-right: 15px;
    }
    .grid-offset-large-right {
        padding-right: 30px;
    }
    .grid-offset-larger-right {
        padding-right: 45px;
    }
    .grid-offset-medium-right {
        padding-right: 23px;
    }
    .grid-offset-small-right {
        padding-right: 8px;
    }
    .show-on-phone,
    .show-on-screen {
        display: none;
    }
    .show-on-tablet {
        display: inline-block;
    }
    body {
        font-size: 16px;
    }
    #logo {
        width: 210px;
    }
    section article.eyecatcher {
        height: 450px;
    }
    #pin,
    #headline {
        width: 160px;
        height: 160px;
    }
    #pin a,
    #headline a {
        width: 255px;
        height: 255px;
        right: -138px;
        top: -138px;
        padding: 195px 0 0 0;
    }
    section article.title {
        min-height: 280px;
    }
    section article.image img {
        margin: 0 auto;
    }
    section article.box {
        padding: 0px;
        min-height: 290px;
    }
    .content-template {
        overflow: hidden;
    }
    .content-template .grid-elm:first-child {
        padding-right: 20px;
    }
    .content-template .grid-elm:last-child {
        padding-left: 20px;
    }
    footer .imprint,
    footer .social {
        width: 100%;
    }
    #title {
        height: 100px;
    }
    #title h1 {
        line-height: 100px;
        font-size: 1.8em;
        padding: 0 30px;
    }
    section article.slider .slide .label {
        top: 33%;
    }
    section article.slider .slide .label h2 {
        font-size: 3em;
        padding: 0 30px 15px 30px;
    }
    section article.slider .slide .label p {
        font-size: 1.8em;
        padding: 0 30px 45px 30px;
    }
    a.button {
        min-width: 150px;
    }
    .content-template h2:first-child {
        margin-top: 0;
    }
    footer input.newsletter[type='text'] {
        border-bottom: 1px solid #757575;
        border-right: 0;
        width: 80%;
    }
    footer input.newsletter[type='submit'] {
        margin: 0;
        vertical-align: top;
    }
}
@media only screen and (min-width: 1024px) {
    .grid-container {
        max-width: 1200px;
        margin: 0 auto;
    }
    .grid-align-1-1 {
        width: 100%;
        display: inline-block;
    }
    .grid-align-1-2 {
        width: 49.6%;
        display: inline-block;
    }
    .grid-align-1-3 {
        width: 33%;
        display: inline-block;
    }
    .grid-container .grid-align-1-3:nth-child(3n) {
        width: 33.33%;
        display: inline-block;
    }
    .team .grid-container .grid-align-1-3:nth-child(3n) {
        width: 32.6%;
        display: inline-block;
    }
    aside.grid-align-1-3 .grid-elm.grid-align-1-1 {
        width: 100%;
        display: inline-block;
    }
    aside.grid-align-1-3 {
        width: 32.6%;
        display: inline-block;
    }
    .grid-align-2-3 {
        width: 66.0%;
        display: inline-block;
    }
    .grid-align-1-4 {
        width: 24.6%;
        display: inline-block;
    }
    .grid-align-3-4 {
        width: 75%;
        display: inline-block;
    }
    .grid-align-1-6 {
        width: 16.66%;
        display: inline-block;
    }
    .grid-align-5-6 {
        width: 83.33%;
        display: inline-block;
    }
    .grid-align-1-8 {
        width: 12.5%;
        display: inline-block;
    }
    .grid-align-3-8 {
        width: 37.5%;
        display: inline-block;
    }
    .grid-align-7-8 {
        width: 87.5%;
        display: inline-block;
    }
    .grid-offset {
        padding: 20px;
    }
    .grid-offset.large {
        padding: 40px 40px;
    }
    .grid-offset.larger {
        padding: 60px 60px;
    }
    .grid-offset.medium {
        padding: 30px 30px;
    }
    .grid-offset.small {
        padding: 10px 10px;
    }
    .grid-offset-top {
        padding-top: 20px;
    }
    .grid-offset-large-top {
        padding-top: 40px;
    }
    .grid-offset-larger-top {
        padding-top: 60px;
    }
    .grid-offset-medium-top {
        padding-top: 30px;
    }
    .grid-offset-small-top {
        padding-top: 10px;
    }
    .grid-offset-bottom {
        padding-bottom: 20px;
    }
    .grid-offset-large-bottom {
        padding-bottom: 40px;
    }
    .grid-offset-larger-bottom {
        padding-bottom: 60px;
    }
    .grid-offset-medium-bottom {
        padding-bottom: 30px;
    }
    .grid-offset-small-bottom {
        padding-bottom: 10px;
    }
    .grid-offset-left {
        padding-left: 20px;
    }
    .grid-offset-large-left {
        padding-left: 40px;
    }
    .grid-offset-larger-left {
        padding-left: 60px;
    }
    .grid-offset-medium-left {
        padding-left: 30px;
    }
    .grid-offset-small-left {
        padding-left: 10px;
    }
    .grid-offset-right {
        padding-right: 20px;
    }
    .grid-offset-large-right {
        padding-right: 40px;
    }
    .grid-offset-larger-right {
        padding-right: 60px;
    }
    .grid-offset-medium-right {
        padding-right: 30px;
    }
    .grid-offset-small-right {
        padding-right: 10px;
    }
    .show-on-phone,
    .show-on-tablet {
        display: none;
    }
    .show-on-screen {
        display: inline-block;
    }
    body {
        font-size: 18px;
    }
    #logo {
        width: 360px;
    }
    section article.eyecatcher {
        height: 550px;
    }
    #pin,
    #headline {
        width: 180px;
        height: 180px;
    }
    #pin a,
    #headline a {
        width: 255px;
        height: 255px;
        right: -128px;
        top: -128px;
        padding: 185px 0 0 0;
    }
    section article.title {
        min-height: 330px;
    }
    section article.eyecatcher h1 {
        max-width: 900px;
        left: 50%;
        margin-left: -450px;
    }
    section article.eyecatcher p {
        max-width: 900px;
        margin-left: -450px;
        left: 50%;
    }
    section article.box {
        min-height: 330px;
    }
    #title {
        height: 114px;
    }
    #title h1 {
        line-height: 114px;
        font-size: 2.6em;
        padding: 0 40px;
    }
    section article.slider .slide .label {
        top: 33%;
    }
    section article.slider .slide .label h2 {
        font-size: 3.5em;
        max-width: 1000px;
        padding: 0 40px 20px 40px;
    }
    section article.slider .slide .label p {
        font-size: 2em;
        padding: 0 40px 60px 40px;
        max-width: 1000px;
    }
    footer {
        min-height: 250px;
    }
    footer .imprint {
        width: 66.4%;
        text-align: left;
    }
    footer .social {
        width: 33.2%;
        text-align: right;
    }
    table {
        width: 100%;
        padding: 0;
        margin: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 1em;
    }
    header {
        min-height: 135px;
    }
    #shop .grid-align-1-3:nth-child(3n+4) {
        clear: both;
    }
}
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
}
.ir:before {
    content: '';
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}
.clearfix:after {
    clear: both;
}
@media only screen and (max-width: 767px) {

    #shop select.form-control {
        width: 100% !important;
    }

    .media-entries .grid-align-3-3.team-member {
        float: left;
        width: 100%;
    }

    .recipes .term_184 {
        width: 100%;
    }
    #shop img {
        width: 100%;
    }
    .grid-align-1-3 {
        width: 100%;
        display: inline-block;
    }
}
.employee-name,
.employee-role {
    width: 100%;
    float: left;
}
.employee-image img {
    /*display: none;*/
    float: left;
}
.employee-image {
  width: 100%;
  height: 100%;
  background-clip: padding-box;
  float: left;
  background-size: cover;
  background-position: center;
  display: inline-block;

  &:before {
    content:" ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    @include gradient-y(rgba(0,0,0,0.3), transparent);
  }

  &:after{
    content: " ";
    display: block;
    padding-bottom: 59.4458438%; /* proportional height dependent on element width */
  }
}
body.overview #shop .product .images.col-md-3 {
    width: 25%;
    float: left;
    padding-right: 15px;
}
body.overview #shop .product .info.col-md-9 {
    width: 75%;
    float: left;
    padding-right: 0;
    margin-bottom: 15px;
}
body.overview #shop .product .info.col-md-9 .col-md-6 {
    width: 50%;
    float: left;
}
body.overview #shop .product .info.col-md-9 .col-md-6 .short-description p {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
}
#shop button.add-to-cart.btn.btn-primary,
#news button.btn.btn-primary.details-button {
    padding: 11.5px 20px;
    background-color: #ffe366;
    color: #706f6f;
    border: 0;
    margin: 0 10px 10px 0;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
}
#shop button.add-to-cart.btn.btn-primary:hover,
#news button.btn.btn-primary.details-button:hover {
    padding: 11.5px 20px;
    background-color: #706f6f;
    color: #ffffff;
    border: 0;
    margin: 0 10px 10px 0;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
}
#shop .product .functions .quantity {
    display: table;
    width: 100%;
}
#shop .product .functions .quantity label {
    position: inherit;
    width: 50px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
    font-size: 12px;
    color: #000;
}
#shop .product .functions .quantity input#quantity {
    width: 55px;
    float: left;
    padding: 8px;
    border: 1px solid #ddd;
    height: 45px;
    font-size: 12px;
    text-align: center;
}
body.overview #shop .product {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
body.overview #shop .product .functions .price {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
}
body.overview #shop .product .col-md-4 {
    width: 30%;
    float: left;
}
body.overview #shop .product .col-md-8 {
    width: 70%;
    float: left;
    padding-left: 15px;
}
body.overview #shop .product .info.col-md-9 .col-md-6 .details>button {
    background: none;
    outline: 0;
    border: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #222
}

body.overview #shop .product .info.col-md-9 .col-md-6 .details>button:hover {
    color: #5372f6;
}
body.overview #shop .paging,
#shop .informations,
#shop .menu {
    float: left;
    width: 100%;
}
body.overview #shop .product .info.col-md-9 h3 {
    margin-top: 2px;
}
#shop a.zuruck {
    float: right;
    width: auto;
}
body.overview #shop .product .info.col-md-9 .col-md-6:first-child {
    padding-right: 10px;
}
body.detail .images.col-md-4 {
    width: 33.33333333%;
    float: left;
    padding-left: 10px;
    padding-right: 15px;
}
body.detail .description.col-md-8 {
    width: 66.66666667%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
body.detail .description.col-md-8 p {
    width: 100%;
    padding-left: 0;
}
body.detail .functions {
    float: right;
    width: 60%;
}
body.detail #shop .product .functions .col-md-4 {
    width: 33.33333333%;
    float: left;
}
body.detail #shop .product .functions .col-md-8 {
    width: 66.66666667%;
    float: left;
}
body.detail #shop .product .functions .price {
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-top: 20px;
    text-align: right;
}
body.detail #shop a.zuruck {
    padding-bottom: 15px;
}
body.detail .description.col-md-8 ul {
    padding: 0 0 0 18px;
}
body.overview #shop,
body.detail #shop img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 767px) {
    body.overview #shop .product .images.col-md-3,
    #shop .product .info.col-md-9,
    body.detail .images.col-md-4,
    body.detail .description.col-md-8 {
        width: 100% !important;
        padding: 0;
    }
    body.overview #shop .product .info.col-md-9 .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    body.overview #shop .product .info.col-md-9 .col-md-6:last-child {
        margin-bottom: 0;
    }
    body.overview #shop .product .col-md-8,
    body.detail #shop .product .functions .col-md-8 {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    #shop a.zuruck {
        float: left;
        margin-bottom: 15px;
    }
    body.overview #shop .product .functions .price,
    body.detail #shop .product .functions .price {
        margin-left: 0;
    }
    body.detail .functions {
        margin-top: 15px;
        width: 100%;
    }
    body.overview #shop img,
    body.detail #shop img {
        max-width: 100%;
        max-height: 100%;
    }
    body.overview #shop .product .info.col-md-9 h3,
    body.detail .description.col-md-8 h2 {
        margin-top: 10px;
    }
    body.detail #shop a.zuruck {
        padding-bottom: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {

    #shop select.form-control {
        width: 70% !important;
    }
    #shop form input[type='submit'] {
        min-width: 123px !important;
        width: 27%;
        margin-left: 5px;
    }

    .recipes .grid-align-3-3, .media-entries .grid-align-3-3.team-member {
        width: 50%;
    }
    body.overview #shop .product .info.col-md-9 .col-md-6 {
        width: 100%;
        margin-bottom: 15px;
    }
    body.overview #shop .product .info.col-md-9 .col-md-6:last-child {
        margin-bottom: 0;
    }
    body.overview #shop .product .col-md-8 {
        width: 100%;
        padding: 0;
        margin-top: 15px;
    }
    body.overview #shop .product .functions .price,
    body.detail #shop .product .functions .price {
        margin-left: 0;
    }
    body.detail .functions {
        float: left;
        width: 100%;
    }
}
.item {
    position: relative;
}
.item img {
    max-width: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.image-overlay p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    margin: 0;
    color: #000000;
    font-size: .8em;
    line-height: 1.5em;
    width: 100%;
    height: auto;
    background-color: #ffe366;
    text-align: center;
    top: 30%;
}
.image-square {
    position: relative;
    cursor: pointer;
    /*height: 340px !important;*/
    object-fit: cover;
}
/*.grid-elm.grid-align-1-3.grid-offset.team-member {
    float: left
} */
.image-overlay {
    background-color: #ffe366;
    position: absolute;
    margin: auto;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: 0px;
    opacity: 0;
    /*-webkit-transition: all .3s ease-in-out;*/
    /*-moz-transition: all .3s ease-in-out;*/
    /*-ms-transition: all .3s ease-in-out;*/
    /*-o-transition: all .3s ease-in-out;*/
    /*transition: all .3s ease-in-out*/
}
.image-square:hover .image-overlay {
    opacity: 1;
}
ul#news {
    padding: 0 0 0 15px;
    float: left;
    width: 100%;
}
#news li.container-fluid {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
#news .col-md-6 {
    width: 50%;
    float: left;
}
#news .col-md-6 h3 {
    margin-top: 0;
}
#news button.btn.btn-primary.details-button,
#news button.btn.btn-primary.details-button:hover {
    width: 280px;
}
@media (max-width: 767px) {
    #news .col-md-6 {
        width: 100%;
    }
    #news button.btn.btn-primary.details-button,
    #news button.btn.btn-primary.details-button:hover {
        margin: 15px 0 0 0;
        width: 100%;
    }
}
#shop .cart-buttons input[name='update'],
input[name='continue'] {
    margin-left: 0;
}
table#cart-table tr th:first-child,
table#cart-table tr td:first-child {
    text-align: left;
}
table#cart-table tr th,
table#cart-table tr td,
#shop th.a_right {
    text-align: right;
}
table#cart-table a.delete-icon img,
table#cart-table a.delete-icon i {
    margin-top: 9px;
    margin-left: 5px;
}
table#cart-table a.delete-icon i:before {
    font-size: 19px;
    color: #706f6f;
}
table#cart-table input.shop_quantity {
    width: 60%;
    text-align: right;
    padding: 3px 0;
}
@media (min-width: 768px) and (max-width: 991px) {
    #th_bg th:first-child {
        width: 40%;
    }
    #th_bg th:nth-child(2),
    #th_bg th:nth-child(3) {
        width: 13%;
    }
    #th_bg th:nth-child(4) {
        width: 20%;
    }
    #th_bg th:last-child {
        width: 13%;
    }
    table#cart-table tr td,
    table#cart-table tr th,
    #shop .table tr td,
    #shop .table tr th {
        font-size: 13px;
    }
    table#cart-table a.delete-icon i {
        margin-top: 10px;
    }
    table#cart-table a.delete-icon i:before {
        font-size: 15px;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    #th_bg th:first-child {
        width: 40%;
    }
    #th_bg th:nth-child(2),
    #th_bg th:nth-child(3) {
        width: 13%;
    }
    #th_bg th:nth-child(4) {
        width: 20%;
    }
    #th_bg th:last-child {
        width: 13%;
    }
    table#cart-table tr td,
    table#cart-table tr th,
    #shop .table tr td,
    #shop .table tr th {
        font-size: 12px;
    }
    table#cart-table a.delete-icon i {
        margin-top: 8px;
    }
    table#cart-table a.delete-icon i:before {
        font-size: 15px;
    }
    #shop .cart-buttons input[name='update'],
    input[name='continue'] {
        margin-top: 10px;
    }
}
@media (max-width: 680px) {
    table#cart-table {
        width: 700px;
    }
}
@media (max-width: 600px) {
    #th_bg th:first-child {
        width: 40%;
    }
    #th_bg th:nth-child(2),
    #th_bg th:nth-child(3) {
        width: 13%;
    }
    #th_bg th:nth-child(4) {
        width: 20%;
    }
    #th_bg th:last-child {
        width: 13%;
    }
    table#cart-table tr td,
    table#cart-table tr th,
    #shop .table tr td,
    #shop .table tr th {
        font-size: 11px;
    }
    table#cart-table a.delete-icon i {
        margin-top: 11px;
    }
    table#cart-table a.delete-icon i:before {
        font-size: 12px;
    }
    #shop .cart-buttons input[name='update'],
    input[name='continue'] {
        margin-top: 10px;
    }
    table#cart-table {
        width: 650px;
    }
}
@media (max-width: 480px) {
    table#cart-table {
        width: 580px;
    }
    table#cart-table a.delete-icon i {
        margin-top: 10px;
    }
    body.confirm section article.title h1 {
        word-break: break-all;
    }
}
form[name='shop_login'] h2,
form[name='account'] .customer_address h2 {
    margin-bottom: 30px;
}
form[name='shop_login'] input.btn.btn-default.active,
form[name='shop_register'] input[name='baccount'] {
    margin-left: 0;
}
form[name='account'] select {
    margin-top: 10px;
}
form[name='account'] .account_details+p {
    width: 100%;
}
form[name='account'] .account_details+p input.btn.btn-default.active {
    margin-left: 0;
}
form[name='account'] input[type='checkbox'],
#shop_payment input[type='checkbox'] {
    vertical-align: middle;
}
form[name='account'] h2+p.checkbox {
    width: 100%;
}
@media (max-width: 767px) {
    form[name='account'] .account_details {
        margin-top: 10px;
    }
    form[name='account'] #shipping_address .shop_text {
        margin-top: 15px;
    }
}
#shop_payment p.checkbox.col-sm-7.col-md-7.col-md-push-5.col-sm-push-5 {
    left: 40%;
    width: 60%;
}
#shop_payment p.checkbox.col-sm-7.col-md-7.col-md-push-5.col-sm-push-5 label {
    position: initial;
}
#shop_payment p.checkbox input.btn.btn-default:first-child,
#shop_order form input.btn.btn-default,
body.confirm .message input[type='submit'] {
    margin-left: 0;
}
#shop_payment input[type='checkbox'] {
    margin-right: 5px;
}
#shop_order .table-responsive {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    #shop_payment p.checkbox.col-sm-7.col-md-7.col-md-push-5.col-sm-push-5 {
        left: 0%;
        width: 100%;
    }
    table#cart-table tr td,
    #shop .table tr td,
    #shop .table tr th {
        padding-left: 5px;
    }
    table#cart-table tr td.a_right,
    table#cart-table tr td:last-child,
    #shop .table tr td.a_right,
    #shop .table tr td:last-child {
        padding-right: 0;
    }
    table#cart-table tr td:first-child,
    #shop .table tr td:first-child,
    #shop .table tr th:first-child {
        padding-left: 0;
    }
}
.exp-search .normal,
.exp-search .expanded label,
.exp-search select.mediadirInputfieldSearch {
    display: none;
}
#mediadir-stoeck button.button.invert {
    text-transform: uppercase;
    color: rgba(112, 111, 111, 1);
    background-color: rgba(255, 227, 102, .8);
    padding: 15px 30px 15px 30px;
    float: left;
    outline: none;
    text-align: center;
    font-size: 20px;
    border: 0;
    margin: 0 20px 15px 0;
}
#mediadir-stoeck #filters div:last-child button {
    margin-right: 0;
}
#mediadir-stoeck {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}
#shop .shop_options {
    display: none;
}
#item-count {
    display: none;
}
span#item-count {
    display: none;
    border-radius: 15px;
    background-color: #ffe366;
    color: #000;
    width: 26px;
    height: 24px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 21px;
    text-align: center;
}
#shopping-cart.logo-remove {
    display: none;
}
#shopping-cart {
    margin-top: 23px;
}
#shop .table-responsive .overflowContainer {
    overflow-x: inherit !important;
    overflow-y: inherit !important;
}
#cart-table .response {
    display: none;
}
.term_184 {
    display: block !important;
    position: relative !important;
    float: left;
}
.box-image,
.tips,
.preparation,
.mediadir-download, .receipe-head {
    float: left;
    width: 100%;
}
.box-image img {
    opacity: 1;
}
.recepe-detail {
    float: left;
}
#mediadir .table-responsive table tr th {
    border-bottom: transparent !important;
    background-color: transparent !important;
}
.table-responsive h2.home {
    padding-left: 0;
    margin-bottom: 0;
}
.img-height .box {
    min-height: 234px;
}
.mediadir-download {
    padding-top: 20px;
}
.mediadir-download .button.invert {
    width: 100%;
    border: none;
    background-color: #ffe366;
    margin-bottom: 0;
}
.recepe-detail table {
    margin-top: 10px;
}
.preparation,
.tips {
    padding-bottom: 15px;
}
.receipe-head {
    font-weight: bold;
}

/*mediadir*/

.media-entries, footer {
    float: left;
    width: 100%;
}
.media-entries {
    margin-bottom: 20px;
}
.media-entries .grid-align-3-3.team-member {
    float: left;
}
#shop .row {
    position: relative !important;
    display: block !important;
}
#shop select.form-control {
    width: 75%;
}

#shop form {
   display: block !important;
}
#shop > .row > .menu {
    display: none;
}
.img-height {
    height: auto !important;
}

/*fullsite*/
form label.active {
    top: -27px !important;
}
#login .alert.alert-danger,#shop .error {
    width: 100%;
    color: #e30613;
    padding: 10px;
    line-height: 1.1em;
    border: 1px solid #e30613;
    background-color: #ffeff0;
    float: left;
}
#cart-table .resimg {
    padding-right: 10px;
}

@media (max-width: 1024px) {
    span#item-count {
        top: 13px;
    }
    #shopping-cart {
        margin-top: 10px;
    }
    #shop .grid-align-1-3:nth-child(2n+1) {
        clear: both;
    }
}
@media (max-width: 767px) {
    span#item-count {
        width: 22px;
        height: 20px;
        top: 10px;
    }
    #shopping-cart {
        margin-top: 13px;
    }
    .resimg {
        height: 180px;
    }
    #cart-table tr#th_bg {
        display: none;
    }
    table#cart-table {
        width: 100%;
    }
    #shop .table-responsive .overflowContainer {
        float: inherit !important;
        width: auto !important;
    }
    #shop img {
        width: 100%;
        height: 100%;
    }
    #cart-table .resimg {
        float: left;
        width: 50% !important;
    }
    #cart-table tr {
        display: initial;
        width: 100% !important;
    }
    #cart-table td {
        display: block;
        border: 0;
        text-align: right !important;
    }
    #cart-table .response {
        display: block;
        background: inherit;
        border: none;
        float: left;
        margin-top: 5px;
        padding-right: 5px;
    }
    #cart-table .tab {
        border-bottom: 1px solid #e5e5e5;
        float: left;
        padding-bottom: 20px;
        padding-top: 20px;
    }
    table#cart-table input.shop_quantity {
        width: 5% !important;
    }
    #cart-table tr:nth-of-type(2) {
        padding-top: 0;
    }
    .netprice {
        float: left;
        padding-top: 20px;
    }
    .tablast {
        float: left;
    }
    .tablast td:first-child {
        text-align: right !important;
        display: inline-block !important;
        width: 62%;
    }
    .tablast td:nth-child(2) {
        width: 37%;
        float: right;
    }
}
@media (max-width: 479px) {
    span#item-count {
        width: 20px;
        height: 19px;
        font-size: 12px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #shop input[type='submit'] {
        width: 23% !important;
        margin-left: 8px;
    }
}
#logo img {
    height: auto !important;
}


/* Wurde erfolgreich in den Warenkorb gelegt! */
/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    background-color: #706f6f;
    color: #fff;
    text-align: center;
    padding: 8px 8px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}