@charset "UTF-8";
/* CSS Document */

.footer_wrapper {					display: flex; 
									flex-wrap: wrap; 
									padding-top: 100px;
									padding-bottom: 100px;
									justify-content: center;
									}

.footer {							width: 100%; 
									margin-bottom: 20px;
									font-size: 0.9em
									}


.footer_anfahrt						{width: 100%; border-radius: 10px; margin-bottom: 20px;}

.footer a {							color: var(--f_color); text-decoration: underline;}

.tab	{							width: 32px;
									display: block;
									float: left;
									font-weight: 600;}

@media (min-width: 750px) /* Ansicht Tablet */


{	
.footer_wrapper {					padding-top: 100px;
									padding-bottom: 100px;
									flex-wrap: wrap;
									justify-content: space-between;}
		
.footer				{				width: 48%; 
									margin-bottom: 0px;
									}
	
}

@media (min-width: 950px) /* Ansicht Desktop */

{
	
.footer			{					width: 30%;}
	
}