﻿@charset "utf-8";
/*CSS-Dokument*/

/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/source-sans-3-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/source-sans-3-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/source-sans-3-v18-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/source-sans-3-v18-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/source-sans-3-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

#site {
	background-image: url('../images/background/background4.png');
	background-size: auto;
	font-family: "Source Sans 3";
}

#head {
	width: 100%;
}

.logo {
	padding-top: 1rem;
	width: 50%;
}

.banner {
	height: auto;
	padding-top: 1.5rem;
	padding-left: 1.5rem;
	width: 100%;
}

#head #navi {
	float: left;
	margin-left: 0;
	padding: 1rem 0 1rem 0;
}

#navi li {
	background-color: #545454;
	display: block;
	float: left;
	list-style: none;
}

#navi a {
	text-decoration: none;
	display: inline-block;
	height: 100%;
	width: 100%;
	padding: 0.7em;
	color: #f1c021;
	font-size: medium;
	font-weight: bold;
}

#navi a:hover {
	color: #FF9900;
}

#foot {
	background-color: #545454;
	width: 100%;
	height: 5rem;
}

#foot #navi {
	padding: 0.7rem 0 0.7rem 0.2rem;
	text-align: left;
}

#icons {
	display: inline-block;
}

#icons img {
	height: 4rem;
	width: 4rem;
	padding: 1rem 1rem 1rem 0;
}

#copy {
	color: #f1c021;
	font-size: medium;
	font-weight: bold;
	float: left;
	text-align: right;
	padding: 1rem 0.5rem 0.5rem 0;
}

#navi .aktuell {
	color: white;
	font-weight: bold;
}

@media only screen and (max-device-width: 480px) {
	body {
		margin-left: 0;
	}
	#site {
		margin: 0;
		padding: 0;
	}
	.banner {
	 	width: 120%;
	}
	.logo {
		width: 70%;
	}
	#head #navi {
		margin: 0;
		padding: 0;
	}
	#navi a {
		font-size: x-small;
		font-weight: normal;
		padding: 0 0 0.2rem 0.2rem;
	}
	#icons img {
		height: 1.5rem;
		width: 1.5rem;
		padding: 0.2rem;
	}
	#copy {
	font-size: xx-small;
	font-weight: normal;
	}
}

@media only screen and (min-device-width: 480px) {
	#site {
		margin: 0;
		padding: 0;
	}
	.banner {
	 	width: 120%;
	}
	.logo {
		width: 70%;
	}
	#navi a {
		height: 100%;
		width: 100%;
		padding: 0.5rem 0 0.5rem 0.5rem;
		font-size: x-small;
		font-weight: normal;
	}
	#navi li {
		text-align: right;
	}
	#icons img {
		height: 2rem;
		width: 2rem;
		padding: 0.4rem;
	}
	#copy {
		font-size: small;
		font-weight: normal;
	}
}

@media only screen and (min-device-width: 768px) {
	#site {
		margin: 0;
		padding: 0;
	}
	.banner {
		width: 120%;
	}
	.logo {
		width: 70%;
	}
	#navi a {
		height: 100%;
		width: 100%;
		padding: 0.7rem;
		font-size: small;
		font-weight: normal;
	}
	#navi li {
		text-align: right;
	}
	#icons img {
		height: 3rem;
		width: 3rem;
		padding: 0.7rem;
	}
	#copy {
		font-size: medium;
		font-weight: bold;
	}
}

@media only screen and (min-device-width: 980px) {
	.banner {
		width: 100%;
	}
	.logo {
		width: 50%;
	}
	#navi a {
		height: 100%;
		width: 100%;
		padding: 0.7rem;
		font-size: medium;
		font-weight: bold;
	}
	#icons img {
		height: 4rem;
		width: 4rem;
		padding: 1rem;
	}
	#copy {
		font-size: medium;
		font-weight: bold;
	}
}