 .blogartikel {
	width: 80vw;
    margin: 0 10vw;
	padding: 0;
    font-size: 3vw; 
	color: #5d5d5d;
    display: grid;
	grid-template-columns: repeat(12,1fr);
}
 .blogartikel .item1 {
    grid-column: 1 / span 3;
    width: 80%;
    margin: 0 10%;
}
.blogartikel .item2,{
    grid-column: 4;
    width: 90%;
    text-align: center;
    margin: 1em auto;
}
.blogartikel p {
    hyphens: auto; 
    text-align: justify;
}
.blogartikel p, .blogartikel {
    font-size: calc(12px + 0.6vw);
    font-weight: 300;
}
.blogartikel h1, h2, h3, h4, h5, h6 {
    white-space: normal;
}
.blogartikel h2{
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
    font-weight: 400;
    font-variant: small-caps;
    margin: 1vw 0;
    color: #99CC33;
}
.blogartikel h3 {
    font-weight: 400;
    font-variant: small-caps;
    margin: 1vw 0;
    color: #99CC33;
    }
.blogartikel h5, h6 {
	margin: 1vw 0;
}
.blogartikel a { 
	color: #99CC33; 
	text-decoration: none;
    cursor: pointer;
}
.blogartikel a:hover {
    color: #99CC33; 
	text-decoration: underline; 
} 
.blogartikel a:active { 
	color: #99cc33; 
}
.blogartikel a:visited { 
	color: #99cc33; 
}
.blogartikel article img {
    width: 100%;
    border-radius: 10px;
}
.blogartikel figure {
    width: 100%;
    float: left;
    display: block;
    margin: 1em 1em 1em 0;    
}
.blogartikel figcaption {
    display: block;
    font-size: smaller;    
}
.blogartikel .bildschrift{
    position: absolute;
    top: 20%;
    padding: 1vw;
    font-size: 2vw;
    font-family: helvetica;
    color: #99CC33;
    background-color: #FFFFFF; opacity: 0.7;
}
.blogInhalt  > ul li {
    list-style: none;
    padding: 1em;
}
.blogartikel .liste {
    clear: both;
    margin: 0 1%;   
    padding: 1%;
    color: #5d5d5d;
    background-image: linear-gradient(#fff, #cce69a);
    border-radius: 5px;
}
.blogartikel ul li {
    text-decoration-color: #99cc33;
}
.blogartikel ol,.blogartikel ul {
    list-style-position: inside;
	width: 90%;
	padding:0;
}
.list-container .pflanzliste ul li{
    list-style-position: outside;
    list-style: none;
    font-size: 0.8em;
}
.list-container{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap:0.5em;
    clear: both;
}
.list-item1 {
    grid-column: 1;
}
.list-item2 {
    grid-column: 2;
}
.blogteaser h2 {
	font-size: 1.2vw;
	text-align: center;
}
.blogteaser article img {
  width: 100%;  
}
.blogartikel .grid-container{
    display: grid;
    grid-template-columns:100%;
    grid-gap: 1em;
}
.blogartikel strong {
    color: #5d5d5d;
    opacity: 0.8;
}
.blogartikel figure {
    width: 100%;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}
.blogartikel .lufa-box {
    width: 80%;
    margin: 0 10%;
    padding: 0 1em;
    clear: both;
    border: 1px solid #99CC33;
}
.product-box {
    width: 90%;
	margin: 1em auto;
	text-align: center;
	border-radius: 0.5em;
}
.product-box:hover {
    box-shadow: 0.1em 0.2em 0.5em rgba(0,0,0,0.5);
}
.product-image {
    background-color: #f0f0f0;
	padding: 1em 0;
    border-radius: 0.5em 0.5em 0 0;
 }
 .product-image img {
	width: 80%; margin: 0 10%;
 }
.product-info {
    color: #fff;
    background-color: #2f3545;	
	padding: 0.5em;
	border-radius: 0 0 0.5em 0.5em;
}
.product-info h6{
	font-size: calc(14px + 6 * ((100vw - 320px) / 680));
	float: right;
	margin-right: 0.5em;
}
.btn-gruen {
    border-style: none;
	width: 100%;
	background-color: #99cc33;
	border-radius: 0.5em;
	padding: 1em;
    cursor: pointer;
}
.btn-gruen:hover {
	color: #fff;
}
.flex-container {
    display: flex;
}
.blog-container {
    display: grid;
	grid-template-columns: repeat(12, 1fr);
    grid-gap: 2vw;
}
.blog-item1 {
    grid-column: auto/ span 3;
    width: 100%;
    height: 40vh;
    margin-top: 1vw;
}
.blog-item2, .blog-item {
	grid-column: auto/ span 2;
    background-color: #9c3;
    cursor: pointer;
}
.blog-item2:hover { 
    border: 1px solid #f5deb3; 
    -webkit-filter: sturate(1.3); 
    filter:saturate(1.3); 
}
.blog-item2 img{
    width: 100%;
    object-fit: cover;
    height: 50vh;
}
.blogText {
    color: #fff;
    padding: 1em;
    text-align: justify;
    font-size: calc(9px + 6 * ((100vw - 320px) / 680));
}
.blogartikel article {
    grid-column: span 9!important;
}
.blogartikel aside {
    grid-column: span 3;
	width: 90%;
	margin-left: 12%;
}
.blogartikel div .item3 {
     grid-column: 1/ span 12;
     width: 100%;
}
.blogRank1:hover { 
    border: none; 
}
.blogartikel .hervorgehoben {
    color: #fff;
    background-color: #99cc33;
    padding: 1em;
}
.blogartikel {
    caption-side: bottom;
}
.blogartikel caption {
    text-align: left;
    padding-top: 0.5em;
    color: #99cc33;
}

/* /////////////////////////// Blog Desktop ////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
	
	.blogNews { float: left; width: 49%; cursor: pointer; }
	.blogNews table:hover { border: 1px solid #f5deb3; }
	.blogNews table { height: 20vw; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center center; font-size: 0.9vw; border: 1px solid #b3b3b3; }
	.blogNewsText { height: 7vw; background: url("../images/trans80.png"); text-align: justify; }
	
	#blogThemen { width: 100%; }
	.blogInhalt { width: 30%; vertical-align: top; }
	.blogInhalt ul { margin: 0; padding: 0; }
	.blogInhalt li { }
	.blogInhalt .liRank1 { margin-left: 0; }
	.blogInhalt .liRank2 { margin-left: 2vw; }
	.blogInhalt .liRank3 { margin-left: 4vw; }
	.blogInhalt .liRank4 { margin-left: 6vw; }
	
	.blogRank1 {background-size: cover; background-position: center center; cursor: pointer; border-radius: 5px; }
	.blogRank1:hover { border: 1px solid #f5deb3 }
	.blogRank1Text { color: rgba(0,0,0,0); background-color: rgba(0,0,0,0.5); padding: 1em; height: 10%; border-radius: 5px 5px 0 0; }
	.blogRank1Text b {color: #fff; }
	.blogRank1::after { content: "→ Artikel lesen"; color: #fff; }
    .blogRank1Text:hover { color: #99cc33; height: 90%; }
	.blogRank1Text:hover::after { content: "→ Artikel lesen"; color: #fff; }
	.blogRank2 { cursor: pointer; }
	.blogRank3 { font-size: 1vw; margin-left: 2vw; }
	.blogRank4 { font-size: 0.9vw; margin-left: 3vw; }
	
	.blogPrevRank2 { float: left; width: 48%; margin-right: 2%; margin-bottom: 1vw; height: 10vw; max-height: 10vw; cursor: pointer; }
	.blogPrevRank2:nth-child(odd) { margin-right: 0; }
	.blogPrevRank2 .blogNewsImg { width: 13vw; background-size: cover; }
	.blogPrevRank2 .blogNewsText { vertical-align: top; }
	.blogPrevRank2 .blogNewsText .blogNewsTextHeadline { font-variant: small-caps; margin: 1vw; font-size: 1.2vw; }
	.blogPrevRank2 .blogNewsText .headline { font-variant: small-caps; margin: 1vw;  }
	.blogPrevRank2 .blogNewsText .blogNewsTextText { margin: 1vw; margin-top: 0; }

@media only screen and (max-width: 1700px) {
		.blogartikel { width: 85vw; margin: 0 7.5vw; }
	}
	@media only screen and (max-width: 1500px) {
		.blogartikel { width: 90vw; margin: 0 5vw; }
	}
	@media only screen and (max-width: 1200px) {	
		.blogartikel { width: 95vw; margin: 0 2.5vw; }
        .blogartikel .item3 .products { grid-template-columns: repeat(6,1fr); }
        .blogartikel .item1 .products { grid-template-columns: repeat(1,1fr); }
	}

.blogartikel span.gruen {
    font-size: inherit;
    color: #99CC33;
    opacity: 0.8;
}
.blogartikel span.braun {
    font-size: inherit;
    color: #c7902c;
    opacity: 0.8;
}
.blogartikel span.orange {
    font-size: inherit;
    color: #ff7230;
    opacity: 0.8;
}
.blogartikel span.gelb {
    font-size: inherit;
    color: #fee240;
    opacity: 0.8;
}
blogaritkel caption {
    color: #00cc33;
}
.item1 {
    width: 100%;
}
.item2 .item {
    width: 32,8%;
}
.blogartikel .product-info {
    font-size: calc(6px + 0.5vw);
}
.blogartikel .product-box {
    grid-column: span 1;
    width: 90%;
}
.blogartikel .item3 {
    grid-column: 1/13;
	grid-row: 3;
	align-self: end;
	width: 100%;
}
.blogartikel .item3 .products {
    display: grid;
    grid-template-columns: repeat(10,1fr);
    grid-gap: 0.5em;
}
.blogartikel .item3 .product-box-bez {
	color: #99cc33;
    background-color: #fff;
    margin: 0.2em;    
	font-size: calc(8px + 0.5vw);
    word-wrap: break-word;
}
.blogartikel .item3 .product-box{
 transition: transform 0.8s;
 -moz-transition: transform 0.8s;
 -webkit-transition: transform 0.8s;
 -o-transition: transform 0.8s;
 -ms-transition: transform 0.8s;
  box-shadow: 0.1em 0.2em 0.5em rgba(0,0,0,0.5);
}
.blogartikel .item3 .product-box:hover {
 transform: scale(1.1, 1.1);
 -moz-transform: scale(1.1, 1.1);
 -webkit-transform: scale(1.1, 1.1);
 -o-transform: scale(1.1, 1.1);
 -ms-transform: scale(1.1, 1.1);
}
.blogartikel .item3 .product-box a:hover {
	text-decoration: none;
    cursor: pointer;
}
.blogartikel strong {
    color: #5d5d5d;
    opacity: 0.8;
}
.blogartikel .r1-container figure {
    width: 100%;
}
.blogartikel .r1-container{
    display: grid;      
    grid-template-columns: 1fr 1fr; 
    grid-gap: 1em;
    border: 1px solid #99CC33;
    padding: 1em;  
}
.blogartikel figure.r1{
   padding:0;
   float: none;
}

.blogartikel figure.r1 img{
    border-radius: 0;    
}
.blogartikel figure.r1 figcaption{
    font-weight: 400;
    font-variant: small-caps;
    margin: 1vw 0;
    color: #99CC33;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}
.blogartikel .attention-box {
    width: 80%;
    margin: 0 10%;
    padding: 1em;
    clear: both;
    border: 1px solid #99CC33;
    background-image: linear-gradient(#fff, #cce69a);
}
.blogartikel .lufa-box {
     width: 80%;
    margin: 0 10%;
    padding: 0 1em;
    clear: both;
    border: 1px solid #99CC33;
}
.blogartikel .product-info .product-box-desc {
    margin: 0.8em;
    height: inherit;
}
.blogartikel .larger {
    font-size: 1.4em;
}
.blogartikel .product-info .product-box-bez {
    padding-bottom: 0.8em;
    font-size: calc(12px + 0.6vw);
}
.blog-item2,.blog-item {
    color: #fff;
    background-color: #9c3;
    width: 100%;
    margin-top: 1vw;
    cursor: pointer;
    border-radius: 3em;
    grid-column: span 4;
}
.blog-item2:hover {
    -webkit-filter: sturate(1.3);
    filter:saturate(1.3);
}
.blog-item2 img{
    width: 100%;
    object-fit: cover;
    height: 50vh;
    border-radius: 2em 2em 0 0;
}
.blog-item:hover {
    -webkit-filter: sturate(1.3);
    filter:saturate(1.3);
}
.blog-item img{
    width: 100%;
    object-fit: cover;
    height: 20vw;
    border-radius: 2em 2em 0 0;
}
.blogText {
    color: #5d5d5d;
    padding: 1em;
    text-align: left;
    font-size: calc(12px + 4 * ((100vw - 320px) / 680));
}
.blogText:hover {
    color:#fff;    
}
.blogartikel table  {
    border: 1px solid #040;
    text-align: center;
    padding: 5px;
    width: 100%;
}
.blogartikel table td {
    border: 1px solid #040;
    padding: 0.5em;
}
.blogartikel  th {
    background-color: #040;
    color: #fff;
}
.tabelle {
    margin: 0 3vw;
}
.tabelle figure {
    width: 100%;
}
	@media only screen and (max-width: 1700px) {
		.blogartikel { width: 85vw; margin: 0 7.5vw; }
	}
	@media only screen and (max-width: 1500px) {
		.blogartikel { width: 90vw; margin: 0 5vw; }
	}
	@media only screen and (max-width: 1200px) {	
		.blogartikel { width: 95vw; margin: 0 2.5vw; }
        .blogartikel .item3 .products { grid-template-columns: repeat(6,1fr);
   }
	}
	
    @media all and (max-width:700px) {
    .blogRank2 {
        width: 100%;
    }
	.blogartikel figure {
		width: 100%;
	}
	.blogartikel h3, h5 {
		font-size: calc(12px + 6 * ((100vw - 320px) / 680));
	}    
	.blogartikel {
		display: block;
	}
	.blogartikel section .product-box {
		display: block;
        width: 80%;
        margin: 1em auto;
	}
	.blogartikel figcaption {
    	display: block;
	}
	.blogartikel {
		position: relative;
	}
    .product-info {
        padding: 1em;
    }    
	.btn-prod {
		display: block;
		position: absolute;
		top: 86px;
		right: 0.8em;
		z-index: 888;
		font-size: 2em;
		max-width: 19vw;
	}
	.product-box:visited {
		text-decoration: none;
	}
    .btn-gruen {
        font-size: 1em;
        border-radius: 0.5em;
        margin-bottom: 1em;
        width: 95%;
    }
    .blogartikel .lufa-box {
        width: 90%;
        margin: 0 auto;
    }
    .list-container {
        display: block;
    }
    .blog-item1 {
      	border-radius: 5px;
      	max-height: 30vh;
        grid-column: span 12;
	}
    .blog-item2, .blog-item {
      	width: 100%;
    }
    .blog-item2 img, .blog-item img{
        height: 16vh; 
    }
    .blogRank1Text {
        text-align: left;
    }
    .blog-item2, .blog-item {
      	grid-column: span 6;
    }
	.blogartikel .item3 .products {
		grid-template-columns: repeat(3,1fr);
   }
   .blogartikel aside {
	grid-column: span end;
	width: 90%;
	margin: 0 auto;
    }
}
/* Nur Internet Explorer 10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
    .blog-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .blog-item2, .blog-item {
      	width: 32.8%;
    }
}
.article_group li{
	list-style: none;
 	background-color: #99CC33; 
    margin: 1em;
    position: relative;
	border-radius: 10px;
}
.article_group li span {
	position: absolute;
	left: 5em;
	top: 40%;
}
.article_group li::before {
    display:block;
    width: 1.25em;
    scale: 0.6;
}
.article_group li:nth-child(1)::before 
{content: url(../images/article_group_icons/saatgut.png);}
.article_group li:nth-child(2)::before 
{content: url(../images/article_group_icons/duenger.png);}
.article_group li:nth-child(3)::before 
{content: url(../images/article_group_icons/tierbedarf.png);}
.article_group li:nth-child(4)::before 
{content: url(../images/article_group_icons/oeko-produkte.png);}
.article_group li:nth-child(5)::before 
{content: url(../images/article_group_icons/agrar-und-gartenbedarf.png);}
.article_group li:nth-child(6)::before 
{content: url(../images/article_group_icons/bodenverbesserung.png);}
.send {
	border: 1px solid #99CC33;
	padding: 1em;
	margin: 1em;
}