

body	{
	background-color: #FFFFFF;
	background-color: #009fe3;
  	height: 100vh;
  	padding: 0;
}


.rediusblau	{
	color: #009fe3;
	}

.bg-grau	{
	background-color: #F7F7F7;
	}

.bg-redius	{
	background-color: #009fe3;
	}




.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 60px;
}

.logo	{
	width: 180px;
	}

.erweiterung	{
	margin-top: 62px;
	}

.m_top_20	{
	margin-top: 20px;
	}

.m_top_50	{
	margin-top: 50px;
	}
	
.m_top_200	{
	margin-top: 200px;
	}

	
.m_bottom_20	{
	margin-bottom: 20px;
	}





.p_top_20	{
	padding-top: 20px;
	}

.p_top_50	{
	padding-top: 50px;
	}
	
.p_top_200	{
	padding-top: 200px;
	}


	
.center	{
	text-align:center;
	}
	
.right_left	{	
	text-align:right;
	}
	
	
a {
  text-decoration: none;
}


.freischaltung {
  font-weight: 100;
  font-size: 3rem;
}
	
	
	
@media only screen and (max-width: 1400px)	{
	
	.right_left	{	
		text-align:left;
	}
	
	.p_top_200	{
		padding-top: 100px;
	}
	
	.freischaltung {
	  font-weight: 200;
	  font-size: 2rem;
	}
	
	.footer {
	  position: relative;
	}
	
}


@media only screen and (max-width: 1200px)	{
	
	.erweiterung	{
		margin-top: 20px;
	}
}