/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v15-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
       url('../fonts/open-sans-v15-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* #### COLOR-DEFINITION #### */
.text-blue, a {
    color: #135EAB;
}

.text-white, .text-white a {
    color: white;
}

.bg-primary, div.jumbotron.bg-primary {
    background-color: #135EAB !important;
}

.bg-primary-light {
    background-color: #ACC6E1;
}

.bg-yellow {
    background-color: #FFAC27;
}

.btn {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 0;
    border-width: 2px;
    font-weight: bolder;
}
.btn-primary {
    background-color: #135eab;
    color: #fff;
    border-color: #135EAB;
}
.btn-outline-primary, .vmimportproductLink.btn.btn-info {
    background-color: #fff;
    color: #135EAB;
    border-color: #135EAB;
}
.btn-outline-primary:hover, .vmimportproductLink.btn.btn-info:hover {
    background-color: #135EAB;
    border-color: #135EAB;
    color: #fff !important;
}
.btn-outline-light:hover {
    color: #ACC6E1;
}
.btn-outline-light-yellow {
    background-color: unset;
    color: #fff;
    border-color: #fff;
}
.btn-outline-light-yellow:hover {
    background-color: #fff;
    color: #FFAC27;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 0;
}
/* #### SITE ####*/
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto !important;
}

footer {
    font-size: .9rem;
    margin-top: 4rem;
    padding: 4rem 0;
}

footer h3 {
    font-size: 1rem;
    padding: 0 0 1rem 0;
}

footer .nav-link:focus, footer .nav-link:hover {
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1, h2, h3, h4, h5, a {
    word-break: break-word;
    hyphens: auto;
}
h1 {
    font-size: 1.5em !important;
}
.kontakt div.contact-outer div.article-header > h3 {
    font-size: 1.5em;
}
.impressum h2, .datenschutzerklärung h2 {
    font-size: 1.5rem;
}
.impressum h4, .datenschutzerklärung h3, .datenschutzerklärung h4 {
    font-size: 1.1rem;
}
div.page-header > h1 {
    padding-bottom: .4em;
}

h2.item-title, h2 .subheading-category, .page-header h2 {
    margin-bottom: 1.15rem;
}

.page-header {
    width: 100%;
}
div.angebot-der-woche h1 {
    padding-bottom: 1.5rem;
    font-size: 2rem !important;
    text-align: center;
}


.container-fluid.section {
    margin-top: 3rem;
    margin-bottom: 6rem;
}

.section-large {
    margin-top: 4rem;
}

.large-section-image {
    max-width: 100%;
}

.flex-2 { flex-grow: 2 }

.content {
    min-height: 300px;
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}
.item-image {
    margin-bottom: 20px;
}

#brand {
    margin: 1.25em 0;
}

#brand .logo {
    max-height: 100px;
}

/* #### HERO IMAGE #### */
#heroimage.jumbotron, #heroimage-bottom.jumbotron {
    margin: 0;
    padding: 0;
}

#heroimage div.heroimage-container, #heroimage-bottom div.heroimage-container {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
}

#heroimage .heroimage-logo, #heroimage-bottom .heroimage-logo {
    height: calc(56.25vw / 2); /* (width:16)x9 : 2 */
    margin-top: calc(56.25vw / 4);
}

#heroimage-bottom.jumbotron {
    margin-top: 4rem;
}

.image-module p > img {
    max-width: 100%;
}

/* #### Homepage #### */

.blog-featured-homepage, .blog {
    text-align: center;
    font-size: 1.5rem;
}

.blog-featured-homepage .items-leading, .blog .items-leading {
    padding: 0 20vw 0;
}

.blog::after, .blog-featured-homepage::after {
    text-align: center;
    content: "_____";
    font-weight: bold;
}

.contact-outer {
    max-width: 1200px;
    margin: auto;
}

.anfahrt-small {
    margin-top: 1.15em;
    font-size: smaller;
    line-height: 1.15em;
}
p.anfahrt-small a {
    text-decoration: underline;
}

div.custommodule-section-large-right div.container-fluid, div.custommodule-section-large-right div.side-columns.col-md.d-flex.flex-column.flex-nowrap {
    padding: 0 0 0 15px;
}

.indiv-block p {
    margin-bottom: 0;
}

.content-small .custom hr {

}

/* #### NAVIGATION #### */
.itemid626 div.dj-subcol {
    width: 100% !important;
}

.search-navbar .form-inline {
    padding-bottom: 2em;
}
.search-navbar form.form-inline .element-invisible {
    font-size: 1.5em;
    padding: 1em 0 .5em;
}

#mod-search-searchword185 {
    width: 85%;
    height: 3em;
    text-indent: 1em;
    border: 1px solid #135EAB;
}

div.search-navbar button.button.btn.btn-primary {
    /* background-color: #f00; */
    margin: 0;
    /* margin-left: 1em; */
    padding: .5em;
    height: 3em;
    border: 1px solid #135EAB;
    width: 14%;
}



/* mobile button in toolbar-top */
#toolbar {
    float: right;
    padding: 1em 1em 0 0;
}

div.dj-offcanvas-modules {
    padding-top: 0;
}

#dj-megamenu .dj-megamenu-custom118 {
    font-family: 'Open Sans', sans-serif;
}
.dj-mobileitem .fa-home:before {
    margin-right: .5em;
}
#mod-search-searchword182 {
    width: 100%;
    height: 3em;
    padding-left: 1em;
}

div.search .button.btn.btn-primary {
    width: 100%;
    background-color: #135EAB;
}

/* ## vmsubmenu tierfutter sidebar ## */
.sidebar-nav h3 {
    font-size: 2rem;
}
span.VmArrowdown {
     background: none;
    font-family: "FontAwesome", sans-serif;
    font-size: smaller;
    padding: 5px 0 0 2em;
 }
.VmClose span.VmArrowdown::before {
    content: "\f067";
}
.VmOpen span.VmArrowdown::before {
    content: "\f078";
}
 li.VmOpen > div > a:first-child, ul.menu li.VmOpen + li {
    font-weight: bold;
    text-decoration: underline;
}

 div.vm-pagination div.vm-page-counter, ul.pagination li a {
     color: #135EAB!important;
 }
ul.pagination li.active a.page-link {
    background-color: #135EAB;
    color: #fff!important;
}

/* #### search-form div class search-leimueller #### */
.search-leimueller .btn {
    margin-top: 0;
}
.search-leimueller .btn:hover {
    background-color: inherit;
    color: inherit;
}
.search-leimueller fieldset {
    margin-top: 2em;
}
.search-leimueller fieldset label {
    margin: .5em 1em;
}
.search-leimueller  h1, .search-leimueller .form-control {
    margin-bottom: .5em;
}
div.ordering-box label.ordering {
    padding-top: .5em;
}
.search-leimueller #search-searchword {
    margin-bottom: 0;
    border: 1px solid#135EAB;
    border-radius: 0;
}
.search-leimueller .chzn-container {
    min-width: 200px;
    margin-left:.5em;
}
.search-leimueller .chzn-container .chzn-single {
    background: none;
    border: 1px solid #135EAB;
    border-radius: 0;
    height: 2em;
    line-height: 2em;
    font-size: large;
}
.search-leimueller .chzn-container-single .chzn-single div {
    width: 2em;
}
.search-leimueller .chzn-container-single .chzn-single div b {
    background: #135EAB;
    text-align: center;
}
.search-leimueller .chzn-container-single .chzn-single div b:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    color: #fff;
    font-size: 1.2em;
}
ul.chzn-results li {
    font-size: 1.2em;
}
.badge-info {
    background-color: #135EAB;
    font-size: larger;
}
.form-limit {
    margin: 2em 0 2.5em;
}
dl.search-results dt {
    font-size: larger;
}
dl.search-results .result-category {
    margin-bottom:0;
}
dl.search-results .result-text {
    margin-bottom: 1.5em;
}

footer ul.menu {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

footer ul .nav-link {
    padding: 0;
}
.dp-flex {
    display: flex;
}

.content-large, .content-large-right {
    margin: 0;
}
.section-slider-content {
    margin-top: 3.5em;
    padding: 0 15px;
}
.content-slider-text {
    padding-top: 1em;
}
.section-large-bottom .page-header.text-center {
    padding-bottom: .75em;
}
.section-large-bottom  div.side-columns.col-lg-6:nth-of-type(1) {
    padding-left: 0;
}
.section-large-bottom  div.side-columns.col-lg-6:nth-of-type(2) {
    padding-right: 0;
    margin-left: 15px;
}

.über-uns div.container-fluid.section, .kontakt div.container-fluid.section {
    margin: 3em 0 0;
}

div.custom.row.zertifikate {
	margin-bottom: 2em;
}
div.custom.row.zertifikate > div {
    text-align: center;
    padding: 0 2em 3em 2em;
}
/* ## Menu - Evit-Site ## */
ul#navigation-evit-article {
    display: flex;
    list-style-type: none;
    justify-content: space-around;
}

ul#navigation-evit-article li {
    list-style-type: none;
}

ul#navigation-evit-article li.nav-item.deeper.parent {
    max-width: 16.5%;
    padding: 0 .5em;
    /*flex-grow: 1;*/
}
ul#navigation-evit-article li.nav-item.deeper.parent > a {
    font-weight: bold;
}

ul#navigation-evit-article a.nav-link.dropdown-toggle::after {
    display: none;
}

ul#navigation-evit-article .nav-child.unstyled.dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    position: unset;
    border: none;
    padding-top: 0;
    margin-top: 0;

}
ul#navigation-evit-article a.nav-link,  ul#navigation-evit-article ul.nav-child li a {
    padding-left: 0;
    color: #135eab;
}
ul#navigation-evit-article ul.nav-child {
    flex-direction: column;
}

ul#navigation-evit-article ul.nav-child {
    padding-left: 0;
}
ul#navigation-evit-article a:focus, ul#navigation-evit-article a:hover,
ul#navigation-evit-article ul li a:focus, ul#navigation-evit-article ul li a:hover{
    color: #ffac27;
    background: none;
    text-decoration: underline;
}

/* #### Modules #### */

/* ## SLIDER ## */
div.slider {
    margin: 3em auto;
}

div.container-fluid.slider,  {
    padding: 0;
}
div.djslider.djslider-default div.navigation-container {
    top: 48% !important;
}
.djslider-default .navigation-container-custom {
    top: auto !important;
    bottom: 2em;
    right: 50% !important;
}

.djslider-default .load-button-active {
    background: #135EAB!important;
}

.square.modul-evit {
    background-image: url("/images/template/modules/josef_leimueller_evit_startseite.jpg");
}
div.square.modul-evit:hover {
    background-image: url("/images/template/modules/josef_leimueller_evit_startseite_hoverlink.jpg");
    transition: background-image .3s ease-in-out;
}

.square.modul-edtmühle {
    background-image: url("/images/template/modules/josef_leimueller_edtmuehlte_startseite.jpg");
}
div.square.modul-edtmühle:hover {
    background-image: url("/images/template/modules/josef_leimueller_edtmuehlte_startseite_hoverlink.jpg");
    transition: background-image .3s ease-in-out;
}
.square.modul-edtmuehle-1 {
    background-image: url("/images/template/modules/small-content/edtmuehle/josef_leimueller_mehlpruefung.jpg");
}
.square.modul-edtmuehle-4 {
    background-image: url("/images/template/modules/small-content/edtmuehle/josef_leimueller_edtmuehle_muehlenladen_produkt.jpg");
}


.square.modul-haus-garten-2 {
    background-image: url("/images/template/modules/small-content/HausundGarten/josef_leimueller_aussenansicht_mueller.jpg");
}
.square.modul-haus-garten-3 {
    background-image: url("/images/template/modules/small-content/HausundGarten/josef_leimueller_gras.jpg");
}
.square.modul-vogelmarkt-1 {
    background-image: url("/images/josef_leimueller_vogelmarkt_hahn.jpg");
}
.square.modul-vogelmarkt-4 {
    background-image: url("/images/josef_leimueller_vogelmarkt_aussenansicht.jpg");
}

/* ####  PLUGINS  #### */
a#scrollToTop.scrollToTop, a#scrollToTop.scrollToTop:visited, a#scrollToTop.scrollToTop:active {
    opacity: .6 !important;
}

a#scrollToTop.scrollToTop:hover {
    opacity: 1 !important;
}


.produkt-der-woche-image img {
    max-width: 100%;
}

div.angebot-der-woche #productdetails-view {
    margin-bottom: 2em;
}

div.angebot-der-woche h4, div.angebot-der-woche  p :last-child  {
    margin-left: 15px;
}
div.angebot-der-woche p > span {
    margin-left: 0!important;
}



/* #### NAVIGATION - DJ MEGAMENU #### */
.dj-megamenu-leimueller18 {
    padding-left: 20vw!important;

}

/* ##############  SQUARE TEST BOXES WITHOUT MARGIN ############### */


.square {
    float:left;
    position: relative;
    width: 47%;
    padding-bottom : 47%; /* = width for a 1:1 aspect ratio */
    /*margin: 0;*/
    /*background-color: #32b9ff;*/
    overflow:hidden;
    /*background-color: #d8d8d8;*/
}
.square.square-bg-image {
    -webkit-background-size: cover;
    background-size: cover;
}
.square-large {
    float:left;
    position: relative;
    /*width: 100%;*/
    /*padding: 0 0 100% 0;*/
    padding-bottom : 100%; /* = width for a 1:1 aspect ratio */
    /*margin: 0 !important;*/
    /*background-color: #32b9ff;*/
    overflow:hidden;
}

.square-content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 5%;
    right: 0;

}

.square-large .square-content {
    padding: 0;
}
.square-table {
    display:table;
    width:100%;
    height:100%;
}
.square-table-cell {
    display:table-cell;
    vertical-align:middle;
}

.content-large .square-bg-image, .content-large-right .square-bg-image {
    width: 100%;
    /*margin: 0;*/
    padding-bottom: 98%;
    background-size: cover;
    background-position: center;
    /*background-color: #d8d8d8;*/
    /*margin-left: 1%;*/
}
.content-large-right .square-bg-image {
/*    margin-left: 0;
    margin-right: 1%;*/
}
.content-small .square-bg-image {
    /*margin: 0;*/
}

.content-small h4 {
    font-weight:bolder;
    font-size: 1rem;
}

.content-small {
   /*font-weight: bolder;*/
}

.content-small .square {
    /*margin: 1%;*/
    float: right;
}

/* ####  Form DSGVO  #### */

#bfPage2 textarea {
    min-height: 600px;
    font-size: 12px;
}
.bfQuickMode .bfLabelLeft input, .bfQuickMode .bfLabelLeft textarea, .bfQuickMode .bfLabelLeft select, .bfQuickMode .bfLabelLeft button {
    padding: .5em;
}
section#bfElemWrap97 {
    padding-bottom: .5em;
}
.dsgvo-zustimmung input[type='checkbox'], .dsgvo-zustimmung input[type='radio'] {
    margin-top: 6px !important;
}
fieldset#sectionMeineDaten {
    margin-top: 1.5em;
}
section#bfElemWrap109, section#bfElemWrap121, section#bfElemWrap122 {
    padding-top: 1em;
}
label#bfGroupLabel97 {
    margin-right: 2em;
}
label#bfLabel109, label#bfLabel121, label#bfLabel122 {
    width: 97%;
    font-weight: bolder;

}
button.bfNextButton.button, button.bfPrevButton.button, button#ff_elem123, button#ff_elem124 {
    margin-top: 2em;
    padding: .6em 1.5em;
    background-color: transparent;
    border: 1px solid #135EAB;
    font-weight: bolder;
}
button.bfNextButton.button span, button.bfPrevButton.button span, button#ff_elem123 span, button#ff_elem124 span {
    color: #135EAB;
}
button.bfNextButton.button:hover, button.bfNextButton.button span:hover,
button.bfPrevButton.button:hover, button.bfPrevButton.button span:hover,
button#ff_elem123:hover, button#ff_elem123 span:hover,
button#ff_elem124:hover, button#ff_elem124 span:hover {
    background-color: #135EAB;
    color: #fff;
}
/*
.dsgvo-zustimmung div span:last-of-type {
    color: #fff;
}*/
/* == BREAKPOINTS == */

 /* todo collapse styling formats and css */

@media screen and (min-width: 992px) and (max-width: 1335px) {
    .modul-angebot-der-woche p, .modul-vogelmarkt-2, .modul-vogelmarkt-3 {
        font-size: .9em;
        line-height: 1.2em;
    }
    .modul-vogelmarkt p {
        font-size: .9em;
        line-height: 1.15em;
        margin-bottom: .5em;
    }
    .modul-edtmuehle-2 h4, .modul-edtmuehle-3 h4 {
        font-size: .9rem;
        line-height: .6rem;
    }
     .modul-edtmuehle-2 p, .modul-edtmuehle-3 p {
        font-size: .8em;
        line-height: 1.1em;
        margin: 0 auto .3em;
    }
    .modul-haus-garten-1 p, .modul-haus-garten-4 p {
        font-size: .9rem;
        line-height: 1.1em;
        margin: 0 auto .4em;
    }
    .modul-vogelmarkt .btn, .modul-angebot-der-woche .btn {
        margin-top: 0;
        padding: .5em 0 0;
        border: none;
        font-size: .95em;
    }
    .modul-vogelmarkt .btn::after, .modul-angebot-der-woche .btn::after {
        padding-left: 5px;
        font-family: FontAwesome;
        font-size: .8em;
        content: "\f054"
    }

}

@media screen and (max-width: 768px) {
 /*   div.section-large div.custom div.dp-flex {
        display: block!important;
    }*/

    .indiv-block p {
        margin: 0;
    }

    ul#navigation-evit-article li.nav-item.deeper.parent {
        width: 33%;
    }


}

@media screen and (min-width: 1920px) {
    body.body-large {
        max-width: 1920px;
        margin: 0 auto !important;
    }
}

@media screen and (min-width: 992px) {
    #heroimage div.heroimage-container, #heroimage-bottom div.heroimage-container {
        height: calc(100vw /16 * 9);
    }

    .content-large-right .square-bg-image {
        /*    margin-left: 0;*/
        margin-right: 1%;
    }
    .content-slider-text {
    padding-top: 0;
    }


}
@media screen and (max-width: 991px) {
    div.container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    div.container-fluid .container-fluid, div.custommodule-section-large-right div.container-fluid,
    div.custommodule-section-large-right div.container-fluid,
    .section-large-bottom > div.col-sm-12, .section-slider-content > div.col-sm-12, 
    .section-slider-content div.custom div.content-slider-images.col-xl-6,
    .section-slider-content div.custom div.content-slider-text.col-xl-6 {
        padding: 0;
    }
    .container-fluid.section {
        margin: 3rem 0 0;
    }

    .content-large-right .square-bg-image {
        margin-top: 2rem;
    }
    .section-large.bottom, .section-large-bottom .container-fluid .side-columns {
        margin-top: 0;
    }
    .section-large-bottom  div.side-columns.col-lg-6:nth-of-type(2) {
        margin-left: 0;
    }

    .large-section-image {
        max-width: unset;
        width: 100%;
    }
    /*.section-large {*/
    /*margin-top: -2rem !important;*/
    /*}*/

    .side-columns {
        padding: 0;
    }


    div.section-large div.custom div.dp-flex {
        display: block !important;
    }
    div.section-large-right div.flex-parent, div.section-large-bottom div.flex-parent {
        flex-wrap: wrap;
    }
    div.section-large-right div.flex-parent div.side-columns:nth-of-type(2) {
        order: -1;
        width: 100%;
    }
    div.product-container .vm-product-media-container {
        float: none;
        margin-bottom: 3em;
    }
    .indiv-block {
        padding: 0;
    }

    .angebot-der-woche div#productdetails-view, div.angebot-der-woche  div.vm-product-offer {
        margin-right: 0;
        padding-right: 0;
    }

    #heroimage .heroimage-container {
        min-height: calc(100vw /16 * 9);
    }
    #heroimage .heroimage-logo, #heroimage-bottom .heroimage-logo {
             /*max-height: 35vh;*/
             /*margin-top: 8vh;*/
    }
    .startseite #heroimage .heroimage-logo, #heroimage .heroimage-logo {
        height: calc(56.25vw / 1.5);
        margin-top: calc(56.25vw / 5);
    }
    .blog-featured-homepage .items-leading, .blog .items-leading {
        padding: 0 10vw 0;
    }
    div.slider {
        padding: 0;
    }
    ul#navigation-evit-article {
        justify-content: flex-start;
    }
    ul#navigation-evit-article li.nav-item.deeper.parent {
        width: 25%;
        max-width: unset;
        padding: 0 1em 1em 0;
    }
    .section-slider-content div.custom div.content-slider-text.col-lg-6 {
    padding-left: 15px;
    }

}


@media screen and (min-width: 769px){
    .content-small .square:nth-of-type(1) {
        /*margin: 0 1% 1% 0;*/
        margin-left: 4%;
    }
    .content-small .square:nth-of-type(2) {
        /*margin: 0 0 1% 1%;*/
    }
    .content-small .square:nth-of-type(3) {
        margin: 4% 0 0 4%;
    }
    .content-small .square:nth-of-type(4) {
        /*margin: 1% 0 0 1%;*/
        margin-top: 4%;
    }

}

@media screen and (min-width: 769px) and (max-width: 991px) {
    .content-large .square-bg-image, .content-large-right .square-bg-image {
        width: 100%;
    }
    div.content-small {
        margin-top: 2rem;
    }
}

@media only screen and (max-width: 768px) {
    #brand {
        margin-bottom: 2rem;
    }
    .container-fluid.section {
        margin-top: 2rem;
    }
    .blog-featured-homepage .items-leading, .blog .items-leading {
        padding: 0 15px;
    }

 /*   .indiv-block {
        padding: 0;
    }*/
    .content-large .square-bg-image, .content-large-right .square-bg-image {
        margin-left: 0;
    }


    p.anfahrt-small {
        margin-top: .75rem;
    }

   /* div.section-large-right div.flex-parent, div.section-large-bottom div.flex-parent {
        flex-wrap: wrap;
    }*/

/*    div.section-large-right div.flex-parent div.side-columns:nth-of-type(2) {
        order: -1;
        width: 100%;
    }*/
    div.custommodule-section-large-right div.container-fluid, div.custommodule-section-large-right div.side-columns.col-md.d-flex.flex-column.flex-nowrap {
        padding-left: 0;
    }

    ul#navigation-evit-article li.nav-item.deeper.parent {
        width: 33%;
    }

    .content-small {
        display: flex;
        flex-wrap: wrap;
    }
    .content-small .square {
        width: 100%;
        margin: 4% 0 0 0;
    }

    .square {
        padding-bottom: 0;
    }

    .square.modul-evit, .square.modul-edtmühle,
    .square.modul-edtmuehle-1, .square.modul-edtmuehle-4,
    .square.modul-haus-garten-2, .square.modul-haus-garten-3,
    .square.modul-vogelmarkt-1, .square.modul-vogelmarkt-4
    { height: 92vw; }
    
    .content-small .square-content {
        position: relative;
        min-height: 260px;
    }

    .content-small .square:nth-of-type(2) {
        order: -1;
    }

/*    .content-small .square.modul-edtmuehle-1, .content-small .square.modul-edtmuehle-4 {
        order: 2;
        width: 48%;
        !*padding-bottom: 12%;*!
    }*/
    .content-small .square.modul-edtmuehle-1 {
        order: 4;
    }
    .content-small .square.modul-edtmuehle-2 {
        order: 3;
    }
   .content-small .square.modul-edtmuehle-3 {
        order: 1;
    }
    .content-small .square.modul-edtmuehle-4 {
        order: 2;
    }

    div.productdetails-view .spacer-buy-area {
        padding-left: 0;
    }
    div.vm-product-details-container div.vm-product-media-container {
        margin-left: 0;
    }
    div.vm-product-container .btn-group {
        margin-left: 2em;
    }
    .product p.product_s_desc {
        height: 45px;
    }

    div.angebot-der-woche  div.vm-product-offer {
        order: -1;
        margin-bottom: 2rem;
    }
    .contact-outer {
        text-align: center;
    }
    .contact-outer  h3 {
        margin-top: 1em;
    }
    .contact-outer .contact-data h3 {
        margin-top: 0;
    }


}
@media only screen and (max-width: 576px) {

    .indiv-block, .blog-featured-homepage .items-leading, .blog .items-leading {
        padding: 0 !important;
    }
    h2.item-title {
        line-height: 1.3em;
    }

    .blog-featured-homepage, .blog {
        font-size: 1.2rem;
    }

    .container-fluid, .container-fluid.section, div.section-large, .side-columns {
        margin-top: 2em;
        margin-bottom: 0;
    }

    div.slider {
        margin: 2.5em 0;
    }


    .section-large-bottom .page-header.text-center {
        padding-top: 1em;
    }

    .content-small .square {
        margin-top: 2rem;
    }

    ul#navigation-evit-article li.nav-item.deeper.parent {
        width: 50%;
    }
    .search-leimueller label {
        display: flex;
    }
    .search-leimueller fieldset label.checkbox, .search-leimueller fieldset label.radio {
        margin: 1.3em 0;
    }
    .search-leimueller fieldset label {
        margin: 0;
    }
    .search-leimueller fieldset label input.form-control {
        width: 2em;
        margin-bottom: 0;
    }
    .searchword, .searchbutton, .search-leimueller button.btn.search-btn {
        width: 100%;
    }
    .searchword {
        height: 3.5em;
    }
    .searchbutton {
        margin-top: 1em;
    }
    .search-leimueller div.chzn-container {
        margin-left:0;
    }

    div.product {
        min-width: 100%;
    }




    footer .row {
        margin: 0 auto;
    }
    footer .row .justify-content-center {
        justify-content: normal !important;
    }
    footer {
        margin-top: 1.5rem;
        padding-top: 1px;
    }
    footer h3 {
        padding: 0;
    }
    footer .footer-links, footer .footer-informationen {
        justify-content: center;
    }
    footer .footer-links {
        margin-bottom: 2rem;
    }
    footer ul.menu a {
        padding: .5em 0 .8em;
    }


}


