/* DESIGN BY ARNE THIEMANN
in August 2013*/


@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);




html{
	font-family: Helvetica, Arial, Sans-serif;
	background: rgb(240,240,240);
}

body{
	margin: 0;
	background: rgb(240,240,240);
	font-size: 16px;
}

a,a:visited{
	color: rgb(100,100,255);
	transition: all 0.2s ease 0s;
	text-decoration: none;
	font-weight: 700;
}

a:focus{
	color: #fff;
}

.clear{
	clear: both;
}

.container{
	max-width: 960px;
	margin: 0 auto;
}

p.nojust{
	text-align: left!important;
}

.sidebar img.desktop{
	display: none;
}

.sidebar .text{
	position: absolute;
	display: block;
	margin: -200px 0 0;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	color: #fff;
	background: rgba(0,0,0,0.6);
	padding: 0 20px;
}

.sidebar img{
	width: 100%;
}

.sidebar h1{
	margin: 10px 0;
	font-weight: 600;
	font-size: 32px;
	font-family: "Open Sans Condensed", Sans-serif;
}

.sidebar h2{
	margin: 10px 0 10px;
	font-size: 16px;
    font-weight: 400;
}

.sidebar p{
	margin: 10px 0 10px;
}

.sidebar p.impressum{
	color: rgb(140,140,140);
	font-size: 12px;
}


.sidebar p.impressum a{
	color: rgb(160,160,160);
}

.main{

}

.main h1{
	margin: 0;
	font-size: 18px;
}

.main h2{
	margin: 0 0 10px;
	font-size: 24px;
	line-height: 26px;
}

.main h1, .main h2{
	text-transform: uppercase;
	font-family: "Open Sans Condensed", Sans-serif;
}

article{
	clear: both;
	margin: 0 20px 30px;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	box-shadow: 0 2px 4px rgba(150,150,150,0.7);
	color: rgba(0,0,0,0.7);
}

article strong{
	color: #000;
	font-weight: bold;
}

article img{
	display: none;
}

article img.wide{
	display: block;
	}

article img.wide{
	width: 100%;
}

article img.left{
	float: left;
	margin: 0 20px 0 0;
}

article p{
	margin: 10px 0 0;
	line-height: 24px;
}

article p:last-of-type{
	margin-bottom: 0;
}


nav{
	margin: 0 0 0;
	display: block;
	width: 600px;
	background: rgb(240,240,240);
	padding: 0 0 10px;
	box-shadow: 0 5px 10px rgb(240,240,240);
	width: inherit;
	border: none;
	text-align: left;
}

nav a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000!important;
	margin: 10px 0 10px 20px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Open Sans Condensed", Sans-serif;
	border: none;
}

nav a:last-child{
	margin-right: 20px;
}

nav a.selected{
	border-bottom: 3px solid #000;
}

.schlusswort h2{
	color: rgb(160,160,160);
	text-align: center;
	margin: 40px 0 80px;
}
























/* --- mini version for baby phones --- */
@media screen and (max-width: 280px) {

.sidebar .text{
	position: static;
	margin: 0;
	background: #000;
	padding: 20px;
}

.sidebar img{
	display: none;
}

.schlusswort{
	margin: 20px;
}

}






/* --- smartphones in landscape mode --- */
@media screen and (min-width: 480px) {

.sidebar{
	background: #000;
	padding: 20px;
	vertical-align: text-top;
}

.sidebar img{
	width: 30%;
	display: inline-block;
}

.sidebar .text{
	vertical-align: top;
	background: transparent;
	color: #fff;
	position: static;
	margin: -8px 0;
	width: 60%;
	display: inline-block;
	padding: 0 10px;
}

.sidebar h1{
	margin: 0;
}

nav a,.main h1{
	font-size: 24px;
}

.main h2{
	font-size: 28px;
	margin: 0 0 20px;
}

article{
	padding: 20px;
}

article p{
	margin: 20px 0 0;
}

article img{
	display: block;
	width: 33%;
}

article img.left{
	margin: 0 20px 10px 0;
}

nav a.selected{
	border-bottom-width: 2px;
}



}














/* --- tablets in portrait mode --- */
@media screen and (min-width: 768px) {

.container{
	max-width: 100%;
}

.sidebar{
	background: #000;
	padding: 30px 40px;
	vertical-align: text-top;
}

.sidebar .text{
	vertical-align: top;
	background: transparent;
	color: #fff;
	position: static;
	margin: -8px 0;
	width: 60%;
	display: inline-block;
	padding: 0 20px;
}

.sidebar h1{
	margin: 0;
}

nav a,.main h1{
	font-size: 28px;
}

.main nav a{
	margin: 10px 0 10px 40px;
}

.main nav{
	padding: 0;
	margin: 10px 0 18px;
}

.main h2{
	font-size: 28px;
	margin: 0 0 20px;
}

article{
	padding: 20px;
	margin: 0 40px 40px;
	font-size: 16px!important;
}

article p{
	margin: 20px 0 0;
}

article img.left{
	margin: 0 20px 10px 0;
	width: 33%;
}

nav a.selected{
	border-bottom-width: 2px;
}

.schlusswort h2{
	margin: 40px 40px 220px;
}



}
























@media screen and (min-width: 1024px) {

body{
	font-size: 16px;
	margin-top: 40px;
}

a{
	transition: all 0.2s ease 0s;
	text-decoration: none;
	font-weight: 700;
}

a:hover{
	color: rgb(100,100,255)!important;
}

a,a:visited{
	color: #0000ff;
}

.clear{
	clear: both;
}

.dach{
	height: 40px;
	background: rgb(240,240,240);
	position: fixed;
	top: 0;
	width: 100%
}

.container{
	max-width: 940px;
	margin: 0 auto;
}

.sidebar{
	width: 300px;
	vertical-align: text-top;
	display: inline-block;
	position: fixed;
	padding: 0;
	background: transparent;
}

.sidebar img.desktop{
	display: inline-block;
}

.sidebar img.mobil{
	display: none;
}

.sidebar .text{
	position: inherit;
	width: 300px;
	margin: 0;
	color: #000;
	background: transparent;
	padding: 0;
	display: block;
}

.sidebar img{
	width: 300px;
	margin-top: 10px;
}

.sidebar h1{
	margin: 10px 0;
	font-weight: 600;
	font-size: 32px;
}

.sidebar h2{
	margin: 10px 0 10px;
	font-size: 16px;
    font-weight: 400;
}

.sidebar p{
	margin: 10px 0 10px;
}

.sidebar p.impressum{
	color: rgb(150,150,150);
	font-size: 12px;
}


.sidebar p.impressum a{
	color: rgb(160,160,160);
}

.main{
	display: inline-block;
	vertical-align: text-top;
	width: 600px;
	float: right;
}

.main h1{
	margin: 0;
	font-size: 28px;
}

.main h2{
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 32px;
}

.main h1, .main h2{
	text-transform: uppercase;
}

article{
	clear: both;
	margin: 40px 0 0;
	padding: 20px 20px;
	background: #fff;
	font-size: 16px!important;
	box-shadow: 0 2px 5px rgba(150,150,150,0.4)
}

article:first-of-type{
	margin: 80px 0 0;
}

article img.left{
	float: left;
	margin: 5px 20px 0 0;
	width: 200px;
	clear: both;
	display: block;
}

article p{
	text-align: justify;
	margin: 10px 0;
	line-height: 24px;
}

article p:last-of-type{
	margin-bottom: 0;
}

nav{
	position: fixed;
	margin: 0 -5px 0!important;
	display: block;
	width: 600px;
	background: rgb(240,240,240);
	padding: 0 5px 10px!important;
	box-shadow: 0 5px 10px rgb(240,240,240);
	width: inherit;
	border: none;
	text-align: left;
}

nav a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000!important;
	margin: 0 20px 0 0!important;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}

nav a.selected{
	border-bottom: 3px solid #000;
}

nav a:hover{
	border-bottom: 3px solid #000;
	transition: all 0s ease 0s;
	color: #000!important;
}

.schlusswort h2{
	color: rgb(160,160,160);
	text-align: center;
	margin: 40px 0 320px;
}

}

















/* tablets in landscape mode */
@media screen and (min-width: 1024px) {

body{
	font-size: 16px;
	margin-top: 40px;
}

a{
	transition: all 0.2s ease 0s;
	text-decoration: none;
	font-weight: 700;
}

a:hover{
	color: rgb(100,100,255)!important;
}

a,a:visited{
	color: #0000ff;
}

.clear{
	clear: both;
}

.dach{
	height: 40px;
	background: rgb(240,240,240);
	position: fixed;
	top: 0;
	width: 100%
}

.container{
	max-width: 940px;
	margin: 0 auto;
}

.sidebar{
	width: 300px;
	vertical-align: text-top;
	display: inline-block;
	position: fixed;
	padding: 0;
	background: transparent;
}

.sidebar img.desktop{
	display: inline-block;
}

.sidebar img.mobil{
	display: none;
}

.sidebar .text{
	position: inherit;
	width: 300px;
	margin: 0;
	color: #000;
	background: transparent;
	padding: 0;
	display: block;
}

.sidebar img{
	width: 300px;
	margin-top: 10px;
}

.sidebar h1{
	margin: 10px 0;
	font-weight: 600;
	font-size: 32px;
}

.sidebar h2{
	margin: 10px 0 10px;
	font-size: 16px;
    font-weight: 400;
}

.sidebar p{
	margin: 10px 0 10px;
}

.sidebar p.impressum{
	color: rgb(150,150,150);
	font-size: 12px;
}


.sidebar p.impressum a{
	color: rgb(160,160,160);
}

.main{
	display: inline-block;
	vertical-align: text-top;
	width: 600px;
	float: right;
}

.main h1{
	margin: 0;
	font-size: 28px;
}

.main h2{
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 32px;
}

.main h1, .main h2{
	text-transform: uppercase;
}

article{
	clear: both;
	margin: 40px 0 0;
	padding: 20px 20px;
	background: #fff;
	font-size: 16px!important;
	box-shadow: 0 2px 5px rgba(150,150,150,0.4)
}

article:first-of-type{
	margin: 80px 0 0;
}

article img.left{
	float: left;
	margin: 5px 20px 0 0;
	width: 200px;
	clear: both;
	display: block;
}

article p{
	text-align: justify;
	margin: 10px 0;
	line-height: 24px;
}

article p:last-of-type{
	margin-bottom: 0;
}

nav{
	position: fixed;
	margin: 0 -5px 0;
	display: block;
	width: 600px;
	background: rgb(240,240,240);
	padding: 0 5px 10px;
	box-shadow: 0 5px 10px rgb(240,240,240);
	width: inherit;
	border: none;
	text-align: left;
}

nav a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000!important;
	margin: 0 20px 0 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}

nav a.selected{
	border-bottom: 3px solid #000;
}

nav a:hover{
	border-bottom: 3px solid #000;
	transition: all 0s ease 0s;
	color: #000!important;
}

.schlusswort h2{
	color: rgb(160,160,160);
	text-align: center;
	margin: 40px 0 320px;
}



}




















/* laptop + desktop screens */
@media screen and (min-width: 1180px) {

html{
	margin: 0;
}

body{
	font-size: 16px;
	margin-top: 40px;
}

a{
	transition: all 0.2s ease 0s;
	text-decoration: none;
	font-weight: 700;
}

a:hover{
	color: rgb(100,100,255)!important;
}

a,a:visited{
	color: #0000ff;
}

.clear{
	clear: both;
}

.dach{
	height: 40px;
	background: rgb(240,240,240);
	position: fixed;
	top: 0;
	width: 100%
}

.container{
	max-width: 960px;
	margin: 0 auto;
}

.sidebar{
	width: 300px;
	vertical-align: text-top;
	display: inline-block;
	position: fixed;
	padding: 0;
	background: transparent;
}

.sidebar img.desktop{
	display: inline-block;
}

.sidebar img.mobil{
	display: none;
}

.sidebar .text{
	position: inherit;
	width: 300px;
	margin: 0;
	color: #000;
	background: transparent;
	padding: 0;
	display: block;
}

.sidebar img{
	width: 300px;
	margin-top: 10px;
}

.sidebar h1{
	margin: 10px 0;
	font-weight: 600;
	font-size: 32px;
}

.sidebar h2{
	margin: 10px 0 10px;
	font-size: 16px;
    font-weight: 400;
}

.sidebar p{
	margin: 10px 0 10px;
}

.sidebar p.impressum{
	color: rgb(150,150,150);
	font-size: 12px;
}


.sidebar p.impressum a{
	color: rgb(160,160,160);
}

.main{
	display: inline-block;
	vertical-align: text-top;
	width: 600px;
	float: right;
}

.main h1{
	margin: 0;
	font-size: 28px;
}

.main h2{
	margin: 0 0 20px;
	font-size: 34px;
	line-height: 32px;
}

.main h1, .main h2{
	text-transform: uppercase;
}

article{
	clear: both;
	margin: 40px 0 0;
	padding: 20px 20px;
	background: #fff;
	font-size: 16px!important;
	box-shadow: 0 2px 5px rgba(150,150,150,0.4)
}

article:first-of-type{
	margin: 80px 0 0;
}

article img.left{
	float: left;
	margin: 5px 20px 0 0;
	width: 200px;
	clear: both;
	display: block;
}

article p{
	text-align: justify;
	margin: 10px 0;
	line-height: 24px;
}

article p:last-of-type{
	margin-bottom: 0;
}

nav{
	position: fixed;
	margin: 0 -5px 0;
	display: block;
	width: 600px;
	background: rgb(240,240,240);
	padding: 0 5px 10px;
	box-shadow: 0 5px 10px rgb(240,240,240);
	width: inherit;
	border: none;
	text-align: left;
}

nav a{
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #000!important;
	margin: 0 20px 0 0;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}

nav a.selected{
	border-bottom: 3px solid #000;
}

nav a:hover{
	border-bottom: 3px solid #000;
	transition: all 0s ease 0s;
	color: #000!important;
}

.schlusswort h2{
	color: rgb(160,160,160);
	text-align: center;
	margin: 40px 0 320px;
}
}

/* laptop + desktop screens */
@media screen and (min-width: 1300px) {

}

@media print {

}




