﻿@charset "utf-8";
/*CSS-Dokument*/

#head {
	background-color: #545454;
}

#antrag {
	padding-top: 1.5rem;
}

#bild img {
	height: auto;
	padding: 0 1.5rem 0.5rem 0;
	width: 50%;
}

#antrag a {
	color: #545454;
}

#linie1 {
	border-top: thin;
	border-top-color: #545454;
	border-top-style: solid;
	margin: 2rem 0.5rem 0 0.5rem;
}

#linie {
	border-top: thin;
	border-top-color: #545454;
	border-top-style: solid;
	margin: 2.5rem 0.5rem 0 0.5rem;
	width: 25%;
}

h1 {
	font-size: x-large;
	font-weight: bold;
}

h2 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: medium;
}

@media only screen and (max-device-width: 480px) {
	#kontakt img {
		height: auto;
		width: 30%;
	}
}

@media only screen and (min-device-width: 480px) {
	#kontakt img {
		height: auto;
		width: 40%;
	}
}

@media only screen and (min-device-width: 768px) {
	#kontakt img {
		height: auto;
		width: 15%;
	}
}

@media only screen and (min-device-width: 980px) {
	#kontakt img {
		height: auto;
		width: 15%;
	}
}