#contact {
	display: none;
}
#contact-mobile {
	display: block;
	height: auto;
	width: 100%;
	margin-top: 40px;

	background-color: black;
}

.contact-left-bar-mobile {
	background-color: black;
	width: 30px;
	display: table-cell;
	padding-top: 15px;
}
.contact-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;
}

.contact-text-mobile {
	width: auto;
	display: table-cell;
	vertical-align: top;
	background-color: white;
	color: black;
	font-size: 80%; /*Entspricht 0.8em!*/

	padding-right: 25px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 0px;
}

.contact-text-mobile tr {
	display: block;
	margin-bottom: 15px;

	text-align: justify;
}

.icon-mobile {
	width: 75px;
	padding-right: 10px;
}
.contact-img-mobile {
	width: 100%;
	height: 250px;
}

@media (min-width: 540px) {
	.contact-img-mobile {
		width: 100%;
		height: 400px;
	}
}







/*DESKTOP VIEW*/

@media (min-width: 1240px) 	 {
	#contact-mobile { display:none; }

	#contact {
		margin-top: 80px;
		margin-bottom: 80px;


		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		flex-direction: -webkit-row;
		flex-direction: -ms-row;
		flex-direction: row;
	}

	.left-bar-contact {
		background-color: black;
		height: auto;
		width: 3%;
		flex: 0 0 3%;
		float: left;
		margin-right: 5%;
	}
	.left-bar-contact 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 */
	}

	.contact-text {
		background-color: white;
		width: 39.5%;
		flex: 0 0 39.5%;
		margin-right: 5%;


		text-align: justify;
	}

	.contact-text tr {
		display: block;
		margin-bottom: 30px;
	}
	.icon-desktop {
		width: 75px;
		padding-right: 30px;
	}




	.contact-img-desktop {
		display: inline-block;
		height: 480px;
		width: 44.5%;
		flex: 0 0 44.5%;
		margin-right: 3%;
	}


}
