body
{
	background-size: 100% 100%;
	background-color: black;
}

hr.custom
{
	border-color: #dda15e;
	border-radius: 5%;
	height: 5px;
	border-right: none;
	border-left: none;
	border-bottom-color: black;
	box-shadow: 0px 0px 10px black;
}


	.ttextb
	{
		color : black;
		margin-left: 2%;
		margin-right: 2%;
		text-align: left;
		font-size: clamp(16px, 4vw, 30px);	
	}
	
	.ttextb
	{
		color : black;
		margin-left: 2%;
		margin-right: 2%;
		text-align: left;
		font-size: clamp(16px, 4vw, 20px);	
	}
	
	a
	{
		Color: white;
		
	}
	
	a.custom
	{
		Color: blue;
		decoration: underline;
	}
	
	.fusszeile
	{
		
		background-color: black;
		width: 100%;
		height: 200px;
		padding-top: 2%;
	}

	



	.impressum
	{
		float: left;
		width: 98%;
		height: 90px;
		margin-left: 1%;
		border: 1px solid #dda15e;
		border-radius: 2%;		
	}
	
	.iT
	{
		color: white;
		text-align: center;
		margin-top: 30px;
		font-size: clamp(16px, 4vw, 20px);
		
	}
	
	.tpic
	{
		float: left;
		width: 20%;
		margin-left: 7.5%;
		margin-right: 7.5%;
		border-radius: 2%;
	}
	
	.tspic
	{
		float: right;
		width: 20%;
		margin-left: 7.5%;
		margin-right: 7.5%;
	}
	
	.b2
	{
		float: left;
		width: 80px;
		height: 50px;
		margin-left: 4%;
		margin-top: 25px;
		padding-top: 30px;
		text-align: center;
		color: black;
		border-radius: 50%;
		border: 1px solid orange;
	}

@media only screen and ( min-width: 1300px )
{
	.logo
	{
		background: url("Neuerstempel2.svg");
		background-size: 100% 100%;
		width: 200px;
		height: 200px;
		margin: 0 auto;
		margin-bottom: 5%;	
	}

	.hauptbereich
	{
		background-color: white;
		
		width: 1250px;
		height: 1500px;
		margin-Top: 5%;
		margin: 0 auto;
		border-radius: 1%;
		padding-top: 2%;
	}

	.Navi
	{
		background: url("navilo2.png");
		background-size: 100% 100%;
		width: 100%;
		height: 200px;
	}

		.button
	{
		
		float: left;
		width: 180px;
		height: 180px;
		margin-left: 106px;
		margin-top: 10px;
	
	}
	
	.btext
	{
		margin-top: 75px;
		color : white;
		text-align: center;
		font-size: clamp(16px, 2vw, 20px);
	}
	
	.thematik
	{
		width: 100%;
		height: 800px;
		padding-top: 2%;
		
	}
	
	.linkliste
	{
		float: left;
		width: 20%;
		height: 90px;
		margin-left: 2%;
		text-align: center;
		font-size: clamp(16px, 2vw, 19px);
	}
}

@media only screen and ( min-width: 900px ) and (max-width: 1300px)
{
	.logo
	{
		background: url("Neuerstempel2.svg");
		background-size: 100% 100%;
		width: 200px;
		height: 180px;
		margin: 0 auto;
		margin-bottom: 5%;	
	}

	.hauptbereich
	{
		background-color: white;
		
		width: 80%;
		height: 1500px;
		margin-Top: 5%;
		margin-left: 10%;
		border-radius: 1%;
		padding-top: 2%;
	}

	.Navi
	{
		background: url("navilo2.png");
		background-size: 100% 100%;
		width: 100%;
		height: 200px;
	}

	.button
	{
		
		float: left;
		width: 20%;
		height: 150px;
		margin-left: 4%;
		margin-top: 25px;
		
	}
	
	.btext
	{
		margin-top: 55px;
		color : white;
		text-align: center;
		font-size: clamp(16px, 2vw, 28px);
	}
	
	.thematik
	{
		width: 100%;
		height: 800px;
		padding-top: 2%;
		
	}
	
	.linkliste
	{
		float: left;
		width: 20%;
		height: 90px;
		margin-left: 2%;
		text-align: center;
		font-size: clamp(16px, 2vw, 19px);
	}
}

@media only screen and ( max-width: 900px )
{
	.logo
	{
		background: url("Neuerstempel2.svg");
		background-size: 100% 100%;
		width: 36%;
		height: 180px;
		margin-left: 30%;
		margin-bottom: 5%;	
	}

	.hauptbereich
	{
		background-color: white;
		
		width: 96%;
		height: 1000px;
		margin-Top: 5%;
		margin-left: 2%;
		border-radius: 1%;
		padding-top: 2%;
	}
	
	.Navi
	{
		background-color: black;
		width: 100%;
		height: 200px;
	}

	.button
	{
		background: url("Button 2.png");
		background-size: 100% 100%;
		float: left;
		width: 48.25%;
		height: 90.5px ;
		margin-left: 1%;
		margin-top: 5px;
		border-radius: 2%;
		border: 1px solid #dda15e;
	}
	
	.btext
	{
		margin-top: 30px;
		color : black;
		text-align: center;
		font-size: 4vw;
		
	}
	
	.thematik
	{
		width: 100%;
		height: 600px;
		padding-top: 2%;
		
	}
	
	.linkliste
	{
		float: left;
		width: 22%;
		text-align: center;
		height: 90px;
		margin-left: 2%;
		font-size: clamp(13px, 2vw, 16px);
	}
}