



/*
.clothTable { width:100%;
    display: grid;
    grid-template-columns: 65% calc(35% - 25px);
    column-count: 2;
    column-gap: 25px;
    margin: 25px 0px 25px 0px;    }

.clothTable .clothInfo { background-color:rgba(0,0,0,0.2);}
.clothTable .clothInfoImage { }
.clothTable .clothInfoImage img {  width:100%; height:auto; }
*/









/* COLLECTION STOFFFKARTE RELATED */

.collection_clothCard-relatedCon {  /* MAIN GRID */  
    position:relative; 
    display: grid;
    grid-template-columns: 33% 33% 33%;
    column-count: 3;
    column-gap: 0px;
    width:calc(100% - 60px);    
    padding: 60px 30px 0px 30px;      
    margin:75px 0 25px 0;
    border:solid 1px #dedede;
    border-radius: 0 0 30px 0; 
}


.collection_clothCard-relatedCon .title { position:absolute; top:0px; left:0px; width:calc(100% - 60px); padding:10px 30px 10px 30px; font-size:1.2rem; text-align:left; margin-bottom:20px; background-color:#dedede; text-transform:uppercase; }


/* FORCE ANIMATION */
.collection_clothCard-relatedCon .articleCon:hover .news-img-wrap { width:140%; margin-left:-20%;} 
/* REST NORMALE LIST VIEW */


/* MEDIA QUERIES */
@media only screen and (max-width: 1000px) {      
    .collection_clothCard-relatedCon { grid-template-columns: 50% 50%; column-count: 2; }    
}


@media only screen and (min-width: 1600px) {  
    .collection_clothCard-relatedCon { grid-template-columns: 25% 25% 25% 25%; column-count: 4; }    
}




/* STOFFKARTE TABLE & IMAGES ------------------------------------------------------------- */


/* STOFFKARTE IMAGES */

.collection_clothCard-imgCon { width:100%;  display:flex; flex-direction: row; flex-wrap: wrap; margin-bottom:30px; }
.collection_clothCard-imgCon .imgCon { position:relative; width:50%; height:120px; overflow:hidden; box-shadow: 0px -5px 20px rgba(0,0,0,0.2); cursor: pointer;} 

.collection_clothCard-imgCon .imgCon:last-child:nth-child(odd) { width:100%; }
.collection_clothCard-imgCon .imgCon:last-child:nth-child(odd):hover .image { width:125%; margin-left:-12%; margin-top:-0%; }


.collection_clothCard-imgCon .imgCon .image { width:100%; height:auto;}
.collection_clothCard-imgCon .imgCon:hover .image { width:150%; margin-left:-25%; margin-top:-10%;}
.collection_clothCard-imgCon .imgCon .clothNumber { position:absolute; bottom: calc(50% - 5px - 0.5rem); left:0px; padding:5px 15px 5px 15px; background-color: rgba(255,255,255,0.8); border-radius: 0px 10px 10px 0px; box-shadow: 0px 0px 10px rgba(0,0,0,0.5); text-align:left; font-size: 1rem;}
.collection_clothCard-imgCon .imgCon a { display:block; position:absolute; top:0px; left:0px; z-index:100; width: 100%; height:100%; }

.clothCard-imgDisclaimer { width:100%; font-size:0.6rem; text-align:right; margin:0;  }

@media only screen and (max-width: 1000px) {  .collection_clothCard-imgCon .imgCon { width:100%;} }  




/* STOFFKARTE TABLE-GRID ---------------------------------- */

.collection_clothCard-tableCon { position:relative; width:100%; margin:10px 0 10px 0;}

.collection_clothCard-tableCon .tableGrid {width:100%; display:grid; grid-auto-flow: row;
    /* grid-template-columns: 210px repeat(5, auto); grid-template-rows: repeat(7, auto); ---- INLINE BERECHNET*/
    /*justify-self: stretch;*/
}

.collection_clothCard-tableCon.sticky-header { display:none; position:fixed; top:0; width: 69vw;}

.collection_clothCard-tableCon .tableGrid .item { padding:10px 15px 10px 15px; margin:1px; background-color:rgba(0,0,0,0.1); text-align:center; font-size: 0.8rem; display: flex; justify-content: center; align-content: center; flex-direction: column;}

.collection_clothCard-tableCon .tableGrid .gridRow-wrapper { display: contents; }
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper > .item:first-child { text-align: left; font-weight: 600; }
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper:nth-child(2n) > .item { background-color:rgba(0,0,0,0.05); }

.collection_clothCard-tableCon .tableGrid .item.catName {  word-wrap:break-word; max-width:125x; }
.collection_clothCard-tableCon .tableGrid .item.catContent { }
.collection_clothCard-tableCon .tableGrid .item.catContent  .sticky { background-color:#000000; color:#ffffff; padding:200px 10px 10px 10px; display:sticky; top:0; left:0; align-self: start}


/* ABSTAND TABLE HEADING */
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .item.tableHeading {background-color:rgba(0,0,0,0.3); color:#fff; margin-top:20px; text-transform:uppercase; }
/* GRID-COLUMNS INLINE DYNAMIC */


/* PICTOS TABLE */

.collection_clothCard-tableCon .tableGrid .item.catContent.picto { display:flex; flex-wrap: wrap; flex-direction: row; justify-content:center; padding-left:1px; padding-right:1px;}
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .pictoCon { position:relative; cursor:pointer; margin: 2px 2px 2px 2px; }
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .pictoCon .symbol { height:25px; max-width:50px; background-color:#fff; border:#dedede 1px solid; margin:2px; 
    display:flex; align-items: center; justify-content: center;}
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .pictoCon .symbol img { width:100%; height:auto; }

/* PICTO TOOLTIP */
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .pictoCon .name { position:absolute; z-index:100; bottom:20px; left: calc( 50% - 65px); 
    width:120px; padding:5px;  background-color:rgba(255,255,255,0.8); font-size:0.6rem; 
    border-radius:6px;  box-shadow: 0px 0px 10px rgba(0,0,0,0.3); opacity:0; pointer-events:none;}

.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .pictoCon:hover .symbol {opacity:0.5;}
.collection_clothCard-tableCon .tableGrid .gridRow-wrapper .pictoCon:hover .name { opacity:1; bottom:35px; }

/* .collection_clothCard-tableCon .tableGrid .gridRow-wrapper */



/* ZUSATZ: LICHTECHTEHEIT BINDESTRICH */
.collection_clothCard-tableCon .tableGrid .item.catContent .divider {display:contents;}
.collection_clothCard-tableCon .tableGrid .item.catContent .divider:last-child {display:none;}



@media only screen and (max-width: 1300px) { 
    .collection_clothCard-tableCon .tableGrid .item { font-size: 0.6rem; padding:10px 5px 10px 5px;} 
    .collection_clothCard-tableCon .tableGrid .item.catName { }
}


/* ---------------------------------------------------------- */
/* SINGLE VIEW TABLE & IMAGES ------------------------------ */


/* CLOTH SINGLE TOP IMAGE */ 
.clothImageTop { width:100%; height:220px; overflow:hidden; margin-bottom:25px; margin-top:0px; box-shadow:0px 0px 10px rgba(0,0,0,0.3);}
.clothImageTop img {width:100%; height:auto;}


.clothCollectionSingleFlex { display:flex; flex-wrap: nowrap; flex-direction: row-reverse; justify-content: space-between; width:100%; margin: 25px 0px 25px 0px;  }

.clothCollectionSingleFlex .clothCollectionSingleFlexChild { display:flex; flex-wrap: wrap; flex-direction: column; width:50%; margin: 0px 0px 25px 0px;  }



/* STOFF SINGLE IMAGE */

.clothCollectionSingleFlex .clothSingleImage { position:relative; width:100%; height:400px; margin-top:30px; overflow:hidden; cursor:zoom-in; border: solid 1px #dedede; border-radius: 0px 0px 25px 0px;}
.clothCollectionSingleFlex .clothSingleImage img { width:100%; height:auto;}
.clothCollectionSingleFlex .clothSingleImage:hover img { width:200%; margin-top:-50%; margin-left:-50%; }

/* STOFF SINGLE DISCLAIMER */ 

.clothCollectionSingleFlex .clothSingle-imgDisclaimer { width: calc(100% - 20px); background-color: rgba(255,255,255,0.5); padding:10px; text-align: justify; font-size:0.6rem;  margin:25px 0 0 0; border: solid 1px #dedede; /*border-radius: 0px 0px 25px 0px;*/}

/* STOFF SINGLE TABLE */

.clothCollectionSingleFlex .clothSingleTable { position:relative; width:calc(50% - 30px); }

.clothCollectionSingleFlex .clothSingleTable .collection_clothCard-tableCon .tableGrid { grid-template-columns: auto auto; grid-template-rows: auto, auto;}
.clothCollectionSingleFlex .clothSingleTable .collection_clothCard-tableCon .tableHeading { grid-column: 1 / 3;  }







/* RELATED STOFFKARTE COLLECTION */

.clothCollectionSingleFlex .clothSingleRelatedCard {  position:relative; width:100%; } /* FLEXCHILD*/

.clothCollectionSingleFlex .clothSingleRelatedCard .collection_clothCard-relatedCon {     
    position:relative; 
    display: grid;
    grid-template-columns: 100%;
    column-count: 1; 
    column-gap: 0px;
    width:calc(100% - 60px);    
    padding: 50px 30px 0px 30px;      
    margin:25px 0 25px 0;
    border:solid 1px #dedede;
    border-radius: 0 0 30px 0; 
    }


.clothCollectionSingleFlex .clothSingleRelatedCard .collection_clothCard-relatedCon .news-img-wrap { width:100%; margin-bottom:30px; padding:0;}
.clothCollectionSingleFlex .clothSingleRelatedCard .collection_clothCard-relatedCon .news-img-wrap .imgCon {  }

.clothCollectionSingleFlex .collection_clothCard-relatedCon .title { position:absolute; top:0px; left:0px; width:calc(100% - 50px); padding:10px 25px 10px 25px; font-size:0.8rem; font-weight:600; color:#fff; text-align:left; margin-bottom:20px; background-color:rgba(0,0,0,0.3); text-transform:uppercase; }


/* FORCE ANIMATION */
.clothCollectionSingleFlex .collection_clothCard-relatedCon .articleCon:hover .news-img-wrap { width:140%; margin-left:-20%;} 
/* REST NORMALE LIST VIEW */



@media only screen and (max-width: 1000px) { 
    .clothCollectionSingleFlex { flex-direction: column; justify-content: center;}
    .clothCollectionSingleFlex .clothCollectionSingleFlexChild { display:contents; width:100%; } /* deavtivate Flexchild */
    .clothCollectionSingleFlex .clothSingleImage { order: 1; }
    .clothCollectionSingleFlex .clothSingle-imgDisclaimer { order: 2; }
    .clothCollectionSingleFlex .clothSingleTable { width:100%; order: 3; }
    .clothCollectionSingleFlex .clothSingleRelatedCard { order: 99; }
    
    .clothCollectionSingleFlex .clothSingleRelatedCard .collection_clothCard-relatedCon {     
    
    width:calc(100% - 20%);    
    padding: 50px 10% 0px 10%;      
     
    }
    
    .clothCollectionSingleFlex .clothSingleTable .collection_clothCard-tableCon .tableGrid .item { font-size: 0.9rem; padding:10px 15px 10px 15px; }
    
}





/* PIKTOGRAMME FLEXBOX FLOAT WITH DESCRIPTION 
.collection_clothCard-pictoCon { position:relative; width:100%; margin: 10px 0px 10px 0px; display:none;}
.collection_clothCard-pictoCon .pictoFlexbox { width:100%;  display:flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; margin-bottom:0px; }
.collection_clothCard-pictoCon .pictoFlexbox .pictoCon { display:flex; flex-direction: row; flex-wrap: nowrap; padding:2px 15px 2px 2px;  margin-right:10px; margin-bottom:10px; background-color: rgba(255,255,255, 0.7); box-shadow: 0px 0px 5px rgba(0,0,0,0.2); border-radius: 0px 0px 10px 0px; }
.collection_clothCard-pictoCon .pictoFlexbox .pictoCon .symbol { height:35px; min-width:35px; background-color:#fff; border:#dedede 1px solid; margin-right:5px;  }
.collection_clothCard-pictoCon .pictoFlexbox .pictoCon .symbol img { width:auto; height:100%; }
.collection_clothCard-pictoCon .pictoFlexbox .pictoCon .name { font-size:0.8rem; display: flex; justify-content: center; align-content: center; flex-direction: column;}*/







/* COLLECTION CLASS/ID*/
.news_collectionCon { }

/* MAIN LAYOUT */

.news_con {width:70%; padding: 0px 15% 0px 15%; margin:0px auto 40px auto; }













/* NEWS-LIST VIEW ----------------------------------------------------------------------------------------------- */

.news_con .news .more { text-transform:uppercase; }

.news-list-view {  /* MAIN GRID */
    width:100%;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    column-count: 3;
    column-gap: 0px;
    margin: 0px; 
}

.articleCon { position:relative;  }



.articleCon .article {  
    position: relative;   
    width: calc (100% - 40px);
    margin: 20px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ddd;        
    -webkit-column-break-inside: avoid;  
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    border-radius: 0px 20px 0px 0px;
    overflow:hidden; 

}

.articleCon .article a { 
    display:block;
    position:absolute; top:0px; left:0px; z-index:101;
    width: 100%; height:100%;    
}

.articleCon .article .news-img-wrap {
    position: relative;
    width:100%; height:calc(60vw * 0.25 - 20px);
    overflow:hidden;
    margin:0 0 0 0;
    padding:0 0 40px 0;
	/*float: left;
	margin: 3px 12px 5px 0; */	
}


.articleCon .article .news-img-wrap .imgCon { 
    position:absolute; z-index:97;
    top:0%; margin-left: auto; margin-right:auto;
	width: 100%; 
    height: calc(60vw * 0.25 - 20px); }

.articleCon .article .news-img-wrap .imgCon img { width:100%; height:auto; }

/*.news-list-view .article .news-img-wrap .imgGradient {
    position:absolute; z-index:98; width:100%; height:66%; bottom:0px; 
    background-image: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));}*/



/* CARD VIEW / COMBINATION OF MULTIPLE IMAGES ---------- */
.articleCon .article .news-img-wrap .imgCon.imgCardCon { /* ADD GRID TO CON */   
    display:grid; 
    grid-template-rows: repeat(3, calc( 100% / 3 ));  /* ACHTUNG: CSS INLINE DEFINIERT - JE NACH ANZAHL */    
    }

.articleCon .article .news-img-wrap .imgCon.imgCardCon .imgCardSlide { position:relative; width:100%; height:100%;  overflow:hidden; }
.articleCon .article .news-img-wrap .imgCon.imgCardCon .imgCardSlide img { width:100%; height:auto; }


/* CARD VIEW CARD BACKGROUND FAECHER ------------------------------ */
.articleCon .cardBG { position:absolute; top:0px; left:0px; width: calc(100% - 40px); height: calc(100% - 40px); background-color:#fff; box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
 margin: 20px 20px 7px 20px; border-radius: 0px 20px 0px 0px;
}

.articleCon .cardBG.first { top:-5px; left:-5px; }
.articleCon .cardBG.second { top:-10px; left:-10px;}



/*  NEWS INFO CON / NAME & PICTOS ---------------------- */

.articleCon .newsInfoCon { 
    position:absolute; z-index:99;
    width: calc(100% - 15px); height: 30px;
    left:0px; bottom:0px;
    background-color: rgba(255,255,255,1);	        
    padding:5px 5px 5px 10px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
    z-index:101;
    
    display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;
}

/*.news-list-view .newsInfoCon .header { }*/
/*.news-list-view .newsHeading {  font-size:1.5rem; line-height:1.5rem; font-weight:800; text-decoration: none; color:#fff; }*/

.articleCon .newsInfoCon .clothName { /*float:left; width:75%;*/ display:flex; flex-direction: row; flex-wrap: nowrap;  height:30px; margin-top:8px; font-size:12px; text-transform:uppercase; text-align:left; }


/* PICTOs for LIST VIEW ----------------------- */


.articleCon .newsInfoCon .clothProps { display:flex; flex-wrap: nowrap; flex-direction: row; justify-content: flex-end; }
.articleCon .newsInfoCon .clothProps .pictoCon { position:relative; /*cursor:help;*/ margin:4px 2px 2px 2px; }
.articleCon .newsInfoCon .clothProps .pictoCon .symbol { height:22px; min-width:22px; opacity:0.5; }
.articleCon .newsInfoCon .clothProps .pictoCon .symbol img { width:auto; height:100%; }

/* PICTO TOOLTIP */
.articleCon .newsInfoCon .clothProps .name { position:absolute; z-index:99; bottom:40px; right: -40px; 
    padding:5px;  background-color:rgba(255,255,255,0.8); font-size:0.6rem; 
    border-radius:6px 0px 0px 0px;  box-shadow: 0px 0px 10px rgba(0,0,0,0.3); opacity:0; pointer-events:none;}

.articleCon .newsInfoCon .clothProps .pictoCon:hover .symbol {opacity:1;}
.articleCon .newsInfoCon .clothProps .pictoCon:hover .name { opacity:1; bottom:40px; right: 0px; }


/*.news .article h3 { margin-bottom: 0; }*/



/* ANIMATION HOVER -------  */
/*.news-list-view .articleCon:hover .button_basic-white { opacity:0.9; width:52%; }*/
/*.news-list-view .articleCon:hover .newsImage { opacity:0.7; width: 120%; margin-left:-10%;}*/
.articleCon:hover .news-img-wrap { opacity:0.9; width: 140%; margin-left:-20%;}
.articleCon:hover .cardBG.first { left:5px;}
.articleCon:hover .cardBG.second { left:10px;}



/* MEDIA QUERIES --------------------- */

@media only screen and (max-width: 1000px) {     
    .articleCon .article .news-img-wrap, .articleCon .article .news-img-wrap .imgCardCon { height:calc(90vw * 0.25 - 20px); }
    
}

@media only screen and (min-width: 1600px) {     
    .articleCon .article .news-img-wrap, .articleCon .article .news-img-wrap .imgCardCon { height:calc(50vw * 0.25 - 20px); }
    
}









/* FOOTER UNDER ARTICLE_CON ---------- */

.news-list-view .footer {
    position:relative;    
	clear: both;
	padding: 0 0 5px 1%;
	/*border-bottom: 1px solid #eee;*/
    text-transform: uppercase;	
	color: #dedede;
}

.news-list-view .footer p {
    font-size:0.8em;
	line-height: 1em;
}

.news-list-view .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	/*border-right: 1px solid #ddd;*/
}

.news-list-view .footer span:last-child {
	border-right: 0;
}

.news-list-view .footer .news-category a {
	text-transform: uppercase;
}

.news-list-view .footer .news-list-date { padding: 0px 7px 3px 0px;
	margin: 0px 2px 0px 4px; }

.news-list-view .footer .news-list-tags { float:right; margin-right:0px; } 
.news-list-view .footer .news-list-tags .tag {     
	display: inline-block;
	padding: 3px 7px 3px 7px;
	margin: 0px 2px 0px 2px;
	background-color: #ddd;
    color:#fff;
    font-size: 0.7em;
}  














/* MAIN BOTTOM & NAVIGATION ----------------------------------------------------------------------- */
/* NEWS RELATED LI ----- */

.news_con .news-related a {text-transform:uppercase;} 
.news_con .news-related ul {margin:0;}
.news_con .news-related li {list-style-type:none; margin:0; }
.news_con .news-related li::before {
  content: "\2022";  
  color: var(--main-signalColor01); 
  font-weight: bold; 
  display: inline-block; 
  width: 1em;} 
.news_con .news-related li a {text-decoration: none;}
.news_con .news-related-news {}

/* DETAIL VIEW NEXT / PREV  */
.news_con .pager { display:inline-block; width:100%; margin:10px 0 10px 0; padding:0; }
.news_con .pager li {margin:0; padding:0px 0px 0px 0px; width:50%;}
.news_con .pager li a {margin:0; padding:0; text-decoration: none;}
.news_con .pager .previous {  list-style-type:none; float:left;  }
.news_con .pager .next { list-style-type:none; float:right; }

/* PAGINATOR MASTER */
.news_con .page-navigation { text-transform: uppercase; grid-column: 50% 50% / span 2;}
.news_con .page-navigation a {text-decoration: none;}
.news_con .page-navigation p {padding-left:10px; padding-top:8px; }
.news_con .page-navigation .last, .news_con .page-navigation .next {}

.news_con .page-navigation { /* HEADER mit PAGINATION */
    position:relative;
    display:inline-block;
    width:100%;
    
    grid-column: auto / span 2;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top:13px; margin-bottom:10px;
    padding-top:3px;
    background-color: rgba(0,0,0,0.03);
}


/* WEITERES/ALLGEMEINES ------------------------------------------------------------------------------------ */

.news-clear {
    display:none;
    clear: both;
}

.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ------------------------------------------- */


.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
    padding-bottom:0px;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}





/* HEADER - SINGLE & LIST VIEW ------------------------------ */

.news_con .article .header { width:100%; display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between;}
.news_con .article .header .heading {margin-left:0; margin-right:20px; }
.news_con .article .header .preisgruppeCon { display:flex; flex-direction: row; flex-wrap: nowrap; }
.news_con .article .header .preisgruppeCon .preisgruppe {  background-color:#fff; border:1px solid #dedede; font-weight:100; margin:0 0 0 5px; }

@media only screen and (max-width: 1000px) {  
    .news_con .article .header { flex-direction: column; justify-content:center ; }
    .news_con .article .header .preisgruppeCon { display:flex; flex-direction: row; flex-wrap: nowrap; justify-content:center; margin-top:20px;}
    .news_con .article .header .preisgruppeCon .preisgruppe {  margin:2px; }
}










/*--------------------------------------------------------------------------------------------------------------------------------- */
/* SINGLE VIEW  ------------------------------------------------------------------------------------------------------------------- */



.news-single .footer .news-list-tags { float:right; } 
.news-single .footer .news-list-tags .tag {     
	display: inline-block;
	padding: 3px 7px 3px 7px;
	margin: 0px 2px 0px 2px;
	background-color: #ddd;
    color:#fff;
    font-size: 0.7em;
}  

.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

/* FOTOS / MEDIA in TEXT */

.news-single .article .news-img-wrap {
	position:relative; 
    float: right;
	width: 320px;
	margin: 0px 0px 10px 25px;
    padding:5px;
    background-color: #fff;
    border: 1px solid #ddd; 
    z-index:100;
}

.news-single .article .news-img-wrap img {
	width:320px;
    height:auto;
    float: none;
}

.news-img-caption {  
  
    width:100%;
    /* width: 282px;*/
	color: #888;
    margin: 0 0 5px 0;
}




.news-single .teaser-text {
	font-size: 1em;
	color: #888;
    margin-bottom:10px;
}

.news-single .teaser-text p {}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-text-wrap p { margin-bottom:10px;}



/* MAIN BOTTOM ----------------------------------------------------------------------- */

/* NEWS RELATED LI */

.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
    text-transform:uppercase;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}



/* CONTENT MODULES ANPASSUNGEN */

.newsContainerMain .textParagraph {  width:80%; padding: 0 10% 0 10%; }
.newsContainerMain .textParagraph p { text-align:left; -webkit-text-align-last:left; -moz-text-align-last:left; text-align-last:left;}

.newsContainerMain .content_heading { width:60%; padding: 0px 20% 0px 20%;  }
.newsContainerMain .content_heading h1.heading { width:80%; padding: 0px 10% 0px 10%;  text-align:left; }

@media only screen and (max-width: 1000px) {   
    .newsContainerMain .textParagraph {  width:100%; padding: 0; }
    
    .newsContainerMain .content_heading { width:100%; padding: 0;  }
    .newsContainerMain .content_heading h1.heading { width:100%; padding: 0; }
    
    
    .clothTable { grid-template-columns: 100%; column-count: 1;}
    
    }

@media only screen and (min-width: 1600px) {   
    .newsContainerMain .textParagraph {  width:70%; padding: 0 15% 0 15%; }
    .newsContainerMain .content_heading { width:70%; padding: 0px 15% 0px 15%;  }
    .newsContainerMain .content_heading h1.heading { width:70%; padding: 0px 15% 0px 15%; }
    }






/* -- MEDIA QUERIES ------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1000px) {        
    .news_con { width:90%; padding: 0px 5% 0px 5%; }
    
    
    .news-list-view { grid-template-columns: 50% 50%; column-count: 2; }
    .news-list-view .page-navigation { grid-column: auto / span 1;}
    .news-list-view .newsInfoCon { }    
    
    
        

    .articleCon .article .news-img-wrap { position:relative; float:left; clear:both;  margin: 0px calc(100% - 10px - 10px - 2px - 282px) 25px 0px;   } 

}


@media only screen and (min-width: 1600px) {
    .news_con {width:60%; padding: 0 20% 0 20%; }
    
    
    .news-list-view { grid-template-columns: 25% 25% 25% 25%; column-count: 4; }
    
}

