
div#products {
	display: none;
}
div#products-mobile {
	width: 100%;
	height: auto;
	display: block;
}
div.raw-wapper {
	padding-top: 40px;
	width: 100%;
	height: auto;
	display: table;
}

div.raw-left-bar-mobile {
	width: 30px;
	min-height: 400px;
	background-color: black;
	display: table-cell;
	padding-top: 15px;
	
}
div.raw-left-bar-mobile p {
	margin-block-start: 0em;
    margin-block-end: 0em;
    color: white;

	writing-mode: vertical-lr; /* Ermnöglicht Vertikales Schreiben !!!*/
	transform: rotate(-180deg); /* realisiert von Unten nach oben schreiben! */
	font-size: 0.6em;
	letter-spacing: 3px;
	padding-right: 6.5px;
}
div.raw-text-mobile {
	width: auto;
	display: table-cell;
	vertical-align: top;
	color: black;

	font-size: 0.8em;
	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;

	
}
div.raw-text-mobile p {
	text-align: justify;
}

div.raw-text-mobile a {
	text-decoration: none;
	color: black;
}
img.arrow-black-right-mobile {
	width: 20px;
	margin-right: 5px;
	height: auto;
}
div.raw-text-mobile hr {
	color: black;
	margin-top: 20px;
}

img.products-after-img-mobile {
	width: 100%;
	height: 300px;
}

/* TABLET VIEW BILD ANPASSUNG!*/
@media (min-width: 540px) {
	img.products-after-img-mobile {
		width: 100%;
		height: 400px;
	}
}



/****************************************************************************************************** 												
**********************************************Desktop View !!!*****************************************							 
*******************************************************************************************************/

@media (min-width: 1240px) 	 {

	div#products-mobile { display: none; }

	div#products {
		display: block;
		background-color: white;
		width: 100%;
	}

	.products-row {
		width: 100%;
		background:url("../imgs/bg-products-overlay.jpg")  no-repeat;
		background-size: cover;
	  	background-position: center;

	  	color: white;

	  	display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: -webkit-row;
		flex-direction: -ms-row;
		flex-direction: row;
	}

	.left-bar-products {
		background-color: black;
		height: auto;
		width: 3%;
		flex: 0 0 3%;
		float: left;
		margin-right: 5%;
	}
	.left-bar-products p {
		margin-block-start: 0em;
	    margin-block-end: 0em;
	    margin-inline-start: 0px;
	    margin-inline-end: 0px;
	  
	    color: white;
	    text-align: center;
	    letter-spacing: 5px;

	    writing-mode: vertical-lr; /* Ermnöglicht Vertikales Schreiben !!!*/
	    transform: rotate(-180deg); /* realisiert von Unten nach oben schreiben! */
	    padding-right: 25%;
	    padding-bottom: 20px;
	    /*text-orientation: upright; - Dreht Buchstaben um 90 Grad */
	}
	.products-col1 {
	  	width: 39.5%;
	  	margin-right: 5%;
	  	margin-top: 70px;
	  	margin-bottom: 50px;
	  	flex: 0 0 39.5%;

	  	display: inline-block;
	}
	.products-col1 a {
		color: white;
		text-decoration: none;
	}
	.arrow {
		width: 40px;
		height: auto;
	}
	.products-col2 {
	  	width: 39.5%;
	  	margin-right: 11.5%;
	  	margin-top: 70px;
	  	margin-bottom: 50px;
	  	display: inline-block;
	  	flex: 0 0 39.5%;
	}
	.products-col2 a {
		color: white;
		text-decoration: none;
	}
	.products-col1 p, .products-col2 p {
		text-align: justify;
	}
	hr {
		margin-top: 40px;
		color: white;
	}
}