* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	//border: 1px solid;
}

/* ----------------------------------------- */
/* T A G S */

body {
	display: none;
}

body, input {
	font-family:'LetterGothicW01-Regular';
}

b {
	font-weight: bold;	
	letter-spacing: 0em;
}

h1 {
	position: relative;
	z-index: 1;
	color: #eee;
	font-weight: normal;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 0px;
}

h2 {
	color: #555;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 40px;
}

h3 {
	color: #eee;
	margin-bottom: 20px;
}

h4 {
	letter-spacing: 0.25em;
	font-weight: normal;
	color: #eee;
	margin-left: 20px;
	margin-bottom: 0px;
}

p {
	color: #555;
}

ul {
	margin-top: 25px;
	width: 100%;
	float: left;
	margin-bottom: 5px;
}

li {
	float: left;
	margin-right: 20px;
	list-style: none;
}

a {	
	color: white;
	text-decoration: none;
}

.impressumtext a, .beschreibung a {
	color: #eee;
	text-decoration: underline;
}

.fliesstext a {
	color: #555;
	text-decoration: underline;
}

a:hover {
	color: yellow;
}

#absenden:hover {
	background: yellow;
	color: #555;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

form {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

label {
	color: #555;
	float: left;
	width: 100%;
	border: 1px solid #333;	
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 30px;
}

input {
	background: none;
	border: none;
	width: 80%;
	color: #555;

}

textarea {
	padding-left: 7px;
	color: #555;
}


/* ----------------------------------------- */
/* K L A S S E N */

.morecontent span {
    display: none;
}
.morelink {
    //display: block;
}

.sharebutton {
	display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 20px;
}

.formularetikett {
	float: left;
	width: 80px;
}

.textraster {
	float: left;
	width: 20%;
	margin-top: 30px;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.raster {
	float: left;
	width: 21%; /* 25%*/
	margin-bottom: 0px; /*40px*/
	margin-left: 2.5%;  /* 2.5 */
	margin-right: 2.5%; /* 2.5 */
}

.workshopraster {
	padding-left: 1%;
	padding-right: 1%;
}

.nachlinks {
	position: relative; 
	left:-25px;
}

.neue-zeile {
	clear: left;
}

.spalte {
	width: 25%;
	float: left;
}

.kommentator {
	margin-bottom: 5px;
	margin-top: 0px;
}

.titel {
	position: relative;
	top: -20px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	width: 100%;
}

.versatz {
	position: relative;
	left: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.doppelseite {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.fliesstext {
	margin-bottom: 40px;
	clear: left;
}

.beschreibung {
	color: #eee;
	margin-bottom: 30px;
}

/* ----------------------------------------- */
/* I D  */

#space025 {
	letter-spacing: -0.25em;
}

#space040 {
	letter-spacing: -0.4em;
}

#auswahl {
	color: yellow;
	font-weight: bold;
}

#titelsatz {
	letter-spacing: 0.25em;
}

#aktuell {
	color: yellow;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#kommentar, #absenden { /* #benutzer, #email, */
	width: 100%;
	background: none;
	border: 1px solid #333;
	margin-bottom: 20px;
	font-family:'LetterGothicW01-Regular';
	color: #555;
}

#absenden {
	width: 100%;
	margin-bottom: 60px;
}

#freisteller {
	padding-top: 30px;
	position: relative;
	left: 0px;
	width: 285px;
	height: auto;
}

#atelier {
	padding-top: 30px;
}

#systemantwort {
	display: none;
	background: #444;
	color: #eee;
	width: 100%;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 40px;
	margin-bottom: -10px;
}

#facebooklink {
	text-decoration: underline;
}

/* ----------------------------------------- */
/* F A R B E N / V E R L A U F */

.verlauf {
	/* #edeadd #e8eff2 */
	background: -moz-linear-gradient(-45deg,  #edeadd 0%, #dfe9ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#edeadd), color-stop(100%,#dfe9ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #edeadd 0%,#dfe9ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #edeadd 0%,#dfe9ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #edeadd 0%,#dfe9ed 100%); /* IE10+ */
	background: linear-gradient(135deg,  #edeadd 0%,#dfe9ed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeadd', endColorstr='#dfe9ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.grauerhintergrund {
	background: #444;
}

.transparenterhintergrund {
	background: none;
}

.weisseschrift ul li a, .weisseschrift ul li {
	color: #eee;
}

.weisseschrift ul li a:hover {
	color: yellow;
}

.graueschrift ul li a, .graueschrift ul li {
	color: #555;
}

.impressumtext {
	color: #eee;
	padding-bottom: 40px;
}

/* ----------------------------------------- */
/* I N H A L T S B E R E I C H E */

#navigation {
	display: none;
	height: 80px;
	padding-left: 30px;
	padding-right: 30px;
}

#inhalt {
	background: #444;
	padding-bottom: 20px; /* 20px; */
}

#bilder {
	//display: none;
	padding-top: 40px;
	margin-left: 0px; /* 40px */
	margin-right: 0px; /* 40px */
	margin-bottom: 200px;	
}

#text {
	padding-top: 0px; /* 20px */
	padding-bottom: 0px; /* 20px */
	padding-left: 0px; /* 30px */
	padding-right: 0px; /* 30px */
}	
	
#kommentare {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 20px;
}	

#video {
	padding-left: 20px;
	padding-right: 20px;
}

/* ----------------------------------------- */
/* V I M E O - E I N B E T T U N G */

iframe {
	width: 580px;
	height: 326px;
	margin-bottom: 20px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------- */
/* M E D I A - Q U E R I E S */

@media screen and (max-width: 500px) {
	body, h1, h2, h3, p, li, .fliesstext, .beschreibung, #kommentar, #benutzer, #email, #absenden {
		font-size: 9.5pt;
		line-height: 18pt;
	}
	h1 {
		margin-top: -40px;
		font-size: 9.5pt;
		line-height: 18pt;
	}
	h1, h4 {
		margin-left: 6%;
	}
	h2 {
		margin-top: 30px;
	}
	ul {
		margin-top: 15px;
	}
	.raster, .rasterkorr { 
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
	}
	.workshopraster {
		padding-left: 3.5%;
		padding-right: 3.5%;
	}
	#bilder {
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 214%; /* 130% */
	}
	#freisteller {
		left: 20%;
		padding-top: 15px;
		padding-bottom: 15px;
		width: 250px;
	}
	iframe {
		margin-top: 10px;
		margin-bottom: 10px;
		height: 190px;
	}
	.impressumtext {
		padding-bottom: 20px;
	}
	#text {
		padding-top: 25px;
	}
	.textraster {
		display: block;
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
		height: 400px;
	}
}

@media screen and (max-width: 600px) {
	iframe {
		width: 100%;
	}
}

@media screen and (min-width: 500px) {
	body, h2, h3, p, li, .fliesstext, .beschreibung, #kommentar, #benutzer, #email, #absenden {
		font-size: 10.5pt;
		line-height: 19pt;
	}
	h1 {
		margin-top: -40px;
		font-size: 10.5pt;
		line-height: 19pt;
		margin-bottom: 30px;
	}
	h1, h4 {
		margin-left: 6%;
	}
	h2 {
		margin-top: 30px;
	}
	img {
		margin-bottom: 40px;
	}		
	#navigation {
		height: 80px;
	}
	ul {
		margin-top: 25px;
	}
	#bilder {
		margin-left: 0px;
		margin-right: 0px;
	}
	.raster, .rasterkorr { 
		width: 100%; 
		margin-right: 0%;
		margin-left: 0%;
		margin-bottom: -40px;
	}
	.workshopraster {
		padding-left: 3%;
		padding-right: 3%;
	}
	#bilder {
		margin-bottom: 210%; /* 140% */
	}
	#kommentare, #video {
		padding-left: 30px; 
		padding-right: 30px; 
	}
	#freisteller {
		left: 150px;
		padding-top: 10px;
		margin-bottom: 15px;
	}
	iframe {
		margin-top: 20px;
	}
	#text {
		padding-top: 40px;
	}
	.textraster {
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
	}
}

@media screen and (min-width: 700px) {
	h2 {
		margin-top: 40px;
	}
	.zentrieren {
		width: 580px;
		margin-left: auto;
		margin-right: auto;
	}
	#eingabe {
		width: 580px;
	}
	.doppelseite, .titel, .versatz{
		width: 620px;
		margin-left: auto;
		margin-right: auto;
	}
	.raster, .rasterkorr { 
		width: 50%; 
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: -40px;
	}
	
	.workshopraster {
		padding-left: 1.7%;
		padding-right: 1.7%;
	}
	#bilder {
		margin-bottom: 70%; /* 33% */
		margin-left: 20px; 
		margin-right: 20px;
		margin-top: -50px;
	}
	video {
		width: 700px;
		height: auto;
	}
	#freisteller {
		left: -20px;
	}
	body, h2, h3, p, li, .fliesstext, .beschreibung, #kommentar, #benutzer, #email, #absenden {
		font-size: 11pt;
		line-height: 22pt;
	}
	h1 {
		margin-top: 15px;
		font-size: 11pt;
		line-height: 21pt;
	}
	ul {
		margin-top: 25px;
	}
	#sprache {	
		position: relative;
		left: 20px; /* 30px */
	}
	#freisteller {
		left: 20%;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	iframe {
		margin-top: 30px;
		width: 580px;
		height: 326px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#text {
		padding-top: 70px;
	}
	.beschreibung {
		margin-bottom: 30px;
	}
	.textraster {
		width: 40%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media screen and (min-width: 900px) {
	.textraster {
		width: 30%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media screen and (min-width: 1100px) {
	h1, h4 {
		margin-top: 15px;
		font-size: 10pt;
		line-height: 19pt;
	}
	.raster, .rasterkorr { 
		width: 25%; 
		margin-left: 0%;
		margin-right: 0%;
		margin-bottom: -20px;
	}	
	.workshopraster {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	#bilder {
		margin-bottom: 21%; /* 17% */
		margin-left: 20px; 
		margin-right: 20px;
	}
	#sprache {	
		position: relative;
		left: 20px; /* 30px */
	}
	#freisteller {
		left: -20px;
		width: 300px;
	}
	iframe {
		margin-top: 30px;
	}
	.textraster {
		width: 20%;
		margin-left: 2.5%;
		margin-right: 2.5%;
	}
}

@media screen and (min-width: 1250px) {
	h1, h4 {
		margin-top: 15px;
		font-size: 11pt;
		line-height: 21pt;
	}
	.raster, .rasterkorr { 
		width: 25%; 
		margin-left: 0%; /* 2.5% */
		margin-right: 0%; /* 2.5 */
		margin-bottom: 0px;
	}
	#bilder {
		margin-bottom: 25%; /* 15% */
	}	
	#sprache {	
		position: relative;
		left: 20px; /* 30px */
	}
	#freisteller {
		left: -20px;
		width: 320px;
		padding-bottom: 10px;
	}
}
