/* mobile Ansicht*/
@media only screen and (max-width: 1080px) {
	#desktop{
		margin-top: 550px;
		width: 600px;
		margin-left:100px;
	}
	#starts{
		font-size: 1.5rem !important;
		right:0px;
  		top:400px;
	}
	#anzeigen{
		display:none;
	}
}


@media only screen and (max-width: 850px) {
#desktop{
		margin-top: 550px;
		width: 600px;
		margin-left:0px;
	}

	#footer-logo{
	 height: 300px;
	position: relative;
	padding-left: 280px;
	margin-bottom: 25px;
	}
	#footer-logo-ab{
	  margin-top:5px;
	  text-align:start;
	}
	#footer-zert{
	  margin-top:0px; 
	  text-align:center;
	  margin-bottom:0px;
	}
	#zertifikat{
	  width:40%!important;
	}
	#anzeigen{
		display:none;
	}
	#anzeigen2{
		display:none;
	}
	#blog{
  padding-left:10px;
}
}


@media only screen and (max-width: 600px) {
	#anzeigen{
		display:none;
	}
	#desktop{
		margin-top: 310px;
		margin-left:0;

	}
	#starts{
		font-size: 1.2rem !important;
		right:15px;
  		top:250px;
	}
	.testimonial-wrapper{
		height:503px!important;
	}

	#footer-logo{
	  height: 300px;  
	  position: relative; 
	  padding-left:90px;
	  margin-bottom:0px;
	}
	#footer-logo-ab{
	  margin-top:5px;
	  text-align:start;
	}
	#footer-zert{
	  margin-top:0px; 
	  text-align:center;
	  margin-bottom:0px;
	}
	#zertifikat{
	  width:60%!important;
	}
	#posLeadership{
		max-width: 80%!important;
	}
}
