@import url(navi-inline.css);
@import url(layout-content.css);

/* Background pattern from subtlepatterns.com */

* {
	padding: 0;
	margin: 0;
}

body#wrapper {
	background-image: url(../images/pattern/crossword.png);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
}

#sprachauswahl {
	margin-top: 5px;
	margin-right: 50px;
	text-align: right;
}

#sprachauswahl a {
	padding-right: 5px;
}

#sprachauswahl a img.inactive {
	opacity: 0.3;
}

#sprachauswahl a img:hover{
	opacity: 1;
}

a {
	color: #F39200;
}

a:hover {
	color: gray;
}

li {
	list-style-image: url(../images/icons/tick.gif);
	padding-bottom:8px;
	list-style-position: outside; ;
}


img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

img.flag {
	float: left; 
	width: 150px; 
	padding-top: 15px;
}

h1 {
	font-family: 'PT Sans', sans-serif;
	color: #857971;
	line-height: 1.5;
	font-size: 36px;
	font-weight: 700;
}

h2 {
	border-bottom: 2px solid #F29809;
	font-family: 'PT Sans', sans-serif;
	color: #F29809;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
	opacity: 1;
}

h2:hover {
	opacity: 0.6;
}

h3 {
	border-bottom: 2px solid #F29809;
	font-family: 'PT Sans', sans-serif;
	color: #F29809;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	opacity: 1;
	padding-bottom: 15px;
}

h3:hover {
	opacity: 0.6;
}

h4 {
	font-family: 'PT Sans', sans-serif;
	color: white;
	line-height: 1;
	font-size: 24px;
	font-weight: bold;
}

p {
	padding-top: 10px;
	margin-left: 10px;
	line-height: 1.4;
	position: relative;
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	padding-bottom: 30px;
}

p.headline {
	padding: 0;
	color: #F29809;
	font-weight: bold;
	text-transform: uppercase;
}

p.intro {
	padding-bottom: 10px;
}

p.main {
	padding-bottom: 0px;
}

p.center {
	margin-left: 25%; 
	margin-right: 15%; 
	text-align: left;
}



div.images {
	padding-bottom: 25px;
}

div.images img {
	width: 30%;
}

div.images img:hover {
	opacity: 0.7;
}

#logo {
	z-index: 2;
}

span.bold {
	font-weight: bold;
}

span.highlight {
	font-family: 'PT Sans', sans-serif;
	color: #F29809;
	font-size: 30px;
	font-weight: bold;
}

@media (max-width: 1049px) {
	#sprachauswahl a img{
	display: none;
}
}

@media all and (max-width: 630px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 25%;
		margin-left: 3%;
		margin-top: 1%;
		padding-left: 1%;
		padding-right: 0.5%;
	}
}

@media all and (min-width: 631px) and (max-width: 755px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 20%;
		margin-left: 3%;
		margin-top: 1%;
		padding-left: 1%;
		padding-right: 0.5%;
	}
}

@media all and (min-width: 756px) and (max-width: 850px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 17%;
		margin-left: 3%;
		margin-top: 1%;
		padding-left: 1%;
		padding-right: 0.5%;
	}
}

@media all and (min-width: 851px) and (max-width: 1049px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 14%;
		margin-left: 3%;
		margin-top: 1%;
		padding-left: 1%;
		padding-right: 0.5%;
	}
}

@media all and (min-width: 1050px) and (max-width: 1269px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 2%;
		width: 35%;
		margin-left: 3%;
		padding-top: 40px;
		padding-left: 1%;
		padding-right: 0.5%;
		padding-bottom: 3.5%;
	}
}

@media all and (min-width: 1270px) and (max-width: 1590px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 2%;
		width: 25%;
		margin-left: 3%;
		padding-top: 50px;
		padding-left: 1%;
		padding-right: 0.5%;
		padding-bottom: 2.75%;
	}
}

@media all and (min-width: 1591px) and (max-width: 2000px) {

	#logo {
		background-image: url(../images/pattern/crossword.png);
		background-repeat: repeat;
		position: absolute;
		left: 0;
		top: 2%;
		width: 25%;
		margin-left: 3%;
		padding-top: 40px;
		padding-left: 1%;
		padding-right: 0.5%;
		padding-bottom: 1.5%;
	}
}

@media all and (max-width: 1100px) {
	p.center {
		margin-left: 0;
		margin-right: 0;
		text-align: right;
	}
}