@media (max-width: 1024px) {
    div.container, nav ul, div.suchBox, article, div.footerContainer {
        max-width: 980px;
    }

    div.artikelBlockFormat {
        width: 27%;
        margin: 3%;
    }    

	/* dhws, 27.11.2018 / Column styles */

	#articleOverview,
	#categoryOverview {
		column-count: 2;
	}

	#articleOverview div.articleImgLink h2,
	#categoryOverview div.categoryImgLink h2,
	#categoryOverview div.categoryImgLink span.categoryTitle {
		font-size: 12pt;
	}

}



@media (max-width: 768px) {
    div.container, nav ul, div.suchBox, article, div.footerContainer, .copy {
        max-width: 740px;
        padding: 10px;
    }

    .nav a {
        padding: 15px 15px;
        color:#fff;
    }
    
    .desktop {
        display: none;
    }
    
    .mobile {
        display: block;
    }

    div.artikelBlockFormat {
        width: 40%;
        margin: 4%;
    }

    div.suchBox {
        top: 105px;
        left: 60px;
    }

    .ajaxsearch_input, .ajaxsearch_container {
        width: 65%;        
    }

    section.artikelListFormat {
        float: none;
        width: 97%;
    }

    div.bildBox span a img {
        width: 60%;
    }
    
    div.artikelDetailBildBox span.mehrBilderBox a.group img {
        width: 80%;
    }

    section.artikelDetailBox div.artikelDetailBildBox span a img {
        width: 40%;
        height: auto;
    }

    ul.artikelTabelle li, li.responsNavDisp {
        display: block;
    }

    article ul li div.loginFormatBoxen {
        min-height: 10px;
    }

    p {
        text-align: justify;
        line-height: 17px;
    }

    ul.artikelTabelle li.FuenfzigProzent {
        width: 95%;
    }

    fieldset.content div label {
        width: 35%
    }

    fieldset.content div input, fieldset.content div select {
        width: 55%;
    }
    
    fieldset.content {
        width: 97%;
    }

    div.secondaryContent {
        width: 100%;
        padding-right: 0;
        float: none;
        margin-left: 0;
        clear: both;
    }

    div.mainContent {
        width: 100%;
        float: none;
        padding-left: 0;
    }

    ol.steps > li {
        float: none;
        clear: both;
    }

    ol.steps li {
        margin-left: 0;
        text-align: center;
        border-bottom: 1px solid #969696;
    }

    header div div.sprachBox, nav.kategorieNavigation {
        display: none;
    }

    nav {
        position: relative;
    }
    
    div.sprachBoxResp {
        display: block;
        position: absolute;
        right: 10px;
        z-index: 10;
        top: 10px;
    }

    div.sprachBoxResp a img {
        width: 100%;
        height: auto;
    }

    div.sprachBoxResp a {
        padding: 5px;
        float: left;
        display: block;
    }

	#articleOverview,
	#categoryOverview {
		column-count: 2;
	}

	#articleOverview div.articleImgLink h2,
	#categoryOverview div.categoryImgLink h2,
	#categoryOverview div.categoryImgLink span.categoryTitle {
		font-size: 12pt;
	}

}

@media (max-width: 480px) {
    div.container, nav ul, div.suchBox, article, div.footerContainer {
        max-width: 470px;
    }
    
    article {
        margin: 3px;
    }

    div.suchBox {
        top: 100px;
    }
    
    header img {
        width: 30%;
        height: auto;
    }

    div.artikelBlockFormat {
        width: 45%;
        margin: 2%;
    }

    .ajaxsearch_input, .ajaxsearch_container {
        width: 75%;
    }

    .ajaxsearchresult_container {
        left: -60px;
    }

    footer div nav.navigationFooterBox, footer div div.navigationFooterBox {
        width: 50%;
    }

    section.artikelListFormat {
        float: none;
        width: 97%;
    }

    div.bildBox span a img {
        width: 60%;
    }

    section.artikelDetailBox div.artikelDetailBildBox span a img {
        width: 50%;
        height: auto;
    }

    ul.artikelTabelle li {
        display: block;
    }

    article ul li div.loginFormatBoxen {
        min-height: 10px;
    }
    
    div.artikelListContentFormat {
        width: 58%;
    }

    div.warenkorbBox {
        position: relative;
        top: auto;
        right: auto;
        clear: both;
        width: 100%;
        text-align: center;
    }
    
    div.warenkorbBox img {
        display: none;
    }
    
	/* dhws, 27.11.2018 / Column styles */

	#articleOverview,
	#categoryOverview {
		column-count: 1;
		text-align: center;
	}

	#articleOverview div.articleImgLink,
	#categoryOverview div.categoryImgLink {
		margin-left: auto;
		margin-right: auto;
	}
	
	#articleOverview div.articleImgLink h2,
	#categoryOverview div.categoryImgLink h2,
	#categoryOverview div.categoryImgLink span.categoryTitle {
		font-size: 14pt;
	}

}




/* ************ Responsive Navigation *************** */

.toggleMenu {
    display:  none;
    background-image: linear-gradient(to top, #ff88ff 0%, #ffb8ff 100%);
    background-color: #ff88ff;
    color: #fcfcfc;
    margin-left: 13px;
    margin-right: 13px;
    padding: 0.6em;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-weight: bolder;
    width: 50%;
}

.nav {
    list-style: none;
    /*    *zoom: 1; */
    background: #eacfea;
}
.nav:before, .nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 24px 24px;
    color:#999999;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}
.nav > li > a {
    display: block;
}

.nav > li:hover {
    background-color: #ffe4ff;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #c6b5c6;
    position: relative;
    z-index:110;
    border-top: 1px solid #ffe4ff;
    color: #ffffff;
    width: 85%;
}

.nav li li a:hover {
    background: #ffe4ff;
    color: #ffffff;
}

.nav li li li a {
    background:#dcdcdc;
    z-index:200;
    border-top: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
        border-left: 0px;
        border-right: 0px;
    }
    .nav > li:hover {
        border-left: 0px;
        border-right: 0px;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        /* background-image: url("../images/downArrow.png"); 
        background-repeat: no-repeat;
        background-position: 95% 50%; */
    }

    .nav ul {
        display: block;
        width: 95%;
    }
    .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

    div.warenkorbBox div a img {
        height: auto;
    }

}
