/* Tabelle Inhaltsverzeichnis*/

table.tiletable3{	
	width: calc(100% - 380px);

	margin-top: 20px;		
	margin-left: 0px;
	margin-right: 0px;	
	
	border-spacing:0px;	
	border-style: none;
	border: 0px;

}




tr.tiletable3{
	border-spacing:0px;	
	border: 0px;
}

td.tiletable3{
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-spacing:0px;
	border-style: none;
	border: 0px;
	
}

a.tiletable3tile {
        width: calc(33% - 10px);
        
		background-size: 150px 150px;
		background:#627AAD;
        display: inline-block;	
		font-size: 18px;
		text-decoration: none;
		text-align: center;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-left: 6px;
		margin-bottom: 4px;
		color: white;
		
}		


a.tiletable3tile:hover {
		background: #749CC5;
}

div.tilebable3sidelink{
	
	font-family: Helvetica, Arial, sans-serif;	
	font-size: 16px;
	line-height: 1.5;	
	text-decoration: none;
	width: 310px;
	display: inline-block;
	vertical-align: top;
	position:absolute;
	left:calc(100% - 360px);
	top:20px;
	


}




/************************************************************************************************************************************************/
@media screen and (max-width: 1030px) {
  /* Eigenschaften der Elemente wenn das Fenster kleiner als 1030px ist (Bildschirme ab 1024x768 px */
	table.tiletable3{	
		width: calc(100% - 340px);




	}

	a.tiletable3tile {

		font-size: 17px;
		
	}	
  
  
	div.tilebable3sidelink{
		

		left:calc(100% - 320px);

	}  
  
 
}

/************************************************************************************************************************************************/
@media screen and (max-width: 810px) {
  /* Eigenschaften der Elemente wenn das Fenster kleiner als 810px ist  */

	table.tiletable3{	
		width: calc(100% - 320px);



	}
	
	a.tiletable3tile {
        width: calc(33% - 10px);
		font-size: 16px;
		
	}	
	
	div.tilebable3sidelink{
	left:calc(100% - 300px);

	} 
	
	
}
/************************************************************************************************************************************************/
@media screen and (max-width: 610px) {
  /* Eigenschaften der Elemente wenn das Fenster kleiner als 370px ist (Bildschirme ab 375x667 px */
	table.tiletable3{	
		width: calc(100% - 20px);

	}
		
	div.tilebable3sidelink{
	left:calc(100% - 20px);
	position:unset;
	width: 100%;
	text-align: center;
	} 

}
/************************************************************************************************************************************************/
@media screen and (max-width: 420px) {
  /* Eigenschaften der Elemente wenn das Fenster kleiner als 370px ist (Bildschirme ab 375x667 px */


}