@media only screen and (min-width: 576px) {

    .container-small {
        max-width: 540px;
    }

}

@media only screen and (min-width: 768px) {

    .container-small {
        max-width: 720px;
    }

}

@media only screen and (min-width: 992px) {

    .container-small {
        max-width: 800px;
    }

}

@media only screen and (min-width: 1200px) {

    .container-small {
        max-width: 900px;
    }

}

@media only screen and (min-width: 1921px) {

    header#header .menu-wrapper:after {
        height: 115px;
    }

}

@media only screen and (max-width: 1650px) {
    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }

    section.home__produkte ul.product-slider {
        padding: 0 30px;
    }
}

@media only screen and (max-width: 1600px) {

    .woocommerce ul.products li.product, .home .woocommerce ul.products.columns-3 li.product {
        flex: 0 1 30%;
    }

    .single-product h1 {
        text-align: center;
    }

    .home .row {
        margin: 0;
    }

    .flex-margin-top {
        margin-top: 30px;
    }

    .flex-margin-bottom {
        margin-bottom: 80px;
    }

}

@media only screen and (max-width: 1500px) {

    .custom-filter{
        width: 33.333333%;
        max-width: 320px;
    }

    .custom-product-wrapper,
    .woocommerce .category-wrapper .custom-product-wrapper > div:not(.spacer) {
        width: 66.6666667%;
        max-width: calc(100% - 320px - 15px);
    }

    header nav ul li a, header nav ul li a:link, header nav .navigation-list a.nav-back {
        font-size: 14px;
        padding: 42px 12px 16px 0;
    }

}

@media only screen and (max-width: 1340px) {

    .custom-filter{
        width: 25%;
        max-width: 300px;
    }

    .custom-product-wrapper,
    .woocommerce .category-wrapper .custom-product-wrapper > div:not(.spacer) {
        width: 75%;
        max-width: calc(100% - 300px - 15px);
    }

    .welcome_box h2,
    .home h1 {
        font-size: 26px;
    }

}

@media only screen and (max-width: 1229px) {
    header .topbar {
        font-size: 11px;
    }

    header nav ul li a, header nav ul li a:link, header nav .navigation-list a.nav-back {
        font-size: 12px;
    }
}

@media only screen and (max-width: 1199px) {

    .home .welcome_box .tiles{
        grid-template-columns: repeat(2, 1fr);
    }

    header nav ul li a, header nav ul li a:link, header nav .navigation-list a.nav-back {
        font-size: 14px;
    }

    header .logo, header nav > a {
        width: 130px;
    }

    header .logo {
        transform: scale(1.4) translateY(20px);
    }

    header .logo.white {
        height: 62px;
        transform: scale(1.4) translateY(20px) translateX(10px); 
    }

    .woocommerce .category-wrapper.less-6 ul.products{
        justify-content: flex-start;
    } 

    .woocommerce ul.products li.product {
        flex: 0 1 47%;
        margin: 0 2.8% 2.992em 0;
    }

    img.staerke-icon {
        width: 17px;
    }

    .woocommerce-checkout .select2-dropdown {
        width: 416px !important;
    }

    .woocommerce-edit-address .select2-dropdown {
        width: 697px !important;
    }

    .woocommerce-cart .select2-dropdown {
        margin-top: -3px !important;
        width: 265px !important;
    }

    .single-product .sh-part-one > div > div,
    .single-product .sh-part-two > div > div {
        margin-bottom: 20px;
    }

    .home__zigarren-box,
    .home__kategorien {
        padding: 30px 15px;
    }

    .home ul.products.columns-3 li.product .col-12 {
        padding-left: 0;
    }

    .home ul.products.columns-3 li.product div.wc-custom-archive-buttons.variable .col-12 {
        padding-left: 15px;
    }

    .home .container {
        padding: 0;
    }

    .welcome_box h2,
    .home h1 {
        font-size: 28px;
    }

    .home__cta2 div:nth-child(4).col-beitraege {
        display: none;
    }

    .container-large.attributes {
        padding-bottom: 30px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-right: 5%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }

    .content-bild img {
        max-height: 280px;
    }

    .product-pagination {
        display: none;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-product .container {
        max-width: 100%;
    }

    .single-product .variations-table .variations-table-row .menge {
        padding-right: 5px;
    }

    .woocommerce div.product form.cart .button {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 991px) {

    .woocommerce div.product form.cart .button {
        font-size: 12px !important;
    }

    .single-product .variations-table .variations-table-row .menge {
        padding-right: 15px;
    }

    .product-header {
        min-height: unset;
    }

    .content-products-wrapper {
        
    }

    .custom-filter{
        width: 75%;
        max-width: 100%;
    }

    .custom-filter {
        background-color: #f7f7f7;
        float: unset;
        padding: 15px;
        overflow: hidden;
        min-height: 50px;
        max-height: 50px;
        transition: 300ms cubic-bezier(.53, 0, .21, 1.01);
        margin: auto;
    }

    #filter-sidebar {
        transform: translateY(-750px) scaleY(0.2);
        padding-right: 0;
        width: 100%;
        transition: 350ms cubic-bezier(.53, 0, .21, 1.01);
    }

    .open-filter {
        position: absolute;
        top: -5px;
        right: 15px;
        font-size: 20px;
        transform: rotate(270deg);
        transition: 250ms ease-in-out;
    }

    .woocommerce .berocket_single_filter_widget {
        width: calc(100% - 350px) !important;
        margin: auto !important;
    }

    .woocommerce-account .is-subheader-wrapper {
        display: none;
    }

    .berocket_aapf_widget_show {
        top: -5px;
    }

    .active .open-filter {
        transform: rotate(90deg);
    }

    .custom-filter.active #filter-sidebar {
        opacity: 1;
        transform: translateY(0px) scaleY(1);
        padding-bottom: 15px;
    }

    .custom-filter:not(.active) #filter-sidebar {
        opacity: 0;
        pointer-events: none;
    }

    .custom-filter.active {
        max-height: 4000px;
        transition: 750ms cubic-bezier(.53, 0, .21, 1.01);
    }

    .custom-product-wrapper{
        max-width: 100%;
        float: unset;
        margin: auto;
    }

    .woocommerce .category-wrapper .custom-product-wrapper > div:not(.spacer){
        width: 100%;
        max-width: 100%;
        padding-left: 0px;
    }

    .woocommerce .category-wrapper .custom-product-wrapper{
        flex-direction: row;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
    }

    .woocommerce .category-wrapper ul.products{
        margin-top: 15px;
        margin-bottom: 45px;
    }

    .filter-title {
        cursor: pointer;
        position: relative;
        z-index: 1;
        display: block;
    }

    .filter-title > h3 {
        margin-top: 0;
    }

    #filter-sidebar > h3 {
        display: none;
    }

    #menu-wrapper {
        height: 100px;
        overflow: hidden;
    }

    .far {
        font-size: 16px;
    }

    body {
        font-size: 16px;
    }

    nav {
        font-size: 17px;
    }

    footer {
        font-size: 17px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3, h3.berocket_aapf_widget-title span {
        font-size: 18px;
    }

    .woocommerce-checkout .select2-dropdown {
        width: 301px !important;
        margin-top: 14px !important;
    }

    .woocommerce-edit-address .select2-dropdown {
        width: 517px !important;
    }

    .woocommerce-cart .select2-dropdown {
        margin-top: -5px !important;
        width: 167px !important;
    }

    .woocommerce-cart .select2-dropdown.special-dropdown {
        margin-top: 17px !important;
    }

    .single-product .container-fluid {
        margin-bottom: 0;
    }

    .single-product div.product div.summary,
    .single-product div.product div.images,
    .single-product div.shop_attributes {
        width: 100%;
        float: none;
    }

    .single-product div.product div.images {
        margin-bottom: 0;
    }

    .single-product div.product div.summary {
        min-height: unset;
    }

    .description-wrapper .description-single.long {
        max-height: 150px;
    }

    .single-product div.product form.cart div.quantity {
        margin: 0 15px 0 0;
    }

    .single-product .variations-table .variations-table-row:not(.variations-table-label-row) .einheit {
        justify-content: flex-start;
        flex-direction: row;
    }

    .woocommerce .serie ul.products li.product, .woocommerce .related ul.products li.product,
    .home .woocommerce ul.products.columns-3 li.product {
        flex: 0 1 47%;
    }

    .marken-wrapper {
        padding-top: 50px;
    }

    footer .right-col {
        display: none;
    }

    footer .col:not(.right-col) {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    footer div.widget_nav_menu,
    footer div.widget_text {
        width: 60%;
    }

    div:nth-child(13).berocket_single_filter_widget > div {
        border: none;
    }

    .woocommerce-products-header {
        padding: 0 15px 0;
    }

    .custom-filter ~ .custom-product-wrapper .woocommerce-products-header {
        border: 0;
    }

    .woocommerce .woocommerce-result-count {
        font-size: 14px;
    }

    .woocommerce .woocommerce-ordering select {
        font-size: 14px;
    }

    .home ul.products.columns-3 li:nth-child(3).product {
        display: none;
    }

    .home__precta1 {
        margin: 75px 0;
    }

    .home__precta1 h2 {
        margin-top: 0;
    }

    .home__zigarren-box.second-box {
        padding-bottom: 0;
    }

    .home .kategorie-liste,
    .home .marke-liste {
        margin-bottom: 40px;
    }

    .welcome_box .button, .home__zigarren-box .button,
    .home__kategorien .button {
        margin-top: 0;
    }

    .home .home__zigarren-box .row.margin-top {
        margin-top: 0 !important;
    }

    .flex-rounded-top::before {
        height: 75px;
        top: -0;
    }

    .flex-rounded-bottom::after {
        height: 75px;
        bottom: -100px;
    }

    .owl-dots {
        bottom: 40px;
    }

    .home__kategorien {
        padding-top: 60px;
    }

    .home__cta2 {
        margin: 25px 0;
    }

    .home__kategorien h2 {
        margin-bottom: 25px;
    }

    .home__cta2 h2 {
        padding: 90px 0 0 0;
        margin-bottom: 0;
    }

    .home__kategorien h2 {
        margin-top: 0;
    }

    .home section.content-wrapper {
        padding: 50px 0;
    }

    .footer__zahlungsmittel img {
        margin-top: 0;
    }

    .subheader_box {
        height: 250px;
    }

    .subheader-shop img {
        min-width: 120px;
    }


    section.content-wrapper {
        padding-top: 110px;
    }

    .content-bild img {
        max-height: 250px;
    }

    .home__kategorien .img-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    footer {
        margin-top: 75px;
    }

    .footer-socials {
        width: 60%;
    }

}

@media only screen and (max-width: 870px) {

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering,
    .woocommerce .woocommerce-result-count {
        float: left;
    }

}

@media only screen and (max-width: 767px) {

    .home .welcome_box .tiles{
        grid-template-columns: 1fr;
        grid-auto-rows: 250px;
        grid-auto-rows:  minmax(250px,max-content);
    }

    .home .tile.wide{
        grid-column:  span 1;
    }

    .home .tile h2{
        font-size:  20px;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    body {
        font-size: 14px;
    }

    nav {
        font-size: 16px;
    }

    footer {
        font-size: 15px;
    }

    h1 {
        font-size: 26px;
    }

    h2 {
        font-size: 22px;
    }

    h3, h3.berocket_aapf_widget-title span {
        font-size: 17px;
    }

    h5 {
        font-size: 16px;
    }

    footer .logo {
        width: 100%;
        text-align: center;
    }

    section.content-wrapper > div.no-subheader {
        padding-top: 50px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        height: 100%;
        min-height: 120px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
        min-height: 120px;
    }

    input[type="button"].plus,
    input[type="button"].minus {
        border: 0;
        background-color: #0fd4df;
    }

    .quantity input {
        height: 28px;
        line-height: 0.8;
    }

    .image-wrapper {
        position: relative;
        padding: 0 15px;
    }

    .single-product button.button[type="submit"] span::before {
        content: "In den Warenkorb";
        color: #0fd4df !important;
        position: absolute;
        left: -7px;
        top: 16px;
        right: 0;
        bottom: 0;
        width: 16px;
        height: 16px;
        font-size: 13px;
        font-weight: 400;
        text-transform: none;
    }

    .single-product button.button[type="submit"] span::after {
        font-family: 'Font Awesome 5 Pro';
        content: "\f217";
        color: #0fd4df !important;
        position: absolute;
        left: -7px;
        top: -1px;
        right: 0;
        bottom: 0;
        width: 16px;
        height: 16px;
        font-size: 13px;
        font-weight: 400;
    }

    .single-product button.button[type="submit"] {
        background-color: transparent !important;
        color: transparent !important;
        position: relative;
        width: 24.5px;
        height: 25px;
        border: none !important;
        font-size: 0px !important;
        vertical-align: top;
        vertical-align: text-top;
        padding: 0px !important;
        width: calc(100% - 105px);
    }

    .single-product .variations-table .variations-table-row form.cart {
        width: 100%;
    }

    .single-product .variations-table .variations-table-row > div {
        display: flex;
        align-items: center;
    }

    .single-product .variations-table .variations-table-row p {
        margin-bottom: 0;
    }

    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
    .woocommerce a.button.checkout-button {
        padding: 25px 15px !important;
        font-size: 16px !important;
    }

    .woocommerce ul.products {
        justify-content: center;
    }

    .woocommerce ul.products li.product, .woocommerce .serie ul.products li.product, .woocommerce .related ul.products li.product,
    .home .woocommerce ul.products.columns-3 li.product {
        flex: 0 1 100%;
    }

    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product,
    .woocommerce .serie ul.products li.product, .woocommerce-page .serie ul.products li.product,
    .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product,
    .home .woocommerce ul.products.columns-3 li.product {
        margin: 0 2.8% 2.992em 0;
        max-width: 360px;
    }

    .home .woocommerce ul.products.columns-3 li.product {
        padding: 20px 0;
    }

    .woocommerce-checkout .select2-dropdown {
        width: 480px !important;
        margin-top: 13px !important;
    }

    .woocommerce-edit-address .select2-dropdown {
        width: 510px !important;
        margin-top: 6px !important;
    }

    .woocommerce-cart .select2-dropdown {
        margin-top: -7px !important;
        width: 484px !important;
    }

    .woocommerce-cart .select2-dropdown.special-dropdown {
        margin-top: 15px !important;
    }

    .description-wrapper .description-single.long {
        max-height: 100px;
    }

    .description-wrapper .description-single.gradient.long::before {
        top: calc(100% - 50px);
    }

    .woocommerce h1 {
        font-size: 35px;
    }

    .woocommerce-cart .select2-container--default .select2-selection--single {
        background-color: #F9F9F9 !important;
    }

    .marken-wrapper {
        padding-top: 0;
    }

    .custom-filter {
        width: 100%;
    }

    .woocommerce .berocket_single_filter_widget {
        width: calc(100% - 150px) !important;
    }

    .filter-title {
        margin: 0 50px;
    }

    footer div.widget_nav_menu,
    footer div.widget_text {
        width: 80%;
    }

    .archive.woocommerce ul.products li.product .col-12 {
        padding-right: 15px;
    }

    .home .kategorie-liste,
    .home .marke-liste {
        margin-bottom: 30px;
    }

    .home__zigarren-box.first-box {
        padding-top: 50px;
    }

    .welcome_box.flex-rounded-bottom::after {
        height: 60px;
        bottom: -90px;
    }

    .owl-dots {
        bottom: 30px;
    }

    .home__cta2 div:nth-child(3).col-beitraege {
        display: none;
    }


    .woocommerce div.shop_attributes h5 {
        font-size: 12px;
    }

    .woocommerce div.shop_attributes p {
        font-size: 13px;
    }

    #newsletter .frm_form_field.frm2, #newsletter .frm_submit.frm2, #newsletter .frm_form_field.frm3,
    #newsletter .frm_submit.frm3, #newsletter .frm_form_field.frm4, #newsletter .frm_submit.frm4,
    #newsletter .frm_form_field.frm6, #newsletter .frm_submit.frm6, #newsletter .frm_form_field.frm8,
    #newsletter .frm_submit.frm8, #newsletter .frm_form_field.frm9, #newsletter .frm_submit.frm9,
    #newsletter .frm_form_field.frm_half, #newsletter .frm_submit.frm_half,
    #newsletter .frm_form_field.frm_left_half, #newsletter .frm_form_field.frm_right_half,
    #newsletter .frm_form_field.frm_first_half, #newsletter .frm_form_field.frm_last_half,
    #newsletter .frm_form_field.frm_first_third, #newsletter .frm_form_field.frm_third,
    #newsletter .frm_submit.frm_third, #newsletter .frm_form_field.frm_last_third,
    #newsletter .frm_form_field.frm_first_two_thirds, #newsletter .frm_form_field.frm_last_two_thirds,
    #newsletter .frm_form_field.frm_two_thirds, #newsletter .frm_form_field.frm_left_fourth,
    #newsletter .frm_form_field.frm_fourth, #newsletter .frm_submit.frm_fourth,
    #newsletter .frm_form_field.frm_right_fourth, #newsletter .frm_form_field.frm_first_fourth,
    #newsletter .frm_form_field.frm_last_fourth, #newsletter .frm_form_field.frm_three_fourths,
    #newsletter .frm_form_field.frm_fifth, #newsletter .frm_submit.frm_fifth,
    #newsletter .frm_form_field.frm_two_fifths, #newsletter .frm_form_field.frm_three_fifths,
    #newsletter .frm_form_field.frm_four_fifths, #newsletter .frm_form_field.frm_sixth,
    #newsletter .frm_submit.frm_sixth, #newsletter .frm_form_field.frm_seventh,
    #newsletter .frm_submit.frm_seventh, #newsletter .frm_form_field.frm_eighth,
    #newsletter .frm_submit.frm_eighth, #newsletter .frm_form_field.frm_first_inline,
    #newsletter .frm_form_field.frm_inline, #newsletter .frm_submit.frm_inline,
    #newsletter .frm_form_field.frm_last_inline {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        float: none;
    }

    .welcome_box h2,
    .home h1 {
        font-size: 24px;
    }

    footer .thelastone .col-6 {
        text-align: center !important;
    }

    footer .thelastone .col-6 .float-right {
        float: none !important;
        margin-right: 0;
    }

    footer .thelastone .col-6 div:first-child {
        padding-bottom: 3px;
    }

    .footer__zahlungsmittel {
        padding-top: 50px;
    }

    footer .order-3 {
        margin-top: -16px;
    }

    .subheader_box {
        height: 200px;
    }

    .flexcontent-wrapper .form-wrapper, .flexcontent-wrapper .cta-wrapper {
        min-height: 450px;
        height: 450px;
    }

    .marken-wrapper h1 {
        margin-top: 60px;
    }

    .subheader-shop img {
        min-width: 100px;
    }

    .toggle-beschreibung {
        bottom: -30px;
    }

    .attribute-beschreibung .beschreibung.short:before {
        top: calc(100% - 20px);
    }

    .home section.content-wrapper {
        padding-top: 10px;
    }

    section.content-wrapper {
        padding-top: 65px;
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0;
    }

    nav.woocommerce-MyAccount-navigation ul {
        max-width: 100%;
    }

    .woocommerce-account .woocommerce {
        margin-bottom: 50px; 
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .blog .is-subheader-wrapper {
        margin-bottom: 50px;
    }

    .woocommerce .category-wrapper ul.products li.product.title-cat{
        width: 100%;
    }

    .woocommerce .category-wrapper ul.products li.product.title-cat h2{
        text-align: left;
        padding-left: 0px;
        padding-right: 0px;
    }

}

@media only screen and (max-width: 700px) {

    .berocket_aapf_widget_show.mobile_hide {
        display: block !important;
    }

}

@media only screen and (max-width: 600px) {

    header .logo, header nav > a {
        width: 120px;

    }

    header .logo {
        transform: scale(1.4) translateY(25px);
    }

    header nav ul li a.header-icons, header nav ul li a.header-icons:link {
        padding: 15px 15px 15px 0;
    }

    .custom-product-wrapper {
        padding-left: 15px;
        padding-right: 15px;
        width: 420px;
        max-width: 100%;
        margin: auto;
    }

    .woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product,
    .woocommerce .serie ul.products li.product, .woocommerce-page .serie ul.products li.product,
    .woocommerce .related ul.products li.product, .woocommerce-page .related ul.products li.product,
    .home .woocommerce ul.products.columns-3 li.product {
        margin: auto;
    }

    footer div.widget_nav_menu,
    footer div.widget_text {
        width: 90%;
    }

    .home section.content-wrapper {
        padding: 30px 0;
    }

}

@media only screen and (max-width: 575px) {

    .home .tile.wide.layout-2 .wrapper{
        display: grid;
        grid-template-columns: 100%;
    }

    .select2-container.select2-container--open:not(.select2) {
        width: calc(100% - 30px) !important;
    }

    button.slick-prev {
        left: 10px;
    }

    button.slick-next {
        right: 10px;
    }

    button.slick-arrow i {
        font-size: 30px;
    }

    .woocommerce-edit-address .select2-dropdown,
    .woocommerce-cart .select2-dropdown {
        width: 100% !important;
    }

    .woocommerce-checkout .select2-dropdown {
        width: calc(100% - 30px) !important;
    }

    .woocommerce .woocommerce-message .button {
        padding: 8px 10px !important;
        font-size: 11px !important;
    }

    .woocommerce h1 {
        font-size: 30px;
    }

    .marke-col {
        display: flex;
        justify-content: flex-start;
        padding: 5px !important;
    }

    .marke-col a {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .marke-col img {
        max-width: unset;
        height: 60px;
        width: 80px;
        margin-right: 20px;
    }

    .marke-col h3 {
        width: auto;
        text-align: left;
        font-size: 16px;
    }

    .page-template-marken, .page-template-laender h1 {
        text-align: left !important;
        font-size: 26px;
    }

    .woocommerce .category-wrapper ul.products li.product img {
        max-width: unset;
        width: 80px;
        margin: 0;
        margin-right: 20px;
    }

    .woocommerce .category-wrapper ul.products li.product h2 {
        width: auto;
        text-align: left;
        font-size: 16px;
        margin: 0;
    }

    section.subheader-shop {
        padding-top: 40px;
    }

    .subheader-div {
        margin-bottom: 30px;
    }

    .woocommerce .products h2, .serie h2 {
        font-size: 17px;
    }

    .woocommerce ul.products li p.price-range {
        margin-bottom: 0;
    }

    .home .row {
        margin: auto;
    }

    .home ul.products.columns-3 li.product .col-12 {
        padding-right: 15px;
    }

    .home .col-12 {
        padding: 0;
    }

    .home .kategorie-liste,
    .home .marke-liste,
    .home .herkunft-liste,
    .home .format-liste {
        display: none;
    }

    .home .container {
        padding: 0 15px;
    }

    .home__zigarren-box img:not(.staerke-icon):not(.attribute-thumbnail):not(.wp-post-image):not(.product-placeholder-image),
    .home__kategorien img:not(.staerke-icon):not(.attribute-thumbnail):not(.wp-post-image):not(.product-placeholder-image) {
        width: 40%;
        min-width: 200px;
        max-height: 200px;
    }

    .flexcontent-wrapper .zwei-spalten img {
        max-width: 100%;
        height: auto;
    }

    .home__zigarren-box .text-left,
    .home__kategorien .text-left {
        text-align: center !important;
    }

    .home__zigarren-box .flex-center-left,
    .home__kategorien .flex-center-left {
        align-items: center;
    }

    .home__zigarren-box h2 {
        margin-top: 10px;
    }

    .home__zigarren-box.second-box .col-12:not(.img-wrapper),
    .home__kategorien .col-12:not(.img-wrapper) {
        order: 2;
    }

    .home__zigarren-box.second-box .col-12.img-wrapper,
    .home__kategorien .col-12.img-wrapper {
        order: 1;
    }

    .home ul.products.columns-3 li:nth-child(3).product {
        display: block;
    }

    .home__cta2 div:nth-child(2).col-beitraege {
        display: none;
    }

    .home__cta2 div:first-child.col-beitraege {
        max-width: 75%;
        min-width: 350px;
    }

    .home__cta2 .row {
        display: flex;
        justify-content: center;
    }

    #newsletter .frm_fields_container {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    #newsletter div.frm_form_field {
        max-width: 80%;
    }

    .home__cta2 h2 {
        margin-bottom: -30px;
    }

    .home__precta1 {
        margin: 45px 0;
    }

    .home-cta-overlay {
        display: none;
    }

    .welcome_box h2,
    .home h1 {
        font-size: 21px;
    }

    footer div:nth-child(2) div:nth-child(2) h4 {
        margin-top: 0;
    }

    .flexcontent-wrapper .margin-top {
        margin-top: 10px;
    }

    .flexcontent-wrapper .margin-bottom {
        margin-bottom: 10px;
    }

    .flex-margin-top {
        margin-top: 10px;
    }

    .flex-margin-bottom {
        margin-bottom: 45px;
    }

    .flexcontent-wrapper .text-spalte .button {
        margin-top: 0;
    }

    .flexcontent-wrapper .form-wrapper, .flexcontent-wrapper .cta-wrapper {
        min-height: 300px;
        height: 300px;
    }

    .subheader-shop img {
        min-width: 120px;
        width: 30%;
        max-width: 300px;
        margin-top: 20px;
    }

    .container-large.attributes > div > div:first-child.col-12 {
        margin-bottom: 0;
    }

    .subheader-shop h1 {
        margin-top: 0;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 100%;
    }

    .woocommerce-edit-account .woocommerce button.button {
        font-size: 14px !important;
    }

    .woocommerce ul.products li.product .product_attributes > .row > div:nth-child(2n-1) {
        padding-left: 0;
    }

    .single_post_thumbnail {
        min-height: 320px;
    }

    #single_post_wrapper {
        margin-top: -75px;
    }

    .single-product .variations-table .variations-table-row .menge {
        padding-left: 15px;
    }

    .single-product .variations-table .variations-table-row:not(.variations-table-label-row) .einheit.einheit-number {
        padding-right: 0;
        padding-left: 15px;
    }

    .single-product .variations-table .variations-table-row:not(.variations-table-label-row) .einheit.einheit-img {
        display: none;
    }

    .single-product .variations-table .variations-table-row:not(.variations-table-label-row) .einheit.einheit-number {
        padding-left: 15px;
        -ms-flex: 0 0 16.6666667%;
        flex: 0 0 16.6666667%;
    }

    .single-product .variations-table .variations-table-row .menge,
    .single-product .variations-table .variations-table-row .preis,
    .single-product .variations-table .variations-table-row .price,
    .single-product .variations-table .variations-table-row .einheit,
    .single-product .variations-table .variations-table-row:not(.variations-table-label-row) .einheit.einheit-number {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .single-product .variations-table .variations-table-row .menge {
        -ms-flex: 0 0 55%;
        flex: 0 0 55%;
        max-width: 55%;
    }

    .single-product .variations-table .variations-table-row .preis,
    .single-product .variations-table .variations-table-row .price {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

    .single-product .variations-table .variations-table-row .einheit,
    .single-product .variations-table .variations-table-row .einheit,
    .single-product .variations-table .variations-table-row:not(.variations-table-label-row) .einheit.einheit-number {
        -ms-flex: 0 0 15%;
        flex: 0 0 15%;
        max-width: 15%;
    }

    .single-product .product-type-simple .variations-table .variations-table-row .menge {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .single-product .product-type-simple .variations-table .variations-table-row .price {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }

}

@media only screen and (max-width: 500px) {

    .subheader_box .margin-top-2 {
        margin-top: 24px;
    }

    .single-product button.button[type="submit"] {
        padding: 8px 10px !important;
        font-size: 11px !important;
    }

    .single-product div.product form.cart {
        display: flex;
        align-items: center;
    }

    .woocommerce .berocket_single_filter_widget {
        width: calc(100% - 75px) !important;
    }

    .filter-title {
        margin: 0 25px;
    }

    footer .col {
        flex-basis: unset;
    }

    footer .col:not(.right-col) {
        display: unset;
    }

    footer .col.kontakt {
        order: 1;
    }

    footer .col.ueber {
        order: 2;
    }

    footer div.widget_nav_menu, footer div.widget_text {
        width: 100%;
    }

    .container-large.attributes {
        margin-bottom: 25px;
    }

    .subheader_box {
        height: 175px;
    }

    #suchmodal .close {
        top: -20px;
        right: 25px;
    }

    #suchmodal #searchform {
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
    }

    #suchmodal input[type="text"] {
        width: 100%;
    }

    #suchmodal input.button {
        text-align: right;
    }

    .blog .is-subheader-wrapper {
        margin-bottom: 30px;
    }

}

@media only screen and (max-width: 479px) {

    body {
        font-size: 13px;
    }

    nav {
        font-size: 14px;
    }

    footer {
        font-size: 14px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
    }

    h3, h3.berocket_aapf_widget-title span {
        font-size: 14px;
    }

    .home .tile h2{
        font-size:  18px;
    }

    #newsletter div.frm_form_field {
        max-width: 90%;
    }

    .woocommerce-edit-account .woocommerce button.button {
        font-size: 13px !important;
    }

    .woocommerce-edit-address .select2-dropdown {
        margin-top: 5px !important;
    }

    .woocommerce-checkout .select2-dropdown {
        margin-top: 12px !important;
    }

}

@media only screen and (max-width: 450px) {

    .woocommerce h1 {
        font-size: 26px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        min-height: 120px;
    }

    .home__cta2 div:first-child.col-beitraege {
        min-width: 250px;
        max-width: 85%;
    }

    .home__cta2 article {
        transform: translateY(50px);
        min-height: 275px;
    }

    .home__cta2 h2 {
        margin-bottom: -10px;
    }

    .welcome_box h2,
    .home h1 {
        font-size: 19px;
    }

    footer .thelastone .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 4px 0;
    }

    footer .order-3 {
        margin-top: 0;
    }

    .footer__zahlungsmittel {
        padding-bottom: 50px;
    }

    .attribute-beschreibung .beschreibung.short:before {
        top: calc(100% - 35px);
    }

    .woocommerce-account .subheader_box .col-4.offset-2 {
        flex: 0 0 66.6666667%;
        max-width: 66.6666667%;
    }

    .blog__filter span {
        display: block;
        float: unset !important;
    }

    .blog__filter > div {
        float: unset !important;
    }

    footer {
        margin-top: 50px;
    }

}

@media only screen and (max-width: 400px) {

    .woocommerce-message::before {
        content: none;
    }

    .woocommerce-message {
        padding: 1em 1.5em;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
    .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        min-height: 150px;
    }

    img.staerke-icon {
        width: 17px;
    }

    .home__zigarren-box {
        padding: 0;
    }

    #newsletter div.frm_form_field {
        max-width: 100%;
    }

    #newsletter .frm_style_formidable-style.with_frm_style .frm_submit button {
        margin-top: 0;
    }

    .home__cta1 {
        padding: 75px 15px;
    }

    .subheader_box {
        height: 150px;
    }

    p {
        margin-bottom: 10px;
    }

    .woocommerce-edit-account .woocommerce button.button {
        font-size: 12px !important;
    }

    .single-product button.button[type="submit"] span::before {
        content: 'Warenkorb';
    }

}

@media only screen and (max-width: 360px) {

    .woocommerce form.login .form-row label.woocommerce-form__label-for-checkbox {
        margin-top: 5px;
        margin-left: 0;
        order: 1;
    }

    .woocommerce form.login .form-row button {
        order: 2;
        margin-top: 10px;
    }

    .woocommerce form.login p:nth-child(3).form-row {
        flex-direction: column;
    }

    .blog__filter select {
        display: block;
    }

    .blog__filter select:first-of-type {
        margin-bottom: 5px;
    }

}

@media only screen and (max-width: 343px) {

    .welcome_box .button {
        font-size: 13px !important;
    }

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {

    /* specific for iPhone landscape */

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {

    /* specific for iPhone portrait */

}

@media only screen and (max-width: 320px) {

}
