﻿*{
	/*default Einstellungen verändern*/
	margin: 0px;
	padding: 0px;
	box-sizing: border-box; /*padding and border are included in the width and height*/
}



/*----------------------------------------------------------------*/
/*-----------nur Links wurden im Impressum geändert---------------*/


.links {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; /*--block--*/
  white-space: nowrap; /*--nowrap--*/

  width: 80%; 
}


/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Tablet gestylt----------------*/

@media only screen and (min-width:700px){  /*---Grenze anpassen ????---*/

  
  




/*----------------------------------------------------------*/
}
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/*--------------Ab jetzt wird Computer gestylt--------------*/

@media only screen and (min-width:1100px){  /*---Grenze anpassen ????---*/

  
  

/*--------------------------------------------------------*/
}