@charset "utf-8";
body {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	background-color: #f2f2f2;
	margin: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 24px;
}
/* Container */
.container {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-width: 320px;
	max-width: 420px;
}
/* Navigation */
header {
	background-color: #1892CD;
	border-bottom: 1px solid #1892CD;
}
.logo {
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
	font-size: 40px;
	text-transform: uppercase;
	padding-top: 70px;
	margin-top: 12px;
	line-height: 46px;
}
.clearfloat {
	clear: both;
}
nav {
	width: 100%;
	margin: 0 auto;
}
nav ul {
	text-align: center;
	padding-top: 13px;
	list-style: none;
  padding-left: 1px;
}
nav ul li {
	text-align: center;
	width: 100%;
	padding: 10px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 1px;
	text-align: center;
	font-size: 15px;
	line-height: 20px;
}
ul li:hover a {
	color: #000000;
}
li a.active {
	color: #000000;
}
h1 {
	font-size: 30px;
	line-height: 46px;
}
h2 {
	font-size: 36px;
	line-height: 42px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
}
h4 {
	font-size: 20px;
	line-height: 26px;
}
article {
	margin-top: 80px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
.article_column {
	width: 96%;
	text-align: center;
	float: none;
	padding: 0px 2%;
}
.button {
	width: 200px;
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	font-weight: bold;
	letter-spacing: 1px;
	border: 3px solid #D3D3D3;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
figure img {
	width: 100%;
	max-width: 354px;
	height: auto;
}
.button a {
	color: #000000;
	text-decoration: none;
}
.button:hover {
	background-color: #1892CD;
	color: #C4C4C4;
	cursor: pointer;
}
.inhalt {
	max-width: 700px;
	width: 100%;
}
/* More info */
footer {
	width: 100%;
	background-color: #1892CD;
	border-top: 1px solid #1892CD;
	padding-bottom: 35px;
	text-align: center;
	padding-top: 60px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 60px;
}
.footer a:hover {
	color: #000000;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
	margin: 0px auto;
}
.txt-grau {
	color: #717070;
}

/***********************************************************************/
/* Small Tablets */
@media only screen and (min-width: 421px) {
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-width: 421px;
	max-width: 767px;
}
  h1 {
	font-size: 40px;
 }   
}

/***********************************************************************/
@media only screen and (min-width:768px) {
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-width: 768px;
	max-width: 989px;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px;
	text-align: center;
}
.article_column {
	width: 46%;
	float: left;
}
}

@media only screen and (min-width: 990px) {
.container {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	min-width: 990px;
	max-width: 1330px;
}
	.txt-hinweis {
  color: #CD7C06;
	}
  
nav ul li {
	float: left;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	text-transform: uppercase;
	width: 19%;
}
}
