/*
#right #content .vorstand img {

	margin-bottom:2em;
}

#right #content .vorstand h2 {
	padding-top:.5em;
	margin-left: 6em;
}
*/

@media only screen and (min-width:1280px) {

	#wrapper {
	/*
		border:5px dotted green;
	*/
	}
	
	
	#content {
		width: 130% !important;
	}
	
	
	.vorstand {
		display:flex;
		width:95% !important;
		padding-right:0;
		margin-right:0;
	}
	
	.vorstand .image {
		width:25%;
	}
	
	.vorstand .image img {	
		width:100%;
	}
	
	.vorstand .portrait {
		width:75%;
	}

	.vorstand .portrait p {
		padding-left:2.5%;
	}	
}


@media only screen and (max-width:1280px) {

	#wrapper {
	/*
		border:5px dotted aqua;
	*/
	}

	#content {
		width: 130% !important;
	}
	
	.vorstand {
		display:flex;
		width:95% !important;
		padding-right:0;
		margin-right:0;
	}
	
	.vorstand .image {
		width:25%;
	}
	
	.vorstand .image img {	
		width:100%;
	}
	
	.vorstand .portrait {
		width:75%;
	}

	.vorstand .portrait p {
		padding-left:2.5%;
	}			
}


@media only screen and (max-width:1024px) {
	#wrapper {
	/*
		border:5px dashed black;
	*/
	}
	
	#content {
		width: 130% !important;
	}

	.vorstand .image {
		width:25%;
	}
	
	.vorstand .image img {	
		width:100%;
	}
	
	.vorstand .portrait {
		width:75%;
	}

	.vorstand .portrait p {
		padding-left:2.5%;
	}
		
}



@media only screen and (max-width:1024px) and (orientation:portrait){
/*kein toggle*/
/*cb ipad hoch*/
/* fv ipad hoch*/
	#wrapper {
	/*
		border:1px solid red;	
	*/
	}
	
	.vorstand {
		display:flex;
	}
		
	
}


@media only screen and (max-width:768px){
/*
ab hier  toggle
cb iphone 12 quer
fv iphone 10 quer
iphone 6 quer
*/

	#wrapper {
		margin:0;
		padding:0;
		/*
		border:3px solid grey;
		*/
	}
	
	#content {
		width: 90% !important;
	}	
	
	.vorstand {
	}

	
}

@media only screen and (max-width:640px){ 
	#wrapper {
	/*
		border:3px solid pink;	
	*/
	}
	
	.vorstand {
		display:block;
	}
	
	.vorstand .image {
		width:100%;
	}
	
	.vorstand .image img {
		max-width:75%;
	}
	
	.vorstand .portrait  {
		width:100%;
	}
	.vorstand .portrait p {
		margin:0;
		padding:0;
	}
}


@media only screen and (max-width:480px) and (orientation:landscape){
	#wrapper {
	/*
		border:3px solid green;	
	*/
	}
}

@media only screen and (max-width:480px){ 
	#wrapper {
	/*
		border:3px solid blue;
	*/

	}
}

@media only screen and (max-width:320px){
	#wrapper {
	/*
		border:3px solid yellow;
	*/
	}
}