
div#evelyn {
	display: none;
}

div#evelyn-mobile {
	width: 100%;
	height: auto;
}


div.evelyn-text-wrapper {
	padding-top: 40px;
	width: 100%;
	height: auto;
	display: table;
}
div.left-bar-mobile {
	width: 30px;
	min-height: 400px;
	background-color: black;
	display: table-cell;
	padding-top: 15px;
	
}
div.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.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;

	text-align: justify;
}
img.evelyn-mobile {
	height: 400px;
	width: 100%;
}

/*TABLET VIEW BILD ANPASSUNG!*/
@media (min-width: 540px) {
	img.evelyn-mobile {
		height: 600px;
		width: 100%;
	}
}














/****************************************************************************************************** 												
**********************************************Desktop View !!!*****************************************							 
*******************************************************************************************************/

@media (min-width: 1240px) 	 {
	div#evelyn-mobile {
		display: none;
	}

	div#evelyn {
		display: block;
		background-color: white;
		margin-top: 80px;
		margin-bottom: 80px;
		width: 100%;
		height: auto;

	}
	.row-wrapper {
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: -webkit-row;
		flex-direction: -ms-row;
		flex-direction: row;
		width: 100%;
	}
	div.left-bar-evelyn {
		background-color: black;
		height: auto;
		width: 3%;
		flex: 0 0 3%;
		float: left;
		margin-right: 5%;

	}
	div.left-bar-evelyn 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! */
	    /*-webkit-transform: rotate(-180deg);*/
	    padding-right: 25%;
	    padding-bottom: 20px;
	    /*text-orientation: upright; - Dreht Buchstaben um 90 Grad */
	}
	img.evelyn-desktop {
		flex: 0 0 39.5%;
		max-width: 39.5%;
		height: 635px;
		margin-right: 5%;
	}
	div.evelyn-text-right {
		/*display: table-cell;*/
		flex: 0 0 39.5%;
		margin-right: 11.5%;
		width: auto;

		text-align: justify;
	}
	.evelyn-text-down {
		width: 39.5%;
		flex: 0 0 39.5%;
		height: auto;
		margin-right: 5%;
		margin-top: 3%;

		text-align: justify;
	}
	.evelyn-text-down-right {
		flex: 0 0 39.5%;
		margin-top: 3%;
		margin-right: 11.5%;

		text-align: justify;
	}
}